@charset "UTF-8";
.floor {
    padding: 6% 0 6% !important;
}

.bg-gray {
    background: #f5f5f5;
}

.bg-white {
    background: #fff;
}

input.btn,
span.btn,
a.btn {
    display: block;
    text-align: center;
    width: 182px;
    height: 54px;
    line-height: 54px;
    font-family: PingFang SC;
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    border-radius: 27px;
    border: none;
}

input.btn.blue,
span.btn.blue,
a.btn.blue {
    color: #ffffff;
    background-color: #437ce2;
}

input.btn.white,
span.btn.white,
a.btn.white {
    color: #437ce2;
    border: solid 1px #437ce2;
}

.sblue {
    color: #000 !important;
}

.sblue::after {
    background-color: #000 !important;
}

.box-fill {
    overflow: hidden;
}

.box-fill img {
    transition: all .8s;
    cursor: pointer;
}

.box-fill img:hover {
    transform: scale(1.1);
}

.f1 .box-fill {
    border-radius: 20px;
}

.aliyun .f1 .box-fill {
    border-radius: 0;
}

.c .box-fill,
.yw-yw-zj .box-fill,
.qfwfw .box-fill,
.slsx-skjc .box-fill,
.case-list .box-fill,
.gomi-f1 .box-fill,
.list-pic .box-fill,
.news-list .box-fill {
    border-radius: 15px;
}

.sub-banner {
    position: relative;
    height: 660px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sub-banner .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.sub-banner .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sub-banner .class-name span {
    position: relative;
    display: block;
    font-family: PingFang SC;
    font-size: 50px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 110px;
    letter-spacing: 0px;
    color: #ffffff;
}

.sub-banner .class-name span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 45px;
    height: 4px;
    background-color: #ffffff;
}

.sub-banner .class-name p {
    font-family: PingFang SC;
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 85px;
    letter-spacing: 0px;
    color: #ffffff;
}

.position {
    padding-left: 36px;
    height: 102px;
    line-height: 102px;
    background: url(../images/position.png) no-repeat left center;
    background-size: 25px 20px;
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #999999;
}

.position a {
    color: #666666;
}

.position span {
    color: #437ce2;
}

.position .position-nav {
    display: flex;
    align-items: center;
    height: 100%;
    float: right;
}

.position .position-nav li {
    padding-left: 5em;
    height: 1005;
}

.position .position-nav a {
    display: block;
    position: relative;
    height: 1005;
    flex: none;
    display: block;
    font-family: PingFang SC;
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
}

.position .position-nav a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    width: 0;
    height: 3px;
    background-color: #437ce2;
    border-radius: 2px;
    transition: all .3s;
}

.position .position-nav a:hover,
.position .position-nav a.on {
    color: #437ce2;
}

.position .position-nav a:hover::after,
.position .position-nav a.on::after {
    width: 100%;
}

.position .position-nav a:hover.shop,
.position .position-nav a.on.shop {
    width: 141px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 21px;
    border: solid 1px #437ce2;
}

.position .position-nav a:hover.shop::after,
.position .position-nav a.on.shop::after {
    display: none;
}

.body-box {
    align-items: flex-start;
}

.left-aside {
    width: 21.875%;
    margin-right: 2.0625%;
    margin-bottom: 2.0625%;
    border-radius: 10px;
    overflow: hidden;
}

.left-aside .class-name {
    position: relative;
    height: 115px;
    padding-left: 66px;
    line-height: 115px;
    background: url(../images/left-top.png) no-repeat center;
    background-size: cover;
}

.left-aside .class-name::before {
    content: "";
    position: absolute;
    left: 39px;
    top: 50%;
    transform: translate(0, -50%);
    width: 6px;
    height: 32px;
    background-color: #ffffff;
}

.left-aside .class-name span {
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.left-aside .left-nav .layui-nav-tree {
    width: 100%;
    padding: 0;
}

.left-aside .layui-nav {
    position: relative;
    padding: 0 20px;
    background-color: #fff;
    color: #000000;
    border-radius: 2px;
    font-size: 0;
}

.left-aside .layui-nav-tree .layui-nav-item {
    border-bottom: #eeeeee 1px solid;
}

.left-aside .layui-nav-tree .layui-nav-item>a {
    padding-top: 0;
    padding-bottom: 0;
}

.left-aside .layui-nav-tree .layui-nav-item a {
    position: relative;
    height: 70px;
    line-height: 70px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.left-aside .layui-nav .layui-nav-item a {
    display: block;
    padding: 0 40px;
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.left-aside .layui-nav .layui-nav-item a:hover,
.left-aside .layui-nav .layui-nav-item a.on {
    color: #437ce2;
}

.left-aside .layui-nav-tree .layui-nav-more {
    right: 40px;
    font-size: 20px;
}

.left-aside .layui-nav-itemed>a,
.left-aside .layui-nav-tree .layui-nav-title a,
.left-aside .layui-nav-tree .layui-nav-title a:hover {
    color: #437ce2 !important;
}

.left-aside .layui-nav-itemed>.layui-nav-child {
    display: block;
    background: none !important;
    padding-bottom: 26px !important;
}

.left-aside .layui-nav-child a {
    font-family: PingFang SC;
    font-size: 19px !important;
    font-weight: normal;
    letter-spacing: 0px;
    color: #666;
    height: 36px !important;
    line-height: 36px !important;
    padding-left: 52px !important;
}

.left-aside .layui-nav-child a::before {
    content: "";
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #666666;
}

.left-aside .layui-nav-child a:hover {
    color: #437ce2 !important;
}

.left-aside .layui-nav-child a:hover::before {
    background-color: #437ce2;
}

.left-aside .layui-nav-bar {
    display: none;
}

.left-aside .layui-nav-tree .layui-nav-child dd.layui-this,
.left-aside .layui-nav-tree .layui-nav-child dd.layui-this a,
.left-aside .layui-nav-tree .layui-this,
.left-aside .layui-nav-tree .layui-this>a,
.left-aside .layui-nav-tree .layui-this>a:hover {
    background-color: #fff;
    color: #437ce2;
}

.main {
    flex: 1;
}

.main.yj {
    border-radius: 15px;
}

.main .section-wrap {
    background-color: #ffffff;
    border-radius: 15px;
    margin-bottom: 38px;
}

.main .section-wrap.syj {
    border-radius: 15px 15px 0 0;
}

.main .section-wrap.xyj {
    border-radius: 0 0 15px 15px;
}

.main .border-b {
    border-bottom: #eeeeee 1px solid;
}

.main .section {
    padding: 5.67644% 6.54129% 7.00095%;
}

.main .section .blue-tit {
    position: relative;
    font-family: PingFang SC;
    font-size: 35px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #437ce2;
}

.main .section .blue-tit span {
    position: relative;
    z-index: 2;
    display: inline-block;
    background-color: #fff;
    padding-right: 1em;
}

.main .section .blue-tit.lx::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1;
    border-bottom: #c3d5f6 1px solid;
}

.main .section .black-tit {
    margin-top: 35px;
    font-family: PingFang SC;
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 0px;
    color: #000000;
}

.jsgz-sbsjqk {
    position: relative;
    width: 41.24882%;
    margin: 60px 0 0;
}

.jsgz-sbsjqk .qk {
    position: absolute;
    display: flex;
    align-items: center;
}

.jsgz-sbsjqk .qk .num {
    flex: none;
    width: 47px;
    height: 47px;
    background-color: #437ce2;
    border-radius: 50%;
    line-height: 46px;
    text-align: center;
    font-family: PingFang SC;
    font-size: 35px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    text-indent: -0.2em;
    margin-right: 23px;
}

.jsgz-sbsjqk .qk .text {
    flex: none;
    padding: 0 40px;
    height: 74px;
    line-height: 74px;
    background-color: #ffffff;
    box-shadow: 0px 15px 35px 0px rgba(204, 204, 204, 0.4);
    border-radius: 15px;
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
}

.jsgz-sbsjqk .qk.qk1 {
    left: 81%;
    top: 10%;
}

.jsgz-sbsjqk .qk.qk1 .text {
    width: 527px;
}

.jsgz-sbsjqk .qk.qk2 {
    left: 93%;
    top: 32%;
}

.jsgz-sbsjqk .qk.qk2 .text {
    width: 476px;
}

.jsgz-sbsjqk .qk.qk3 {
    left: 93%;
    top: 54%;
}

.jsgz-sbsjqk .qk.qk3 .text {
    width: 476px;
}

.jsgz-sbsjqk .qk.qk4 {
    left: 81%;
    top: 76%;
}

.jsgz-sbsjqk .qk.qk4 .text {
    width: 527px;
}

.jsgz-gjz .row {
    --col-padding: 3.4058%;
    justify-content: center;
}

.jsgz-gjz .box {
    padding-top: 20px;
}

.jsgz-gjz .box span {
    font-family: Arial-Black;
    font-size: 50px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 100px;
    letter-spacing: 0px;
    color: #677a8a;
    opacity: 0.15;
}

.jsgz-gjz .box .ico-box {
    position: relative;
    z-index: 1;
    margin-top: -44px;
    align-items: center;
    height: 106px;
    background-color: #ffffff;
    box-shadow: 0px 15px 35px 0px rgba(89, 154, 252, 0.15);
    border-radius: 15px;
}

.jsgz-gjz .box .ico-box .ico {
    flex: none;
    width: 30.21807%;
    height: 54px;
    border-right: #e5e5e5 1px solid;
}

.jsgz-gjz .box .ico-box .ico img {
    max-width: 70%;
    max-height: 100%;
}

.jsgz-gjz .box .ico-box .ico-text {
    padding-left: 1.6em;
    font-family: PingFang SC;
    font-size: 19px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #010101;
}

.jsgz-jsgz .li {
    margin-top: 3.31126%;
    height: 278px;
    background-color: #ffffff;
    box-shadow: 0px 15px 35px 0px rgba(204, 204, 204, 0.4);
    border-radius: 10px;
    overflow: hidden;
}

.jsgz-jsgz .li .gzfw {
    width: 27.71996%;
    flex: none;
    height: 100%;
    background-image: linear-gradient(0deg, #437ce2 0%, #aac3f0 100%), linear-gradient(#2f8da7, #2f8da7);
    background-blend-mode: normal, normal;
    box-shadow: 0px 15px 35px 0px rgba(204, 204, 204, 0.4);
}

.jsgz-jsgz .li .gzfw .fw {
    margin-bottom: 16px;
    font-family: PingFang SC;
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #fff;
}

.jsgz-jsgz .li .gzfw .xx {
    font-family: PingFang SC;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #fff;
}

.jsgz-jsgz .li .syqk {
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 0 6.24409%;
}

.tt {
    margin-top: 12px;
    margin-bottom: 10px;
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #000000;
}

.bb {
    margin-bottom: 14px;
    font-family: PingFang SC;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #666666;
}

.jsgz-zdh {
    margin-top: 40px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f5f5f5;
}

.jsgz-zdh .text-box {
    padding: 4.91958%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.jsgz-zdh .text-box p {
    margin-bottom: 14px;
}

.jsgz-zdh .pic {
    flex: none;
    width: 27.71996%;
}

.jsgz-zdh .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jsgz-zdh.jc {
    flex-direction: row-reverse;
}

.jsgz-zdh.jc .text-box p {
    margin-bottom: 0;
}

.jsgz-zdh.jc .pic {
    width: 37.1807%;
}

.pt-text {
    font-family: PingFang SC;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #000000;
}

.yw-yw-zj .pic {
    margin: 4.02245% 0 0.93545%;
}

.yw-yw-zj .pt-text {
    margin: 4.16272% 0;
}

.yw-yw-zj .pt-text p {
    margin-bottom: 1.6em;
    font-size: 16px;
    line-height: 2;
    color: #666;
}

.yw-yw-zj .row {
    --col-padding: 1.5137%;
}

.yw-yw-zj .row .w-h {
    padding-top: 65.23438%;
}

.yw-yw-yzs {
    padding: 3.7843% 0 0;
}

.yw-yw-yzs .row {
    --col-padding: 5.298%;
}

.yw-yw-yzs .ico-box .ico {
    position: relative;
    margin: 0 auto;
    z-index: 3;
    width: 100px;
    height: 100px;
    background-image: linear-gradient(0deg, #437ce2 0%, #94baff 100%), linear-gradient(#677a8a, #677a8a);
    background-blend-mode: normal, normal;
    border-radius: 50%;
}

.yw-yw-yzs .ico-box .ico-text {
    margin-top: -50px;
    height: 135px;
    padding-top: 65px;
    background-color: #ffffff;
    box-shadow: 0px 15px 35px 0px rgba(103, 122, 138, 0.22);
    border-radius: 15px;
    text-align: center;
    font-family: PingFang SC;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #000000;
}

.black-c-tit {
    text-align: center;
}

.black-c-tit span {
    font-family: PingFang SC;
    font-size: 35px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 47px;
    letter-spacing: 0px;
    color: #000000;
}

.black-c-tit p {
    font-family: PingFang SC;
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 31px;
    letter-spacing: 0px;
    color: #000000;
}

.yw-yw-ld {
    margin: -38px 0 0;
    margin-bottom: 0 !important;
    background: url(../images/yw_yw_ld.png) no-repeat center;
    background-size: cover;
    border-radius: 0 !important;
}

.yw-yw-ld .row {
    --col-padding: 5.2034%;
    margin-top: 4.54115%;
}

.yw-yw-ld .ldbox-wrap {
    width: 134px;
    height: 134px;
    border: dotted 3px #a1bdf0;
    border-radius: 50%;
    padding: 8px;
}

.yw-yw-ld .ldbox-wrap .ldbox {
    width: 112px;
    height: 112px;
    background-image: linear-gradient(0deg, #437ce2 0%, #94baff 100%), linear-gradient(#437ce2, #437ce2);
    background-blend-mode: normal, normal;
    border-radius: 50%;
}

.yw-yw-ld .ldbox-wrap .ldbox span {
    font-family: PingFang SC;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #ffffff;
}

.yw-yw-ld .ldbox-wrap .ldbox p {
    font-family: PingFang SC;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 0px;
    color: #ffffff;
}

.yw-yw-ys {
    width: 40.01892%;
    margin: 145px auto 0;
}

.yw-yw-ys .w-h {
    padding-top: 100%;
}

.yw-yw-ys .w-h .box-fill {
    border-radius: 50%;
}

.yw-yw-ys .ysy {
    border: solid 3px #d6e2f9;
}

.yw-yw-ys .ysy .ysny {
    width: 55.08274%;
}

.yw-yw-ys .ysy .ysny .box-fill {
    background: url(../images/yw_yw_cpfw.png) no-repeat center;
    background-size: cover;
}

.yw-yw-ys .ysy .ysny .box-fill span {
    font-family: PingFang SC;
    font-size: 35px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #ffffff;
}

.yw-yw-ys .ysy .ysny .box-fill p {
    font-family: PingFang SC;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #ffffff;
}

.yw-yw-ys .ysli {
    width: 98.81797%;
    position: absolute;
}

.yw-yw-ys .ysli .ysliy {
    flex: none;
    width: 91px;
}

.yw-yw-ys .ysli .ysliy .box-fill {
    line-height: 35px;
    font-size: 25px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0px 15px 35px 0px rgba(103, 122, 138, 0.22);
    font-family: PingFang SC;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #437ce2;
}

.yw-yw-ys .ysli .ysli-text span {
    font-family: PingFang SC;
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 33px;
    letter-spacing: 0px;
    color: #000000;
}

.yw-yw-ys .ysli .ysli-text p {
    font-family: PingFang SC;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #666666;
}

.yw-yw-ys .ysli.ysli1 {
    left: 50%;
    top: 0;
    transform: translate(-50%, calc(-100% + 46px));
    flex-direction: column-reverse;
    align-items: center;
    width: 423px;
    text-align: center;
}

.yw-yw-ys .ysli.ysli1 .ysliy {
    margin-top: 24px;
}

.yw-yw-ys .ysli.yc {
    transform: translate(-46px, -50%);
    align-items: center;
}

.yw-yw-ys .ysli.yc .ysliy {
    margin-right: 20px;
}

.yw-yw-ys .ysli.yc.ysli2 {
    left: 88%;
    top: 20%;
}

.yw-yw-ys .ysli.yc.ysli3 {
    left: 99%;
    top: 55%;
}

.yw-yw-ys .ysli.yc.ysli4 {
    left: 78%;
    top: 90%;
}

.yw-yw-ys .ysli.zc {
    flex-direction: row-reverse;
    transform: translate(46px, -50%);
    align-items: center;
    text-align: right;
}

.yw-yw-ys .ysli.zc .ysliy {
    margin-left: 20px;
}

.yw-yw-ys .ysli.zc.ysli5 {
    right: 88%;
    top: 20%;
}

.yw-yw-ys .ysli.zc.ysli6 {
    right: 99%;
    top: 55%;
}

.yw-yw-ys .ysli.zc.ysli7 {
    right: 78%;
    top: 90%;
}

.yw-wx-fw .hyxz {
    height: 550px;
    background: url(../images/dsj.png) no-repeat left center;
    background-size: 44.65468% 100%;
}

.yw-wx-fw .hyxz li {
    position: relative;
    overflow: hidden;
    align-items: center;
    justify-content: flex-end;
    height: 91.66667px;
}

.yw-wx-fw .hyxz li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    border-bottom: #d6e2f9 1px solid;
}

.yw-wx-fw .hyxz li::before {
    content: "";
    position: absolute;
    left: 21%;
    top: 5px;
    font-family: Arial-Black;
    font-size: 35px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 96.66667px;
    letter-spacing: 0px;
    color: #ffffff;
}

.yw-wx-fw .hyxz li span {
    margin-right: 1.5em;
    font-family: PingFang SC;
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 0px;
    color: #000000;
}

.yw-wx-fw .hyxz li p {
    flex: none;
    width: 35.47777%;
    font-family: PingFang SC;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #666666;
}

.yw-wx-fw .hyxz li:nth-child(1)::after {
    left: 18.7%;
}

.yw-wx-fw .hyxz li:nth-child(1)::before {
    content: "1";
}

.yw-wx-fw .hyxz li:nth-child(2)::after {
    left: 15%;
}

.yw-wx-fw .hyxz li:nth-child(2)::before {
    content: "2";
}

.yw-wx-fw .hyxz li:nth-child(3)::after {
    left: 11.3%;
}

.yw-wx-fw .hyxz li:nth-child(3)::before {
    content: "3";
}

.yw-wx-fw .hyxz li:nth-child(4)::after {
    left: 7.6%;
}

.yw-wx-fw .hyxz li:nth-child(4)::before {
    content: "4";
}

.yw-wx-fw .hyxz li:nth-child(5)::after {
    left: 3.9%;
}

.yw-wx-fw .hyxz li:nth-child(5)::before {
    content: "5";
}

.yw-wx-fw .hyxz li:nth-child(6)::after {
    left: 20%;
}

.yw-wx-fw .hyxz li:nth-child(6)::before {
    content: "6";
}

.yw-wx-fw .qfwfw li {
    cursor: pointer;
    border-top: #eee 1px solid;
    padding: 3.68969% 0;
}

.yw-wx-fw .qfwfw li:first-child {
    border-top: 0;
}

.yw-wx-fw .qfwfw li:nth-child(2n) {
    flex-direction: row-reverse;
}

.yw-wx-fw .qfwfw li .pic {
    width: 48.62819%;
}

.yw-wx-fw .qfwfw li .pic .w-h {
    padding-top: 56.61479%;
}

.yw-wx-fw .qfwfw li .pic .w-h img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.yw-wx-fw .qfwfw li .info {
    width: 48.43898%;
}

.yw-wx-fw .qfwfw li .info .fw-tit {
    align-items: flex-end;
}

.yw-wx-fw .qfwfw li .info .fw-tit .num {
    margin-right: 10px;
    font-family: PingFang SC;
    font-size: 50px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #cccccc;
    opacity: 0.5;
}

.yw-wx-fw .qfwfw li .info .fw-tit p {
    display: block;
    position: relative;
    font-family: PingFang SC;
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 56px;
    letter-spacing: 0px;
    color: #000000;
}

.yw-wx-fw .qfwfw li .info .fw-tit p::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 2px;
    background-color: #437ce2;
}

.yw-wx-fw .qfwfw li .info .fw-sub-tit {
    margin-top: 1.8em;
    font-family: PingFang SC;
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #000000;
}

.yw-wx-fw .qfwfw li .info .fwnr {
    font-family: PingFang SC;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #666666;
}

.yw-wx-fw .qfwfw li:hover .info .fw-tit {
    align-items: flex-end;
}

.yw-wx-fw .qfwfw li:hover .info .fw-tit .num {
    color: #437ce2;
    opacity: 1;
}

.cpfw .cpfw-box {
    margin-bottom: 33px;
    border-radius: 15px;
    overflow: hidden;
}

.cpfw .cpfw-box.mb0 {
    margin-bottom: 0;
}

.cpfw .cpfw-box .cpfw-tit {
    justify-content: center;
    align-items: center;
    height: 55px;
    background-color: rgba(67, 124, 226, 0.1);
}

.cpfw .cpfw-box .cpfw-tit span {
    margin-left: 8px;
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #437ce2;
}

.cpfw .cpfw-box .row {
    padding: 1.65893% 2.3225% 1.92435%;
    background-color: #f5f5f5;
}

.cpfw .cpfw-box .row .col {
    padding: 10px;
}

.cpfw .cpfw-box .row .col .w-h {
    padding-top: 71.17904%;
}

.cpfw .cpfw-box .row .col .w-h .box-fill {
    flex: none;
    background: #fff;
    border-radius: 15px;
}

.cpfw .cpfw-box .row .col .w-h .box-fill img {
    max-width: 69.869%;
    max-height: 74.23313%;
    object-fit: contain;
}

.wxsk .row {
    --col-padding: 1.9867%;
}

.wxsk .skpb-box {
    border-radius: 15px;
    border: solid 1px #eeeeee;
    margin-top: 26px;
}

.wxsk .skpb-box .pic {
    margin: 0 auto;
    width: 71.06599%;
    border-bottom: #eeeeee 1px solid;
}

.wxsk .skpb-box .pic .w-h {
    padding-top: 60.71429%;
}

.wxsk .skpb-box .pic .w-h .box-fill img {
    max-width: 100%;
    max-height: 80%;
}

.wxsk .skpb-box .info {
    text-align: center;
    font-family: PingFang SC;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #000000;
}

.bpxs {
    margin: 3.7843% 0;
    min-height: 130px;
    background-color: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
}

.bpxs .lbt {
    width: 19.41839%;
    background-image: linear-gradient(0deg, #437ce2 0%, #ffffff 100%), linear-gradient(#2f8da7, #2f8da7);
    background-blend-mode: normal, normal;
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 0px;
    color: #ffffff;
}

.bpxs .ico-box {
    position: relative;
    flex: 1 0 auto;
}

.bpxs .ico-box.last::after {
    display: none;
}

.bpxs .ico-box::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 73px;
    background-color: #dcdcdc;
}

.bpxs .ico-box .pic {
    height: 37px;
    margin-bottom: 10px;
}

.bpxs .ico-box .info {
    font-family: PingFang SC;
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
}

.dcck {
    --col-padding: 2.1897%;
}

.dcck .col {
    margin-top: 2.1897%;
}

.dcck .pic {
    border-radius: 15px;
    overflow: hidden;
}

.dcck .pic .w-h {
    padding-top: 58.02708%;
}

.dcck .pic .w-h .box-fill img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dcck .pic .info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/lvjing.png) repeat-x bottom;
}

.dcck .pic .info span {
    position: absolute;
    left: 43px;
    bottom: 30px;
    display: block;
    font-family: PingFang SC;
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 0px;
    color: #ffffff;
}

.smfw .smfw-box {
    margin-top: 3.37395%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    overflow: hidden;
}

.smfw .smfw-box .pic {
    width: 48.45361%;
}

.smfw .smfw-box .pic .w-h {
    padding-top: 67.69826%;
}

.smfw .smfw-box .info {
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding-left: 5.1088%;
}

.smfw .smfw-box .info span {
    margin-bottom: 15px;
    font-family: PingFang SC;
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #000000;
}

.smfw .smfw-box .info p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #666666;
}

.slsx-skjc {
    justify-content: space-between;
}

.slsx-skjc .left {
    width: 54.9812%;
}

.slsx-skjc .left ul {
    margin-top: 35px;
}

.slsx-skjc .left li {
    margin-top: -1px;
    border-top: #eeeeee 1px solid;
    border-bottom: #eeeeee 1px solid;
    padding: 16px 0;
}

.slsx-skjc .left li span {
    font-family: PingFang SC;
    font-size: 19px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #010101;
}

.slsx-skjc .left li p {
    line-height: 2;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #666666;
}

.slsx-skjc .right {
    width: 38.43985%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.slsx-skjc .right .w-h {
    padding-top: 70.17115%;
}

.slsx-djzz .djzz-box {
    margin-top: 3.37395%;
    border-radius: 15px;
    overflow: hidden;
    background-color: #f5f5f5;
}

.slsx-djzz .djzz-box .pic {
    width: 42.27872%;
}

.slsx-djzz .djzz-box .pic .w-h {
    padding-top: 82.40535%;
}

.slsx-djzz .djzz-box .pic.djzz2 .w-h {
    padding-top: 99.55457%;
}

.slsx-djzz .djzz-box .info {
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding-left: 5.1088%;
    padding-right: 5.1088%;
}

.slsx-djzz .djzz-box .info h6 {
    font-family: PingFang SC;
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #437ce2;
}

.slsx-djzz .djzz-box .info>span {
    margin: 6px 0 28px;
    font-family: PingFang SC;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #000000;
}

.slsx-djzz .djzz-box .info p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #666666;
}

.slsx-djzz .djzz-box .info p span {
    color: #000;
}

.wxbyx .icos {
    margin: 6.62252% 0 3.7843%;
}

.wxbyx .icos .ico-box {
    text-align: center;
}

.wxbyx .icos .ico-box .ico img {
    max-width: 66%;
}

.wxbyx .icos .ico-box .info {
    font-family: PingFang SC;
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 77px;
    letter-spacing: 0px;
    color: #000000;
}

.wxbyx .bynr {
    margin-top: 4.25733%;
    --col-padding: 3.4058%;
}

.wxbyx .bynr .text-box {
    border-radius: 15px;
    overflow: hidden;
}

.wxbyx .bynr .text-box .pic .w-h {
    padding-top: 51.65049%;
}

.wxbyx .bynr .text-box .info {
    display: flex;
    align-items: center;
    height: 200px;
    background-color: #f5f5f5;
}

.wxbyx .bynr .text-box .info .row {
    flex: 1;
}

.wxbyx .bynr .text-box .info .ico-box {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wxbyx .bynr .text-box .info .ico-box::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 120px;
    background-color: #e5e5e5;
}

.wxbyx .bynr .text-box .info .ico-box p {
    font-family: PingFang SC;
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #000000;
}

.wxbyx .bynr .text-box .info .text-box {
    padding-left: 10%;
    font-family: PingFang SC;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #666666;
}

.wxbyx-text {
    --col-padding: 2.365%;
}

.wxbyx-text .text-box {
    height: 100%;
    background-color: #f5f5f5;
    border-radius: 15px;
    padding: 3.7843% 3.59508%;
}

.wxbyx-text .text-box span {
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #000000;
}

.wxbyx-text .text-box span i {
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #437ce2;
}

.wxbyx-text .text-box p {
    margin-top: 24px;
    font-family: PingFang SC;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #666666;
}

.jqr .jqr-wbfw {
    margin-top: 3.7843%;
    margin-bottom: 6.62252%;
}

.jqr .jqr-wbfw li {
    display: flex;
    padding: 2.36518%;
    align-items: center;
    background-color: #ffffff;
    box-shadow: 0px 15px 35px 0px rgba(204, 204, 204, 0.4);
    border-radius: 15px;
    margin-bottom: 2.08136%;
}

.jqr .jqr-wbfw li span {
    display: block;
    text-indent: -0.5em;
    flex: none;
    text-align: center;
    min-width: 9.83917%;
    font-family: PingFang SC;
    font-size: 40px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #cccccc;
    opacity: 0.5;
}

.jqr .jqr-wbfw li p {
    font-family: PingFang SC;
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #000000;
}

.jqr .jqr-wxfw {
    margin: 3.7843% 0;
    --col-padding: 1.8921%;
}

.jqr .jqr-wxfw .col {
    padding-bottom: 1.8921%;
}

.jqr .jqr-wxfw .ico-box {
    height: 88px;
    background-color: #ffffff;
    box-shadow: 0px 15px 35px 0px rgba(204, 204, 204, 0.4);
    border-radius: 15px;
    border: solid 1px #437ce2;
}

.jqr .jqr-wxfw .ico-box span {
    margin: 3% 0 0 14%;
    display: block;
    position: relative;
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 56px;
    letter-spacing: 0px;
    color: #000000;
}

.jqr .jqr-wxfw .ico-box span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 23px;
    height: 2px;
    background-color: #437ce2;
}

