﻿body, html
{
    font-size: .8333333333vw;
}
@media(min-width: 1024px) and (max-width: 1366px)
{
    body, html
    {
        font-size: 1vw;
    }
}
@media(min-width: 767px) and (max-width: 1024px)
{
    body, html
    {
        font-size: 1.1111111111vw;
    }
}
@media(max-width: 767px)
{
    body, html
    {
        font-size: 14px;
    }
}
body
{
    outline: none;
    font-family: "Montserrat","Noto Sans SC",sans-serif!important;
}
p
{
    padding: 0;
    margin: 0;
}
:root
{
    --color-bs: #fff;
    --color-ys: #716e6e;
    --color-zt: #0080ff;
    --head-height: 5.625rem;
    --cbasta: 13.5416666667%;
    --pandrd: 5.375rem;
    --pantop: 1.75rem;
}
@media(max-width: 1366px)
{
    :root
    {
        --cbasta: 5.78125%;
    }
}
@media(max-width: 768px)
{
    :root
    {
        --cbasta: 4%;
        --pandrd: 2rem;
        --pantop: 0;
    }
}
.wh
{
    padding: 0 var(--cbasta);
}
.wh1
{
    padding: 0 4.6875%;
}
@media(max-width: 768px)
{
    .wh1
    {
        padding: 0 4%;
    }
}
.flex
{
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-z
{
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex_left
{
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex_left1
{
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex2
{
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex3
{
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.flex21
{
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.more-msl
{
    display: inline-block;
    color: var(--color-zt);
    text-decoration: none;
    position: relative;
    z-index: 2;
    overflow: hidden;
    white-space: nowrap;
    font: 400 1rem/3.125rem "Noto Sans SC";
    border-radius: 1.5625rem;
    width: 10rem;
    text-align: center;
    border: 1px solid var(--color-zt);
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}
@media(max-width: 768px)
{
    .more-msl
    {
        line-height: 2.8rem;
        width: 9rem;
        font-size: .875rem;
    }
}
.more-msl:before
{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color-zt);
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    -moz-transition-property: transform,-moz-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform,-moz-transform,-o-transform;
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
    -o-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.more-msl:hover
{
    color: #fff;
}
.more-msl:hover::before
{
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}
.more-msl.bs
{
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
}
.more-msl.bs:before
{
    background: #fff;
}
.more-msl.bs:hover
{
    color: var(--color-zt);
}
.more-msl.hs
{
    color: #8e8e8e;
    background: transparent;
    border-color: #8e8e8e;
}
.more-msl.hs:before
{
    background: var(--color-zt);
}
.more-msl.hs:hover
{
    color: #fff;
    border-color: var(--color-zt);
}
.more-msl.ls
{
    color: var(--color-zt);
    background: transparent;
    border-color: var(--color-zt);
}
.more-msl.ls:before
{
    background: var(--color-zt);
}
.more-msl.ls:hover
{
    color: #fff;
}
.more-b
{
    display: inline-block;
    padding: .7rem 2.5rem;
    border-radius: 3.125rem;
    color: var(--color-zt);
    overflow: hidden;
    position: relative;
    z-index: 1;
    font-family: "Noto Sans SC";
    border: 1px solid var(--color-zt);
}
.more-b::after
{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    background-color: var(--color-zt);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center right;
    -moz-transform-origin: center right;
    -ms-transform-origin: center right;
    -o-transform-origin: center right;
    transform-origin: center right;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.4,0,0,1);
    transition: -webkit-transform .3s cubic-bezier(.4,0,0,1);
    -o-transition: -o-transform .3s cubic-bezier(.4,0,0,1);
    -moz-transition: transform .3s cubic-bezier(.4,0,0,1),-moz-transform .3s cubic-bezier(.4,0,0,1);
    transition: transform .3s cubic-bezier(.4,0,0,1);
    transition: transform .3s cubic-bezier(.4,0,0,1),-webkit-transform .3s cubic-bezier(.4,0,0,1),-moz-transform .3s cubic-bezier(.4,0,0,1),-o-transform .3s cubic-bezier(.4,0,0,1);
    border-radius: 3.125rem;
}
.more-b:hover
{
    color: #fff;
}
.more-b:hover::after
{
    -webkit-transform-origin: center left;
    -moz-transform-origin: center left;
    -ms-transform-origin: center left;
    -o-transform-origin: center left;
    transform-origin: center left;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
@media(max-width: 990px)
{
    body
    {
        padding-bottom: 0;
        overflow: hidden;
    }
}
@media(max-width: 990px)
{
    .pc-hidden
    {
        display: none;
    }
}
.m-hidden
{
    display: none;
}
@media(max-width: 990px)
{
    .m-hidden
    {
        display: block;
    }
}
@media(max-width: 990px)
{
    .m-img
    {
        padding-bottom: 66%;
        width: 100%;
        position: relative;
        height: 0;
        overflow: hidden;
    }
    .m-img>img
    {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .m-imgny
    {
        padding-bottom: 70%;
        width: 100%;
        position: relative;
        height: 0;
        overflow: hidden;
    }
    .m-imgny>img
    {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .pc-banner .swiper-slide.a
    {
        padding-bottom: -webkit-calc(70vh - 60px);
        padding-bottom: -moz-calc(70vh - 60px);
        padding-bottom: calc(70vh - 60px);
        width: 100%;
        position: relative;
        height: 0;
        overflow: hidden;
    }
    .pc-banner .swiper-slide.a .img
    {
        position: static!important;
    }
    .pc-banner .swiper-slide.a .img>img
    {
        position: absolute!important;
        left: 0;
        top: 0;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .m-img-news
    {
        padding-bottom: 68.202764977%;
        width: 100%;
        position: relative;
        height: 0;
        overflow: hidden;
    }
    .m-img-news img
    {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.head
{
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 99;
}
.head .head2
{
    line-height: var(--head-height);
    position: relative;
    background: #fff;
}
.head .head2 .logo a img
{
    height: 3.45rem;
}
.head .head2 .logo a p
{
    font-size: 1rem;
    line-height: 1.5em;
    margin-left: 1rem;
    font-weight: 500;
    color: var(--color-zt);
}
.head .head2 .zywena
{
    margin-left: 1em;
    margin-right: 1rem;
}
.head .head2 .zywena a.rhgxt
{
    color: #1b1c21;
    font: 500 1.125rem/1em "Montserrat";
}
.head .head2 .zywena a.rhgxt i
{
    font-size: 1.25rem;
    font-weight: 600;
    margin-right: .2rem;
}
.head .head2 .sska
{
    line-height: 1em;
    margin-left: 1em;
}
.head .head2 .sska a
{
    color: #1b1c21;
}
.head .head2 .sska a i
{
    font-size: 1.25rem;
    margin-right: .4em;
}
.head.sticky .head2
{
    backdrop-filter: blur(14px);
    background-color: rgba(255,255,255,.9);
}
.head .head2 .zywena
{
    margin-left: 1em;
    margin-right: 1rem;
    position: relative;
}
.head .head2 .zywena a.rhgxt
{
    color: var(--as-calore);
    font: 500 1.125rem/1.25em "Inter";
}
.head .head2 .zywena a.rhgxt i
{
    font-size: 1.25rem;
    font-weight: 500;
    margin-right: .2rem;
}
.head .head2 .zywena .yy-sec
{
    position: absolute;
    left: 50%;
    top: 3.7rem;
    width: 5.5rem;
    transform: translateX(-50%);
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: .5rem;
    padding: .5rem 1rem;
    display: none;
    text-align: center;
}
.head .head2 .zywena .yy-sec a
{
    color: #333;
    display: block;
    line-height: 1.75em;
    font-size: 1rem;
    font-weight: 500;
}
.head .head2 .zywena .yy-sec a+a
{
    border-top: 1px solid #333;
}
.head .head2 .zywena .yy-sec a:hover
{
    color: var(--color-zt);
}
#menu
{
    margin-right: 1vw;
}
#menu .nav_a1 li
{
    float: left;
    position: relative;
}
#menu .nav_a1 li a
{
    display: block;
    color: #1b1c21;
    font-family: "Noto Sans SC";
}
#menu .nav_a1 li>a
{
    font-size: 1.125rem;
    padding: 0 1.5625rem;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
}
@media(max-width: 1680px)
{
    #menu .nav_a1 li>a
    {
        padding: 0 1.35em;
    }
}
@media(max-width: 1366px)
{
    #menu .nav_a1 li>a
    {
        padding: 0 .8em;
    }
}
@media(max-width: 1024px)
{
    #menu .nav_a1 li>a
    {
        padding: 0 .5em;
    }
}
#menu .nav_a1 li>a span
{
    position: relative;
    display: block;
}
#menu .nav_a1 li>a span::after
{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: var(--color-zt);
    transition: transform .3s cubic-bezier(.4,0,0,1),-webkit-transform .3s cubic-bezier(.4,0,0,1),-moz-transform .3s cubic-bezier(.4,0,0,1),-o-transform .3s cubic-bezier(.4,0,0,1);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}
#menu .nav_a1 li>a span::before
{
    content: "";
    position: absolute;
    left: 0;
    bottom: -.5rem;
    height: .5rem;
    width: 100%;
}
#menu .nav_a1 li .sec
{
    position: absolute;
    top: -webkit-calc(100% + .5rem);
    top: -moz-calc(100% + .5rem);
    top: calc(100% + .5rem);
    width: 150%;
    left: -25%;
    background: #fff;
    z-index: 9;
    text-align: center;
    border-radius: 5px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
#menu .nav_a1 li .sec a
{
    font: 400 1rem/1.5em "Noto Sans SC";
    padding: .6em 0;
    color: #1b1c21;
}
#menu .nav_a1 li .sec a:hover
{
    color: var(--color-zt);
}
#menu .nav_a1 li:nth-child(3)
{
    position: static;
}
#menu .nav_a1 li .sec1
{
    position: absolute;
    top: calc(100% + .5rem);
    width: 100%;
    left: 0%;
    z-index: 9;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}
#menu .nav_a1 li .sec1 .wejsxa1
{
    background: #fff;
    border-radius: 5px;
    padding: 2.5rem 5%;
}
#menu .nav_a1 li .sec1 dl
{
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-left: 1px solid #e4e4e4;
    padding: 0 1.5rem;
}
#menu .nav_a1 li .sec1 dl:first-child
{
    border-left: none;
}
#menu .nav_a1 li .sec1 dl dt
{
    margin-bottom: 1rem;
}
#menu .nav_a1 li .sec1 dl dt a
{
    display: block;
    color: #1b1c21;
    font: 500 1.125rem/1em "Noto Sans SC";
    position: relative;
}
#menu .nav_a1 li .sec1 dl dd a
{
    display: block;
    color: #96999c;
    font: 400 1rem/1.5em "Noto Sans SC";
    padding: .2rem 0;
}
#menu .nav_a1 li .sec1 dl dd a:hover
{
    color: var(--color-zt);
}
#menu .nav_a1 li:hover .sec, #menu .nav_a1 li:hover .sec1
{
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
#menu .nav_a1 li:hover>a, #menu .nav_a1 li.active>a
{
    color: var(--color-zt);
}
#menu .nav_a1 li:hover>a span::after, #menu .nav_a1 li.active>a span::after
{
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.nav-img
{
    padding-bottom: 65%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    border-radius: .9375rem;
}
.nav-img img
{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}/* 搜索 */
.sskbj
{
    padding: 0;
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.2);
    overflow-y: auto;
}
.sskbj .searchbox1
{
    width: 100%;
    padding: 40px 10.4%;
    height: 472px;
    background-color: #fff;
    text-align: right;
    display: none;
}
.sskbj .searchbox1 .searchs
{
    width: 80%;
    max-width: 800px;
    margin-top: 2vw;
}
.sskbj .searchbox1 .searchs dt
{
    font-size: 2rem;
    line-height: 1.5em;
    text-align: left;
    margin-bottom: 1em;
}
.sskbj .searchbox1 .searchs .sertext
{
    width: 75%;
    border-radius: 1.875rem;
    font-size: 1rem;
    text-indent: 1em;
}
.sskbj .searchbox1 .searchs .serbtn
{
    border-radius: 1.875rem;
}
.sskbj .search-close-btn
{
    width: 3rem;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    background: #f0f0f0;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
}
.sskbj .search-close-btn:hover
{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sskbj .search-close-btn i
{
    color: #000;
    font-size: 1.8rem;
    font-weight: 600;
}
.sskbj .serbtn
{
    background: #000;
}
.sticky
{
    position: fixed;
    top: 0;
    box-shadow: 0 0 16px 0 rgba(0,0,0,.07);
    -webkit-animation: sticky 1s;
    -moz-animation: sticky 1s;
    -o-animation: sticky 1s;
    animation: sticky 1s;
}
@-webkit-keyframes sticky
{
    0%
    {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100%
    {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}
@-moz-keyframes sticky
{
    0%
    {
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100%
    {
        -moz-transform: translateY(0%);
        transform: translateY(0%);
    }
}
@-o-keyframes sticky{0%{-o-transform:translateY(-100%);transform:translateY(-100%);}100%{-o-transform:translateY(0%);transform:translateY(0%);}}
@keyframes sticky
{
    0%
    {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100%
    {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}/*手机端头部*/
.m-bm-head
{
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
    background: #000;
}
.m-bm-head .m-bm-head-box
{
    position: relative;
    height: 60px;
}
.m-bm-head .m-bm-head-box .m-bm-logo
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto 4%;
    max-width: 100%;
    height: 34px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1, .m-bm-head .m-bm-head-box .m-bm-logo a
{
    display: inline;
    font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo a
{
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.m-bm-head .m-bm-head-box .m-bm-logo a p
{
    font-size: 1rem;
    line-height: 1.5em;
    margin-left: 1rem;
    font-weight: 500;
    color: var(--color-zt);
}
.m-bm-head .m-bm-head-box .m-bm-logo img
{
    height: 38px;
    max-width: 40%;
}
.m-bm-head .m-bm-head-box .sskza
{
    color: #333;
    font-family: "Montserrat";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: absolute;
    right: 15%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.m-bm-head .m-bm-head-box .sskza i
{
    font-size: 1.25rem;
    margin-right: .25rem;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn
{
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 4% auto 0;
    width: 20px;
    height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span, .m-bm-head .m-bm-head-box .m-bm-navbtn:after, .m-bm-head .m-bm-head-box .m-bm-navbtn:before
{
    display: block;
    height: 1.5px;
    width: 100%;
    background: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span
{
    margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after, .m-bm-head .m-bm-head-box .m-bm-navbtn:before
{
    content: "";
    -webkit-transform-origin: 7.5%;
    -moz-transform-origin: 7.5%;
    -ms-transform-origin: 7.5%;
    -o-transform-origin: 7.5%;
    transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span
{
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after
{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before
{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.m-bm-head .m-bm-menu
{
    display: none;
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    height: 100vh;
    background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box
{
    height: -webkit-calc(100vh - 60px);
    height: -moz-calc(100vh - 60px);
    height: calc(100vh - 60px);
    overflow: auto;
    padding-bottom: 80px;
}
.m-bm-head .mrhgxt
{
    color: #fff;
    font: 500 1.125rem/60px "helvetica";
    margin-left: 63%;
    position: relative;
    z-index: 9;
}
.m-bm-head .mrhgxt i
{
    font-size: 1.125rem;
    margin-right: .25em;
}
.m-bm-nav>li
{
    border-bottom: 1px solid rgba(255,255,255,.1);
    position: relative;
}
.m-bm-nav>li>a
{
    display: block;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    font-family: "Noto Sans SC";
    padding: 0 4%;
    font-weight: 600;
}
.m-bm-nav>li>a span
{
    display: inline-block;
    min-width: 40%;
    max-width: 50%;
    font-family: "Noto Sans SC";
    font-weight: 500;
}
.m-bm-nav>li .sec
{
    display: none;
    padding: 10px 15px;
    border-top: 1px solid rgba(255,255,255,.1);
}
.m-bm-nav>li .sec .tit1
{
    position: relative;
}
.m-bm-nav>li .sec .tit1 .aniut
{
    height: 35px;
    line-height: 35px;
}
.m-bm-nav>li .sec a
{
    display: block;
    font-size: 12px;
    color: #fff;
    line-height: 35px;
}
.m-bm-nav>li .sec a span
{
    display: inline-block;
    min-width: 40%;
    max-width: 50%;
}
.m-bm-nav .aniut
{
    position: absolute;
    width: 40px;
    height: 50px;
    line-height: 50px;
    right: 2%;
    top: 0;
    text-align: center;
    z-index: 9;
}
.m-bm-nav .aniut i
{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #fff;
}
.m-bm-head.white
{
    background: #fff;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span, .m-bm-head.white .m-bm-head-box .m-bm-navbtn:after, .m-bm-head.white .m-bm-head-box .m-bm-navbtn:before
{
    background: #000;
}
.m-bm-head.white .m-bm-menu
{
    background: #fff;
}
.m-bm-head.white .m-bm-nav>li, .m-bm-head.white .m-bm-nav>li .sec
{
    border-color: rgba(51,51,51,.1);
}
.m-bm-head.white .m-bm-nav>li>a, .m-bm-head.white .m-bm-nav .aniut i, .m-bm-head.white .m-bm-nav>li .sec a, .m-bm-head.white .mrhgxt
{
    color: #000;
}
@media(max-width: 990px)
{
    body
    {
        padding: 60px 0 0!important;
    }
}/* end */
.pc-banner
{
    position: relative;
    overflow: hidden;
}
.pc-banner .mySwipera
{
    position: relative;
}
.pc-banner .mySwipera .tcas
{
    width: 20%;
    max-width: var(--head-height);
    margin: 0 auto 1rem;
}
.pc-banner .mySwipera .tcas img
{
    width: 100%;
}
.pc-banner .mySwipera .swiper-slide
{
    overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img
{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img:after
{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
}
.pc-banner .mySwipera .swiper-slide .img.imgdt:after
{
    display: none;
}
.pc-banner .mySwipera .swiper-slide .img>img
{
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
}
.pc-banner .mySwipera .swiper-slide .img>img.aimg
{
    visibility: hidden;
}
@media(max-width: 990px)
{
    .pc-banner .mySwipera .swiper-slide .img>img.aimg
    {
        visibility: inherit;
    }
}
.pc-banner .mySwipera .swiper-slide .img #myvideo
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.pc-banner .mySwipera .banwez1
{
    position: absolute;
    width: 100%;
    z-index: 99;
    color: #fff;
    left: 0;
    top: 57%;
    transform: translateY(-50%);
    background: linear-gradient(90deg,rgba(108,182,255,.66) 0%,rgba(255,255,255,0) 100%);
    padding: .65rem 0;
    text-align: center;
}
.pc-banner .mySwipera .banwez1 .tit
{
    font: 700 7rem/1.25em "Noto Sans SC";/* color: #0062DF; */
    text-shadow: 0 .5rem .4rem rgba(0,91,181,.21);
    transform: translateX(-.5em);
}
@media(max-width: 768px)
{
    .pc-banner .mySwipera .banwez1 .tit
    {
        font-size: 2.125rem;
    }
}
.pc-banner .mySwipera .banwez1 .p
{
    font-size: 3rem;
    font-weight: 600;
    margin-top: .5rem;
}
@media(max-width: 768px)
{
    .pc-banner .mySwipera .banwez1 .p
    {
        font-size: 1.125rem;
        margin-top: .38em;
        line-height: 1.5em;
    }
}
.pc-banner .mySwipera .banwez1 a.more-msl
{
    margin-top: 1.8rem;
}
.pc-banner .mySwipera .er-gat
{
    position: absolute;
    left: 0;
    bottom: 6%;
    width: 100%;
    z-index: 9;
    text-align: center;
}
@media(max-width: 768px)
{
    .pc-banner .mySwipera .er-gat .swiper-pagination1
    {
        width: 100%;
        position: static;
    }
}
.pc-banner .mySwipera .er-gat .swiper-pagination1 span
{
    opacity: 1;
    background: transparent;
    width: .625rem;
    height: .625rem;
    border-radius: .625rem;
    margin-right: .5rem;
    border: 1px solid #fff;
}
.pc-banner .mySwipera .er-gat .swiper-pagination1 span.swiper-pagination-bullet-active
{
    background: #fff;
    width: 1.5625rem;
}
.pc-banner a.mouse
{
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    display: block;
    z-index: 9;
}
.pc-banner a.mouse p
{
    color: #fff;
    font: 600 .875rem/1.5em "Montserrat";
    margin-bottom: .5em;
}
.pc-banner a.mouse .xdt
{
    background: rgba(255,255,255,.6);
    width: .0625rem;
    height: 2rem;
    margin: 0 auto;
    position: relative;
}
.pc-banner a.mouse .xdt::after
{
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    height: .4rem;
    border-radius: 50%;
    background: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: scroll2 1s linear infinite;
    -moz-animation: scroll2 1s linear infinite;
    -o-animation: scroll2 1s linear infinite;
    animation: scroll2 1s linear infinite;
}
@-webkit-keyframes scroll2
{
    0%
    {
        top: 0;
    }
    60%
    {
        top: 50%;
    }
    100%
    {
        top: 100%;
    }
}
@-moz-keyframes scroll2
{
    0%
    {
        top: 0;
    }
    60%
    {
        top: 50%;
    }
    100%
    {
        top: 100%;
    }
}
@-o-keyframes scroll2{0%{top:0;}60%{top:50%;}100%{top:100%;}}
@keyframes scroll2
{
    0%
    {
        top: 0;
    }
    60%
    {
        top: 50%;
    }
    100%
    {
        top: 100%;
    }
}
.label_el
{
    color: rgba(26,26,26,0);
    text-shadow: none;
    -webkit-text-stroke-width: .47px;
    -webkit-text-stroke-color: #fff;
}
@media(max-width: 768px)
{
    .label_el
    {
        -webkit-text-stroke-width: .3px;
    }
}
@-webkit-keyframes banscaleDraw
{
    /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/0%
    {
        -webkit-transform: scale(1);
        transform: scale(1);/*开始为原始大小*/
    }
    25%
    {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);/*放大1.1倍*/
    }
    50%
    {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    75%
    {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100%
    {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-moz-keyframes banscaleDraw
{
    /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/0%
    {
        -moz-transform: scale(1);
        transform: scale(1);/*开始为原始大小*/
    }
    25%
    {
        -moz-transform: scale(1.1);
        transform: scale(1.1);/*放大1.1倍*/
    }
    50%
    {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
    75%
    {
        -moz-transform: scale(1.1);
        transform: scale(1.1);
    }
    100%
    {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}
@-o-keyframes banscaleDraw{/*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/ 0%{-o-transform:scale(1);transform:scale(1);/*开始为原始大小*/}25%{-o-transform:scale(1.1);transform:scale(1.1);/*放大1.1倍*/}50%{-o-transform:scale(1.2);transform:scale(1.2);}75%{-o-transform:scale(1.1);transform:scale(1.1);}100%{-o-transform:scale(1);transform:scale(1);}}
@keyframes banscaleDraw
{
    /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/0%
    {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);/*开始为原始大小*/
    }
    25%
    {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);/*放大1.1倍*/
    }
    50%
    {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    75%
    {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    100%
    {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
.swiper
{
    overflow: hidden;
}
.overa
{
    overflow: hidden;
}/* 图片动画 */
.fang
{
    overflow: hidden;
    display: block;
}
.fang img
{
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
}
.fang:hover img
{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.xz img
{
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.xz:hover img
{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.top
{
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.top:hover
{
    -webkit-transform: translateY(-1rem);
    -moz-transform: translateY(-1rem);
    -ms-transform: translateY(-1rem);
    -o-transform: translateY(-1rem);
    transform: translateY(-1rem);
}
.gong-p
{
    color: #939393;
    font: 400 1.125rem/1.75em "Noto Sans SC";
    text-align: justify;
}
@media(max-width: 768px)
{
    .gong-p
    {
        font-size: 1rem;
    }
}
.title1
{
    text-align: center;
}
.title1 .tit
{
    font-size: 3.125rem;
    line-height: 1.25em;
    color: #333;
    font-weight: 700;
}
@media(max-width: 768px)
{
    .title1 .tit
    {
        font-size: 2rem;
    }
}
.title1 .entit
{
    color: #777;
    font-size: 1.5rem;
    line-height: 1.35em;
    font-weight: 500;
}
@media(max-width: 768px)
{
    .title1 .entit
    {
        font-size: 1.25rem;
    }
}
@-webkit-keyframes rotatedHalf1
{
    0%
    {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50%
    {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes rotatedHalf1
{
    0%
    {
        -moz-transform: rotate(0);
        transform: rotate(0);
    }
    50%
    {
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100%
    {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes rotatedHalf1{0%{-o-transform:rotate(0);transform:rotate(0);}50%{-o-transform:rotate(180deg);transform:rotate(180deg);}100%{-o-transform:rotate(360deg);transform:rotate(360deg);}}
@keyframes rotatedHalf1
{
    0%
    {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    50%
    {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.gong-pagination
{
    text-align: center;
}
.gong-pagination span
{
    opacity: 1;
    width: .65rem;
    height: .65rem;
    background: #999;
}
.gong-pagination span.swiper-pagination-bullet-active
{
    background: var(--color-zt);
}
.cont1
{
    padding: var(--pandrd) 0;
    background: #f2f2f2;
}
.cont1 .a1_b1
{
    margin-top: 2rem;
}
@media(max-width: 768px)
{
    .cont1 .a1_b1
    {
        margin-top: .75rem;
    }
}
.cont1 .a1_b1 li
{
    margin: 0 .65rem;
}
@media(max-width: 768px)
{
    .cont1 .a1_b1 li
    {
        margin: .25rem .65rem;
    }
}
.cont1 .a1_b1 li a
{
    display: block;
    border-radius: 1.875rem;
    background: #fff;
    box-shadow: 0 0 3.75rem 0 rgba(0,0,0,.05);
    text-align: center;
    color: #9b9b9b;
    font-size: 1rem;
    line-height: 3rem;
    width: auto;
    padding: 0 2em;
}
.cont1 .a1_b1 li:hover a, .cont1 .a1_b1 li.on a
{
    background: var(--color-zt);
    color: #fff;
}
.cont1 .a1_b2
{
    position: relative;
}
.cont1 .a1_b2 .mySwiper1
{
    margin-top: 2.5rem;
}
@media(max-width: 768px)
{
    .cont1 .a1_b2 .mySwiper1
    {
        margin-top: 1rem;
    }
}
.cont1 .a1_b2 .mySwiper1 .swiper-slide a.img
{
    display: block;
    background: #fff;
    border: 1px solid #ebebeb;
    background: #fff;
    box-shadow: 0 .1rem .5rem 0 rgba(183,183,183,.25);
}
.cont1 .a1_b2 .mySwiper1 .swiper-slide a.img+a.img
{
    margin-top: 2rem;
}
@media(max-width: 768px)
{
    .cont1 .a1_b2 .mySwiper1 .swiper-slide a.img+a.img
    {
        margin-top: 1.25rem;
    }
}
.cont1 .a1_b2 .mySwiper1 .swiper-slide a.img u
{
    display: block;
    font-size: 0;
    overflow: hidden;
    height: 200px;
}
.cont1 .a1_b2 .mySwiper1 .swiper-slide a.img u img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.cont1 .a1_b2 .mySwiper1 .swiper-slide a.img .tit
{
    text-align: center;
    font-size: 1rem;
    line-height: 1.5em;
    padding: 1em 0;
}
.cont1 .a1_b2 .mySwiper1 .swiper-pagination1
{
    margin-top: 1.5rem;
}
.cont2
{
    padding: var(--pandrd) 0;
}
.cont2 .a2v1 .a2b1
{
    width: 48%;
}
@media(max-width: 768px)
{
    .cont2 .a2v1 .a2b1
    {
        width: 100%;
    }
}
.cont2 .a2v1 .a2b1 img
{
    width: 100%;
}
.cont2 .a2v1 .a2b2
{
    width: 48%;
}
@media(max-width: 768px)
{
    .cont2 .a2v1 .a2b2
    {
        width: 100%;
        margin-top: 1.5rem;
    }
}
.cont2 .a2v1 .a2b2 .title2
{
    font-size: 2.25rem;
    line-height: 1.25em;
    color: #333;
    font-weight: 600;
}
.cont2 .a2v1 .a2b2 .title2 .tit
{
    font-weight: 700;
}
.cont2 .a2v1 .a2b2 .title2 .entit
{
    color: #777;
    font-size: 1.5rem;
    line-height: 1.35em;
    font-weight: 500;
}
@media(max-width: 768px)
{
    .cont2 .a2v1 .a2b2 .title2
    {
        font-size: 1.65rem;
    }
    .cont2 .a2v1 .a2b2 .title2 .entit
    {
        font-size: 1.25rem;
    }
}
.cont2 .a2v1 .a2b2 .p1
{
    margin-top: 1.5rem;
    text-indent: 2em;
}
@media(max-width: 768px)
{
    .cont2 .a2v1 .a2b2 .p1
    {
        margin-top: 1rem;
    }
}
.cont2 .a2v1 .a2b2 .more-b
{
    margin-top: 2rem;
}
@media(max-width: 768px)
{
    .cont2 .a2v1 .a2b2 .more-b
    {
        margin-top: 1rem;
    }
}
.cont3
{
    padding: var(--pandrd) 0;
    background-position: center;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.cont3 .a3v1
{
    position: relative;
    margin-top: 4.5rem;
}
@media(max-width: 768px)
{
    .cont3 .a3v1
    {
        margin-top: 1rem;
    }
}
.cont3 .a3v1 u
{
    width: 35%;
    overflow: hidden;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
@media(max-width: 768px)
{
    .cont3 .a3v1 u
    {
        position: static;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
        width: 75%;
        margin: 0 auto;
    }
}
.cont3 .a3v1 u img
{
    width: 100%;
}
.cont3 .a3_list1
{
    gap: 4rem 0;
    position: relative;
    z-index: 1;
}
@media(max-width: 768px)
{
    .cont3 .a3_list1
    {
        gap: 1.25rem 0;
        margin-top: 1.5rem;
    }
}
.cont3 .a3_list1 li
{
    width: 25%;
}
@media(max-width: 768px)
{
    .cont3 .a3_list1 li
    {
        width: 100%;
    }
}
.cont3 .a3_list1 li:nth-child(2n)
{
    margin-left: 30%;
}
@media(max-width: 768px)
{
    .cont3 .a3_list1 li:nth-child(2n)
    {
        margin-left: 0;
    }
}
.cont3 .a3_list1 li .st-a1 i
{
    width: 5rem;
    height: 5rem;
    background: var(--color-zt);
    border-radius: 50%;
}
@media(max-width: 768px)
{
    .cont3 .a3_list1 li .st-a1 i
    {
        width: 4.5rem;
        height: 4.5rem;
    }
}
.cont3 .a3_list1 li .st-a1 i img
{
    width: 60%;
}
.cont3 .a3_list1 li .st-a1 .wenata
{
    width: -webkit-calc(97% - 5.5rem);
    width: -moz-calc(97% - 5.5rem);
    width: calc(97% - 5.5rem);
}
@media(max-width: 768px)
{
    .cont3 .a3_list1 li .st-a1 .wenata
    {
        width: -webkit-calc(98.5% - 5rem);
        width: -moz-calc(98.5% - 5rem);
        width: calc(98.5% - 5rem);
    }
}
.cont3 .a3_list1 li .st-a1 .wenata .tit
{
    color: #333;
    font-size: 1.65rem;
    line-height: 1.35em;
    font-weight: 600;
}
@media(max-width: 768px)
{
    .cont3 .a3_list1 li .st-a1 .wenata .tit
    {
        font-size: 1.45rem;
    }
}
.cont3 .a3_list1 li .st-a1 .wenata .entit
{
    font-size: 1.125rem;
    font-weight: 500;
}
.cont3 .a3_list1 li .st-a2
{
    color: #898989;
    font-size: 1rem;
    line-height: 1.65em;
    margin-top: 1rem;
}
@media(max-width: 768px)
{
    .cont3 .a3_list1 li .st-a2
    {
        margin-top: .5rem;
    }
}
.cont4
{
    position: relative;
    padding: 4rem 0 2.8rem;
    background: #f2f2f2;
}
@media(max-width: 768px)
{
    .cont4
    {
        padding: 2rem 0;
    }
}
.cont4 .mySwiper2 a.imga
{
    display: block;
    border: 1px solid #ebebeb;
    background: #fff;
    box-shadow: 0 .1rem .5rem 0 rgba(183,183,183,.25);
}
.cont4 .mySwiper2 a.imga img
{
    width: 100%;
}
.cont4 .mySwiper2 .swiper-pagination1
{
    text-align: center;
    margin-top: 1rem;
}
.cont4 .mySwiper2 .swiper-pagination1 span
{
    opacity: 1;
    background: transparent;
    width: .625rem;
    height: .625rem;
    border-radius: .625rem;
    margin-right: .5rem;
    border: 1px solid #0080ff;
}
.cont4 .mySwiper2 .swiper-pagination1 span.swiper-pagination-bullet-active
{
    background: #0080ff;
    width: 1.5625rem;
}
.cont5
{
    background: var(--color-zt);
    padding: var(--pandrd) 0;
}
@media(max-width: 768px)
{
    .cont5
    {
        padding: .5rem 0 2rem;
    }
}
.cont5 .a5_list1 li
{
    color: #fff;
    text-align: center;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media(max-width: 768px)
{
    .cont5 .a5_list1 li
    {
        width: 50%;
        -webkit-flex: auto;
        -moz-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        margin-top: 1.5rem;
    }
}
.cont5 .a5_list1 li .data
{
    font-weight: 700;
}
.cont5 .a5_list1 li .data span
{
    font-size: 4.375rem;
    line-height: 1em;
}
@media(max-width: 768px)
{
    .cont5 .a5_list1 li .data span
    {
        font-size: 2.6rem;
    }
}
.cont5 .a5_list1 li .data sup
{
    font-size: 1.5rem;
    vertical-align: top;
    top: 0;
}
@media(max-width: 768px)
{
    .cont5 .a5_list1 li .data sup
    {
        font-size: 1.25rem;
    }
}
.cont5 .a5_list1 li .txt
{
    font-size: 1.125rem;
    line-height: 1.5em;
    margin-top: .65rem;
}
.cont6
{
    padding: var(--pandrd) 0;
}
.cont6 .a6v1
{
    margin: 2.5rem 0 2.6875rem;
}
@media(max-width: 768px)
{
    .cont6 .a6v1
    {
        margin: 1.25rem 0 1.65rem;
    }
}
.cont6 .a6v1 .a6b1
{
    width: 47.1428571429%;
}
@media(max-width: 768px)
{
    .cont6 .a6v1 .a6b1
    {
        width: 100%;
    }
}
.cont6 .a6v1 .a6b1 .fang
{
    border-radius: 1.875rem;
}
@media(max-width: 768px)
{
    .cont6 .a6v1 .a6b1 .fang
    {
        border-radius: 1rem;
    }
}
.cont6 .a6v1 .a6b1 .fang img
{
    width: 100%;
}
.cont6 .a6v1 .a6b2
{
    width: 47.1428571429%;
}
@media(max-width: 768px)
{
    .cont6 .a6v1 .a6b2
    {
        width: 100%;
    }
}
.cont6 .a6v1 .a6b2 li
{
    border-bottom: 1px solid #efefef;
    height: 33.3333333333%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
@media(max-width: 768px)
{
    .cont6 .a6v1 .a6b2 li
    {
        height: auto;
        padding: 1rem 0;
    }
}
.cont6 .a6v1 .a6b2 li span
{
    display: block;
    color: #aaa;
    font-size: 1rem;
    line-height: 1.5em;
}
.cont6 .a6v1 .a6b2 li a.name
{
    color: #555;
    font-size: 1.35rem;
    line-height: 1.5em;
    margin-top: .25rem;
    width: 100%;
}
@media(max-width: 768px)
{
    .cont6 .a6v1 .a6b2 li a.name
    {
        font-size: 1.125rem;
    }
}
.cont6 .a6v1 .a6b2 li a.name:hover
{
    color: var(--color-zt);
}
.cont6 .a6v1 .a6b2 li .p1
{
    font-size: 1rem;
    line-height: 1.5em;
}
.cont7
{
    padding: var(--pandrd) 0;
}
.cont7 .a7v1 .a7b1
{
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    margin-top: 2rem;
}
@media(max-width: 768px)
{
    .cont7 .a7v1 .a7b1
    {
        margin-top: 1.5rem;
        white-space: nowrap;
        display: block;
        overflow-x: auto;
    }
}
.cont7 .a7v1 .a7b1 li
{
    text-align: center;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}
@media(max-width: 768px)
{
    .cont7 .a7v1 .a7b1 li
    {
        -webkit-flex: auto;
        -moz-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        display: inline-block;
    }
}
.cont7 .a7v1 .a7b1 li:after
{
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 4px;
    background: var(--color-zt);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    transition: transform .3s cubic-bezier(.4,0,0,1),-webkit-transform .3s cubic-bezier(.4,0,0,1),-moz-transform .3s cubic-bezier(.4,0,0,1),-o-transform .3s cubic-bezier(.4,0,0,1);
}
.cont7 .a7v1 .a7b1 li a.name
{
    display: block;
    padding: 0 1rem;
}
.cont7 .a7v1 .a7b1 li a.name i
{
    display: block;
    font-size: 0;
    width: 50%;
    margin: 0 auto;
}
@media(max-width: 768px)
{
    .cont7 .a7v1 .a7b1 li a.name i
    {
        width: 3rem;
    }
}
.cont7 .a7v1 .a7b1 li a.name i img
{
    width: 100%;
}
.cont7 .a7v1 .a7b1 li a.name .tit
{
    color: #333;
    font-size: 1rem;
    line-height: 1.25em;
    margin: .45rem 0 .65rem;
    height: 2.5em;
    overflow: hidden;
}
@media(max-width: 768px)
{
    .cont7 .a7v1 .a7b1 li a.name .tit
    {
        height: auto;
    }
}
.cont7 .a7v1 .a7b1 li.on::after
{
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.cont7 .a7v1 .a7b1 li.on a.name i img
{
    -webkit-filter: invert(24%) sepia(31%) saturate(1538%) hue-rotate(168deg) brightness(95%) contrast(106%);
    filter: invert(24%) sepia(31%) saturate(1538%) hue-rotate(168deg) brightness(95%) contrast(106%);
}
.cont7 .a7v1 .a7b1 li.on a.name .tit
{
    color: var(--color-zt);
}
.cont7 .a7v1 .a7b2
{
    width: 100%;
    margin-top: 3rem;
}
@media(max-width: 768px)
{
    .cont7 .a7v1 .a7b2
    {
        margin-top: 1.8rem;
    }
}
.cont7 .a7v1 .a7b2 li
{
    display: none;
}
.cont7 .a7v1 .a7b2 li .a7b2c1 .a7b2c1d1
{
    width: 48%;
    font-size: 0;
    overflow: hidden;
}
@media(max-width: 768px)
{
    .cont7 .a7v1 .a7b2 li .a7b2c1 .a7b2c1d1
    {
        width: 100%;
    }
}
.cont7 .a7v1 .a7b2 li .a7b2c1 .a7b2c1d1 img
{
    width: 100%;
}
.cont7 .a7v1 .a7b2 li .a7b2c1 .a7b2c1d2
{
    width: 48%;
}
@media(max-width: 768px)
{
    .cont7 .a7v1 .a7b2 li .a7b2c1 .a7b2c1d2
    {
        width: 100%;
        margin-top: 1.5rem;
    }
}
.cont7 .a7v1 .a7b2 li .a7b2c1 .a7b2c1d2 .tit
{
    font-size: 1.5rem;
    line-height: 1.5em;
    color: #333;
    font-weight: 700;
}
@media(max-width: 768px)
{
    .cont7 .a7v1 .a7b2 li .a7b2c1 .a7b2c1d2 .tit
    {
        font-size: 1.35rem;
    }
}
.cont7 .a7v1 .a7b2 li .a7b2c1 .a7b2c1d2 .p1
{
    color: #939393;
    font-size: 1rem;
    line-height: 1.65em;
    margin: 1rem 0 1.5rem;
}
@media(max-width: 768px)
{
    .cont7 .a7v1 .a7b2 li .a7b2c1 .a7b2c1d2 .p1
    {
        margin: .75rem 0 1rem;
    }
}
.foot-fot
{
    position: relative;
    background: #232323;
}
.foot-fot .foota1
{
    position: relative;
    z-index: 1;
    padding: 3.5rem 0 5rem;
}
@media(max-width: 990px)
{
    .foot-fot .foota1
    {
        display: none;
    }
}
.foot-fot .foota1 .foot-tit
{
    color: #fff;
    font: 600 1.125rem/1.5em "Noto Sans SC";
}
.foot-fot .foota1 .foot-tit a
{
    color: #fff;
    display: block;
}
.foot-fot .foota1 .dseca
{
    margin-top: .8em;
}
.foot-fot .foota1 .dseca>a
{
    display: block;
    color: #fff;
    font: 400 1rem/2em "Noto Sans SC";
}
.foot-fot .foota1 .dseca>a:hover
{
    color: rgba(255,255,255,.65);
}
.foot-fot .foota1 .dseca p
{
    color: #fff;
    font: 400 1rem/1.8em "Noto Sans SC";
}
.foot-fot .foota1 .fo-a1
{
    width: 25%;
}
.foot-fot .foota1 .fo-a1 a
{
    width: 50%;
    display: block;
    color: #fff;
    font: 400 1rem/1.5em "Noto Sans SC";
    padding-bottom: .75em;
}
.foot-fot .foota1 .fo-a1 a:hover
{
    color: rgba(255,255,255,.65);
}
.foot-fot .foota1 .fo-a2 .dlogo img
{
    height: 3.75rem;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.foot-fot .foota1 .fo-a2 p
{
    color: #fff;
    font: 400 1rem/1.8em "Noto Sans SC";
    margin-top: 1rem;
}
.foot-fot .foota1 .fo-a2 .dtel
{
    color: #0080ff;
    font: 700 1.625rem/1.25em "Montserrat";
}
.foot-fot .foota1 .fo-a3 .derma
{
    margin-top: 1rem;
}
.foot-fot .foota1 .fo-a3 .derma img
{
    height: 7.8rem;
}
.foot-fot .foota1 .fo-a4 .social-share
{
    margin-top: .8rem;
}
.foot-fot .foota1 .fo-a4 .social-share a
{
    color: #fff;
    border-color: #fff;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.125rem;
}
.foot-fot .foota1 .fo-a4 .social-share a:hover
{
    background: #fff;
    color: #333;
}
.foot-fot .foota2
{
    color: #fff;
    font: 400 1rem/1.65em "Noto Sans SC";
    padding: .8em 0;
    background: #333;
}
.foot-fot .foota2 a
{
    color: #fff;
}
.foot-fot .foota2 a:hover
{
    color: rgba(255,255,255,.6);
}
.foot-fot .foota2 p+p
{
    margin-left: 1rem;
}
@media(max-width: 768px)
{
    .foot-fot .foota2 p+p
    {
        margin-left: 0;
    }
}
.foot-fot .foota2 p+p span:last-child
{
    display: none;
}
.foot1-m
{
    display: none;
    width: 100%;
    position: relative;
    z-index: 1;
}
@media(max-width: 990px)
{
    .d_nav
    {
        display: none;
    }
    .fix-gonga
    {
        display: none!important;
    }
}/*手机底部*/
@media(max-width: 991px)
{
    .foot1-m
    {
        display: block;
    }
}
.hidden
{
    display: none;
}
.zd_erha
{
    position: fixed;
    right: 1.82292%;
    bottom: 12%;
    z-index: 999;
}
@media(max-width: 768px)
{
    .zd_erha
    {
        display: none;
    }
}
.zd_erha .aat_list li
{
    position: relative;
}
.zd_erha .aat_list li+li
{
    margin-top: 1.25rem;
}
.zd_erha li>a
{
    display: block;
    width: 3.5rem;
    height: 3.5rem;
    position: relative;
    background: #0080ff;
    border-radius: 50%;
    line-height: 3.5rem;
    box-shadow: 0 0 .2rem rgba(51,51,51,.2);
}
.zd_erha li>a i
{
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.zd_erha li>a i img
{
    height: 1.75rem;
}
.zd_erha li .erghgsa
{
    position: absolute;
    z-index: -1;
    padding: .5em 1.5rem;
    width: auto;
    text-align: center;
    right: -webkit-calc(110% + 5px);
    right: -moz-calc(110% + 5px);
    right: calc(110% + 5px);
    top: 10%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    -moz-transition: all .7s;
    transition: all .7s;
    box-shadow: 0 4px 20px 4px rgba(0,20,60,.2);
    color: #333;
    font-size: 1.125rem;
    background: #fff;
    border-radius: .4rem;
    white-space: nowrap;
}
.zd_erha li .erghgsb
{
    width: 7rem;
    padding: .3rem;
}
.zd_erha li:hover .erghgsa
{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}/*内页css*/
.loadmore-nodata
{
    margin: 0 auto 9em;
}
.text-center
{
    text-align: center;
}
.pagination
{
    display: inline-block;
    padding-left: 0;
    margin: 0 0;
    border-radius: 4px;
}
@media(max-width: 768px)
{
    .pagination
    {
        margin: 0 0 0;
    }
}
.pagination>li
{
    display: inline;
}
.pagination>li>a, .pagination>li>span
{
    position: relative;
    float: left;
    margin-left: -1px;
    line-height: 2.375rem;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 0 .2rem;
    font-weight: 500;
}
.pagination>li:first-child>a, .pagination>li:first-child>span
{
    margin-left: 0;
    line-height: 2.1;
    background: #fff;
}
.pagination>li:last-child>a, .pagination>li:last-child>span
{
    line-height: 2.1;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover
{
    z-index: 2;
    color: var(--color-zt);
    background-color: #eee;
    border-color: #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover
{
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: var(--color-zt);
    border-color: var(--color-zt);
    vertical-align: middle;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover
{
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg>li>a, .pagination-lg>li>span
{
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span
{
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span
{
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm>li>a, .pagination-sm>li>span
{
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span
{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span
{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.pager
{
    padding-left: 0;
    margin: 2.6875rem 0;
    text-align: center;
    list-style: none;
}
@media(max-width: 768px)
{
    .pager
    {
        margin: 1.5rem 0;
    }
}
.pager li
{
    display: inline;
}
.pager li>a, .pager li>span
{
    display: inline-block;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 2.375rem;
    height: 2.375rem;
    background: #fff;
}
.pager li>a:focus, .pager li>a:hover
{
    text-decoration: none;
    background-color: #eee;
}
.pager .next>a, .pager .next>span
{
    float: right;
}
.pager .previous>a, .pager .previous>span
{
    float: left;
}
.pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>a:hover, .pager .disabled>span
{
    color: #777;
    cursor: not-allowed;
    background-color: transparent;
}
.ajhhsd
{
    color: #a7a5a5;
    font: 400 1rem/2rem "Noto Sans SC";
    padding: 1.3em 0;
}
@media(max-width: 768px)
{
    .ajhhsd
    {
        line-height: 1.5em;
        padding: 1em 0;
    }
}
.ajhhsd span
{
    padding: 0 .05em;
}
.ajhhsd span:last-child
{
    display: none;
}
.ajhhsd a
{
    color: #a7a5a5;
}
.ajhhsd a:hover
{
    color: var(--color-zt);
}
.xw_ny_banner
{
    background: #333;
    -o-background-size: cover;
    background-size: cover;
    padding: 16.5rem 0 7.25rem;
}
@media(max-width: 990px)
{
    .xw_ny_banner
    {
        padding: 7.25rem 0;
    }
}
@media(max-width: 768px)
{
    .xw_ny_banner
    {
        padding: 4rem 0;
    }
}
.xw_ny_banner h2
{
    color: #fff;
    font: 600 3.125rem/1.2em "montserrat";
}
@media(max-width: 768px)
{
    .xw_ny_banner h2
    {
        font-size: 1.8rem;
    }
}
.nav-page li
{
    padding-bottom: 1em;
}
.nav-page li+li
{
    border-top: 1px solid #f0f0f0;
    padding-top: 1em;
}
.nav-page li>a
{
    display: block;
    font: 600 1.35rem/1.5em "Noto Sans SC";
    color: #333;
}
@media(max-width: 768px)
{
    .nav-page li>a
    {
        font-size: 1.25rem;
    }
}
.nav-page li .sec
{
    margin-top: .5em;
}
.nav-page li .sec a
{
    display: inline-block;
    font: 500 1rem/1.6em "Noto Sans SC";
    color: #777;
    margin-right: 1em;
}
.nav-page li .sec a:hover
{
    color: var(--color-zt);
}
@media(max-width: 768px)
{
    .mt40
    {
        margin-top: 1rem;
    }
}
.ssy-sskaa
{
    margin-bottom: 2rem;
}
@media(max-width: 768px)
{
    .ssy-sskaa
    {
        margin-bottom: 1.5rem;
    }
}
.ssy-sskaa .searchsa form
{
    width: 50%;
    border: 1px solid #999;
    padding: 0 1.5em;
    border-radius: 2rem;
    margin: 0 auto;
}
@media(max-width: 768px)
{
    .ssy-sskaa .searchsa form
    {
        width: 90%;
    }
}
.ssy-sskaa .searchsa form input
{
    width: 70%;
    font: 500 1.25rem/4rem "Noto Sans SC";
    background: transparent;
    color: #999;
}
@media(max-width: 768px)
{
    .ssy-sskaa .searchsa form input
    {
        font-size: 1.125rem;
        line-height: 3rem;
    }
}
.ssy-sskaa .searchsa form button
{
    width: auto;
    outline: none;
    border: none;
    background: transparent;
}
.ssy-sskaa .searchsa form button i
{
    font: 500 1.6rem/4rem "Noto Sans SC";
    color: #333;
}
@media(max-width: 768px)
{
    .ssy-sskaa .searchsa form button i
    {
        font-size: 1.35rem;
        line-height: 3rem;
    }
}
.ss-list li
{
    padding: 1rem 0;
}
.ss-list li+li
{
    margin-top: 1rem;
}
@media(max-width: 768px)
{
    .ss-list li+li
    {
        margin-top: .5rem;
    }
}
.ss-list li div.img
{
    width: 25%;
}
@media(max-width: 768px)
{
    .ss-list li div.img
    {
        width: 100%;
    }
}
.ss-list li div.img a.img
{
    display: block;
    border: 1px solid #f2f2f2;
}
.ss-list li .xw-nycont
{
    width: 72%;
}
.ss-list li .xw-nycont.w100
{
    width: 100%;
}
@media(max-width: 768px)
{
    .ss-list li .xw-nycont
    {
        width: 100%;
        margin-top: 1.2em;
    }
}
.ss-list li .xw-nycont h2 a
{
    display: block;
    color: #656363;
    font: 500 1.25rem/1.35em "Noto Sans SC";
    overflow: hidden;
    margin-bottom: .2em;
}
@media(max-width: 768px)
{
    .ss-list li .xw-nycont h2 a
    {
        font-size: 1.125rem;
    }
}
.ss-list li .xw-nycont span
{
    color: var(--color-zt);
    font: 500 1rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .datea
{
    color: #999;
    font: 500 .95rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .p
{
    color: #999;
    font: 500 1rem/1.5em "Noto Sans SC";
    margin-top: .5em;
}
.ss-list li .xw-nycont a.more-msl
{
    margin-top: 1em;
}
.shzr-content
{
    color: #454545;
    font: 400 1rem/2em "Noto Sans SC";
    padding: 1rem 0 3rem;
}
.shzr-content strong
{
    color: #333;
}
.shzr-content h4
{
    margin-bottom: .5em;
}/*内页end*/
.nbanner
{
    position: relative;
}
.nbanner .img
{
    width: 100%;
    font-size: 0;
}
.nbanner .img img
{
    width: 100%;
}
.nbanner .nbanner-wen1
{
    position: absolute;
    width: 100%;
    z-index: 9;
    top: 52%;
}
.nbanner .nbanner-wen1 .banner-cont
{
    color: #fff;
}
.nbanner .nbanner-wen1 .banner-cont .p1
{
    font: 600 3.75rem/1.25em "Noto Sans SC";
}
@media(max-width: 768px)
{
    .nbanner .nbanner-wen1 .banner-cont .p1
    {
        font-size: 1.8rem;
    }
}
.nbanner .nbanner-wen1 .banner-cont .p2
{
    font-size: 2rem;
    font-weight: 600;
}
@media(max-width: 768px)
{
    .nbanner .nbanner-wen1 .banner-cont .p2
    {
        font-size: 1.35rem;
    }
}
.nbanner .mbx-cont
{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 1rem;
}
.nbanner .mbx-cont .ajhhsd
{
    padding: .45rem 0;
    color: #fff;
}
.nbanner .mbx-cont .ajhhsd a
{
    color: #fff;
}
.nbanner .mbx-cont .ajhhsd a:hover
{
    color: rgba(255,255,255,.65);
}
.n_mbx
{
    position: sticky;
    background: #fff;
    border-bottom: 1px solid #d9d9d9;
    left: 0;
    top: var(--head-height);
    width: 100%;
    z-index: 9;
}
@media(max-width: 990px)
{
    .n_mbx
    {
        top: 60px;
    }
}
.n_mbx .n_src
{
    font-size: 0;
    text-align: center;
    overflow-x: auto;
}
@media(max-width: 768px)
{
    .n_mbx .n_src
    {
        white-space: nowrap;
        display: block;
    }
}
.n_mbx .n_src li
{
    display: inline-block;
}
.n_mbx .n_src li+li
{
    margin-left: 3.75rem;
}
.n_mbx .n_src li a
{
    display: block;
    color: #666;
    font: 500 1rem/3.125rem "Noto Sans SC";
    position: relative;
    text-transform: uppercase;
    padding: .85rem 0;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
}
.n_mbx .n_src li a::after
{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: var(--color-zt);
    transition: transform .3s cubic-bezier(.4,0,0,1),-webkit-transform .3s cubic-bezier(.4,0,0,1),-moz-transform .3s cubic-bezier(.4,0,0,1),-o-transform .3s cubic-bezier(.4,0,0,1);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}
@media(max-width: 768px)
{
    .n_mbx .n_src li a
    {
        line-height: 2.6rem;
        font-size: 1.1rem;
        padding: .5rem 0;
    }
}
.n_mbx .n_src li:hover a, .n_mbx .n_src li.active a
{
    color: var(--color-zt);
}
.n_mbx .n_src li:hover a::after, .n_mbx .n_src li.active a::after
{
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.list_content
{
    padding: 4rem 0;
}
@media(max-width: 768px)
{
    .list_content
    {
        padding: 2rem 0;
    }
}
@-webkit-keyframes scale2
{
    0%
    {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50%
    {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    100%
    {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.fang-img
{
    -webkit-animation: scale2 4s infinite linear;
    -moz-animation: scale2 4s infinite linear;
    -o-animation: scale2 4s infinite linear;
    animation: scale2 4s infinite linear;
}
#abt1, #abt2, #abt3, #abt4, #abt5, #abt6
{
    height: var(--head-height);
    margin-top: -webkit-calc(var(--head-height) * -1);
    margin-top: -moz-calc(var(--head-height) * -1);
    margin-top: calc(var(--head-height) * -1);
}
@media(max-width: 990px)
{
    #abt1, #abt2, #abt3, #abt4, #abt5, #abt6
    {
        height: 60px;
        margin-top: -60px;
    }
}
.ny-tit .entit
{
    color: #535353;
    font: 700 1.5rem/1.2em "Montserrat";
    text-transform: uppercase;
}
.ny-tit .tit
{
    color: #535353;
    font: 600 2.5rem/1.3em "Noto Sans SC";
}
@media(max-width: 768px)
{
    .ny-tit .tit
    {
        font-size: 1.8rem;
    }
}
.abt-cont1
{
    padding: var(--pandrd) 0;
}
.abt-cont1 .abt-a1v1 .abt-a1b1
{
    width: 48%;
    margin-left: 4%;
}
@media(max-width: 768px)
{
    .abt-cont1 .abt-a1v1 .abt-a1b1
    {
        width: 100%;
        float: none;
        margin-left: 0;
    }
}
.abt-cont1 .abt-a1v1 .abt-a1b1 .img img
{
    width: 100%;
}
@media(max-width: 768px)
{
    .abt-cont1 .abt-a1v1 .abt-a1b2
    {
        width: 100%;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 1.5rem;
    }
}
.abt-cont2
{
    background: #f4f4f4;
    padding: var(--pandrd) 0;
}
.abt-cont2 .abt-a2b1
{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2rem;
}
@media(max-width: 768px)
{
    .abt-cont2 .abt-a2b1
    {
        grid-template-columns: repeat(2,1fr);
        gap: 1.5rem;
    }
}
@media(max-width: 450px)
{
    .abt-cont2 .abt-a2b1
    {
        grid-template-columns: repeat(1,1fr);
        gap: 1.25rem;
    }
}
.abt-cont2 .abt-a2b1 i
{
    display: block;
    font-size: 0;
}
.abt-cont2 .abt-a2b1 i img
{
    width: 100%;
}
.abt-cont2 .abt-a2b1 .cont-p
{
    text-align: center;
}
.abt-cont2 .abt-a2b1 .cont-p .tit
{
    color: #333;
    font-size: 1.5rem;
    line-height: 1.5em;
    font-weight: 500;
    margin-top: 1rem;
}
@media(max-width: 768px)
{
    .abt-cont2 .abt-a2b1 .cont-p .tit
    {
        font-size: 1.35rem;
    }
}
.abt-cont2 .abt-a2b1 .cont-p .p
{
    color: #939393;
    font-size: 1rem;
    line-height: 1.75em;
    margin-top: .5rem;
    text-wrap: balance;
}
.product-content
{
    margin-top: 4rem;
    padding-bottom: 1.5rem;
}
.product-list
{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2rem;
}
@media(max-width: 768px)
{
    .product-list
    {
        grid-template-columns: repeat(2,1fr);
        gap: 1.5rem;
    }
}
@media(max-width: 450px)
{
    .product-list
    {
        grid-template-columns: repeat(1,1fr);
        gap: 1.25rem;
    }
}
.product-list li
{
    border: 1px solid #f0f0f0;
}
.product-list li a.img
{
    display: block;
    padding: 1.25rem;
}
.product-list li a.img i
{
    display: block;
    font-size: 0;
    overflow: hidden;
    height: 12.5rem;
}
.product-list li a.img i img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-list li a.img .tit
{
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.5em;
    padding-top: 1.5rem;
}
.product-list li:hover
{
    border-color: var(--color-zt);
}
.product-list li:hover a.img .tit
{
    color: var(--color-zt);
}
.ny-show_body
{
    padding-top: 5.625rem;
}
.pro-show-cont1
{
    background: #f5f5f5;
    padding-bottom: 5rem;
}
@media(max-width: 768px)
{
    .pro-show-cont1
    {
        padding-bottom: 2rem;
    }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup
{
    width: 46%;
}
@media(max-width: 768px)
{
    .pro-show-cont1 .pro-show-a1v1 .img_tup
    {
        width: 100%;
    }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img
{
    position: relative;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .gongt>div
{
    position: absolute;
    top: 50%;
    z-index: 9;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .gongt>div.swiper-button-next1
{
    right: 3%;
}
@media(max-width: 768px)
{
    .pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .gongt>div.swiper-button-next1
    {
        right: 1.5%;
    }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .gongt>div.swiper-button-prev1
{
    left: 3%;
}
@media(max-width: 768px)
{
    .pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .gongt>div.swiper-button-prev1
    {
        left: 1.5%;
    }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .gongt>div i
{
    font-size: 2rem;
    color: #999;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .img
{
    width: 100%;
    padding-bottom: 66%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .img>img
{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .img img
{
    width: 100%;
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1
{
    width: 48%;
}
@media(max-width: 768px)
{
    .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1
    {
        width: 100%;
        margin-top: 1rem;
    }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit1
{
    color: #535353;
    font: 600 2rem/1.3em "Noto Sans SC";
}
@media(max-width: 768px)
{
    .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit1
    {
        font-size: 1.5rem;
    }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt
{
    color: #626262;
    font: 400 1rem/1.6em "Noto Sans SC";
    margin-top: 1rem;
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 a.more-b
{
    margin-top: 2rem;
}
.pro-show-cont2
{
    padding: 4rem 0;
}
@media(max-width: 768px)
{
    .pro-show-cont2
    {
        padding: 2rem 0;
    }
}
.pro-show-cont2 .content
{
    color: #626262;
    font: 400 1rem/1.6em "Noto Sans SC";
    margin-top: 1.5rem;
}
@media(max-width: 768px)
{
    .pro-show-cont2 .content
    {
        margin-top: 1rem;
    }
}
.news-list
{
    margin: 0 -1.5%;
}
.news-list li
{
    width: 33.3333333333%;
    padding: 0 1.5%;
    margin-top: 3.4375rem;
}
@media(max-width: 768px)
{
    .news-list li
    {
        width: 100%;
        margin-top: 1.5rem;
    }
}
.news-list li a.img
{
    display: block;
    font-size: 0;
    padding-bottom: 70.6018518519%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
}
.news-list li a.img>img
{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.news-list li a.img img
{
    width: 100%;
}
.news-list li .cont-p
{
    margin-top: .8rem;
    border-bottom: 1px solid #dadada;
    padding-bottom: .8rem;
}
.news-list li .cont-p a.name
{
    display: block;
    color: #626262;
    font: 400 1.125rem/1.5em "Noto Sans SC";
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
@media(max-width: 768px)
{
    .news-list li .cont-p a.name
    {
        height: auto;
    }
}
.news-list li .cont-p a.name:hover
{
    color: var(--color-zt);
}
.news-list li .cont-p .p
{
    color: #626262;
    font: 400 .875rem/1.5em "Noto Sans SC";
    margin: .8rem 0;
    height: 3em;
    overflow: hidden;
}
@media(max-width: 768px)
{
    .news-list li .cont-p .p
    {
        margin: .5rem 0;
        height: auto;
    }
}
.news-list li .cont-p .data
{
    color: var(--color-zt);
    font: 500 .875rem/1.5em "Montserrat";
}
.news-list li .cont-p .data i
{
    font-size: 1rem;
    margin-right: .4rem;
}/*新闻详情*/
.xw-show_bja .title-a
{
    color: #454545;
    font: 600 2rem/1.4em "Noto Sans SC";
    text-align: center;
    margin-top: 1rem;
}
@media(max-width: 768px)
{
    .xw-show_bja .title-a
    {
        font-size: 1.5rem;
    }
}
.xw-show_bja .title-b .date-a
{
    color: #454545;
    font: 600 1rem/1.5em "Montserrat";
    text-align: center;
    padding: .5rem 0 1.6rem;
}
@media(max-width: 768px)
{
    .xw-show_bja .title-b .date-a
    {
        padding: .5rem 0 1rem;
    }
}
.xw-show_bja .title-b .fen-xiang::after
{
    content: "";
    display: block;
    height: 1px;
    border: 1px dashed rgba(33,33,33,.2);
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.xw-show_bja .title-b .fen-xiang::before
{
    content: "";
    display: block;
    height: 1px;
    border: 1px dashed rgba(33,33,33,.2);
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.xw-show_bja .title-b .fen-xiang .social-share
{
    position: relative;
    padding: 0 1em;
}
.xw-show_bja .title-b .fen-xiang .social-share .wechat-qrcode
{
    z-index: 999;
}
.xw-show_bja .title-b .fen-xiang .social-share a
{
    color: #9c9c9c;
    border-color: #9c9c9c;
    background: transparent;
    font-size: 1rem;
    width: 1.875rem;
    height: 1.875rem;
    line-height: 1.875rem;
}
@media(max-width: 768px)
{
    .xw-show_bja .title-b .fen-xiang .social-share a
    {
        width: 2rem;
        height: 2rem;
        line-height: 2rem;
    }
}
.show-news-a1_v1
{
    margin-top: 2rem;
}
@media(max-width: 768px)
{
    .show-news-a1_v1
    {
        margin-top: 1rem;
    }
}
.show-news-a1_v1 .xinwn-consss
{
    padding: 0 10%;
    color: #626262;
    font: 400 1.125rem/1.5em "Noto Sans SC";
}
@media(max-width: 768px)
{
    .show-news-a1_v1 .xinwn-consss
    {
        padding: 0;
        font-size: 1rem;
    }
}
.show-news-a1_v1 .xinwn-consss img
{
    width: 100%;
}
.pain
{
    background: #f5f5f5;
    padding: 1rem 0;
    margin-top: 7.5rem;
}
@media(max-width: 768px)
{
    .pain
    {
        margin-top: 2rem;
    }
}
.pain .shanys
{
    padding: 0 10%;
}
@media(max-width: 768px)
{
    .pain .shanys
    {
        padding: 0;
    }
}
.pain .prev, .pain .next
{
    color: #626262;
    font: 400 1.125rem/1.5em "Noto Sans SC";
    width: 45%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
@media(max-width: 768px)
{
    .pain .prev, .pain .next
    {
        width: 100%;
        font-size: 1rem;
        padding: 2px 0;
    }
}
.pain .prev a, .pain .next a
{
    color: #626262;
}
.pain .prev a:hover, .pain .next a:hover
{
    color: var(--color-zt);
}
.lx-cont1
{
    padding: 5.375rem 0 4.25rem;
}
@media(max-width: 768px)
{
    .lx-cont1
    {
        padding: 2rem 0;
    }
}
.lx-cont1 .contact_box
{
    padding-top: 5rem;
    padding-bottom: 1.875rem;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 2.5rem;
}
@media(max-width: 768px)
{
    .lx-cont1 .contact_box
    {
        padding-top: 30px;
        grid-template-columns: repeat(1,1fr);
    }
}
.lx-cont1 .contact_box .contact_item h3
{
    font-size: 1.625rem;
    position: relative;
    padding-bottom: .625rem;
}
@media(max-width: 768px)
{
    .lx-cont1 .contact_box .contact_item h3
    {
        font-size: 20px;
    }
}
.lx-cont1 .contact_box .contact_item h3::before
{
    content: '';
    display: block;
    width: 2.1875rem;
    height: .125rem;
    background-color: var(--color-zt);
    position: absolute;
    bottom: 0;
}
.lx-cont1 .contact_box .contact_item p
{
    padding-top: .625rem;
    font-size: 1rem;
}
.lx-cont1 .lx-a1v1
{
    margin-top: 2rem;
    position: relative;
    z-index: 1;
}
@media(max-width: 768px)
{
    .lx-cont1 .lx-a1v1
    {
        margin-top: 1rem;
    }
}
.lx-cont1 .lx-a1v1 .lx-a1b1
{
    width: 50%;
    padding: 3%;
    background: #f5f5f5;
}
@media(max-width: 768px)
{
    .lx-cont1 .lx-a1v1 .lx-a1b1
    {
        width: 100%;
        padding: 8%;
    }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .tit1
{
    color: #333;
    font: 600 1.5rem/1.3em "Noto Sans SC";
}
@media(max-width: 768px)
{
    .lx-cont1 .lx-a1v1 .lx-a1b1 .tit1
    {
        font-size: 1.35rem;
    }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .p
{
    color: #999;
    font: 400 1rem/1.6rem "Noto Sans SC";
    padding: 1rem 0;
}
@media(max-width: 768px)
{
    .lx-cont1 .lx-a1v1 .lx-a1b1 .p
    {
        padding: .8rem 0;
    }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .p a
{
    color: #999;
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .erna
{
    width: 7.5rem;
}
@media(max-width: 768px)
{
    .lx-cont1 .lx-a1v1 .lx-a1b1 .erna
    {
        width: 6.5rem;
    }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .erna img
{
    width: 100%;
}
.lx-cont1 .lx-a1v1 .lx-a1b2
{
    width: 50%;
}
@media(max-width: 768px)
{
    .lx-cont1 .lx-a1v1 .lx-a1b2
    {
        width: 100%;
        margin-top: 1rem;
    }
}
.lx-cont1 .lx-a1v1 .lx-a1b2 #mapDiv
{
    width: 100%;
    height: 25rem;
}
@media(max-width: 768px)
{
    .lx-cont1 .lx-a1v1 .lx-a1b2 #mapDiv
    {
        height: 22rem;
    }
}
.lx-cont2
{
    background: #f5f5f5;
    padding: 4rem 0;
}
@media(max-width: 768px)
{
    .lx-cont2
    {
        padding: 2rem 0;
    }
}
@media(max-width: 768px)
{
    .lx-cont2 form
    {
        margin-top: 1rem;
    }
}
.lx-cont2 form .inpt
{
    position: relative;
    margin-top: 1.5rem;
}
@media(max-width: 768px)
{
    .lx-cont2 form .inpt
    {
        margin-top: .8rem;
    }
}
.lx-cont2 form .m_label
{
    color: #999;
    font: 400 1rem/3.125rem "Noto Sans SC";
    position: absolute;
    left: 1.25em;
    top: 0;
}
.lx-cont2 form .m_label span
{
    color: #f80808;
}
.lx-cont2 form input
{
    background: #fff;
    font: 400 1rem/3.125rem "Noto Sans SC";
    border-radius: 1.5625rem;
    padding: 0 1.25em;
    width: 100%;
}
.lx-cont2 form .msg-a1 .inpt
{
    width: 48.5714285714%;
}
@media(max-width: 768px)
{
    .lx-cont2 form .msg-a1 .inpt
    {
        width: 100%;
    }
}
.lx-cont2 form .msg-a3
{
    margin-top: 1.5rem;
}
@media(max-width: 768px)
{
    .lx-cont2 form .msg-a3
    {
        margin-top: .8rem;
    }
}
.lx-cont2 form .msg-a3 textarea
{
    width: 100%;
    font: 400 1rem/1.5rem "Noto Sans SC";
    padding: .85em 1.25em;
    border: none;
    border-radius: .9375rem;
}
.lx-cont2 .div_aghgha
{
    margin-top: 2.5rem;
}
@media(max-width: 768px)
{
    .lx-cont2 .div_aghgha
    {
        margin-top: 1rem;
    }
}
.lx-cont2 .div_aghgha .more-msl
{
    background: transparent;
    color: var(--color-zt);
}
.lx-cont2 .div_aghgha .more-msl::before
{
    background: var(--color-zt);
}
.lx-cont2 .div_aghgha .more-msl:hover
{
    color: #fff;
}
.lx-cont3
{
    padding: 4rem 0;
    position: relative;
}
@media(max-width: 768px)
{
    .lx-cont3
    {
        padding: 2rem 0;
    }
}
.lx-cont3 .job-list1a
{
    margin: 0 -1%;
    margin-top: .5rem;
}
.lx-cont3 .job-list1a li
{
    width: 33.3333333333%;
    padding: 0 1%;
    margin-top: 1.625rem;
}
@media(max-width: 1100px)
{
    .lx-cont3 .job-list1a li
    {
        width: 50%;
    }
}
@media(max-width: 768px)
{
    .lx-cont3 .job-list1a li
    {
        margin-top: 1rem;
        width: 100%;
    }
}
.lx-cont3 .job-list1a li .cont-sdsd
{
    border: 1px solid transparent;
    padding: 2rem 7% 0;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 .25rem 2.5rem 0 rgba(183,183,183,.25);
}
@media(max-width: 1100px)
{
    .lx-cont3 .job-list1a li .cont-sdsd
    {
        padding: 1.2rem 7% 0;
    }
}
.lx-cont3 .job-list1a li .cont-sdsd .name
{
    color: #595d61;
    font: 400 1.4rem/1.5em "Noto Sans SC";
}
@media(max-width: 768px)
{
    .lx-cont3 .job-list1a li .cont-sdsd .name
    {
        font-size: 1.25rem;
    }
}
.lx-cont3 .job-list1a li .cont-sdsd .p
{
    color: #838383;
    font: 400 .875rem/1.5em "Noto Sans SC";
    padding: .75rem 0 1rem;
}
.lx-cont3 .job-list1a li .cont-sdsd .p p+p
{
    border-left: 1px solid #cfcfcf;
    padding-left: .7rem;
    margin-left: .7rem;
}
@media(max-width: 768px)
{
    .lx-cont3 .job-list1a li .cont-sdsd .p p+p
    {
        padding-left: 0;
        margin-left: 0;
        border-left: none;
    }
}
.lx-cont3 .job-list1a li .cont-sdsd .asghrt
{
    color: #969b9f;
    font: 400 1.25rem/1.5em "Noto Sans SC";
    border-top: 1px solid #d6d6d6;
    padding: .75rem 0;
    margin-top: 2rem;
}
@media(max-width: 768px)
{
    .lx-cont3 .job-list1a li .cont-sdsd .asghrt
    {
        font-size: 1rem;
        margin-top: 1rem;
    }
}
.lx-cont3 .job-list1a li .cont-sdsd:hover
{
    border-color: var(--color-zt);
}
.pro-show-cont2 .asjx_list1
{
    border-bottom: 1px solid #dadada;
}
.pro-show-cont2 .asjx_list1 li
{
    background: #dadada;
    margin-right: .3125rem;
    color: #333;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.125rem;
    line-height: 1.5em;
    padding: .75rem 2.5em;
    cursor: pointer;
}
.pro-show-cont2 .asjx_list1 li.on
{
    background: var(--color-zt);
    color: #fff;
}
.pro-show-cont2 .asjx_list2
{
    margin-top: 2rem;
}
@media(max-width: 768px)
{
    .pro-show-cont2 .asjx_list2
    {
        margin-top: 1.25rem;
    }
}
.pro-show-cont2 .asjx_list2 li
{
    color: #626262;
    font: 400 1rem/1.6em "Noto Sans SC";
}
.coop-list
{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 1.65rem;
    margin-top: 4rem;
}
.case-list
{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1.65rem;
    margin-top: 4rem;
}
@media(max-width: 768px)
{
    .case-list
    {
        grid-template-columns: repeat(2,1fr);
        gap: 1.5rem;
        margin-top: 2rem;
    }
}
@media(max-width: 450px)
{
    .case-list
    {
        display: block;
    }
}
@media(max-width: 450px)
{
    .case-list li
    {
        margin-top: 1.5rem;
    }
}
.case-list li a.img
{
    display: block;
    border: 1px solid #ebebeb;
    background: #fff;
    box-shadow: 0 .1rem .5rem 0 rgba(183,183,183,.25);
}
.case-list li a.img i
{
    display: block;
    font-size: 0;
    overflow: hidden;
    padding-bottom: 70%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
}
.case-list li a.img i>img
{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.case-list li a.img i img
{
    width: 100%;
}
.case-list li a.img .tit
{
    text-align: center;
    font: 400 1rem/1.5em "Noto Sans SC";
    border-top: 1px solid #ebebeb;
    padding: .95rem 0;
}
.case-list li a.img:hover
{
    box-shadow: 0 .25rem 1rem 0 rgba(183,183,183,.25);
}
.case-list li a.img:hover .tit
{
    color: var(--color-zt);
}
.coop-list
{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 2rem;
}
@media(max-width: 768px)
{
    .coop-list
    {
        grid-template-columns: repeat(2,1fr);
        gap: 1.5rem;
    }
}
.coop-list li i
{
    display: block;
    height: 6.25rem;
    text-align: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border: 1px solid #f0f0f0;
}
.coop-list li i img
{
    width: auto;
    height: 100%;
    object-fit: contain;
}
.coop-list li .tit
{
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.5em;
    padding-top: 1.5rem;
}
.ny-show_bodyxw .head
{
    border-bottom: 1px solid #f0f0f0;
}
.fwzc-cont li
{
    padding: var(--pandrd) 0;
}
.fwzc-cont li .fwzc-a1 i
{
    display: block;
    font-size: 0;
    width: 48%;
    overflow: hidden;
}
@media(max-width: 768px)
{
    .fwzc-cont li .fwzc-a1 i
    {
        width: 100%;
    }
}
.fwzc-cont li .fwzc-a1 i img
{
    width: 100%;
}
.fwzc-cont li .fwzc-a1 .wenata
{
    width: 48%;
}
@media(max-width: 768px)
{
    .fwzc-cont li .fwzc-a1 .wenata
    {
        width: 100%;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 1.25rem;
    }
}
.fwzc-cont li .fwzc-a1 .wenata .tit
{
    color: #333;
    font-size: 1.65rem;
    line-height: 1.5em;
    font-weight: 700;
}
@media(max-width: 768px)
{
    .fwzc-cont li .fwzc-a1 .wenata .tit
    {
        font-size: 1.5rem;
    }
}
.fwzc-cont li .fwzc-a1 .wenata .p
{
    color: #626262;
    font-size: 1rem;
    line-height: 1.65em;
    margin-top: 1rem;
}
@media(max-width: 768px)
{
    .fwzc-cont li .fwzc-a1 .wenata .p
    {
        margin-top: .75rem;
    }
}
.fwzc-cont li:nth-child(2n)
{
    background: #f4f4f4;
}
.fwzc-cont li:nth-child(2n) .fwzc-a1 i
{
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.table-cont tr:nth-child(1)
{
    background: var(--color-zt);
    text-align: center;
    color: #fff;
}
.table-cont tr td
{
    vertical-align: middle;
    font-size: 1rem;
}
.gong-jt>div
{
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 50%;
}
.gong-jt>div i
{
    color: #000;
    font-size: .875rem;
    font-weight: 600;
}
.gong-jt>div:hover
{
    background: var(--color-zt);
    border-color: var(--color-zt);
}
.gong-jt>div:hover i
{
    color: #fff;
}
.abt-cont4
{
    padding: 7.0625rem 0 4.625rem;
}
@media(max-width: 768px)
{
    .abt-cont4
    {
        padding: 2rem 0;
    }
}
.abt-cont4 .fzlc
{
    position: relative;
    margin-top: 4.875rem;
}
@media(max-width: 768px)
{
    .abt-cont4 .fzlc
    {
        margin-top: 1.5rem;
    }
}
.abt-cont4 .fzlc .wehas
{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 86.4583333333%;
    z-index: 1;
    background: #eaeaea;
    font-size: 0;
}
@media(max-width: 768px)
{
    .abt-cont4 .fzlc .wehas
    {
        display: none;
    }
}
.abt-cont4 .fzlc .wehas img
{
    width: 100%;
    position: relative;
    z-index: 1;
}
.abt-cont4 .fzlc .wehas::after
{
    content: "";
    position: absolute;
    bottom: 1px;
    left: 1px;
    width: 25%;
    height: 90%;
    background: var(--color-zt);
}
.abt-cont4 .fzlc .fzlc-as
{
    overflow: hidden;
    padding-top: 10rem;
}
@media(max-width: 768px)
{
    .abt-cont4 .fzlc .fzlc-as
    {
        padding-top: 0;
    }
}
.abt-cont4 .fzlc .mySwiper11a
{
    overflow: visible;
    width: 25%;
}
@media(max-width: 768px)
{
    .abt-cont4 .fzlc .mySwiper11a
    {
        width: 100%;
        overflow: hidden;
    }
}
.abt-cont4 .fzlc .mySwiper11a .swiper-slide
{
    padding-bottom: 7.5rem;
    position: relative;
}
@media(max-width: 768px)
{
    .abt-cont4 .fzlc .mySwiper11a .swiper-slide
    {
        padding-bottom: 0;
    }
}
.abt-cont4 .fzlc .mySwiper11a .swiper-slide .cont
{
    position: relative;
}
.abt-cont4 .fzlc .mySwiper11a .swiper-slide .cont::after
{
    content: "";
    position: absolute;
    left: .6rem;
    bottom: 0;
    height: -webkit-calc(100% - 3rem);
    height: -moz-calc(100% - 3rem);
    height: calc(100% - 3rem);
    background: #d9d9d9;
    width: 1px;
}
.abt-cont4 .fzlc .mySwiper11a .swiper-slide .cont b
{
    display: block;
    color: #535353;
    font: 700 1.625rem/1.5em "Montserrat";
    padding-left: 2rem;
}
.abt-cont4 .fzlc .mySwiper11a .swiper-slide .cont b::after
{
    content: "";
    width: 1.1875rem;
    height: 1.1875rem;
    position: absolute;
    left: 0;
    top: .4em;
    border: 1px solid #d9d9d9;
}
@media(max-width: 768px)
{
    .abt-cont4 .fzlc .mySwiper11a .swiper-slide .cont b
    {
        font-size: 2rem;
    }
}
.abt-cont4 .fzlc .mySwiper11a .swiper-slide .cont .p
{
    color: #666;
    font: 400 1.125rem/1.5em "Noto Sans SC";
    padding-left: 2rem;
}
@media(min-width: 768px)
{
    .abt-cont4 .fzlc .mySwiper11a .swiper-slide.swiper-slide-active~.swiper-slide .cont
    {
        -webkit-transform: translateY(-4rem);
        -moz-transform: translateY(-4rem);
        -ms-transform: translateY(-4rem);
        -o-transform: translateY(-4rem);
        transform: translateY(-4rem);
    }
    .abt-cont4 .fzlc .mySwiper11a .swiper-slide.swiper-slide-active~.swiper-slide~.swiper-slide .cont
    {
        -webkit-transform: translateY(-8rem);
        -moz-transform: translateY(-8rem);
        -ms-transform: translateY(-8rem);
        -o-transform: translateY(-8rem);
        transform: translateY(-8rem);
    }
    .abt-cont4 .fzlc .mySwiper11a .swiper-slide.swiper-slide-active~.swiper-slide~.swiper-slide~.swiper-slide .cont
    {
        -webkit-transform: translateY(-4rem);
        -moz-transform: translateY(-4rem);
        -ms-transform: translateY(-4rem);
        -o-transform: translateY(-4rem);
        transform: translateY(-4rem);
    }
}
.abt-cont4 .fzlc .mySwiper11a .swiper-slide.swiper-slide-active .cont b
{
    color: var(--color-zt);
}
.abt-cont4 .fzlc .mySwiper11a .swiper-slide.swiper-slide-active .cont b span
{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.abt-cont4 .fzlc .mySwiper11a .swiper-slide.swiper-slide-active .cont b::after
{
    background: var(--color-zt);
    border-color: var(--color-zt);
}
.abt-cont4 .ahxwas_a3
{
    position: relative;
    margin-top: 3.5rem;
    z-index: 1;
}
@media(max-width: 768px)
{
    .abt-cont4 .ahxwas_a3
    {
        margin-top: 1rem;
    }
}
.abt-cont4 .ahxwas_a3 .pra
{
    position: relative;
}
.abt-cont4 .ahxwas_a3 .pra::before
{
    content: "";
    position: absolute;
    left: 0;
    bottom: .5rem;
    width: 100%;
    height: 1px;
    background: #d9d9d9;
    z-index: -1;
}
@media(max-width: 768px)
{
    .abt-cont4 .ahxwas_a3 .gong-jt
    {
        display: none;
    }
}
.abt-cont4 .ahxwas_a3 .gong-jt>div
{
    position: absolute;
    top: 85%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
}
.abt-cont4 .ahxwas_a3 .gong-jt .swiper-button-next1
{
    right: 0%;
}
.abt-cont4 .ahxwas_a3 .gong-jt .swiper-button-prev1
{
    left: 0%;
}
.abt-cont4 .ahxwas_a3 .mySwiper1a .xhasz
{
    text-align: center;
    cursor: pointer;
}
.abt-cont4 .ahxwas_a3 .mySwiper1a .xhasz i
{
    width: 1rem;
    height: 1rem;
    margin: 0 auto;
    display: block;
    background: #f5f5f5;
    border-radius: 50%;
    border: 1px solid #868686;
}
.abt-cont4 .ahxwas_a3 .mySwiper1a .xhasz .szxds
{
    color: #000;
    font: 600 1.325rem/1.5em "Montserrat";
    margin-bottom: .5rem;
}
@media(max-width: 768px)
{
    .abt-cont4 .ahxwas_a3 .mySwiper1a .xhasz .szxds
    {
        font-size: 1.25rem;
    }
}
.abt-cont4 .ahxwas_a3 .mySwiper1a .swiper-slide-thumb-active .xhasz i
{
    background: var(--color-zt);
}
.abt-cont4 .ahxwas_a3 .mySwiper1a .swiper-slide-thumb-active .xhasz .szxds
{
    color: var(--color-zt);
}
@media(max-width: 768px)
{
    .abt-cont4 .ahxwas_a3 .jtxas
    {
        display: none;
    }
}
.abt-cont4 .ahxwas_a3 .jtxas>div
{
    width: 2.1875rem;
    height: 2.1875rem;
    border-radius: 50%;
    border: 1px solid #ababab;
    position: absolute;
    top: 15%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.abt-cont4 .ahxwas_a3 .jtxas>div.swiper-button-next1
{
    right: -5%;
}
.abt-cont4 .ahxwas_a3 .jtxas>div.swiper-button-prev1
{
    left: -5%;
}
.abt-cont4 .ahxwas_a3 .jtxas>div i
{
    color: #ababab;
    font-size: .875rem;
}
.abt-cont4 .ahxwas_a3 .jtxas>div:hover
{
    background: #5f83c2;
    border-color: #5f83c2;
}
.abt-cont4 .ahxwas_a3 .jtxas>div:hover i
{
    color: #fff;
}
.ashrlist1
{
    margin-top: 1.25rem;
    gap: 1rem;
}
.ashrlist1 li
{
    width: 8rem;
    text-align: center;
}
.ashrlist1 li p
{
    color: #fff;
    font-size: 1rem;
    line-height: 1.5em;
    margin-top: .5em;
}
.prod-v1 .prod-b1
{
    width: 22rem;
}
.prod-v1 .prod-b1 .wehsa-ax
{
    border: 1px solid #f0f0f0;
}
.prod-v1 .prod-b1 .cp-tita .tit
{
    text-align: left;
    background: var(--color-zt);
    color: #fff;
    font-size: 1.65rem;
    line-height: 1.25em;
    font-weight: 700;
    padding: 1rem 8%;
}
.prod-b2
{
    width: calc(100% - 25rem);
}
.prod-v1 .prod-b1 .cp-sort1
{
    padding: .5rem 1rem;
}
.prod-v1 .prod-b1 .cp-sort1 li
{
    border-bottom: 1px solid rgba(0,0,0,.1);
    position: relative;
}
.prod-v1 .prod-b1 .cp-sort1 li:last-child
{
    border-bottom: none;
}
.prod-v1 .prod-b1 .cp-sort1 li>a
{
    display: block;
    line-height: 2.85rem;
    font-size: 1.125rem;
    color: #333;
    font-family: "Noto Sans SC";
    padding: 0 4%;
    font-weight: 600;
}
.prod-v1 .prod-b1 .cp-sort1 li>a:hover, .prod-v1 .prod-b1 .cp-sort1 li>a.active
{
    color: var(--color-zt);
}
.prod-v1 .prod-b1 .cp-sort1 li>a span
{
    display: inline-block;
    min-width: 40%;
    max-width: 50%;
    font-family: "Noto Sans SC";
    font-weight: 500;
}
.prod-v1 .prod-b1 .cp-sort1 li .sec
{/* display: none; */
    padding: 0 15px 10px;/* border-top: 1px solid rgba(0, 0, 0, 0.1); */
    margin-left: 1em;
}
.prod-v1 .prod-b1 .cp-sort1 li .sec .tit1
{
    position: relative;
}
.prod-v1 .prod-b1 .cp-sort1 li .sec .tit1 .aniut1
{
    height: 2.1875rem;
    line-height: 2.1875rem;
}
.prod-v1 .prod-b1 .cp-sort1 li .sec a
{
    display: block;
    font-size: 1rem;
    color: #333;
    line-height: 1.85rem;
}
.prod-v1 .prod-b1 .cp-sort1 li .sec a:hover, .prod-v1 .prod-b1 .cp-sort1 li .sec a.active
{
    color: var(--color-zt);
}
.prod-v1 .prod-b1 .cp-sort1 li .sec a span
{
    display: inline-block;
    min-width: 40%;
    max-width: 50%;
}
.prod-v1 .prod-b1 .cp-sort1 .aniut1
{
    position: absolute;
    width: 2.5rem;
    height: 3.125rem;
    line-height: 3.125rem;
    right: 2%;
    top: 0;
    text-align: center;
    z-index: 9;
    cursor: pointer;
}
.prod-v1 .prod-b1 .cp-sort1 .aniut1 i
{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    color: #333;
    font-weight: 600;
}
@media(max-width: 768px)
{
    .prod-v1 .prod-b1
    {
        width: 100%;
        display: none;
    }
    .prod-b2
    {
        width: 100%;/* margin-top: 2.5rem; */
    }
    .product-content
    {
        margin-top: 2.25rem;
    }
}