.jqr .jqr-byfw {
    margin: 3.7843% 0 5.20341%;
}

.jqr .jqr-byfw .box {
    position: relative;
}

.jqr .jqr-byfw .box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 52px;
    transform: translate(calc(-50%), 0);
    width: calc(100% - 125px);
    height: 1px;
    border-bottom: #437ce2 1px dashed;
}

.jqr .jqr-byfw .box img {
    display: block;
    width: 105px;
}

.jqr .jqr-byfw .box p {
    font-family: PingFang SC;
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 49px;
    letter-spacing: 0px;
    color: #000000;
}

.jqr .jqr-byfw .col:first-child .box::before {
    display: none;
}

.jqr-bjxs {
    margin: 5.48723% 0 6.62252%;
    background: url(../images/jqr-bjxs.png) no-repeat center;
    background-size: cover;
}

.jqr-bjxs .w-h {
    padding-top: 22.09414%;
}

.jqr-bjxs .w-h .box-fill {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 5.18732%;
}

.jqr-bjxs .w-h .box-fill p {
    font-family: PingFang SC;
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 0px;
    color: #ffffff;
}

.jqr-dz {
    margin-top: 34px;
    align-items: center;
    background-color: #ffffff;
    box-shadow: 0px 15px 35px 0px rgba(204, 204, 204, 0.4);
    border-radius: 15px;
    padding: 6.42378% 0 6.42378% 6.71141%;
}

.jqr-dz .pic {
    flex: 1;
}

.jqr-dz .pic img {
    display: block;
    width: 100%;
    height: auto;
}

.jqr-dz .info {
    width: 5.2em;
    padding: 0 2em;
    flex: 0;
    font-family: PingFang SC;
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #000000;
}

.big-black-tit span {
    font-family: PingFang SC;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 56px;
    letter-spacing: 0px;
    color: #000000;
}

.big-black-tit p {
    font-family: PingFang SC;
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 0px;
    color: #666666;
}

.zpxx .zpxx-top {
    height: 200px;
}

.zpxx .zpxx-top .btn-box a {
    margin-left: 30px;
}

.zpxx .zplis {
    background-color: #eef5fc;
    border-radius: 15px;
    padding: 7px 4.94767% 5.996%;
    margin-bottom: 11.79214%;
}

.zpxx .zplis .zplist {
    font-family: PingFang SC;
    font-size: 19px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 79px;
    letter-spacing: 0px;
    color: #437ce2;
    text-align: center;
}

.zpxx .zplis .zplist .row {
    padding: 0 2.26516%;
}

.zpxx .zplis .zplist p {
    text-align: left;
}

.zpxx .zplis .accordion-menu {
    width: 100%;
    padding-bottom: 3.99734%;
}

.zpxx .zplis .accordion-menu li {
    margin-bottom: 12px;
}

.zpxx .zplis .accordion-menu li.open .dropdownlink {
    background-color: #437ce2;
}

.zpxx .zplis .accordion-menu li.open .dropdownlink .row {
    color: #fff !important;
}

.zpxx .zplis .accordion-menu li.open .dropdownlink .row p,
.zpxx .zplis .accordion-menu li.open .dropdownlink .row a {
    color: #fff !important;
}

.zpxx .zplis .dropdownlink {
    cursor: pointer;
    display: block;
    position: relative;
    height: 60px;
    line-height: 60px;
    background-color: #ffffff;
    border-radius: 10px;
}

.zpxx .zplis .dropdownlink .row {
    padding: 0 2.26516%;
    text-align: center;
    font-family: PingFang SC;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
}

.zpxx .zplis .dropdownlink .row .zw {
    text-align: left;
    font-family: PingFang SC;
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
}

.zpxx .zplis .dropdownlink .row a {
    font-family: PingFang SC;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
}

.zpxx .zplis .dropdownlink .row a:hover {
    color: #437ce2;
}

.zpxx .zplis .dropdownlink .fa-chevron-down {
    right: 12px;
    left: auto;
}

.zpxx .zplis .submenuItems {
    display: none;
    margin-top: -20px;
    border-radius: 10px;
    border: solid 1px #437ce2;
    padding: calc(2.8647% + 20px) 0 5.32978%;
}

.zpxx .zplis .submenuItems .zwxx-box {
    padding: 0 4.53031%;
}

.zpxx .zplis .submenuItems .zwxx-box span {
    font-family: PingFang SC;
    font-size: 19px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 0px;
    color: #000000;
}

.zpxx .zplis .submenuItems .zwxx-box p {
    font-family: PingFang SC;
    font-size: 15px;
    line-height: 35px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #000000;
}

.zpxx .zplis .submenuItems li {
    margin-bottom: 12px;
}

.zpxx .zplis .submenuItems a {
    display: block;
    color: #727272;
    padding: 12px 12px 12px 45px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.zpxx .zplis .submenuItems a:hover {
    background-color: #CDDC39;
    color: #fff;
}

.page ul {
    display: flex;
    justify-content: center;
}

.page ul li {
    margin: 0 9px;
    min-width: 42px;
    height: 42px;
    border-radius: 21px;
    overflow: hidden;
    line-height: 42px;
    background-color: #ffffff;
}

.page ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: PingFang SC;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
}

.page ul li:first-child,
.page ul li:last-child {
    width: 86px;
}

.page ul li:hover,
.page ul li.on {
    background-color: #437ce2;
}

.page ul li:hover a,
.page ul li.on a {
    color: #fff;
}

.map-wrap {
    position: relative;
}

.map-wrap .map {
    height: auto;
}

.map-wrap .w {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.map-wrap .w .lxfs {
    position: relative;
    width: 501px;
    height: 506px;
    padding: 15px 42px;
}

.map-wrap .w .lxfs::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #437ce2;
    box-shadow: 0px 15px 35px 0px rgba(204, 204, 204, 0.4);
    border-radius: 15px;
    opacity: 0.83;
}

.map-wrap .w .lxfs .t {
    height: 140px;
    line-height: 140px;
    font-family: PingFang SC;
    font-size: 40px;
    font-weight: 600;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    border-bottom: #fff 1px solid;
}

.map-wrap .w .lxfs .b {
    padding: 44px 0 0;
}

.map-wrap .w .lxfs .b li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.map-wrap .w .lxfs .b li .ico-lxfs {
    width: 50px;
    flex: none;
}

.map-wrap .w .lxfs .b li .info {
    flex: 1;
}

.map-wrap .w .lxfs .b li .info span {
    font-family: PingFang SC;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 29px;
    letter-spacing: 0px;
    color: #ffffff;
}

.map-wrap .w .lxfs .b li .info p {
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #ffffff;
}

.zxly {
    padding: 0 0 9.12725%;
    background-color: #eef5fc;
}

.zxly .t {
    padding: 6.85062% 0 3.52046%;
    border-bottom: #dcdcdc 1px solid;
}

.zxly .b .row {
    --col-padding: 1.6655%;
}

.zxly .b .row label {
    display: block;
    margin-top: 20px;
    width: 100%;
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 58px;
    letter-spacing: 0px;
    color: #000000;
}

.zxly .b .row label span {
    color: #ff0000;
}

.zxly .b .row input {
    width: 100%;
    padding-left: 30px;
    height: 89px;
    line-height: 87px;
    background-color: #ffffff;
    border-radius: 15px;
    border: solid 1px #fff;
    font-family: PingFang SC;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000;
}

.zxly .b .row input::placeholder {
    font-family: PingFang SC;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 39px;
    letter-spacing: 0px;
    color: #989898;
}

.zxly .b .row textarea {
    padding: 10px 30px;
    width: 100%;
    height: 256px;
    background-color: #ffffff;
    border-radius: 15px;
    border: solid 1px #fff;
    font-family: PingFang SC;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 39px;
    letter-spacing: 0px;
    color: #000;
}

.zxly .b .btn {
    margin: 4.1972% auto 0;
}

.gywm-zy {
    height: 800px;
    background-image: url(../images/gywm-bg2.png);
}

.gywm-zy .zys {
    margin-top: -50px;
    position: relative;
}

.gywm-zy .zys .mySwiper2 {
    margin-left: 0;
    width: 26.25%;
}

.gywm-zy .zys .mySwiper2 .swiper-button-next,
.gywm-zy .zys .mySwiper2 .swiper-button-prev {
    top: auto;
    bottom: 0 !important;
}

.gywm-zy .zys .mySwiper2 .swiper-button-next {
    right: auto;
    left: 0;
    transform: translate(140%, 0);
}

.gywm-zy .zys .mySwiper2 .zyjs-box {
    height: 468px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gywm-zy .zys .mySwiper2 .zyjs-box .yw {
    font-family: PingFang SC;
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 21px;
    letter-spacing: 0px;
    color: #999999;
    text-transform: uppercase;
}

.gywm-zy .zys .mySwiper2 .zyjs-box .hbt {
    position: relative;
    font-family: PingFang SC;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 89px;
    letter-spacing: 0px;
    color: #000000;
}

.gywm-zy .zys .mySwiper2 .zyjs-box .hbt::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    width: 26px;
    height: 4px;
    background-color: #000000;
    border-radius: 2px;
}

.gywm-zy .zys .mySwiper2 .zyjs-box .zyjs {
    margin-top: 34px;
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 29px;
    letter-spacing: 0px;
    color: #666666;
}

.gywm-zy .zys .zylis {
    position: absolute;
    left: 35.1875%;
    top: 0;
    width: 74.9375%;
    height: 468px;
}

.gywm-zy .zys .mySwiper {
    padding-bottom: 20px;
}

.gywm-zy .zys .mySwiper .swiper-slide span {
    position: absolute;
    left: 44px;
    bottom: 20px;
    display: block;
    font-family: PingFang SC;
    font-size: 35px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: 0px;
    color: #ffffff;
}

.gywm-zy .zys .mySwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.gywm-zy .zys .mySwiper .swiper-slide-thumb-active {
    position: relative;
}

.gywm-zy .zys .mySwiper .swiper-slide-active::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 14px;
    top: 14px;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background-color: #437ce2;
}

.gywm-wmddw .row {
    width: 100%;
    --col-padding: 3.4736%;
}

.gywm-wmddw .row .col {
    padding-bottom: 3.4736%;
}

.gywm-wmddw .row .dw-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0px 15px 35px 0px rgba(67, 124, 226, 0.25);
    border-radius: 25px;
    padding: 8.76866% 0 0;
    overflow: hidden;
}

.gywm-wmddw .row .dw-box .ico {
    margin-left: 10.26119%;
    height: 50px;
    display: flex;
    align-items: center;
}

.gywm-wmddw .row .dw-box .ico img {
    max-height: 50px;
}

.gywm-wmddw .row .dw-box .ltit {
    margin-top: 5.59701%;
    margin-left: 10.26119%;
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #437ce2;
}

.gywm-wmddw .row .dw-box .htit {
    margin-left: 10.26119%;
    margin-right: 9.32836%;
    font-family: PingFang SC;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: 0px;
    color: #000000;
}

.gywm-wmddw .row .dw-box p {
    margin-top: 2.79851%;
    margin-bottom: 5.46269%;
    min-height: 85.5px;
    margin-left: 10.26119%;
    margin-right: 9.32836%;
    font-family: PingFang SC;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #666666;
}

.gywm-wmddw .row .dw-box .pic {
    display: inline-block;
    align-self: flex-end;
    width: 100%;
}

.gywm-wmddw .row .dw-box .pic .w-h {
    padding-top: 45.92445%;
}

.gywm-sdpp {
    background-image: url(../images/gywm-bg4.jpg);
    background-position: top center;
    background-size: contain;
}

.gywm-sdpp .row {
    flex: 1;
    --col-padding: 2.7363%;
}

.gywm-sdpp .row .col {
    padding-bottom: 2.7363%;
}

.gywm-sdpp .row .dw-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    background-color: #ffffff;
    background-color: #ffffff;
    box-shadow: 0px 15px 35px 0px rgba(67, 124, 226, 0.22);
    border-radius: 25px;
    overflow: hidden;
    padding: 0 10% 10%;
    text-align: center;
}

.gywm-sdpp .row .dw-box .ico {
    width: 100%;
    height: 166px;
    display: flex;
    align-items: center;
    border-bottom: #eeeeee 1px solid;
    text-align: center;
}

.gywm-sdpp .row .dw-box .ico img {
    max-height: 109px;
    display: block;
    margin: 0 auto;
}

.gywm-sdpp .row .dw-box .ltit {
    margin-top: 5.59701%;
    font-family: PingFang SC;
    font-size: 29px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: 0px;
    color: #000000;
}

.gywm-sdpp .row .dw-box .htit {
    font-family: PingFang SC;
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
}

.gywm-sdpp .row .dw-box .nr {
    margin-top: 2.79851%;
    font-family: PingFang SC;
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 0px;
    color: #437ce2;
}

.gywm-sdpp .row .dw-box .pic .w-h {
    padding-top: 45.92445%;
}

.gywm-ywfw {
    background-image: url(../images/gywm-bg5.png);
    background-position: top center;
    padding-bottom: 18.22139%;
}

.gywm-ywfw .row {
    margin-left: 7.9602%;
    margin-top: 11.0597%;
}

.gywm-ywfw .row .ywfw-box .num-box span {
    position: relative;
    display: inline-block;
    font-family: Arial-Black;
    font-size: 50px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 90px;
    letter-spacing: 0px;
    color: #437ce2;
}

.gywm-ywfw .row .ywfw-box .num-box span::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 20px;
    transform: translateX(100%);
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #437ce2;
}

.gywm-ywfw .row .ywfw-box .area {
    font-family: PingFang SC;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 0px;
    color: #000000;
}

.gywm-ywfw .row .ywfw-box .city {
    font-family: PingFang SC;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #000000;
}

.gywm-zzry {
    background-color: #eef5fc;
}


/*.gywm-zzry .row {
    flex: 1;
    --col-padding: 4.7885%;
    flex-wrap: initial;
}*/

.gywm-zzry .row {
    flex: 1;
    --col-padding: 0;
    flex-wrap: initial;
}

.gywm-zzry .row .col {
    padding-bottom: 4.7885%;
}

.gywm-zzry .row .dw-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0px 15px 35px 0px rgba(204, 204, 204, 0.35);
    border-radius: 15px;
    padding: 7.83582% 10.44776% 7.08955%;
    overflow: hidden;
    text-align: center;
}

.gywm-zzry .row .dw-box .ltit {
    width: 85px;
    height: 32px;
    line-height: 26px;
    border-radius: 15px;
    border: solid 3px #437ce2;
    text-align: center;
    font-family: PingFang SC;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #437ce2;
}

.gywm-zzry .row .dw-box .htit {
    margin-top: 24px;
    margin-bottom: 15px;
    font-family: PingFang SC;
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 33px;
    letter-spacing: 0px;
    color: #010101;
}

.gywm-zzry .row .dw-box p {
    margin-bottom: 20px;
    font-family: PingFang SC;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: -2px;
    color: #010101;
}

.gywm-zzry .row .dw-box .pic {
    height: 178px;
    width: auto;
}

.gywm-zzry .swiper {
    padding: 0 28px 0;
}

.gywm-zzry .swiper-button-prev {
    margin-top: 0;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.gywm-zzry .swiper-button-next {
    margin-top: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.list-news {
    padding-bottom: 9.34579%;
}

.list-news .big-black-tit {
    text-align: center;
    height: 191px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.list-news .row {
    --col-padding: 1.5776%;
}

.list-news .row .col {
    padding-bottom: 3.0529%;
}

.list-news .news-box {
    display: block;
    background-color: #f5f5f5;
    border-radius: 15px;
    overflow: hidden;
}

.list-news .news-box .pic .w-h {
    padding-top: 52.2158%;
}

.list-news .news-box .info {
    padding: 3.85356% 7.70713% 6.74374%;
}

.list-news .news-box .info .date {
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #999999;
}

.list-news .news-box .info .tit {
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 62px;
    letter-spacing: 0px;
    color: #000000;
}

.list-news .news-box .info .desc {
    font-family: PingFang SC;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #9a9a9a;
}

.list-news .news-box .info .more {
    margin-top: 20px;
    width: 151px;
    height: 45px;
    line-height: 43px;
    border-radius: 22px;
    border: solid 1px #bfbfbf;
    text-align: center;
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
}

.list-news .news-box:hover {
    background-color: #ffffff;
    box-shadow: 0px 15px 35px 0px rgba(204, 204, 204, 0.4);
}

.list-news .news-box:hover .info .tit {
    color: #437ce2;
}

.list-news .news-box:hover .info .more {
    color: #437ce2;
    border-color: #437ce2;
}

.list-news .page {
    margin-top: 2.62911%;
}

.list-news .page li {
    background-color: #f5f5f5;
}


/*faq*/

.faq .row {
    --col-padding: 2.1875%;
    padding: 0 0 0;
}

.faq .row .col {
    margin-bottom: 2.1875%;
    padding-bottom: 0;
}

.faq .box {
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0px 15px 35px 0px rgba(153, 153, 153, 0.35);
    border-radius: 15px;
    padding: 24px;
    transition: all .3s;
    cursor: pointer;
}

.faq .box:hover {
    transform: translateY(-10px);
}

.faq .box .t {
    position: relative;
    padding-left: 39px;
    padding-bottom: 27px;
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 33px;
    letter-spacing: 0px;
    color: #437ce2;
}

.faq .box .t::before {
    content: "Q";
    position: absolute;
    left: 0;
    top: 0;
    width: 33px;
    height: 33px;
    background-color: #437ce2;
    border-radius: 50%;
    line-height: 33px;
    text-align: center;
    color: #fff;
}

.faq .box .t::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50px;
    width: 18px;
    height: 3px;
    background-color: #437ce2;
    border-radius: 2px;
}

.faq .box .b {
    padding: 0 30px 0 2px;
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 29px;
    letter-spacing: 0px;
    color: #343434;
}


/*faq结束*/

.article {
    width: 100%;
    max-width: 996px;
    padding: 0 0 17.26908%;
}

.article .title {
    padding: 6.5261% 0 0;
    font-family: PingFang SC;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #000000;
}

.article .subtitle {
    align-items: center;
    padding: 2.00803% 0 2.30924%;
    border-bottom: #e5e5e5 1px solid;
}

.article .subtitle p {
    margin-right: 50px;
    font-family: PingFang SC;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
}

.article .subtitle img {
    margin-right: 10px;
    height: 22px;
    width: 22px;
}

.article .edit {
    padding: 4.81928% 0;
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #333333;
    line-height: 2;
}

.article .edit p {
    margin-bottom: 1em;
}

.article .edit img {
    max-width: 100% !important;
}

.article .prev-next {
    padding: 0 3.21285%;
    height: 100px;
    background-color: #f5f5f5;
    border-radius: 15px;
    font-family: PingFang SC;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #656565;
}

.article .prev-next a.btn {
    width: 152px;
    margin: 0 5%;
}

.article .prev-next p {
    overflow: hidden;
    flex: 1;
}

.article .prev-next p a {
    color: #656565;
}

.article .prev-next p:last-child {
    text-align: right;
}

.aside-r {
    flex: none;
    width: 41.41791%;
}

.aside-r .related-news {
    padding: 9.00901% 0 0 39.78979%;
}

.aside-r .related-news .box-tit {
    font-family: PingFang SC;
    font-size: 35px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 55px;
    letter-spacing: 0px;
    color: #000000;
}

.aside-r .related-news .news-list {
    margin-top: 36px;
}

.aside-r .related-news .news-list a {
    display: block;
}

.aside-r .related-news .news-list a .pic .w-h {
    padding-top: 53.86534%;
}

.aside-r .related-news .news-list a .info {
    padding-bottom: 14px;
}

.aside-r .related-news .news-list a .info span {
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3.727;
    letter-spacing: 0px;
    color: #000000;
}

.aside-r .related-news .faq-list a .info span {
    line-height: 2;
    font-size: 20px;
}

.products {
    width: 87.57155%;
    margin: 0 auto;
    padding: 3.92478% 0;
}

.products .tit {
    padding-left: 3.26797%;
    height: 73px;
    line-height: 73px;
    background-color: #437ce2;
    border-radius: 15px;
    font-family: PingFang SC;
    font-size: 27px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.products .tit.white {
    background-color: #ecf2fc;
    color: #437ce2;
}

.products .pro-box {
    background-color: #f5f5f5;
    border-radius: 15px;
    overflow: hidden;
    margin: 2.05415% 0 5.97572%;
}

.products .pro-box .pic {
    width: 48.27264%;
    flex: none;
}

.products .pro-box .pic .w-h {
    padding-top: 67.69826%;
}

.products .pro-box .pic .w-h img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.products .pro-box .info {
    padding: 0 7.46965% 0 6.81606%;
    font-family: PingFang SC;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #000000;
}

.products .pro-box .info .p-tit {
    margin-bottom: 2em;
}

.products .pro-list {
    padding: 3.64146% 0;
}

.products .pro-list .row {
    --col-padding: 2.2408%;
}

.products .pro-list .pro-a .info {
    /*border-top: #437ce2 4px solid;*/
}

.products .pro-list .pro-a .info .pro-name {
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3;
    letter-spacing: 0px;
    color: #000000;
    text-align: center;
}

.products .pro-list .pro-a .pic {
    border-radius: 10px;
    overflow: hidden;
    border: solid 1px #e5e5e5;
}

.products .pro-list .pro-a .pic .w-h {
    padding-top: 65%;
}

.products .pro-list .pro-a .pro-desc {
    padding: 10px 0;
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #000000;
    border-bottom: #e5e5e5 1px solid;
}

.products .pro-list .pro-a .para {
    padding: 12px 0;
    padding-bottom: 20.46784%;
}

.products .pro-list .pro-a .para p {
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #666666;
}

.cases {
    padding: 0 8.01308% 7.84955% 6.45953%;
}

.cases .tit {
    padding: 5.73614% 0 4.1109%;
    font-family: PingFang SC;
    font-size: 35px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #437ce2;
}

.cases .case-list {
    margin-bottom: 6.50096%;
}

.cases .case-list li {
    margin-bottom: 22px;
}

.cases .case-list li a {
    border-radius: 15px;
    border: solid 1px #eeeeee;
    padding: 2.67686% 2.58126% 3.53728%;
}

.cases .case-list li a .pic {
    flex: none;
    width: 19.33871%;
    margin-right: 3.22581%;
}

.cases .case-list li a .pic .w-h {
    padding-top: 71.345%;
}

.cases .case-list li a .pic .w-h img {
    border-radius: 10px;
}

.cases .case-list li a .info {
    flex: 1;
}

.cases .case-list li a .info .p-tit {
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
}

.cases .case-list li a .info .desc {
    margin: 1.22699% 0;
    font-family: PingFang SC;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #666666;
}

.cases .case-list li a .info .btn {
    width: 108px;
    height: 33px;
    line-height: 33px;
    border: solid 1px #dcdcdc;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
}

.cases .case-list li a:hover {
    background-color: #ffffff;
    box-shadow: 0px 15px 35px 0px rgba(204, 204, 204, 0.4);
    border-radius: 15px;
}

.cases .case-list li a:hover .btn {
    background-color: #437ce2;
    border: solid 1px #437ce2;
    color: #fff;
}

.gomi-f1 .row .row {
    --col-padding: 1.8633%;
}

.gomi-f1 .row .row .col {
    padding-bottom: 2.3602%;
}

.gomi-f1 .row .row .pic .w-h {
    padding-top: 57.97468%;
}

.gomi-f1 .row .right-box {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
}

.gomi-f1 .row .right-box .big-black-tit {
    width: 98%;
    max-width: 674px;
    text-align: left;
}

.gomi-f1 .row .right-box .gomi-f1-text {
    width: 98%;
    max-width: 674px;
    border-top: #d2d2d2 1px solid;
    margin-top: 4%;
    padding-top: 4%;
    line-height: 50px;
}

.gomi-f1 .row .right-box .gomi-f1-text p {
    font-family: PingFang SC;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #000000;
}

.gomi-f1 .row .right-box .gomi-f1-text span {
    font-family: PingFang SC;
    font-size: 29px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #437ce2;
}

.gomi-f2 {
    padding-bottom: 0 !important;
}

.gomi-f2 .big-black-tit {
    text-align: center;
}

.gomi-f2 .bpxs {
    background: #fff;
}

.gomi-f2 .bpxs .lbt {
    width: 16.45885%;
    flex: none;
    background-image: linear-gradient(0deg, #437ce2 0%, #d2e2ff 100%);
}

.gomi-f2 .bpxs .ico-box {
    flex: 0 1 auto;
}

.gomi-f2 .bpxs .ico-box .info {
    padding: 0 10.98901%;
}

.gomi-f2 .bpxs .ico-box .info span {
    font-family: PingFang SC;
    font-size: 19px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #121728;
}

.gomi-f2 .bpxs .ico-box .info p {
    font-family: PingFang SC;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #666666;
}

.gomi-f2 .ico-list {
    --col-padding: 2.8624%;
}

.gomi-f2 .ico-list .ico-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 7.12871%;
    height: 100%;
    border-radius: 15px;
    background-color: #fff;
    text-align: center;
}

.gomi-f2 .ico-list .ico-box .ico {
    height: 165px;
}

.gomi-f2 .ico-list .ico-box .info span {
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #121728;
}

.gomi-f2 .ico-list .ico-box .info p {
    font-family: PingFang SC;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #666666;
}

.gomi-f3 .gomi-f3-dj {
    padding: 3.11526% 0 4.61059%;
    background-color: #ffffff;
    box-shadow: 0px 15px 35px 0px rgba(153, 153, 153, 0.35);
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

.gomi-f4 .big-black-tit {
    display: flex;
    justify-content: space-between;
}

.gomi-f4 .big-black-tit .r-tit span {
    font-family: PingFang SC;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #437ce2;
}

.gomi-f4 .big-black-tit .r-tit p {
    font-family: PingFang SC;
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 37px;
    letter-spacing: 0px;
    color: #000000;
}

.gomi-f4 .row {
    --col-padding: 3.2398%;
}

.gomi-f4 .row .col {
    padding-top: 2.11838%;
}

.gomi-f4 .ico-box {
    height: 100%;
    background-color: #ffffff;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    padding: 1.80412%;
}

.gomi-f4 .ico-box .ico {
    margin-left: 1.80412%;
    width: 6.95876%;
    flex: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gomi-f4 .ico-box .info {
    flex: 1;
    margin-left: 1.80412%;
}

.gomi-f4 .ico-box .info span {
    font-family: PingFang SC;
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 41px;
    letter-spacing: 0px;
    color: #121728;
}

.gomi-f4 .ico-box .info p {
    font-family: PingFang SC;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 33px;
    letter-spacing: 0px;
    color: #666666;
}

.gomi-f5 .big-black-tit {
    text-align: center;
}

.gomi-f5 .dbnr {
    margin-top: 3.36449%;
    border-radius: 8px;
    overflow: hidden;
}

.gomi-f5 .dbnr table {
    width: 100%;
    background: rgba(67, 124, 226, 0.1);
}

.gomi-f5 .dbnr table th {
    height: 77px;
    background-color: #437ce2;
    font-family: PingFang SC;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #ffffff;
}

.gomi-f5 .dbnr table th:nth-child(1) {
    width: 10%;
}

.gomi-f5 .dbnr table th:nth-child(2) {
    width: 20%;
}

.gomi-f5 .dbnr table th:nth-child(3) {
    width: 20%;
}

.gomi-f5 .dbnr table th:nth-child(4) {
    width: 30%;
}

.gomi-f5 .dbnr table td {
    padding: 0 4%;
    border-bottom: #fff 1px solid;
    height: 70px;
    font-family: PingFang SC;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #000000;
}

.gomi-f6 .big-black-tit {
    text-align: center;
}

.gomi-f6 .dbnr {
    margin-top: 3.36449%;
    border-radius: 8px;
    overflow: hidden;
}

.gomi-f6 .dbnr table {
    width: 100%;
    background: rgba(67, 124, 226, 0.1);
}

.gomi-f6 .dbnr table th {
    height: 77px;
    background-color: #437ce2;
    font-family: PingFang SC;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #ffffff;
}

.gomi-f6 .dbnr table th:nth-child(1) {
    width: 8%;
}

.gomi-f6 .dbnr table th:nth-child(2) {
    width: 12%;
}

.gomi-f6 .dbnr table th:nth-child(3) {
    width: 10%;
}

.gomi-f6 .dbnr table th:nth-child(4) {
    width: 10%;
}

.gomi-f6 .dbnr table th:nth-child(5) {
    width: 30%;
}

.gomi-f6 .dbnr table th:nth-child(6) {
    width: 30%;
}

.gomi-f6 .dbnr table td {
    padding: 0 2%;
    border-bottom: #fff 1px solid;
    height: 70px;
    font-family: PingFang SC;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #000000;
}

.gomi-f6 .f6tu {
    justify-content: space-between;
    padding-top: 3.5514%;
}

.gomi-f6 .f6tu .tu2 {
    margin: 0 3.23988%;
}

.gomi-f6 .f6tu .tu2 p {
    margin-top: 14px;
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #000000;
}

.gomi-f7 .big-black-tit {
    text-align: center;
}

.gomi-f7 .gomi-f7-box {
    margin-top: 3.23988%;
    justify-content: space-between;
}

.gomi-f7 .gomi7 {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    overflow: hidden;
}

.gomi-f7 .gomi7 .t {
    background-color: #437ce2;
    text-align: center;
    font-family: PingFang SC;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.1;
    letter-spacing: 0px;
    color: #ffffff;
}

.gomi-f7 .gomi7 .b {
    display: flex;
    flex-direction: column;
    padding: 4.69043%;
    background: rgba(67, 124, 226, 0.1);
    flex: 1;
}

.gomi-f7 .gomi7 .b-box {
    display: flex;
    flex: 1;
    justify-content: space-evenly;
    align-items: center;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 1.40713% 0;
}

.gomi-f7 .gomi7.gomi7-l {
    width: 66.41745%;
}

.gomi-f7 .gomi7.gomi7-l .pic {
    width: 59.28705%;
}

.gomi-f7 .gomi7.gomi7-l .info p {
    font-family: PingFang SC;
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #000000;
}

.gomi-f7 .gomi7.gomi7-r {
    width: 31.52648%;
}

.gomi-f7 .gomi7.gomi7-r .b {
    padding-top: 10%;
    padding-bottom: 10%;
}

.gomi-f7 .gomi7.gomi7-r .mb25 {
    margin-bottom: 5.59284%;
}

.gomi-f7 .gomi7.gomi7-r .pic {
    width: 35.79418%;
}

.gomi-f7 .gomi7.gomi7-r .info p {
    font-family: PingFang SC;
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #000000;
}

.gomi-f8 .big-black-tit {
    text-align: center;
}

.gomi-f8 .row {
    margin-top: 2%;
    --col-padding: 1.2461%;
}

.gomi-f8 .row .col {
    padding-top: 1.2461%;
}

.gomi-f8 .box {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 18.7251% 0 0;
}

.gomi-f8 .box .pic {
    width: 81.2749%;
    margin: 0 auto;
}

.gomi-f8 .box .pic .w-h {
    padding-top: 102.45098%;
}

.gomi-f8 .box .pic .w-h .box-fill {
    text-align: center;
}

.gomi-f8 .box .pic .w-h .box-fill img {
    max-height: 100%;
}

.gomi-f8 .box .info {
    text-align: center;
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3;
    letter-spacing: 0px;
    color: #000000;
}

.aliyun .aliyun-tit {
    text-align: center;
}

.aliyun .aliyun-tit span {
    font-family: PingFang SC;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.95;
    letter-spacing: 0px;
    color: #121728;
}

.aliyun .aliyun-tit p {
    font-family: PingFang SC;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
}

.aliyun .f1 {
    padding: 0 0 5.67708%;
    background-color: #fff;
}

.aliyun .f1 .aly-c {
    padding: 3.98754% 4.23676% 4.42368%;
    justify-content: space-evenly;
    background-color: #f5f5f5;
    border-radius: 15px;
}

.aliyun .f1 .aly-c .pic {
    width: 31.15265%;
    margin-right: 5.17134%;
}

.aliyun .f1 .aly-c .pic .w-h {
    padding-top: 63%;
}

.aliyun .f1 .aly-c .pic .play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 999;
}

.aliyun .f1 .aly-c .pic video {
    width: 100%;
    height: 100%;
}

.aliyun .f1 .aly-c .info {
    flex: 1;
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.45455;
    letter-spacing: 0px;
    color: #437ce2;
}

.aliyun .f1 .aly-c .info .tit {
    font-family: PingFang SC;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.33333;
    letter-spacing: 0px;
    color: #121728;
}

.aliyun .f1 .aly-c .info .desc {
    margin: 15px 0 35px;
    font-family: PingFang SC;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #666666;
}

.aliyun .f1 .aly-c .info .td {
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 15px;
    letter-spacing: 0px;
    color: #437ce2;
}

.aliyun .f2 .aliyun-tit {
    margin: 1.86916% 0 6.23053%;
}

.aliyun .f2 .f2-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 9.15888%;
}

.aliyun .f2 .f2-box .pic {
    width: 38.75389%;
}

.aliyun .f2 .f2-box .info {
    width: 45.54517%;
    margin-left: 8.34891%;
}

.aliyun .f2 .f2-box .info span {
    margin-top: 3.24254%;
    display: block;
    padding-left: 21px;
    position: relative;
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: 0px;
    color: #121728;
}

.aliyun .f2 .f2-box .info span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #437ce2;
}

.aliyun .f2 .f2-box .info p {
    margin-bottom: 3.24254%;
    font-family: PingFang SC;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 31px;
    letter-spacing: 0px;
    color: #666666;
}

.aliyun .f3 .f3-box {
    padding: 2.49221% 0 8.2866%;
}

.aliyun .f3 .f3-box .row {
    margin-top: 4.11215%;
    --col-padding: 2.4922%;
}

.aliyun .f3 .f3-box .ico-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    background-color: #f5f5f5;
    border-radius: 15px;
    padding: 10.21505% 12.90323% 17.74194%;
}

.aliyun .f3 .f3-box .ico-box .pic {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0px 15px 35px 0px rgba(204, 204, 204, 0.35);
}

.aliyun .f3 .f3-box .info {
    text-align: center;
    margin-top: 12px;
}

.aliyun .f3 .f3-box .info span {
    font-family: PingFang SC;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 49px;
    letter-spacing: 0px;
    color: #121728;
}

.aliyun .f3 .f3-box .info p {
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #666666;
}

.aliyun .f4 .f4-box {
    padding: 6.54206% 0 4.98442%;
}

.aliyun .f4 .area-box {
    justify-content: space-between;
}

.aliyun .f4 .left {
    width: 82.18069%;
}

.aliyun .f4 .left .pic {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 2%;
}

.aliyun .f4 .right {
    width: 16.82243%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
}

.aliyun .f4 .right .ico-box {
    height: 20%;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-bottom: 1px solid #f5f5f5;
}

.aliyun .f4 .right .ico-box .ico {
    display: flex;
    width: 32.08955%;
    flex: none;
    justify-content: flex-end;
}

.aliyun .f4 .right .ico-box .info {
    flex: 1;
}

.aliyun .f4 .right .ico-box .info span {
    margin-left: 1em;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #000000;
}

.aliyun .f4 .f4-text {
    margin: 3.30218% auto 0;
    text-align: center;
    width: 100%;
    max-width: 1010px;
    font-family: PingFang SC;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
}

.aliyun .f5 .f5-box {
    padding: 2.24299% 0 5.60748%;
}

.aliyun .f5 .aliyun-tit p {
    font-family: PingFang SC;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #000000;
}

.aliyun .f5 .row {
    --col-padding: 1.86916%;
}

.aliyun .f5 .row .col {
    padding-top: 1.86916%;
}

.aliyun .f5 .box {
    height: 100%;
    padding: 6.34146% 12.92683% 6.82927%;
    background-color: #f5f5f5;
    border-radius: 15px;
}

.aliyun .f5 .box span {
    font-family: PingFang SC;
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #437ce2;
}

.aliyun .f5 .box p {
    margin-top: 3.90244%;
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #666666;
}

.aliyun .f6 .f6-box {
    padding: 1.86916% 0 2.49221%;
}

.aliyun .f6 .f6-box .row {
    --col-padding: 1.8691%;
}

.aliyun .f6 .f6-box .row .col {
    padding-bottom: 1.8691%;
}

.aliyun .f6 .f6-box .box {
    height: 100%;
    display: flex;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 2.15463% 4.81622% 2.15463% 0;
}

.aliyun .f6 .f6-box .box .info {
    width: 18.73418%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aliyun .f6 .f6-box .box .info span {
    display: block;
    width: 1em;
    text-align: center;
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #000000;
}

.aliyun .f6 .f6-box .box .pic {
    flex: 1;
    display: flex;
    align-items: center;
}

.aliyun .f7 .f7-box {
    padding: 1.86916% 0 4.36137%;
}

.aliyun .f7 .aliyun-tit {
    text-align: left;
}

.aliyun .f7 .f7-tit {
    position: relative;
}

.aliyun .f7 .f7-tit::after {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    width: 100%;
    height: 1px;
    background-color: #dcdcdc;
    z-index: 0;
}

.aliyun .f7 .f7-tit span {
    position: relative;
    z-index: 2;
    display: inline-block;
    background-color: #fff;
    padding-right: 2em;
    font-family: PingFang SC;
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 37px;
    letter-spacing: 0px;
    color: #121728;
}

.aliyun .f7 .f7-tit p {
    font-family: PingFang SC;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 37px;
    letter-spacing: 0px;
    color: #666666;
}

.aliyun .f7 .js .row {
    padding-bottom: 5.73209%;
    --col-padding: 2.3676%;
}

.aliyun .f7 .js .row .col {
    padding-top: 2.3676%;
}

.aliyun .f7 .js .row .boxtu {
    padding: 0 6.16622% 4.82574%;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0px 15px 35px 0px rgba(153, 153, 153, 0.35);
    border-radius: 15px;
}

.aliyun .f7 .js .row .boxtu .info {
    text-align: center;
}

.aliyun .f7 .js .row .boxtu .info span {
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 82px;
    letter-spacing: 0px;
    color: #437ce2;
}

.aliyun .f7 .gl .row {
    --col-padding: 1.6822%;
}

.aliyun .f7 .gl .row .col {
    padding-top: 1.6822%;
}

.aliyun .f7 .gl .row .boxtu {
    padding: 0 8.09717% 12.14575%;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0px 15px 35px 0px rgba(153, 153, 153, 0.35);
    border-radius: 15px;
}

.aliyun .f7 .gl .row .boxtu .pic img {
    width: 100%;
}

.aliyun .f7 .gl .row .boxtu .info {
    text-align: center;
}

.aliyun .f7 .gl .row .boxtu .info span {
    font-family: PingFang SC;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 77px;
    letter-spacing: 0px;
    color: #437ce2;
}

.aliyun .f8 .f8-box .aliyun-tit p {
    font-family: PingFang SC;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #000000;
}

.aliyun .f8 .f8-box .row {
    --col-padding: 2.4922%;
    padding: 3.86293% 0 3.05296%;
}

.aliyun .f8 .f8-box .row .col {
    padding-bottom: 2.4922%;
}

.aliyun .f8 .f8-box .box {
    height: 100%;
    background-color: #f5f5f5;
    border-radius: 15px;
    padding: 10.21505%;
}

.aliyun .f8 .f8-box .box .ico {
    height: 40px;
    margin-bottom: 5.91398%;
}

.aliyun .f8 .f8-box .box .info span {
    font-family: PingFang SC;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #121728;
}

.aliyun .f8 .f8-box .box .info p {
    margin-top: 15px;
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #666666;
}

.aliyun .f9 .f8-vs {
    justify-content: space-between;
}

.aliyun .f9 .f8-vs .box {
    width: 44.85981%;
    flex: none;
    border-radius: 15px;
    overflow: hidden;
}

.aliyun .f9 .f8-vs .box .t {
    text-align: center;
    background-color: #437ce2;
    font-family: PingFang SC;
    font-size: 35px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 77px;
    letter-spacing: 0px;
    color: #ffffff;
}

.aliyun .f9 .f8-vs .box .b {
    padding: 5.83333% 6.94444%;
    background: rgba(67, 124, 226, 0.1);
}

.aliyun .f9 .f8-vs .box .b li {
    display: flex;
    align-items: center;
}

.aliyun .f9 .f8-vs .box .b li img {
    margin-right: 18px;
}

.aliyun .f9 .f8-vs .box .b li span {
    font-family: PingFang SC;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: 0px;
    color: #000000;
}

.aliyun .f9 .f8-vs .box .b .text-box {
    margin: 2.77778% 0;
    font-family: PingFang SC;
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 0px;
    color: #000000;
}

.aliyun .f9 .f8-vs .box.gray .t {
    background-color: #cccccc;
}

.aliyun .f9 .f8-vs .box.gray .b {
    background-color: #fff;
}

.aliyun .f9 .f8-vs .vs {
    position: relative;
}

.aliyun .f9 .f8-vs .vs::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #d2d2d2;
}

.aliyun .f9 .f8-vs .vs span {
    position: relative;
    z-index: 3;
    padding-bottom: 14px;
    display: block;
    font-family: Arial-Black;
    font-size: 60px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 94px;
    letter-spacing: 0px;
    color: #437ce2;
}

.aliyun .f9 .f8-text {
    padding: 2.24299% 0 6.23053%;
}

.aliyun .f9 .f8-text .col {
    padding: 0 8.72274% 0 3.42679%;
    margin-bottom: 2.24299%;
}

.aliyun .f9 .f8-text .text-box span {
    font-family: PingFang SC;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #000000;
}

.aliyun .f9 .f8-text .text-box p {
    font-family: PingFang SC;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #666666;
}

.experts li {
    margin-top: 5.06692%;
}

.experts li a {
    align-items: flex-end;
}

.experts li a .pic {
    width: 304px;
    border-radius: 15px 15px 0 15px;
    background-color: #eeeeec;
}

.experts li a .pic .w-h {
    padding-top: 115.78947%;
}

.experts li a .pic .w-h .box-fill {
    border-radius: 15px;
    overflow: hidden;
}

.experts li a .info {
    flex: 1;
    height: 308px;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 4.0153% 0 6.30975%;
}

.experts li a .info .tit {
    margin-bottom: 20px;
    overflow: hidden;
}

.experts li a .info .tit span {
    font-family: PingFang SC;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #000000;
}

.experts li a .info .tit p {
    margin-left: 30px;
    font-family: PingFang SC;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #000000;
}

.experts li a .info .desc {
    font-family: PingFang SC;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #666666;
}

.shop .row {
    margin-top: 4.69043%;
    --col-padding: 2.25141%;
}

.shop .row .col {
    padding-bottom: 2.25141%;
}

.shop .row a {
    display: block;
}

.shop .row a .pic {
    background-color: #ffffff;
    border: solid 1px #e8e8e8;
    border-radius: 15px 15px 0 0;
}

.shop .row a .pic .w-h {
    padding-top: 50.12531%;
}

.shop .row a .pic img {
    max-width: calc(90% - 2px);
    max-height: calc(90% - 2px);
}

.shop .row a .info {
    background-color: #f5f5f5;
    border-radius: 0 0 15px 15px;
    text-align: center;
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 77px;
    letter-spacing: 0px;
    color: #000000;
}

.shop .ewm-box {
    margin-top: 3.09568%;
    align-items: center;
    justify-content: space-around;
    min-height: 306px;
    background: url(../images/sh.png) no-repeat center;
    background-size: cover;
}

.shop .ewm-box .ewm-text p {
    font-family: PingFang SC;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #ffffff;
}

.shop .ewm-box .ewm img {
    width: 158px;
    height: 158px;
}

.bzy .big-black-tit {
    text-align: center;
    padding: 5.34826% 0;
}

.bzy .bzy-list {
    padding-bottom: 9.32836%;
}

.bzy .bzy-list .row {
    --col-padding: 1.80348%;
}

.bzy .bzy-list .row .col {
    padding-bottom: 1.80348%;
}

.bzy .bzy-list .box {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0px 15px 35px 0px rgba(51, 51, 51, 0.15);
    border-radius: 10px;
    border: solid 1px #fff;
    padding: 11.57895%;
}

.bzy .bzy-list .box:hover {
    border-color: #437ce2;
}

.bzy .bzy-list .box .info {
    padding-top: 10px;
    padding-bottom: 9.21053%;
}

.bzy .bzy-list .box .info span {
    font-family: PingFang SC;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 76px;
    letter-spacing: 0px;
    color: #121728;
}

.bzy .bzy-list .box .info p {
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #666666;
}

.bzy .bzy-list .box .pic .w-h {
    padding-top: 58.90411%;
}

.bzy .bzy-list .box .pic .w-h img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.szhgc .szhgc-list {
    padding-bottom: 9.32836%;
    padding-top: 5.34826%;
}

.szhgc .szhgc-list .row {
    --col-padding: 1.80348%;
}

.szhgc .szhgc-list .row .col {
    padding-bottom: 1.80348%;
}

.szhgc .szhgc-list .box {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0px 15px 35px 0px rgba(51, 51, 51, 0.15);
    border-radius: 10px;
    border: solid 1px #fff;
    overflow: hidden;
}

.szhgc .szhgc-list .box:hover {
    border-color: #437ce2;
}

.szhgc .szhgc-list .box .info {
    padding: 10px 10px 10px 10px;
    text-align: center;
}

.szhgc .szhgc-list .box .info span {
    display: block;
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #121728;
}

.szhgc .szhgc-list .box .info .span1 {
    font-size: 16px;
    line-height: 1.5;
    color: #437ce2;
}

.szhgc .szhgc-list .box .info p {
    font-family: PingFang SC;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #666666;
}

.szhgc .szhgc-list .box .pic .w-h {
    padding-top: 58.90411%;
}

.szhgc .szhgc-list .box .pic .w-h img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.yj-nav ul {
    justify-content: center;
}

.yj-nav li {
    margin: 0 4px;
}

.yj-nav li a {
    display: block;
    width: 125px;
    height: 50px;
    border-radius: 25px;
    border: solid 1px #437ce2;
    text-align: center;
    font-family: PingFang SC;
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #437ce2;
}

.yj-nav li.on a,
.yj-nav li:hover a {
    background-color: #437ce2;
    color: #fff;
}

.download {
    padding: 0 0 9.0796%;
}

.download .big-black-tit {
    text-align: center;
    padding: 4.22886% 0 3.60697%;
}

.download .down-list {
    margin-top: 4.10448%;
}

.download .down-list li {
    display: flex;
    margin-bottom: 22px;
    position: relative;
    align-items: center;
    height: 105px;
    background-color: #f5f5f5;
    border-radius: 15px;
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #121728;
    border: solid 1px #f5f5f5;
}

.download .down-list li::before {
    content: "";
    position: absolute;
    left: 2.23881%;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #cccccc;
}

.download .down-list li .p1 {
    margin-left: 4.47761%;
    flex: 1;
    padding-right: 1em;
}

.download .down-list li .p2 {
    width: 17.1641%;
    flex: none;
}

.download .down-list li .p3 {
    width: 8.2089%;
    flex: none;
}

.download .down-list li .p4 {
    width: 10.9452%;
    flex: none;
}

.download .down-list li .p5 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3.73134%;
    width: 12.0646%;
    min-width: 158px;
    flex: none;
    height: 66px;
    text-align: center;
    line-height: 64px;
    border-radius: 34px;
    border: solid 1px #d2d2d2;
}

.download .down-list li .p5 .pic {
    width: 20px;
    height: 21px;
    background: url(../images/down.png) no-repeat;
    background-size: 100%;
    margin-left: 0.68em;
}

.download .down-list li:hover {
    box-shadow: 0px 15px 35px 0px rgba(204, 204, 204, 0.35);
    border: solid 1px #437ce2;
}

.download .down-list li:hover .p5 {
    background-color: #437ce2;
    border-color: #437ce2;
}

.download .down-list li:hover .p5 span {
    color: #fff;
}

.download .down-list li:hover .p5 .pic {
    background: url(../images/downb.png) no-repeat;
    background-size: 100%;
}

.zlzx .yj-nav {
    margin-top: 3.15488%;
    height: 37px;
    border-radius: 17px;
}

.zlzx .yj-nav ul {
    justify-content: flex-start;
}

.zlzx .yj-nav li a {
    width: 90px;
    font-size: 16px;
    line-height: 33px;
    height: 35px;
}

.zlzx.download .down-list li {
    margin-bottom: 14px;
    height: 91px;
    font-size: 16px;
    line-height: 30px;
}

.zlzx.download .down-list li .p5 {
    margin-right: 3.73134%;
    width: 12.0646%;
    min-width: 130px;
    height: 46px;
    line-height: 44px;
    border-radius: 22px;
}

.zlzx.download .down-list li .p5 .pic {
    width: 14px;
    height: 14px;
}

.slcpdl {
    padding-left: 20px;
}

.slcpdl .t {
    padding: 3.87597% 0 4.84496%;
    font-family: PingFang SC;
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #000000;
}

.slcpdl .c {
    align-items: center;
}

.slcpdl .c .c-text {
    flex: 1;
}

.slcpdl .c .c-text span {
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #437ce2;
}

.slcpdl .c .c-text p {
    margin-bottom: 30px;
    font-family: PingFang SC;
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
}

.slcpdl .c .c-pic {
    width: 23.31407%;
}

.slcpdl .c .c-pic p {
    margin-top: 24px;
    text-align: center;
    font-family: PingFang SC;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
}

.slcpdl .b {
    padding: 2.71318% 1.93798%;
    background-color: #f5f5f5;
    border-radius: 15px;
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
}

.dls {
    margin-top: 4.86891%;
    --col-padding: 2.24719%;
}

.dls .col {
    padding-bottom: 2.24719%;
}

.dls .box .t {
    font-family: PingFang SC;
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #000000;
}

.dls .box .pic {
    margin: 10px 0 20px;
}

.dls .box .pic .w-h {
    padding-top: 38.59649%;
}

.dls .box .info {
    font-family: PingFang SC;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #666666;
}

.szhgc .gk span {
    font-family: PingFang SC;
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 44px;
    letter-spacing: 0px;
    color: #000000;
}

.szhgc .gk p,.szhgc .gk div {
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #666666;
}

.szhgc .ys .ys-tit {
    margin: 3.74181% 0;
    font-family: PingFang SC;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #437ce2;
}

.szhgc .ys .ys-nr span {
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 52px;
    letter-spacing: 0px;
    color: #000000;
}

.szhgc .ys .ys-nr p {
    margin-bottom: 27px;
    font-family: PingFang SC;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 0px;
    color: #666666;
}

.szhgc .jjfa-box {
    min-height: 341px;
    background-color: #ffffff;
    box-shadow: 0px 15px 35px 0px rgba(204, 204, 204, 0.5);
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 3.08989%;
}

.szhgc .jjfa-box.mt60 {
    margin-top: 4.68165%;
}

.szhgc .jjfa-box .l {
    width: 11.77024%;
    background-color: #437ce2;
}

.szhgc .jjfa-box .l span {
    display: block;
    width: 1.2em;
    text-align: center;
    font-family: PingFang SC;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 8px;
    color: #ffffff;
}

.szhgc .jjfa-box .r {
    flex: 1;
    padding: 3.65169% 0 3.55805%;
}

.szhgc .jjfa-box .r.c {
    display: flex;
    justify-content: center;
    align-items: center;
}

.szhgc .jjfa-box .r.c .top {
    width: 100%;
}

.szhgc .jjfa-box .r .hdz {
    display: block;
    text-align: center;
    font-family: PingFang SC;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #000000;
}

.szhgc .jjfa-box .r .yjs {
    display: flex;
    flex-wrap: wrap;
}

.szhgc .jjfa-box .r .yjs span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 60px;
    border-radius: 20px;
    border: solid 1px #437ce2;
    text-align: center;
    font-family: PingFang SC;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #437ce2;
}

.szhgc .jjfa-box .r .top {
    align-items: center;
    justify-content: space-evenly;
}

.szhgc .jjfa-box .r .top .top-box {
    width: 40%;
    max-width: 327px;
    border-top: #eeeeee 1px solid;
    border-bottom: #eeeeee 1px solid;
}

.szhgc .jjfa-box .r .top .top-box .hdz {
    padding: 4.89297% 0 5.50459%;
}

.szhgc .jjfa-box .r .top .top-box .yjs {
    justify-content: space-between;
    padding-bottom: 3.36391%;
}

.szhgc .jjfa-box .r .top .top-box .yjs span {
    width: 32%;
    margin-bottom: 14px;
}

.szhgc .jjfa-box .r .top .jh {
    margin-top: 4%;
    font-family: PingFang SC;
    font-size: 90px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 0px;
    color: #437ce2;
    opacity: 0.22;
}

.szhgc .jjfa-box .r .bottom {
    margin-top: 3.51812%;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.szhgc .jjfa-box .r .bottom p {
    display: block;
    height: 40px;
    overflow: hidden;
    font-family: PingFang SC;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 64px;
    letter-spacing: 0px;
    color: #437ce2;
}

.szhgc .jjfa-box .r .bottom .hdz {
    flex: none;
}

.szhgc .jjfa-box .r .bottom .yjs {
    width: 74%;
    margin: 0 1%;
    flex: none;
}

.szhgc .jjfa-box .r .bottom .yjs span {
    margin: 0.5%;
}

.znzb-list {
    margin-bottom: 7.47664%;
}

.znzb-list li {
    margin-top: 2.71028%;
}

.znzb-list li a {
    border: solid 1px #e5e5e5;
    border-radius: 15px;
    overflow: hidden;
}

.znzb-list li a .pic {
    width: 48.3177%;
    flex: none;
}

.znzb-list li a .pic img {
    width: 100%;
    height: 100%;
    object-fit: initial;
}

.znzb-list li a .info {
    padding: 3.08411% 3.08411% 3.08411% 4.20561%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.znzb-list li a .info .t span {
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #437ce2;
}

.znzb-list li a .info .t img {
    display: none;
}

.znzb-list li a .info .t p {
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #666666;
}

.znzb-list li a .info .c {
    margin: 5.2% 0;
}

.znzb-list li a .info .c span {
    display: block;
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 2%;
}

.znzb-list li a .info .c p {
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #666666;
}

.znzb-list li a .info .b {
    line-height: 28px;
    font-family: PingFang SC;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #000000;
}

.znzbgk .gk img {
    margin: 4.02245% 0 0.93545%;
}

.znzbgk .gk span {
    font-family: PingFang SC;
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 69px;
    letter-spacing: 0px;
    color: #000000;
}

.znzbgk .gk p {
    margin-bottom: 25px;
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #666666;
}

.znzbgk .ys .ys-tit {
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #000000;
}

.znzbgk .xbt {
    margin-bottom: 6.54818%;
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: 0px;
    color: #000000;
}

.znzbgk .yw-yw-ys {
    width: 40.01892%;
    margin: 0 auto 0;
}

.znzbgk .yw-yw-ys .w-h {
    padding-top: 100%;
}

.znzbgk .yw-yw-ys .w-h .box-fill {
    border-radius: 50%;
}

.znzbgk .yw-yw-ys .ysy {
    border: solid 18px #d6e2f9;
}

.znzbgk .yw-yw-ys .ysy .ysny {
    width: 55.08274%;
}

.znzbgk .yw-yw-ys .ysy .ysny .box-fill {
    background: url(../images/yw_yw_cpfw.png) no-repeat center;
    background-size: cover;
}

.znzbgk .yw-yw-ys .ysy .ysny .box-fill p {
    text-align: center;
    font-family: PingFang SC;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #ffffff;
}

.znzbgk .yw-yw-ys .ysli {
    width: 101.81797%;
    position: absolute;
}

.znzbgk .yw-yw-ys .ysli .ysliy {
    flex: none;
    width: 91px;
}

.znzbgk .yw-yw-ys .ysli .ysliy .box-fill img {
    max-width: 90%;
    max-height: 90%;
}

.znzbgk .yw-yw-ys .ysli .ysli-text span {
    font-family: PingFang SC;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #000000;
}

.znzbgk .yw-yw-ys .ysli .ysli-text p {
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #666666;
}

.znzbgk .yw-yw-ys .ysli.ysli1 {
    left: 50%;
    top: 0;
    transform: translate(-50%, calc(-100% + 46px));
    flex-direction: column-reverse;
    align-items: center;
    width: 423px;
    text-align: center;
}

.znzbgk .yw-yw-ys .ysli.ysli1 .ysliy {
    margin-top: 24px;
}

.znzbgk .yw-yw-ys .ysli.yc {
    transform: translate(-46px, -50%);
    align-items: center;
}

.znzbgk .yw-yw-ys .ysli.yc .ysliy {
    margin-right: 20px;
}

.znzbgk .yw-yw-ys .ysli.yc.ysli2 {
    left: 78%;
    top: 10%;
}

.znzbgk .yw-yw-ys .ysli.yc.ysli3 {
    left: 99%;
    top: 50%;
}

.znzbgk .yw-yw-ys .ysli.yc.ysli4 {
    left: 78%;
    top: 90%;
}

.znzbgk .yw-yw-ys .ysli.zc {
    flex-direction: row-reverse;
    transform: translate(46px, -50%);
    align-items: center;
    text-align: right;
}

.znzbgk .yw-yw-ys .ysli.zc .ysliy {
    margin-left: 20px;
}

.znzbgk .yw-yw-ys .ysli.zc.ysli5 {
    right: 78%;
    top: 10%;
}

.znzbgk .yw-yw-ys .ysli.zc.ysli6 {
    right: 99%;
    top: 50%;
}

.znzbgk .yw-yw-ys .ysli.zc.ysli7 {
    right: 78%;
    top: 90%;
}

.znzbgk .zzsj {
    --col-padding: 2.6168%;
}

.znzbgk .zzsj .col {
    padding-top: 2.6168%;
}

.znzbgk .zzsj .box {
    display: flex;
    align-items: center;
    border: solid 1px #e5e5e5;
    border-radius: 15px;
    overflow: hidden;
}

.znzbgk .zzsj .box .pic {
    width: 42.3076%;
    flex: none;
}

.znzbgk .zzsj .box .pic .w-h {
    padding-top: 99.54751%;
}

.znzbgk .zzsj .box .info {
    padding: 0 3.66667% 0 4.66667%;
}

.znzbgk .zzsj .box .info span {
    font-family: PingFang SC;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #000000;
}

.znzbgk .zzsj .box .info p {
    margin-top: 14px;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #666666;
}

.znzbgk .iso {
    margin-top: 5%;
    --col-padding: 2.24299%;
}

.znzbgk .iso .pic {
    background-color: #ffffff;
    box-shadow: 0px 15px 35px 0px rgba(204, 204, 204, 0.5);
    border-radius: 25px;
}

.znzbgk .iso .pic .w-h {
    padding-top: 138.88889%;
}

.znzbgk .iso .pic .w-h .box-fill {
    padding: 8.64198% 9.25926%;
}

.znzbgk .iso-p {
    margin-top: 30px;
    text-align: center;
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #000000;
}

.zzwx .tit {
    text-align: center;
    font-family: PingFang SC;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 4.175;
    letter-spacing: 0px;
    color: #121728;
}

.zzwx .t {
    padding-bottom: 8.08458%;
}

.zzwx .t .con {
    border-radius: 15px;
    overflow: hidden;
    background-color: #f5f5f5;
}

.zzwx .t .con .pic {
    flex: none;
    width: 25.75373%;
}

.zzwx .t .con .pic img {
    border-radius: 15px;
}

.zzwx .t .con .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.86567% 4.35323% 1.86567% 6.21891%;
}
.zzwx .t .con .zjinfo{
    padding: 0 3.35323% 0 3.21891%;
}

.zzwx .t .con .info .tt {
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #666666;
}

.zzwx .t .con .info .tt span {
    color: #437ce2;
}

.zzwx .t .con .info .cc {
    margin: 2.80374% 0 4.6729%;
}

.zzwx .t .con .info .cc ul {
    display: flex;
    flex-wrap: wrap;
}

.zzwx .t .con .info .cc li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 9px;
    margin-bottom: 9px;
    width: 128px;
    height: 65px;
    background-color: #ffffff;
    border-radius: 10px;
}

.zzwx .t .con .info .cc li img {
    max-width: 90%;
    max-height: 90%;
}

.zzwx .t .con .info .bb span {
    font-family: PingFang SC;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #000000;
    line-height: 25px;
}

.zzwx .t .con .info .bb p {
    margin-bottom: 25px;
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #666666;
}

.zzwx .pic-lis {
    --col-padding: 1.86567%;
}

.zzwx .pic-lis .col {
    padding-bottom: 0.62189%;
}

.zzwx .pic-lis a {
    display: block;
}

.zzwx .pic-lis a .pic .w-h {
    padding-top: 72.67442%;
}

.zzwx .pic-lis a .pic .w-h img {
    border-radius: 15px;
}

.zzwx .pic-lis a .info {
    text-align: center;
    font-family: PingFang SC;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3.2857;
    letter-spacing: 0px;
    color: #000000;
}

.zzwx .b {
    padding-top: 5.59701%;
}

.jcsb {
    margin: 4.16272% 0;
}

.jcsb .row {
    --col-padding: 1.5137%;
}

.jcsb .row .col {
    padding-bottom: 3.0529%;
}

.jcsb .row .w-h {
    padding-top: 58.53601%;
}

.jcsb .jcsb-box {
    background-color: #f5f5f5;
    border-radius: 15px;
    overflow: hidden;
}

.jcsb .jcsb-box .info {
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 76px;
    letter-spacing: 0px;
    color: #000000;
    text-align: center;
}

.jcsb .jcsb-box:hover {
    background-color: #437ce2;
}

.jcsb .jcsb-box:hover .info {
    color: #fff;
}

.szhgc .gk p {
    line-height: 2;
    margin-bottom: 0;
}

@media screen and (max-width: 1700px) {
    .gywm-wmddw .row .dw-box .htit {
        font-size: 20px;
    }
    .znzbgk .yw-yw-ys .ysli .ysli-text p {
        font-size: 12px;
        line-height: 18px;
    }
}

@media screen and (max-width: 1600px) {
    .map-wrap .w .lxfs {
        width: 460px;
    }
    .jsgz-sbsjqk .qk.qk1 .text {
        width: 449px;
    }
    .jsgz-sbsjqk .qk.qk2 .text {
        width: 413px;
    }
    .jsgz-sbsjqk .qk.qk3 .text {
        width: 413px;
    }
    .jsgz-sbsjqk .qk.qk4 .text {
        width: 449px;
    }
    .jsgz-sbsjqk .qk .text {
        flex: none;
        padding: 0 40px;
        height: 46px;
        line-height: 46px;
        background-color: #ffffff;
        border-radius: 15px;
        font-family: PingFang SC;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #000000;
    }
    .yw-yw-ld .ldbox-wrap {
        width: 120px;
        height: 120px;
        padding: 7px;
    }
    .yw-yw-ld .ldbox-wrap .ldbox {
        width: 100px;
        height: 100px;
    }
    .yw-yw-ld .ldbox-wrap .ldbox span {
        font-size: 26px;
        line-height: 32px;
    }
    .yw-yw-ld .ldbox-wrap .ldbox p {
        font-size: 14px;
        line-height: 20px;
    }
    .yw-yw-ys .ysli .ysli-text span {
        font-size: 18px;
        line-height: 2;
        font-weight: 600;
        color: #666;
    }
    .gywm-sdpp .row .dw-box .ltit {
        font-size: 20px;
    }
    .gywm-sdpp .row .dw-box .htit,
    .gywm-sdpp .row .dw-box .nr,
    .gywm-wmddw .row .dw-box p {
        font-size: 16px;
    }
    .gywm-zy .zys .mySwiper2 .zyjs-box .hbt {
        font-size: 26px;
    }
    .yw-yw-ys .ysli .ysli-text p {
        font-size: 12px;
        line-height: 18px;
    }
    .szhgc .jjfa-box .r .yjs span {
        font-size: 16px;
        line-height: 20px;
    }
    .znzbgk .yw-yw-ys .ysy .ysny .box-fill p {
        font-size: 24px;
        line-height: 32px;
    }
}

@media screen and (max-width: 1400px) {
    .jsgz-sbsjqk .qk .num {
        flex: none;
        width: 40px;
        height: 40px;
        background-color: #437ce2;
        border-radius: 50%;
        line-height: 40px;
        text-align: center;
        font-family: PingFang SC;
        font-size: 29px;
        font-weight: normal;
        font-style: italic;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #ffffff;
        text-indent: -0.2em;
        margin-right: 23px;
    }
    .jsgz-sbsjqk .qk .text {
        flex: none;
        padding: 0 40px;
        height: 40px;
        line-height: 40px;
        background-color: #ffffff;
        border-radius: 15px;
        font-family: PingFang SC;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #000000;
    }
    .jsgz-sbsjqk .qk.qk1 .text {
        width: 380px;
    }
    .jsgz-sbsjqk .qk.qk2 .text {
        width: 350px;
    }
    .jsgz-sbsjqk .qk.qk3 .text {
        width: 350px;
    }
    .jsgz-sbsjqk .qk.qk4 .text {
        width: 380px;
    }
    .gywm-wmddw .row .dw-box .htit {
        font-size: 20px;
    }
    .szhgc .jjfa-box .r .yjs span {
        font-size: 14px;
        line-height: 18px;
    }
    .znzbgk .yw-yw-ys .ysli .ysli-text span {
        font-size: 18px;
        line-height: 24px;
    }
    .znzbgk .yw-yw-ys .ysli .ysli-text p {
        font-size: 13px;
        line-height: 15px;
    }
    .znzbgk .yw-yw-ys .ysy .ysny .box-fill p {
        font-size: 20px;
        line-height: 30px;
    }
}

@media screen and (max-width: 1200px) {
    .map-wrap .w {
        margin-top: 30px;
        position: relative;
        display: flex;
        justify-content: flex-start;
        left: auto;
        top: auto;
        transform: translate(0%, 0%);
    }
    .map-wrap .w .lxfs {
        width: 100%;
    }
    .gywm-sdpp {
        background-position: center;
        background-size: cover;
    }
    .gywm-zy .zys .zylis {
        position: relative;
        width: 100%;
        left: 0;
    }
    .gywm-zy .zys .mySwiper2 {
        margin-left: 0;
        width: 100%;
        padding-bottom: 100px;
    }
    .gywm-zy .zys .mySwiper2 .zyjs-box {
        height: auto;
    }
    .shop .ewm-box .ewm-text p {
        font-size: 20px;
        line-height: 40px;
    }
    .download .down-list li {
        height: 100px;
        font-size: 16px;
        line-height: 20px;
    }
    .download .down-list li .p5 {
        height: 44px;
        line-height: 44px;
        border-radius: 22px;
    }
    .zlzx.download .down-list li {
        height: auto !important;
    }
    .szhgc .jjfa-box .r .yjs span {
        font-size: 12px;
        line-height: 16px;
    }
    .znzbgk .yw-yw-ys .ysli .ysli-text span {
        font-size: 14px;
        line-height: 18px;
    }
    .znzbgk .yw-yw-ys .ysli .ysli-text p {
        font-size: 12px;
        line-height: 14px;
    }
    .znzbgk .yw-yw-ys .ysli {
        width: 98.81797%;
        position: relative;
    }
    .znzbgk .yw-yw-ys {
        width: 100%;
    }
    .znzbgk .yw-yw-ys .w-h .box-fill {
        display: none;
    }
    .znzbgk .yw-yw-ys .ysli {
        margin-bottom: 3%;
        left: auto !important;
        top: auto !important;
        right: auto !important;
        transform: translate(0, 0) !important;
    }
    .znzbgk .yw-yw-ys .ysli.zc {
        text-align: left;
    }
    .znzbgk .yw-yw-ys .ysli .ysliy {
        display: none !important;
    }
    .znzbgk .yw-yw-ys .w-h {
        padding-top: 0%;
    }
    .znzbgk .yw-yw-ys .ysli .ysli-text span {
        font-size: 20px;
        line-height: 2;
    }
    .znzbgk .yw-yw-ys .ysli .ysli-text p {
        font-size: 3.57143vmin;
        line-height: 2;
    }
}

@media screen and (max-width: 992px) {
    .sub-banner {
        height: 58.71429vmin;
    }
    .main .section-wrap {
        padding: 0 2.5vmin;
        background-color: #ffffff;
        border-radius: 15px;
        margin-bottom: 38px;
    }
    .main .section {
        padding: 5.67644% 0% 7.00095%;
    }
    .jsgz-sbsjqk {
        position: relative;
        width: 100%;
        margin: 60px 0 0;
    }
    .jsgz-sbsjqk .qk {
        width: 100% !important;
        position: relative;
        left: auto !important;
        top: auto !important;
        margin-bottom: 3vmin;
    }
    .jsgz-sbsjqk .qk .num {
        flex: none;
        width: 8vmin;
        height: 8vmin;
        background-color: #437ce2;
        border-radius: 50%;
        line-height: 8vmin;
        text-align: center;
        font-family: PingFang SC;
        font-size: 5.71429vmin;
        font-weight: normal;
        font-style: italic;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #ffffff;
        text-indent: -0.2em;
        margin-right: 2.85714vmin;
    }
    .jsgz-sbsjqk .qk .text {
        width: auto !important;
        padding: 0 0.5em;
    }
    .main .section .blue-tit {
        position: relative;
        font-family: PingFang SC;
        font-size: 4.71429vmin;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: 0px;
        color: #437ce2;
    }
    .jsgz-sbsjqk {
        position: relative;
        width: 100%;
        margin: 4vmin 0 0;
    }
    .jsgz-gjz .box span {
        font-family: Arial-Black;
        font-size: 8.57143vmin;
        font-weight: 600;
        font-stretch: normal;
        line-height: 17.14286vmin;
        letter-spacing: 0px;
        color: #677a8a;
        opacity: 0.15;
    }
    .jsgz-gjz .box {
        padding-top: 0vmin;
    }
    .jsgz-gjz .box .ico-box {
        position: relative;
        z-index: 1;
        margin-top: -8.57143vmin !important;
        align-items: center;
        height: 14.28571vmin;
        background-color: #ffffff;
        border-radius: 15px;
    }
    .main .section .black-tit {
        margin-top: 2vmin;
        font-family: PingFang SC;
        font-size: 4.71429vmin;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: 0px;
        color: #000000;
    }
    .zzwx .t .con .info .cc li {
        width: 55px;
        height: 30px;
        border-radius: 5px;
    }
    .zzwx .t .con .info .cc li:last-child {
        margin-right: 0;
    }
    .jsgz-zdh {
        margin-top: 30px;
    }
    .jsgz-jsgz .li {
        flex-wrap: wrap;
        height: auto;
    }
    .jsgz-jsgz .li .gzfw {
        width: 100%;
    }
    .jsgz-jsgz .li .gzfw .fw {
        display: flex;
        margin-bottom: 0;
    }
    .jsgz-zdh {
        flex-wrap: wrap;
    }
    .jsgz-zdh .pic {
        width: 100%;
    }
    .jsgz-zdh .pic img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    .jsgz-zdh.jc .pic {
        width: 100% !important;
    }
    .wxbyx-text .col {
        margin-bottom: 4vmin;
    }
    .bynr .col {
        margin-bottom: 4vmin;
    }
    .col:nth-child(4) .box::before {
        display: none;
    }
    .position .position-nav li {
        padding-left: 2em;
    }
    .gomi-f5 .dbnr table th {
        height: 50px;
        font-size: 18px;
        line-height: 24px;
    }
    .gomi-f5 .dbnr table td {
        height: 50px;
        font-size: 16px;
        line-height: 24px;
    }
    .f6tu {
        flex-wrap: wrap;
        align-items: center;
    }
    .f6tu .tu2 {
        margin-right: 0 !important;
    }
    .f6tu .tu3 {
        margin-top: 2%;
        width: 100%;
        text-align: center;
    }
    .gomi-f2 .ico-list .col {
        padding-bottom: var(--col-padding);
    }
    .gomi-f7 .gomi7.gomi7-r .info p {
        font-size: 18px;
        line-height: 1;
    }
    .gomi-f7 .gomi7.gomi7-l .info p {
        font-size: 18px;
        line-height: 1.7;
    }
    .download .down-list li {
        height: auto;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 5% 3%;
        overflow: hidden;
    }
    .download .down-list li::before {
        display: none;
    }
    .download .down-list li .p1 {
        overflow: hidden;
        margin-left: 0;
        width: 100%;
        flex: none;
        margin-bottom: 5%;
        font-weight: 600;
    }
    .download .down-list li .p2,
    .download .down-list li .p3,
    .download .down-list li .p4 {
        width: auto;
    }
    .yj-nav ul {
        justify-content: space-between;
    }
    .yj-nav ul li {
        flex: 1 0 auto;
    }
    .yj-nav ul li a {
        width: 100% !important;
    }
    .szhgc .jjfa-box .r .top {
        flex-direction: column;
    }
    .szhgc .jjfa-box .r .top .jh {
        margin-top: 0%;
        line-height: 70px;
    }
    .szhgc .jjfa-box .r .top .jh {
        font-size: 70px;
    }
}

@media screen and (max-width: 768px) {
    .position {
        padding-left: 7.14286vmin;
        height: 11.42857vmin;
        line-height: 11.42857vmin;
        background: url(../images/position.png) no-repeat left center;
        background-size: 5.71429vmin auto;
        font-family: PingFang SC;
        font-size: 3.42857vmin;
        font-weight: normal;
        letter-spacing: 0px;
        color: #999999;
    }
    .szhgc .szhgc-list .box .info p {
        font-size: 3.57143vmin;
        line-height: 1.6;
    }
    .yw-yw-ys {
        width: 100% !important;
        margin-top: 0;
    }
    .black-c-tit span {
        font-size: 4.71429vmin;
        line-height: 1.3;
    }
    .black-c-tit p {
        font-size: 4.71429vmin;
    }
    .yw-yw-yzs .ico-box .ico-text {
        font-size: 4.14286vmin;
        line-height: 8vmin;
        height: auto;
        padding-bottom: 4vmin;
        margin-bottom: 4vmin;
    }
    .yw-yw-ys .ysy {
        border: none;
    }
    .yw-yw-ld .ldbox-wrap {
        margin: 0 auto;
        width: 100px;
        height: 100px;
        padding: 7px;
    }
    .yw-yw-ld .ldbox-wrap .ldbox {
        width: 80px;
        height: 80px;
    }
    .yw-yw-ld .ldbox-wrap .ldbox span {
        font-size: 20px;
        line-height: 32px;
    }
    .yw-yw-ld .ldbox-wrap .ldbox p {
        font-size: 13px;
        line-height: 20px;
    }
    .yw-yw-ys .ysli .ysliy .box-fill {
        font-size: 20px;
    }
    .yw-yw-ys>.w-h {
        padding-top: 0%;
    }
    .yw-yw-ys .ysli {
        position: relative;
        top: 0 !important;
        transform: translate(0, 0) !important;
        left: 0 !important;
        right: auto !important;
        margin-bottom: 4vmin;
    }
    .yw-yw-ys .ysli.ysli1 {
        top: 0;
        flex-direction: row;
        align-items: center;
        width: 100%;
        text-align: left;
    }
    .yw-yw-ys .ysli.ysli1 .ysliy {
        margin-right: 20px;
        margin-top: 0;
    }
    .yw-yw-ys .ysli .ysliy {
        flex: none;
        width: 54px;
    }
    .yw-yw-ys .ysli.yc {
        transform: translate(-46px, -50%);
        align-items: center;
    }
    .yw-yw-ys .ysli.yc .ysliy {
        margin-right: 20px;
    }
    .yw-yw-ys .ysli.zc {
        flex-direction: row;
        align-items: center;
        text-align: left;
    }
    .yw-yw-ys .ysli.zc .ysliy {
        margin-right: 20px;
        margin-left: 0 !important;
    }
    .yw-wx-fw .hyxz {
        background: none;
        height: auto;
    }
    .yw-wx-fw .hyxz li {
        justify-content: flex-start;
        height: auto;
        flex-wrap: wrap;
        padding: 2vmin 0;
    }
    .yw-wx-fw .hyxz li p {
        display: block;
        width: 100%;
        font-size: 3.57143vmin;
        line-height: 2;
    }
    .yw-wx-fw .hyxz li span {
        font-size: 4vmin;
    }
    .bb {
        font-size: 3.57143vmin;
        line-height: 2;
        margin-bottom: 0;
    }
    .jsgz-zdh .text-box p {
        margin-bottom: 0;
    }
    .yw-wx-fw .qfwfw li .info .fw-tit p,
    .dcck .pic .info span,
    .smfw .smfw-box .info span,
    .tt {
        font-size: 4.71429vmin;
    }
    .jsgz-gjz .box .ico-box .ico-text {
        font-size: 4vmin;
    }
    .yw-wx-fw .qfwfw li .info .fw-tit .num {
        font-size: 40px;
    }
    .yw-wx-fw .hyxz li::before {
        display: none;
    }
    .yw-wx-fw .hyxz li::after {
        left: 0 !important;
    }
    .yw-wx-fw .qfwfw li .pic {
        width: 100%;
        margin-top: 2vmin;
    }
    .yw-wx-fw .qfwfw li .info {
        width: 100%;
    }
    .yw-wx-fw .qfwfw li {
        flex-direction: column-reverse;
    }
    .yw-wx-fw .qfwfw li:nth-child(2n) {
        flex-direction: column-reverse;
    }
    .yw-wx-fw .qfwfw li .info .fw-sub-tit {
        margin-top: 3vmin;
        line-height: 2;
    }
    .yw-wx-fw .qfwfw li .info .fw-sub-tit {
        font-size: 4.14286vmin;
    }
    .yw-wx-fw .qfwfw li .info .fwnr,
    .wxsk .skpb-box .info,
    .smfw .smfw-box .info p,
    .slsx-skjc .left li p,
    .slsx-djzz .djzz-box .info p,
    .wxbyx-text .text-box p {
        font-size: 3.57143vmin;
        line-height: 2;
    }
    .slsx-djzz .djzz-box .info>span {
        margin: 6px 0 10px;
        font-size: 16px;
    }
    .bpxs {
        flex-wrap: wrap;
        height: auto;
    }
    .bpxs .lbt {
        width: 50%;
        height: 100px;
    }
    .bpxs .ico-box {
        width: 50%;
        height: 100px;
    }
    .bpxs .ico-box .info {
        font-size: 16px;
    }
    .smfw .smfw-box .pic {
        width: 100%;
        margin-bottom: 4vmin;
    }
    .slsx-skjc .left {
        width: 100%;
    }
    .slsx-skjc .right {
        width: 100%;
    }
    .slsx-skjc .right .pic {
        margin-bottom: 4vmin;
    }
    .slsx-djzz .djzz-box .pic {
        width: 100%;
    }
    .slsx-djzz .djzz-box .info {
        padding-bottom: 4vmin;
    }
    .col:nth-child(2n + 1) .box::before {
        display: none;
    }
    .col:nth-child(2n) .box::before {
        display: block;
    }
    .jqr .jqr-wbfw li p {
        font-size: 3.57143vmin;
        line-height: 1.5;
        color: #666666;
    }
    .shop .row a .info {
        font-size: 3.57143vmin;
        line-height: 3;
    }
    .jsgz-jsgz .li .gzfw .fw {
        font-size: 5.28571vmin;
    }
    .szhgc .ys .ys-tit,
    .szhgc .gk span {
        font-size: 4.71429vmin;
    }
    .szhgc .ys .ys-tit {
        margin: 0 0;
    }
    .zzwx .tit {
        font-size: 5.28571vmin;
        line-height: 2;
    }
    .zzwx .t .con .info .bb span,
    .zzwx .t .con .info .tt {
        font-size: 4.14286vmin;
    }
    .zzwx .t .con .info .bb p {
        font-size: 3.57143vmin;
    }
    .znzbgk .xbt {
        margin-bottom: 0;
        line-height: 69px;
    }
    .yw-yw-yzs .ico-box .ico {
        width: 80px;
        height: 80px;
    }
    .szhgc .gk p,
    .szhgc .ys .ys-nr p,
    .yw-yw-zj .pt-text p,
    .znzbgk .gk p,
    .slcpdl .t,
    .slcpdl .c .c-text p,
    .slcpdl .b,
    .dls .box .info {
        font-size: 3.57143vmin;
        line-height: 2;
        margin-bottom: 0;
        color: #666;
    }
    .wxbyx .icos .ico-box .info {
        line-height: 3.5;
        font-size: 3.57143vmin;
    }
    .wxbyx .bynr .text-box .info .text-box {
        font-size: 3.57143vmin;
    }
    .znzbgk .yw-yw-ys .ysli .ysli-text span,
    .slcpdl .c .c-text span {
        font-size: 4vmin;
    }
    .wxbyx-text .text-box span,
    .wxbyx .bynr .text-box .info .ico-box p,
    .szhgc .jjfa-box .r .hdz,
    .znzbgk .xbt,
    .znzbgk .gk span,
    .znzbgk .iso-p,
    .slcpdl .c .c-pic p,
    .dls .box .t {
        font-size: 4.71429vmin;
    }
    .szhgc .ys .ys-nr span {
        font-size: 4.14286vmin;
    }
    .sub-banner .class-name span::after {
        height: 0;
    }
    .wxbyx-text .text-box p {
        margin-top: 14px;
    }
    .wxbyx .icos .ico-box .ico img {
        width: 50% !important;
    }
    .header .box a img {
        height: 6vmin;
    }
    .header .box a img:last-child {
        height: 5.6vmin;
    }
    .header .box::before {
        width: 0;
    }
    .slcpdl {
        padding-left: 0;
    }
    .products .tit {
        font-size: 4.71429vmin;
        height: auto;
        line-height: 2.5;
    }
    .products .pro-list .pro-a .para {
        padding-bottom: 3.46784%;
    }
    .znzbgk .col {
        margin-bottom: 10px;
    }
    .znzb-list li a .info .t p,
    .znzb-list li a .info .c p,
    .znzb-list li a .info .b {
        font-size: 3.57143vmin;
        line-height: 2;
    }
    .znzb-list li a .info .t span,
    .znzb-list li a .info .c span {
        font-size: 4.71429vmin;
    }
    .znzb-list li a .info .c {
        margin: 3.2% 0;
    }
    .jqr .jqr-wbfw li span {
        display: block;
        text-indent: -0.5em;
        flex: none;
        text-align: center;
        min-width: 17%;
        font-size: 6.85714vmin;
    }
    .jqr-bjxs .w-h .box-fill p {
        font-family: PingFang SC;
        font-size: 4.57143vmin;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: 0px;
        color: #ffffff;
    }
    .jqr-bjxs .w-h {
        padding-top: 42.09414%;
    }
    .jqr-dz {
        flex-direction: column-reverse;
        padding: 4vmin;
    }
    .jqr .jqr-wxfw .ico-box span {
        font-size: 4vmin;
        line-height: 34px;
    }
    .jqr .jqr-byfw .box p {
        font-size: 4vmin;
    }
    .jqr .jqr-wxfw .ico-box {
        height: 50px;
    }
    .jqr-dz .info {
        width: 100%;
        font-size: 5.14286vmin;
        line-height: 1.5;
        text-align: center;
        margin-bottom: 4vmin;
        padding: 0;
    }
    .zpxx .zpxx-top {
        height: 31.42857vmin;
    }
    .big-black-tit span {
        font-weight: 600;
        font-size: 4.71429vmin;
        line-height: 8vmin;
        width: 15%;
    }
    .list-news .big-black-tit span {
        width: 100%;
    }
    .faq .row {
        --col-padding: 0;
        padding: 3.75% 0 8.125%;
    }
    .faq .box .t {
        position: relative;
        padding-left: 39px;
        padding-bottom: 2.85714vmin;
        font-family: PingFang SC;
        font-size: 4.14286vmin;
        font-weight: normal;
        font-stretch: normal;
    }
    .faq .box {
        padding: 15px;
    }
    .faq .box .b {
        padding: 0;
        font-size: 3.57143vmin;
        line-height: 1.6;
    }
    .faq .box .t::after {
        top: 40px;
    }
    .big-black-tit p {
        font-size: 4vmin;
        line-height: 5.71429vmin;
    }
    .zpxx .zpxx-top .btn-box a {
        margin-left: 2.85714vmin;
    }
    input.btn,
    a.btn {
        width: 28.57143vmin;
        height: 11.42857vmin;
        line-height: 11.42857vmin;
        font-size: 4.57143vmin;
    }
    .zpxx .zplis {
        background-color: #eef5fc;
        border-radius: 2.28571vmin;
        padding: 7px 2% 2%;
        margin-bottom: 6%;
    }
    .page ul li {
        display: none;
    }
    .page ul li:first-child,
    .page ul li:last-child {
        display: block;
    }
    .zpxx .zplis .zplist {
        font-size: 4vmin;
        line-height: 9.14286vmin;
    }
    .zpxx .zplis .dropdownlink .row .zw {
        text-align: left;
        font-family: PingFang SC;
        font-size: 15px;
        font-weight: 600;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #000000;
    }
    .zpxx .zplis .submenuItems .zwxx-box p {
        font-size: 3.57143vmin;
        line-height: 2;
    }
    .zpxx .zplis .dropdownlink .row .rq {
        text-align: left;
    }
    .zpxx .zplis .dropdownlink {
        cursor: pointer;
        display: block;
        position: relative;
        height: auto;
        line-height: 44px;
        background-color: #ffffff;
        border-radius: 10px;
    }
    .map-wrap .map {
        height: 20vh;
    }
    .map-wrap .w .lxfs {
        position: relative;
        width: 100%;
        height: auto;
        padding: 1vmin 2.5vmin;
    }
    .map-wrap .w .lxfs .t {
        height: auto;
        line-height: 3em;
        font-family: PingFang SC;
        font-size: 6.28019vmin;
        font-weight: 600;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #ffffff;
        border-bottom: #fff 1px solid;
    }
    .map-wrap .w .lxfs .b {
        padding: 3vmin 0 0;
    }
    .map-wrap .w .lxfs .b li .info p {
        font-size: 3.3vmin;
        line-height: 2;
    }
    .zxly .b .row label {
        margin-top: 0.5em;
        font-size: 4.14286vmin;
        line-height: 2;
    }
    .zxly .b .row input {
        width: 100%;
        padding-left: 0.5em;
        height: 11.42857vmin;
        line-height: 11.42857vmin;
        border-radius: 8px;
        font-size: 3.57143vmin;
    }
    .zxly .b .row textarea {
        padding: 10px 0.5em;
        width: 100%;
        height: 57.14286vmin;
        background-color: #ffffff;
        border-radius: 8px;
        font-size: 3.57143vmin;
        line-height: 11.42857vmin;
    }
    .f1 img {
        max-width: 100% !important;
    }
    .f1 .row {
        padding: 0% 0;
        justify-content: space-between;
        align-items: center;
        flex-direction: column-reverse;
    }
    .f1 .pic {
        padding-bottom: 4vmin;
    }
    .floor-tit {
        font-size: 5.14286vmin;
        line-height: 6.57143vmin;
    }
    .f1 .co-pic {
        padding: 0;
    }
    .gywm-zzry .swiper {
        padding: 0;
    }
    .gywm-zzry .row .dw-box {
        text-align: center;
    }
    .gywm-zzry .row .dw-box .ltit {
        margin: 0 auto;
    }
    .gywm-zzry .row .col {
        padding-bottom: 0;
    }
    .gywm-zzry .row .dw-box {
        box-shadow: none;
    }
    .floor-sub-tit {
        margin: 3vmin 0;
        font-size: 4.71429vmin;
        line-height: 7.57143vmin;
    }
    .floor-text {
        font-size: 3.57143vmin;
        line-height: 2;
    }
    .floor-text p {
        margin-bottom: 1em;
    }
    .f1 .icos {
        margin: 4vmin 0;
        flex-wrap: wrap;
    }
    .f1 .icos .box {
        width: 50%;
        margin-bottom: 4vmin;
    }
    .f1 .icos .box span {
        font-size: 4.71429vmin;
        line-height: 8.71429vmin;
        font-weight: bold;
    }
    .f1 .icos .box p {
        font-size: 3.57143vmin;
        line-height: 5.28571vmin;
    }
    .gywm-wmddw .row .dw-box p,
    .gywm-sdpp .row .dw-box .htit,
    .gywm-sdpp .row .dw-box .nr {
        font-size: 3.57143vmin;
    }
    .gywm-wmddw .row .dw-box p {
        margin-bottom: 2.79851%;
        min-height: 50px;
    }
    .gywm-wmddw .row .dw-box .ltit {
        margin-top: 1.59701%;
    }
    .gywm-wmddw .row .dw-box .ico {
        height: 40px;
    }
    .gywm-wmddw .row .dw-box .ico img {
        max-height: 30px;
    }
    .gywm-wmddw .row {
        width: auto;
        flex: 1;
        --col-padding: 2.7363%;
    }
    .gywm-ywfw .row .ywfw-box .num-box span {
        font-size: 6.28019vmin;
        line-height: 2;
    }
    .gywm-ywfw .row .ywfw-box .num-box span::after {
        top: 15px
    }
    .gywm-zzry .row .dw-box p {
        font-size: 4.71429vmin;
        margin-bottom: 0px;
        line-height: 2;
    }
    .gywm-zzry .row .dw-box .htit {
        margin-top: 10px;
    }
    .gywm-sdpp .row .dw-box .ltit {
        font-size: 6.28019vmin;
        line-height: 2;
    }
    .sub-banner .class-name span {
        font-size: 6.28019vmin;
        line-height: 1.5;
    }
    .sub-banner .class-name p {
        font-size: 5.28571vmin;
        line-height: 1;
    }
    .bzy .bzy-list .box {
        padding: 5.5% 5.57895%;
        text-align: center;
    }
    .bzy .bzy-list .box .info span {
        font-size: 5.14286vmin;
        line-height: 2;
    }
    .bzy .bzy-list .box .info p {
        font-size: 3.57143vmin;
        line-height: 1.6;
    }
    .article .prev-next a.btn {
        width: 152px;
        margin: 0%;
        height: auto;
        line-height: 2.5;
    }
    .list-news .big-black-tit {
        height: 22.85714vmin;
    }
    .list-news .news-box .info .date {
        font-size: 3.42857vmin;
        line-height: 2;
    }
    .list-news .news-box .info .tit {
        font-size: 4vmin;
        line-height: 2;
    }
    .article .edit {
        font-size: 3.57143vmin;
        ;
    }
    .list-news .news-box .info .desc {
        font-size: 3.57143vmin;
        line-height: 2;
    }
    .list-news .news-box .info .more {
        margin-top: 2vmin;
        width: 100px;
        height: 40px;
        line-height: 38px;
        border-radius: 20px;
        font-size: 14px;
    }
    .article .title {
        font-size: 5.314vmin;
    }
    .article .subtitle p {
        font-size: 3.42857vmin;
    }
    .article .prev-next {
        padding: 3vmin 3.21285%;
        height: auto;
        font-size: 3.42857vmin;
        flex-direction: column;
        align-items: flex-start;
    }
    .article .prev-next p:first-child {
        order: 1;
    }
    .article .prev-next p:last-child {
        order: 2;
    }
    .article .prev-next .btn {
        order: 3;
    }
    .products {
        width: 100%;
        margin: 0 auto;
        padding: 2% 0;
    }
    .products .pro-box {
        flex-wrap: wrap;
    }
    .products .pro-box .pic {
        width: 100%;
    }
    .products .pro-box .info .p-tit {
        margin-bottom: 3vmin;
    }
    .products .pro-box .info {
        padding: 3vmin;
        font-size: 3.57143vmin;
        line-height: 2;
    }
    .products .pro-list .pro-a .info .pro-name {
        font-size: 3.57143vmin;
    }
    .products .pro-list .pro-a .pro-desc {
        font-size: 4.71429vmin;
        line-height: 1.5;
    }
    .products .pro-list .pro-a .para p {
        font-size: 3.57143vmin;
        line-height: 2;
    }
    .cases .tit {
        padding: 5.73614% 0 4.1109%;
        font-size: 5.71429vmin;
        line-height: 1.2;
    }
    .cases .case-list li a {
        border-radius: 0;
        border-top: none;
        border-left: none;
        border-right: none;
        padding: 2.67686% 0% 3.53728%;
    }
    .cases .case-list li a .pic {
        flex: none;
        width: 30%;
        margin-right: 2%;
    }
    .cases .case-list li a .info .p-tit {
        font-size: 4vmin;
        line-height: 2;
    }
    .cases {
        padding: 0 0% 6.45953%;
    }
    .aliyun .aliyun-tit span {
        font-size: 5.28571vmin;
    }
    .aliyun .f1 .aly-c .info .tit {
        font-size: 4.71429vmin;
    }
    .aliyun .f1 .aly-c .info .desc,
    .aliyun .f2 .f2-box .info p,
    .aliyun .f3 .f3-box .info p,
    .aliyun .f5 .box p,
    .aliyun .f8 .f8-box .box .info p {
        font-size: 3.57143vmin;
    }
    .aliyun .f1 .aly-c .pic {
        width: 100%;
        margin-right: 0%;
    }
    .aliyun .f1 .row {
        flex-direction: column;
    }
    .aliyun .f1 .aly-c .info .td {
        font-size: 5.14286vmin;
        line-height: 1.5;
        letter-spacing: 0px;
    }
    .aliyun .f2 .f2-box {
        flex-wrap: wrap;
        justify-content: flex-start;
        padding-bottom: 9.15888%;
    }
    .aliyun .f2 .f2-box .pic {
        width: 100%;
    }
    .aliyun .f2 .f2-box .info {
        width: 100%;
    }
    .aliyun .f2 .f2-box .info span {
        font-size: 4.71429vmin;
        line-height: 1.6;
    }
    .aliyun .aliyun-tit p {
        font-size: 3.57143vmin;
        line-height: 1.6;
    }
    .aliyun .f3 .f3-box .info span {
        font-size: 3.57143vmin;
        font-weight: 600;
        line-height: 1.9;
    }
    .aliyun .f3 .f3-box .col {
        margin-bottom: 4.11215%;
    }
    .aliyun .f4 .left {
        width: 100%;
    }
    .aliyun .f4 .right {
        display: flex;
        flex-wrap: wrap;
        margin-top: 2%;
        width: 100%;
        flex: none;
        flex-direction: row;
    }
    .aliyun .f4 .right .ico-box {
        width: 50%;
        height: auto;
        padding: 5vmin 0;
    }
    .aliyun .f4 .right .ico-box .ico {
        width: 24%;
        flex: none;
        justify-content: center;
    }
    .aliyun .f4 .right .ico-box .ico img {
        height: 8.57143vmin;
    }
    .aliyun .f4 .right .ico-box .info span {
        margin-left: 0.5em;
        font-size: 3.57143vmin;
        line-height: 1.2;
    }
    .aliyun .f4 .f4-text {
        font-size: 3.57143vmin;
        line-height: 1.4;
    }
    .aliyun .f5 .aliyun-tit p {
        font-size: 5.14286vmin;
        line-height: 1;
    }
    .aliyun .f5 .box {
        padding: 4%;
    }
    .aliyun .f5 .box span {
        font-size: 4.71429vmin;
        line-height: 1.3;
    }
    .aliyun .f6 .f6-box .box {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .aliyun .f6 .f6-box .box .info {
        width: 100%;
    }
    .aliyun .f6 .f6-box .box .info span {
        width: 100%;
        font-size: 4.71429vmin;
        line-height: 2;
    }
    .aliyun .f7 .f7-tit span {
        padding-right: 1em;
        font-size: 4.71429vmin;
        line-height: 1.3;
    }
    .aliyun .f7 .f7-tit::after {
        top: 2.71429vmin;
    }
    .aliyun .f7 .f7-tit p {
        font-size: 3.57143vmin;
        line-height: 2;
    }
    .aliyun .f9 .f8-vs .box .t {
        font-size: 5.28571vmin;
        line-height: 2.5;
    }
    .aliyun .f7 .js .row .boxtu .info span {
        font-size: 5.14286vmin;
        line-height: 3.8;
    }
    .aliyun .f7 .js {
        margin-bottom: 5vmin;
    }
    .aliyun .f8 .f8-box .aliyun-tit p {
        font-size: 5.14286vmin;
        line-height: 1;
    }
    .aliyun .f8 .f8-box .box {
        padding: 4%;
    }
    .aliyun .f8 .f8-box .box .info span {
        font-size: 4.71429vmin;
        line-height: 1.2;
    }
    .aliyun .f9 .f8-vs .box {
        width: 100%;
    }
    .aliyun .f9 .f8-vs .vs {
        width: 100%;
    }
    .aliyun .f9 .f8-vs .vs span {
        text-align: center;
        font-size: 14.28571vmin;
        line-height: 1.3;
    }
    .aliyun .f9 .f8-vs .box .b li {
        align-items: flex-start;
        padding: 2% 0;
    }
    .aliyun .f9 .f8-vs .box .b li span {
        font-size: 3.57143vmin;
        line-height: 35px;
    }
    .aliyun .f9 .f8-vs .box .b .text-box {
        font-size: 3.57143vmin;
        line-height: 2;
    }
    .aliyun .f9 .f8-text .text-box span {
        font-size: 4.71429vmin;
    }
    .aliyun .f9 .f8-text .text-box p {
        font-size: 3.57143vmin;
        line-height: 2;
    }
    .gomi-f5 .dbnr table th {
        height: 50px;
        font-size: 16px;
        line-height: 24px;
    }
    .gomi-f5 .dbnr table td {
        height: 50px;
        font-size: 14px;
        line-height: 24px;
    }
    .gomi-f6 .dbnr table th {
        height: 50px;
        font-size: 16px;
        line-height: 24px;
    }
    .gomi-f6 .dbnr table td {
        height: 50px;
        font-size: 14px;
        line-height: 24px;
    }
    .f6tu .tu2 {
        margin-top: 8% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: center;
    }
    .f6tu .tu3 {
        margin-top: 5% !important;
        width: 100%;
        text-align: center;
    }
    .gomi-f1 .row .right-box .gomi-f1-text p {
        font-size: 3.57143vmin;
        line-height: 2;
    }
    .gomi-f1 .row .right-box .gomi-f1-text span {
        font-size: 5.14286vmin;
    }
    .gomi-f2 .bpxs .ico-box {
        width: 100%;
        height: auto;
    }
    .gomi-f2 .bpxs .lbt {
        width: 100%;
    }
    .gomi-f4 .big-black-tit .r-tit span {
        font-size: 3.57143vmin;
        line-height: 1.6;
    }
    .gomi-f4 .big-black-tit .r-tit p {
        font-size: 3.57143vmin;
        line-height: 1.6;
    }
    .gomi-f4 .ico-box .ico {
        width: 7.95876%;
    }
    .gomi-f4 .ico-box .info span {
        font-size: 3.57143vmin;
        line-height: 1.7;
    }
    .gomi-f7 .gomi7 .t {
        font-size: 5.28571vmin
    }
    .gomi-f8 .box .info {
        font-size: 3.57143vmin;
    }
    .gomi-f4 .ico-box .info p {
        font-size: 3.57143vmin;
        line-height: 1.9;
    }
    .gomi-f7 .gomi7.gomi7-l {
        width: 100%;
    }
    .gomi-f7 .gomi7.gomi7-r {
        margin-top: 4%;
        width: 100%;
    }
    .gomi-f7 .gomi7.gomi7-l .info p {
        font-size: 14px;
        line-height: 1.7;
    }
    .body-box {
        flex-wrap: wrap;
    }
    .left-aside {
        width: 100%;
        margin-right: 0%;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 5vmin;
    }
    .left-aside .class-name {
        height: 17.14286vmin;
        padding-left: 8.57143vmin;
        line-height: 17.14286vmin;
    }
    .left-aside .class-name::before {
        left: 5.71429vmin;
        width: 4px;
        height: 5.71429vmin;
    }
    .left-aside .class-name span {
        font-size: 5.71429vmin;
    }
    .left-aside .layui-nav .layui-nav-item a {
        padding: 0 8.57143vmin;
        font-size: 4.57143vmin;
    }
    .left-aside .layui-nav-itemed>.layui-nav-child {
        padding-bottom: 0 !important;
    }
    .left-aside .layui-nav-tree .layui-nav-item a {
        height: 13.28571vmin;
        line-height: 13.28571vmin;
    }
    .left-aside .layui-nav-child a {
        font-family: PingFang SC;
        font-size: 3.57143vmin !important;
        font-weight: normal;
        letter-spacing: 0px;
        color: #666666;
        height: 36px !important;
        line-height: 36px !important;
        padding-left: 52px !important;
    }
    .sldl {
        display: none;
    }
    .position {
        padding-left: 0;
        height: auto;
        line-height: 2;
        background: none;
        font-family: PingFang SC;
        font-size: 3.42857vmin;
        font-weight: normal;
        letter-spacing: 0px;
        color: #999999;
    }
    .position .position-nav {
        border-top: #fff 1px solid;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        height: auto;
        float: none;
        border-bottom: #eee 1px solid;
        margin-bottom: 5%;
    }
    .position .position-nav li {
        padding-left: 0;
        flex: 1 0 auto;
    }
    .position .position-nav a {
        display: block;
        position: relative;
        height: 44px;
        line-height: 44px;
        text-align: center;
        flex: none;
        display: block;
        font-family: PingFang SC;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #000000;
    }
    .gywm-zy .zys {
        margin-top: 0;
        position: relative;
    }
    .gywm-zy .zys .mySwiper2 .zyjs-box .hbt {
        font-size: 4.71429vmin;
        line-height: 2.3;
    }
    .floor .swiper-button-next,
    .floor .swiper-button-prev {
        width: 44px;
        height: 44px;
    }
    .floor .swiper-button-prev {
        left: 5px;
    }
    .floor .swiper-button-next {
        right: 5px;
    }
    .gywm-zy .zys .mySwiper2 {
        margin-left: 0;
        width: 100%;
        padding-bottom: 40px;
        margin-bottom: 5vmin;
    }
    .gywm-ywfw .row .ywfw-box .city {
        font-size: 3.57143vmin;
    }
    .gywm-zy {
        height: auto;
    }
    .gywm-zy .zys .mySwiper .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
    .gywm-zy .zys .mySwiper .swiper-slide-active::after {
        display: none;
    }
    .experts li a .pic {
        width: 40%;
        border-radius: 15px 15px 0 15px;
        background-color: #eeeeec;
    }
    .experts li a {
        background-color: #f5f5f5;
    }
    .experts li a .info {
        height: auto;
        padding: 10px 4.0153% 10px 6.30975%;
    }
    .experts li a .info .tit span {
        font-size: 20px;
        line-height: 1.3;
    }
    .experts li a .info .tit {
        margin-bottom: 10px;
    }
    .experts li a .info .tit p {
        font-size: 16px;
        line-height: 1.9;
    }
    .experts li a .info .desc {
        font-size: 3.57143vmin;
        line-height: 1.6;
    }
    .shop .ewm-box {
        flex-direction: column;
    }
    .yj-nav li a {
        height: 44px;
        border-radius: 22px;
        font-size: 16px;
        line-height: 42px;
        color: #437ce2;
    }
    .yj-nav li {
        margin: 0 2px;
    }
    .slcpdl .c {
        align-items: center;
        flex-direction: column-reverse;
    }
    .slcpdl .c .c-pic {
        width: 90%;
        text-align: center;
    }
    .szhgc .jjfa-box {
        flex-direction: column;
    }
    .szhgc .jjfa-box .l {
        width: 100%;
    }
    .szhgc .jjfa-box .l span {
        width: 100%;
        font-size: 4vmin
    }
    .szhgc .jjfa-box .r .top .top-box {
        width: 96%;
        max-width: 327px;
        border-top: #eeeeee 1px solid;
        border-bottom: #eeeeee 1px solid;
    }
    .szhgc .jjfa-box .r .bottom {
        flex-direction: column;
    }
    .szhgc .jjfa-box .r .bottom .yjs {
        width: 96%;
        justify-content: center;
    }
    .znzb-list li a {
        flex-wrap: wrap;
    }
    .znzb-list li a .pic {
        width: 100%;
    }
    .znzbgk .zzsj .box .info span {
        font-size: 18px;
        line-height: 1.5;
    }
    .znzbgk .zzsj .box .info p {
        margin-top: 4px;
        font-size: 3.57143vmin;
        line-height: 1.6;
    }
    .zzwx .pic-lis a .info {
        font-size: 3.57143vmin;
        line-height: 3;
    }
    .position .position-nav a:hover.shop,
    .position .position-nav a.on.shop {
        width: auto;
        height: auto;
        line-height: auto;
        text-align: center;
        border-radius: 0;
        border: none;
    }
    .position .position-nav a:hover.shop::after,
    .position .position-nav a.on.shop::after {
        display: block;
    }
    .jcsb .jcsb-box .info {
        font-size: 3.57143vmin;
        line-height: 3;
    }
    .gomi-f2-1 .t .con .info {
        padding: 3.86567% 0 1.86567% 0;
    }
    .zzwx .t .con {
        flex-direction: column;
    }
    .zzwx .t .con .pic {
        width: 100%;
    }
    
}

@media screen and (max-width: 576px) {
    .gomi-f5 .dbnr table th {
        height: 40px;
        font-size: 14px;
        line-height: 20px;
    }
    .gomi-f5 .dbnr table td {
        height: 30px;
        font-size: 12px;
        line-height: 20px;
    }
    .gomi-f5 .dbnr table th:nth-child(1) {
        width: 16%;
    }
    .gomi-f5 .dbnr table th:nth-child(2) {
        width: 20%;
    }
    .gomi-f5 .dbnr table th:nth-child(3) {
        width: 20%;
    }
    .gomi-f5 .dbnr table th:nth-child(4) {
        width: 30%;
    }
    .gomi-f6 .dbnr table th {
        height: 40px;
        font-size: 14px;
        line-height: 20px;
    }
    .gomi-f6 .dbnr table td {
        height: 30px;
        font-size: 12px;
        line-height: 20px;
    }
    .gomi-f6 .dbnr table th:nth-child(1) {
        width: 13%;
    }
    .gomi-f6 .dbnr table th:nth-child(2) {
        width: 13%;
    }
    .gomi-f6 .dbnr table th:nth-child(3) {
        width: 13%;
    }
    .gomi-f6 .dbnr table th:nth-child(4) {
        width: 13%;
    }
    .gomi-f6 .dbnr table th:nth-child(5) {
        width: 20%;
    }
    .gomi-f6 .dbnr table th:nth-child(6) {
        width: 20%;
    }
    .experts li a {
        flex-direction: column;
        align-items: flex-start;
    }
    .experts li a .pic {
        width: 70%;
        margin: 0 auto;
        border-radius: 15px 15px 15px 15px;
        background-color: #eeeeec;
    }
    .download .down-list li .p5 {
        margin-top: 4%;
        height: 40px;
        line-height: 38px;
        border-radius: 20px;
    }
    .m-kjdh .a-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        padding: 0 0 3%;
    }
    .m-kjdh .a-box a {
        margin: 3% 0 0;
        display: block;
        width: 48%;
        height: 40px;
        line-height: 38px;
        border: #666666 1px solid;
        text-align: center;
        font-size: 15px;
        border-radius: 5px;
    }
    .m-kjdh .a-box a:hover,
    .m-kjdh .a-box a.on {
        background-color: #437ce2;
        border: #437ce2 1px solid;
        color: #fff;
    }
}