body {
    padding: 0;
    margin: 0;
    font-family: "Source Han Sans SC";
    font-size: 16px;
    color: rgb(85, 85, 85);
    overflow-x: hidden;
    line-height: 1.5;
}

body.noscroll {
    height: 100vh;
    overflow-y: hidden;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    text-decoration: none;
}

img {
    max-width: 100%;
}

input:focus,
button:focus,
textarea:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

.ovh1 {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ovh2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ovh3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.ovh4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    *+height: 1%;
}

.imgH {
    overflow: hidden;
}

.imgH img {
    transition-duration: .6s;
    -ms-transition-duration: .6s;
    -moz-transition-duration: .6s;
    -webkit-transition-duration: .6s;
}

.imgH:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.imgH2 {
    overflow: hidden;
}

.imgH2 img {
    transition-duration: .6s;
    -ms-transition-duration: .6s;
    -moz-transition-duration: .6s;
    -webkit-transition-duration: .6s;
}

.imgH2:hover img {
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    -webkit-transform: scale(0.9);
}

.hidden-xs {
    display: block;
}

.visible-xs {
    display: none;
}

* {
    box-sizing: border-box;
}

.db {
    display: block;
}

.tc {
    text-align: center;
}

img {
    max-width: 100%;
}

.baibg {
    background: #ffffff;
}

.huibg {
    background: #e8eae9;
}

.heibg {
    background: #151412;
}

.pore {
    position: relative;
}

.flexb {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flexb2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flexb3 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.swiper {
    position: relative;
    overflow: hidden;
}

.bgBox {
    background: url() center no-repeat;
    background-size: cover;
}

.wrap {
    padding: 0 15px;
    max-width: 1430px;
    margin: 0 auto;
    width: 96%;
}

@media (max-width:800px) {
    .wrap {
        width: 100%;
    }
}

.row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-items: stretch;
    flex-wrap: wrap;
}

.row .kuang {
    height: 100%;
}

.col_6 {
    width: calc(100% / 6);
}

.col_5 {
    width: calc(100% / 5);
}

.col_4 {
    width: calc(100% / 4);
}

.col_3 {
    width: calc(100% / 3);
}

.col_2 {
    width: calc(100% / 2);
}

.imgZ {
    position: relative;
    padding-top: 100%;
    display: block;
}

.imgZ .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

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

.imgY {
    position: relative;
    padding-top: 100%;
    display: block;
}

.imgY .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgY .pic img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

header {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    z-index: 99;
    transition: all 0.3s;
    background: #ffffff;
}

header .head1 {
    border-bottom: 1px solid rgba(204, 204, 204, 0.2);
}

header .head1 .nrBox {
    height: 44px;
}

header .welB {
    font-size: 12px;
    color: rgb(119, 119, 119);
}

header .telB {
    font-size: 14px;
    font-family: "Bebas";
    color: rgb(51, 51, 51);
    margin-right: 24px;
}

header .telB i,
header .wxB i {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/hi1on.png) center no-repeat;
    background-size: cover;
    margin-right: 8px;
}

header .wxB {
    font-size: 12px;
    color: rgb(119, 119, 119);
    position: relative;
}

header .wxB i {
    background-image: url(../img/hi2on.png);
}

header .wxB p {
    position: absolute;
    right: calc(50% - 60px);
    top: 22px;
    width: 120px;
    background: #ffffff;
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
    z-index: 2;
    display: none;
}

header .wxB:hover p {
    display: block;
}

header .logo img {
    max-height: 40px;
    display: block;
}

header .logo img:first-child {
    display: none;
}

header .menuUl>li {
    margin-right: 3.125vw;
    position: relative;
}

header .menuUl>li:last-child {
    margin-right: 0;
}

header .menuUl .yiji {
    height: 67px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

header .menuUl .yiji a {
    font-size: 16px;
    color: #333333;
    line-height: 67px;
    display: block;
    position: relative;
}

header .menuUl>li .yiji a::before {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    position: absolute;
    left: 50%;
    top: -2px;
    background: #293ba4;
    transition: all 0.3s;
}

header .menuUl>li.on .yiji a,
header .menuUl>li:hover .yiji a {
    color: #293ba4;
}

header .menuUl>li.on .yiji a::before,
header .menuUl>li:hover .yiji a::before {
    width: 100%;
    left: 0;
}

header .menuUl .erjiBox {
    position: absolute;
    left: 50%;
    top: 66px;
    transition: all 0.3s;
    background: #ffffff;
    text-align: left;
    width: max-content;
    width: -webkit-max-content;
    opacity: 0;
    height: 0;
    visibility: hidden;
    transform: translateY(-20px) translateX(-50%);
    min-width: 104px;
    max-width: 188px;
    border-top: 1px solid #e6e6e6;
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
}

header .menuUl>li:hover .erjiBox {
    opacity: 1;
    height: auto;
    visibility: visible;
    transform: translateY(0) translateX(-50%);
}

header .menuUl .erjiUl>li>a {
    font-size: 14px;
    color: #555555;
    transition: all 0.3s;
    width: 100%;
    position: relative;
    display: block;
    padding: 9px 16px;
    line-height: 1.6;
    text-align: center;
}

header .menuUl .erjiUl>li>a:hover {
    background: #293ba4;
    color: #ffffff;
}

header .mopenBtn {
    display: none;
}

header.onFix {
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.05);
    top: -44px;
}

header.baiH {
    background: none;
}

header.baiH .welB,
header.baiH .wxB,
header.baiH .menuUl .yiji a {
    color: #ffffff;
}

header.baiH .telB,
header.baiH .menuUl>li.on .yiji a,
header.baiH .menuUl>li:hover .yiji a {
    color: #00f0ff;
}

header.baiH .telB i {
    background-image: url(../img/hi1.png);
}

header.baiH .wxB i {
    background-image: url(../img/hi2.png);
}

header.baiH .menuUl>li .yiji a::before {
    background: #00f0ff;
}

header.baiH .menuUl .erjiBox {
    border: 0;
}

header.baiH .logo img:first-child {
    display: block;
}

header.baiH .logo img:last-child {
    display: none;
}

@media (max-width:1024px) {
    .topDiv {
        height: 88px;
    }
    header .head1 .nrBox {
        height: 32px;
    }
    header .telB span,
    header .wxB span {
        display: none;
    }
    header .telB {
        margin-right: 16px;
    }
    header .telB i,
    header .wxB i {
        margin: 0;
    }
    header .logo img {
        max-height: 32px;
    }
    header .findBox {
        height: 56px;
    }
    header .mopenBtn {
        display: block;
        width: 26px;
        height: 56px;
        position: relative;
        z-index: 20;
        float: right;
        cursor: pointer;
        transition: 0.4s;
    }
    header .mopenBtn span {
        margin-top: 28px;
        display: block;
        width: 100%;
        height: 2px;
        background: #293ba4;
        position: relative;
        vertical-align: middle;
        -webkit-transition-duration: .3s, .3s;
        -moz-transition-duration: .3s, .3s;
        -ms-transition-duration: .3s, .3s;
        -o-transition-duration: .3s, .3s;
        transition-duration: .3s, .3s;
        -webkit-transition-delay: .3s, 0s;
        -moz-transition-delay: .3s, 0s;
        -ms-transition-delay: .3s, 0s;
        -o-transition-delay: .3s, 0s;
        transition-delay: .3s, 0s;
        transition: color 0.3s 0s;
    }
    header .mopenBtn span:after,
    header .mopenBtn span:before {
        content: "";
        position: absolute;
        display: inline-block;
        width: 26px;
        height: 2px;
        left: 0;
        background-color: #293ba4;
        -webkit-transition-duration: .3s, .3s;
        -moz-transition-duration: .3s, .3s;
        -ms-transition-duration: .3s, .3s;
        -o-transition-duration: .3s, .3s;
        transition-duration: .3s, .3s;
        -webkit-transition-delay: .3s, 0s;
        -moz-transition-delay: .3s, 0s;
        -ms-transition-delay: .3s, 0s;
        -o-transition-delay: .3s, 0s;
        transition-delay: .3s, 0s;
    }
    header .mopenBtn span:before {
        top: -8px;
        -webkit-transition-property: top, transform;
        -moz-transition-property: top, transform;
        -ms-transition-property: top, transform;
        -o-transition-property: top, transform;
        transition-property: top, transform;
    }
    header .mopenBtn span:after {
        bottom: -8px;
        -webkit-transition-property: bottom, transform;
        -moz-transition-property: bottom, transform;
        -ms-transition-property: bottom, transform;
        -o-transition-property: bottom, transform;
        transition-property: bottom, transform;
    }
    header.open .mopenBtn span {
        background-color: transparent;
        -webkit-transition-delay: 0s, 0s;
        -moz-transition-delay: 0s, 0s;
        -ms-transition-delay: 0s, 0s;
        -o-transition-delay: 0s, 0s;
        transition-delay: 0s, 0s;
    }
    header.open .mopenBtn span:after,
    header.open .mopenBtn span:before {
        -webkit-transition-delay: 0s, .3s;
        -moz-transition-delay: 0s, .3s;
        -ms-transition-delay: 0s, .3s;
        -o-transition-delay: 0s, .3s;
        transition-delay: 0s, .3s;
    }
    header.open .mopenBtn span:before {
        top: 0px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    header.open .mopenBtn span:after {
        bottom: 0px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    body.nofix {
        height: 100vh;
        overflow-y: hidden;
    }
    header .menuB {
        position: fixed;
        right: -100%;
        top: 88px;
        display: block;
        width: 100%;
        height: calc(100vh - 88px);
        background: #ffffff;
        transition: all 0.3s;
    }
    header.open .menuB {
        right: 0;
    }
    header .menuUl {
        display: block;
        padding: 16px;
        overflow: auto;
        height: 100%;
    }
    header .menuUl>li {
        margin: 0;
        border-bottom: 1px dashed #d6d6d6;
    }
    header .menuUl .yiji {
        height: auto;
        display: block;
    }
    header .menuUl .yiji a {
        line-height: 40px;
        color: #333333;
        width: calc(100% - 40px);
    }
    header .menuUl>li.on .yiji a::before {
        display: none;
    }
    header .menuUl>li .yiji a::before {
        display: none;
    }
    header .menuUl .hasDown>div>.ejBtn {
        position: absolute;
        right: 12px;
        top: 12px;
        width: 16px;
        height: 16px;
    }
    header .menuUl .hasDown>div>.ejBtn::before {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background: #293ba4;
        position: absolute;
        left: 0;
        top: calc(50% - 1px);
    }
    header .menuUl .hasDown>div>.ejBtn::after {
        content: "";
        display: block;
        width: 2px;
        height: 100%;
        background: #293ba4;
        position: absolute;
        top: 0;
        left: calc(50% - 1px);
    }
    header .menuUl .hasDown.open>div>.ejBtn::after {
        display: none;
    }
    header .menuUl .erjiBox {
        position: relative;
        left: unset;
        top: unset;
        opacity: 1;
        height: auto;
        visibility: visible;
        transform: unset;
        padding: 8px 0;
        display: none;
        transition: unset;
        width: 100%;
        border-radius: 0;
        background: none;
        border: 0;
        border-top: 1px dashed #d6d6d6;
        max-width: 100%;
        box-shadow: none;
    }
    header .menuUl .erjiUl>li {
        border: 0;
    }
    header .menuUl>li:hover .erjiBox {
        transform: unset;
    }
    header .menuUl .erjiUl>li {
        width: 100%;
        padding: 0;
    }
    header .menuUl .erjiUl>li>a {
        color: #333333;
        padding: 4px 16px;
        display: block;
        width: 100%;
        font-size: 15px;
        position: relative;
        background: none;
        text-align: left;
    }
    header .menuUl .erjiUl>li>a::before {
        content: "";
        display: block;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #b1b1b1;
        position: absolute;
        left: 0;
        top: calc(50% - 2px);
    }
    header .menuUl .erjiUl>li.on,
    header .menuUl .erjiUl>li:hover {
        background: none;
    }
    header.baiH .mopenBtn span,
    header.baiH .mopenBtn span:after,
    header.baiH .mopenBtn span:before {
        background: #ffffff;
    }
    header.baiH.open .mopenBtn span {
        background: transparent;
    }
    header.onFix {
        top: -32px;
    }
    header.onFix .menuB {
        top: 56px;
        height: calc(100vh - 56px);
    }
    header.baiH .menuUl .yiji a {
        color: #333333;
    }
}

footer {
    background: #2b2b2b;
}

footer .nrBox {
    padding: 56px 0 32px;
}

footer .fLeft {
    width: 360px;
}

footer .fNav {
    width: calc((100% - 360px) - 5.6vw);
}

footer .fLeft .pTit {
    font-size: 28px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin-bottom: 12px;
}

footer .fLeft input[type=text] {
    border-width: 1px;
    border-color: rgb(245, 245, 245);
    border-style: solid;
    background: none;
    width: 100%;
    height: 50px;
    border-radius: 50px;
    padding: 0 92px 0 8px;
    color: #ffffff;
    font-size: 14px;
}

footer .fLeft input[type=submit] {
    width: 80px;
    height: 38px;
    position: absolute;
    right: 6px;
    top: calc(50% - 19px);
    border: 0;
    border-radius: 38px;
    background: url(../img/send.png) center no-repeat rgb(41, 59, 164);
    background-size: 24px 20px;
}

footer .fLeft .ewmB {
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-align: center;
    margin-top: 30px;
    width: 120px;
}

footer .fLeft .ewmB img {
    display: block;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    width: 100%;
    margin-bottom: 8px;
}

footer .fNav .fTit {
    font-size: 16px;
    color: rgb(246, 246, 246);
    margin-bottom: 20px;
    width: 100%;
}

footer .fNav .fTit a {
    color: rgb(246, 246, 246);
}

footer .fNav .fCon {
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 2;
}

footer .fNav .fCon a {
    color: rgb(178, 178, 178);
    display: block;
    margin-bottom: 16px;
    line-height: 1.4;
}

footer .fNav .fCon a:last-child {
    margin-bottom: 0;
}

footer .fNav .fCon a:hover {
    color: #ffffff;
}

footer .fBot {
    padding: 10px 0;
    border-top: 1px solid #b2b2b2;
}

footer .telB {
    font-size: 20px;
    font-family: "Bebas";
    color: rgb(255, 255, 255);
}

footer .banquan {
    font-size: 14px;
    color: #b2b2b2;
}

footer .banquan a {
    color: #b2b2b2;
}

footer .banquan a:hover {
    color: #ffffff;
}

footer .addB {
    font-size: 14px;
    color: #ffffff;
}

@media (max-width:1232px) {
    footer .fLeft {
        width: 280px;
    }
    footer .fLeft .pTit {
        font-size: 24px;
    }
    footer .fNav {
        width: calc((100% - 280px) - 2vw);
    }
}

@media (max-width:1024px) {
    footer .nrBox {
        padding: 24px 0 16px;
        display: block;
    }
    footer .fLeft {
        width: 100%;
    }
    footer .fNav {
        width: 100%;
    }
    footer .fBot {
        display: block;
        text-align: center;
    }
}

@media (max-width:800px) {
    footer .fLeft .ewmB {
        margin: 12px auto 0;
    }
    footer .fLeft .pTit {
        font-size: 20px;
        text-align: center;
    }
    footer .fLeft input[type=text] {
        height: 40px;
    }
    footer .fLeft input[type=submit] {
        height: calc(100% - 8px);
        top: 4px;
        right: 4px;
    }
    footer .fNav {
        display: block;
        border-top: 1px solid #5d5d5d;
        margin-top: 16px;
    }
    footer .fNav .fCol {
        border-bottom: 1px solid #5d5d5d;
    }
    footer .fNav .fCol,
    footer .fNav .fCol:first-child {
        width: 100%;
        padding: 0;
    }
    footer .fNav .fCol .fTit {
        font-size: 16px;
        position: relative;
        margin-bottom: 0;
        padding: 8px 0;
    }
    footer .fNav .fCol .fTit .ejBtn {
        position: absolute;
        right: 12px;
        top: 12px;
        width: 16px;
        height: 16px;
    }
    footer .fNav .fCol .fTit .ejBtn::before {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background: rgba(255, 255, 255, 0.3);
        position: absolute;
        left: 0;
        top: calc(50% - 1px);
    }
    footer .fNav .fCol .fTit .ejBtn::after {
        content: "";
        display: block;
        width: 2px;
        height: 100%;
        background: rgba(255, 255, 255, 0.3);
        position: absolute;
        top: 0;
        left: calc(50% - 1px);
    }
    footer .fNav .fCol.open .fTit .ejBtn::after {
        display: none;
    }
    footer .fNav .fCon {
        display: none;
        padding: 16px;
    }
    footer .fNav .open .fCon {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    footer .fNav .fCon a {
        margin-bottom: 4px;
    }
    footer .fBot {
        display: block;
        text-align: center;
        border: 0;
        padding-top: 0;
    }
    footer .banquan {
        margin: 4px 0;
    }
}

.banner img {
    display: block;
    width: 100%;
}

.banner .swiper-pagination {
    bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner .swiper-pagination-bullet {
    border-radius: 50%;
    background-color: rgb(246, 246, 246);
    opacity: 0.502;
    width: 12px;
    height: 12px;
}

.banner .swiper-pagination-bullet-active {
    opacity: 1;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
    display: none;
}

.banny {
    margin-top: 120px;
}

.banny .imgB {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 0;
    z-index: 1;
}

.banny .nrBox {
    min-height: 26vw;
    padding: 0;
    z-index: 2;
    padding: 5vw 0;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.banny .titB {
    font-size: 36px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    margin: 0;
}

@media (max-width:1232px) {
    .banny .titB {
        font-size: 32px;
    }
}

@media (max-width:1024px) {
    .banny {
        margin-top: 0;
    }
    .banny .nrBox {
        padding: 12vw 0;
        min-height: auto;
    }
    .banny .titB {
        font-size: 24px;
    }
}

/* 公共 */

.indp {
    padding: 88px 0;
}

.textB {
    font-size: 16px;
    color: rgb(85, 85, 85);
    line-height: 1.75;
}

.pubTit {
    margin-bottom: 40px;
}

.pubTit small {
    font-size: 18px;
    font-family: "AvantGardeITCbyBT";
    color: rgb(12, 155, 147);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
}

.pubTit h2 {
    font-size: 36px;
    color: rgb(51, 51, 51);
    font-weight: bold;
    line-height: 1;
    margin: 4px 0 0;
}

.moreB {
    background-color: rgb(41, 59, 164);
    width: max-content;
    height: 40px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    padding: 0 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 44px 0 0;
    transition: all 0.3s;
}

.moreB i {
    margin-left: 20px;
    display: block;
    width: 21px;
    height: 12px;
    background: url(../img/jt.png) center center no-repeat;
    background-size: cover;
    transition: all 0.3s;
}

.moreB:hover i {
    transform: translateX(8px);
}

.moreB2 {
    border-width: 2px;
    border-color: rgb(204, 204, 204);
    border-style: solid;
    background-color: rgba(7, 27, 155, 0);
    width: max-content;
    height: 42px;
    border-radius: 42px;
    font-size: 16px;
    color: rgb(102, 102, 102);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 24px;
    transition: all 0.5s;
}

.moreB2:hover {
    background: #293ba4;
    border-color: #293ba4;
    color: #ffffff;
}

.moreB3 {
    background-color: rgb(41, 59, 164);
    width: max-content;
    height: 40px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    padding: 0 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 44px 0 0;
    transition: all 0.3s;
    background: none;
    border: 2px solid rgb(41, 59, 164);
    color: #293ba4;
}

.moreB3 i {
    margin-left: 20px;
    display: block;
    width: 21px;
    height: 12px;
    background: url(../img/jt1on.png) center center no-repeat;
    background-size: cover;
    transition: all 0.3s;
}

.moreB3:hover {
    background: rgb(41, 59, 164);
    color: #ffffff;
}

.moreB3:hover i {
    background-image: url(../img/jt.png);
}

/* 首頁 */

.indp0 .nrBox {
    min-height: 60px;
}

.ind0L {
    padding-left: 100px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.ind0L .titB {
    font-size: 16px;
    color: rgb(51, 51, 51);
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 4px;
}

.ind0L a {
    display: block;
    font-size: 16px;
    color: rgb(102, 102, 102);
    margin: 4px 28px 4px 0;
}

.ind0Form input[type=text] {
    border-width: 1px;
    border-color: rgb(204, 204, 204);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    width: 385px;
    height: 40px;
    border-radius: 40px;
    padding-left: 10px;
    padding-right: 40px;
}

.ind0Form input[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 40px;
    height: 40px;
    background: url(../img/find.png) center no-repeat;
    background-size: 18px;
    border: 0;
    cursor: pointer;
}

.ind1L {
    width: 42%;
}

.ind1R {
    width: 53.6%;
}

.indp1 .nrBox {
    flex-direction: row-reverse;
}

.indp .clickB {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.indp .clickB .eachB {
    border-width: 2px;
    border-color: rgb(204, 204, 204);
    border-style: solid;
    background-color: rgba(7, 27, 155, 0);
    width: max-content;
    height: 42px;
    border-radius: 42px;
    padding: 0 24px;
    cursor: pointer;
    font-size: 16px;
    color: rgb(102, 102, 102);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.indp .clickB .eachB:last-child {
    margin-right: 0;
}

.indp .clickB .eachB.on,
.indp .clickB .eachB:hover {
    border-color: #293ba4;
    color: #293ba4;
}

.indp2 .clickB {
    position: absolute;
    right: 0;
    top: 16px;
    padding-right: 164px;
}

.indp2 .showB .eachB {
    display: none;
}

.indp2 .showB .eachB:first-child {
    display: block;
}

.indp2 .swiper-button-prev,
.indp2 .swiper-button-next {
    height: 42px;
    width: 14px;
    background: url(../img/jt3on.png) center no-repeat;
    background-size: 14px 20px;
    right: 0;
    left: unset;
    transition: all 0.3s;
}

.indp2 .swiper-button-prev {
    right: 52px;
}

.indp2 .swiper-button-next {
    transform: rotate(180deg);
}

.indp2 .swiper-button-prev::after,
.indp2 .swiper-button-next::after {
    display: none;
}

.indp2 .swiper-button-prev:hover,
.indp2 .swiper-button-next:hover {
    background-image: url(../img/jt3.png);
}

.indp2 .swiper {
    padding: 0 10px;
    margin: 0 -10px;
}

.indp2 .swiper-wrapper {
    align-items: stretch;
}

.indp2 .swiper-slide {
    height: unset;
    padding: 10px 0;
}

.indp2 .kuang {
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    height: 100%;
    padding: 24px;
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.05);
    text-align: center;
    border: 1px solid rgba(41, 59, 164, 0);
    transition: all 0.5s;
}

.indp2 .titB {
    font-size: 20px;
    color: rgb(51, 51, 51);
    line-height: 24px;
    height: 48px;
    text-align: center;
    margin-top: 8px;
    transition: all 0.5s;
}

.indp2 .descB {
    font-size: 16px;
    color: rgb(119, 119, 119);
    margin-top: 16px;
}

.indp2 .kuang:hover {
    border: 1px solid rgb(41, 59, 164);
}

.indp2 .kuang:hover .titB {
    color: #293ba4;
}

.indp .swiper-pagination {
    position: relative;
    margin: 30px auto 0;
    left: unset;
    bottom: unset;
}

.indp .swiper-pagination-bullet {
    background-color: rgb(204, 204, 204);
    opacity: 1;
    width: 20px;
    height: 6px;
    border-radius: 6px;
}

.indp .swiper-pagination-bullet-active {
    background-color: rgb(41, 59, 164);
    width: 40px;
}

.indp3 {
    padding: 0;
}

.ind3Top {
    position: relative;
    z-index: 2;
}

.ind3Top .nrBox {
    padding: 60px;
    height: 160px;
}

.ind3Top .ind3tL {
    width: 32%;
}

.ind3Top .ind3tL p {
    font-size: 36px;
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.ind3Top .ind3tL span {
    font-size: 14px;
    color: rgb(255, 255, 255);
}

.ind3Top .ind3tL b {
    font-size: 26px;
    color: rgb(255, 255, 255);
}

.ind3Top .ind3tR {
    width: 67%;
}

.ind3Top .ind3tR input {
    border: 0;
    display: block;
    background-color: rgb(255, 255, 255);
    height: 46px;
    border: 0;
}

.ind3Top .ind3tR input[type=text] {
    width: calc(50% - 76px);
    padding: 0 10px;
}

.ind3Top .ind3tR input[type=submit] {
    background-color: rgb(255, 180, 63);
    font-size: 14px;
    color: rgb(34, 34, 34);
    width: 132px;
    cursor: pointer;
}

.ind3Nr {
    margin: -80px 0 0;
    position: relative;
    z-index: 1;
}

.swiper_ind3d .swiper-wrapper {
    align-items: stretch;
}

.swiper_ind3d .swiper-slide {
    padding: 164px 0 488px;
    position: relative;
    height: unset;
}

.swiper_ind3d .swiper-slide::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(4, 11, 27, 0.8), rgba(4, 11, 27, 0.5), rgba(4, 11, 27, 0.8));
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.swiper_ind3d .swiper-slide .wrap {
    position: relative;
    z-index: 2;
}

.swiper_ind3d .pubTit {
    margin-bottom: 54px;
}

.swiper_ind3d .pubTit small,
.swiper_ind3d .pubTit h2 {
    color: #ffffff;
}

.swiper_ind3d .titB {
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    max-width: 800px;
}

.swiper_ind3d .descB {
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 2;
    max-width: 800px;
    margin-top: 8px;
}

.ind3Nr .anK {
    position: absolute;
    bottom: 88px;
    left: 0;
    width: 100%;
}

.indp3 .swiper-pagination {
    font-size: 26px;
    font-family: "Bebas";
    color: rgb(255, 255, 255);
    width: max-content;
    margin: 0;
}

.indp3 .swiper-pagination-total {
    font-size: 14px;
}

.indp3 .swiper-button-next,
.indp3 .swiper-button-prev {
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0);
    border-style: solid;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    width: 58px;
    height: 58px;
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    margin: 0;
    background: url(../img/jt.png) center no-repeat;
    background-size: 21px 12px;
    transition: all 0.5s;
}

.indp3 .swiper-button-prev {
    transform: rotate(180deg);
}

.indp3 .swiper-button-next:hover,
.indp3 .swiper-button-prev:hover {
    border-color: #ffffff
}

.indp3 .swiper-button-next::after,
.indp3 .swiper-button-prev::after {
    display: none;
}

.swiper_ind3s {
    margin-top: 30px;
}

.swiper_ind3s .swiper-slide {
    padding: 20px;
    height: 120px;
    cursor: pointer;
}

.swiper_ind3s .swiper-slide::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0.0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.swiper_ind3s .swiper-slide::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: url(../img/bk.png) center center no-repeat;
    background-size: 100% 100%;
}

.swiper_ind3s .titB {
    font-size: 20px;
    color: rgb(255, 255, 255);
    position: relative;
    z-index: 3;
}

.swiper_ind3s .numB {
    font-size: 16px;
    font-family: "Bebas";
    color: rgba(255, 255, 255, 0.502);
    position: relative;
    z-index: 3;
}

.swiper_ind3s .swiper-slide i {
    display: block;
    width: 36px;
    height: 36px;
    background: url(../img/jt2.png) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 4;
}

.swiper_ind3s .swiper-slide-thumb-active::after {
    background-image: url(../img/bk2.png);
}

.swiper_ind3s .swiper-slide-thumb-active i {
    background-image: url(../img/jt2on.png);
}

.indp4 .swiper-button-prev,
.indp4 .swiper-button-next {
    height: 42px;
    width: 14px;
    background: url(../img/jt3on.png) center no-repeat;
    background-size: 14px 20px;
    right: 0;
    left: unset;
    transition: all 0.3s;
    top: 0;
    margin: 0;
}

.indp4 .swiper-button-prev {
    right: 52px;
}

.indp4 .swiper-button-next {
    transform: rotate(180deg);
}

.indp4 .swiper-button-prev::after,
.indp4 .swiper-button-next::after {
    display: none;
}

.indp4 .swiper-button-prev:hover,
.indp4 .swiper-button-next:hover {
    background-image: url(../img/jt3.png);
}

.swiper_indp4 {
    height: 604px;
}

.swiper_indp4 .swiper-slide {
    height: 290px;
}

.swiper_indp4 .imgB {
    border-radius: 20px;
    background-color: rgb(0, 0, 0);
    padding-top: 250px;
    overflow: hidden;
    position: relative;
}

.swiper_indp4 .imgB::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid #ffffff;
    border-radius: 20px;
    opacity: 0;
    transition: all 0.3s;
}

.swiper_indp4 .kuang:hover .imgB::after {
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    left: 10px;
    top: 10px;
    opacity: 1;
}

.swiper_indp4 .titB {
    font-size: 20px;
    color: rgb(51, 51, 51);
    line-height: 24px;
    text-align: center;
    margin-top: 16px;
}

.indp5 {
    min-height: 850px;
}

.ind5L {
    width: 45.86%;
}

.ind5L .textB {
    font-size: 14px;
    color: rgb(34, 34, 34);
    line-height: 1.5;
}

.ind5L .textB p {
    margin-top: 16px;
}

.ind5L .textB p:first-child {
    margin-top: 0;
}

.ind5R {
    padding-top: 108px;
}

.ind5Ul {
    text-align: right;
}

.ind5Ul li {
    margin-top: 10px;
}

.ind5Ul li:first-child {
    margin-top: 0;
}

.ind5Ul span {
    color: #222222;
    font-size: 14px;
}

.ind5Ul span::before {
    content: "/";
}

.ind5Ul small {
    font-size: 14px;
    color: rgb(12, 155, 147);
}

.ind5Ul b {
    font-weight: 400;
    font-size: 36px;
    color: rgb(12, 155, 147);
}

.indp6 {
    background: #e5f0f7;
}

.indp6 .moreB2 {
    position: absolute;
    right: 0;
    top: 16px;
}

.swiper_indp6 {
    height: 220px;
}

.swiper_indp6 .swiper-slide {
    height: 100px;
}

.swiper_indp6 .imgB {
    padding-top: unset;
    height: 100px;
}

.indp7 .clickB {
    position: absolute;
    right: 0;
    top: 16px;
}

.indp7 .showB .eachB {
    display: none;
}

.indp7 .showB .eachB:first-child {
    display: block;
}

.indp7 .showK {
    margin: -15px;
}

.indp7 .showK>div {
    padding: 15px;
}

.indp7 .titB {
    font-size: 18px;
    color: rgb(51, 51, 51);
    line-height: 1.5;
    transition: all 0.5s;
}

.indp7 .timeB {
    font-size: 14px;
    color: rgb(119, 119, 119);
    line-height: 1.5;
    transition: all 0.5s;
}

.indp7 .descB {
    font-size: 14px;
    color: rgb(119, 119, 119);
    line-height: 1.5;
    transition: all 0.5s;
}

.indp7 .kuang {
    background-color: rgb(246, 249, 254);
    padding: 20px;
    transition: all 0.5s;
}

.indp7 .imgB {
    padding-top: 75%;
}

.indp7 .imgB+.titB {
    margin-top: 12px;
}

.indp7 .timeB+.descB {
    margin-top: 8px;
}

.ind7Ul li {
    margin-top: 20px;
}

.ind7Ul li:first-child {
    margin-top: 0;
}

.ind7Ul .kuang {
    padding: 15px 20px;
}

.indp7 .kuang:hover {
    background: #293ba4;
}

.indp7 .kuang:hover .titB,
.indp7 .kuang:hover .timeB,
.indp7 .kuang:hover .descB {
    color: #ffffff;
}

.nyB {
    background: #f6f9fe;
    padding: 60px 0;
}

.xtUl li {
    margin: 20px 0 0;
}

.xtUl li:first-child {
    margin-top: 0;
}

.xtUl .kuang {
    background-color: rgb(255, 255, 255);
    padding: 20px;
}

.xtUl .imgB {
    width: 316px;
    margin-right: 20px;
}

.xtUl .imgZ {
    padding-top: 57%;
}

.xtUl .textB {
    width: calc((100% - 524px) - 4.2vw);
}

.xtUl .mK {
    width: 188px;
}

.xtUl .moreB3 {
    margin: 0;
}

.xtUl .titB {
    font-size: 24px;
    color: rgb(51, 51, 51);
}

.xtUl .descB {
    font-size: 14px;
    color: rgb(136, 136, 136);
    line-height: 1.5;
    margin-top: 16px;
}

.xtUl .xian {
    display: block;
    background-color: rgb(230, 230, 230);
    width: 1px;
    height: 180px;
    margin: 0 4.2vw;
}

.xtUl .moreB {
    margin: 0;
}

/* 系统详情 */

.location {
    background-color: rgb(246, 249, 254);
    font-size: 14px;
    color: rgb(136, 136, 136);
    margin-top: 120px;
    padding: 10px 0;
}

.location .nrBox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.location a {
    color: rgb(136, 136, 136);
    display: block;
}

.location a:hover {
    color: rgb(51, 51, 51);
}

.location img {
    display: block;
    margin: 0 8px;
}

.xtxqTop .ind1L {
    position: relative;
}

.xtxqTop .titB {
    font-size: 30px;
    color: rgb(51, 51, 51);
    margin-bottom: 32px;
}

.zlLine {
    margin-top: 7.6vw;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.zlLine .moreB3 {
    margin-top: 0;
    margin-right: 40px;
}

.zlLine .telB i {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/tel.png) center no-repeat;
    background-size: 100% 100%;
    margin-right: 8px;
}

.zlLine .telB span {
    font-size: 24px;
    color: rgb(51, 51, 51);
    font-weight: 700;
}

.xqNav {
    background-color: rgb(235, 238, 242);
    position: sticky;
    left: 0;
    top: 68px;
    width: 100%;
    z-index: 9;
}

.xqNav a {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 100%;
}

.xqNav a.on {
    background-color: rgb(41, 59, 164);
    color: #ffffff;
}

.xtxqP {
    padding: 60px 0;
    border-bottom: 1px solid #e6e6e6;
}

.xqTit {
    font-size: 24px;
    color: rgb(51, 51, 51);
    font-weight: bold;
    line-height: 1;
    margin-bottom: 30px;
}

.xqTit::after {
    content: "";
    background-color: rgb(41, 59, 164);
    display: block;
    width: 43px;
    height: 4px;
    margin-top: 16px;
}

.xtxqP1 .xqNr {
    /*padding: 0 100px;*/
}

.xtxqP1 .xqNr img {
    display: block;
    width: 100%;
}

.xtxqP1 .swiper-button-next,
.xtxqP1 .swiper-button-prev {
    border-width: 1px;
    border-color: rgba(41, 59, 164, 0);
    border-style: solid;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    width: 58px;
    height: 58px;
    background: url(../img/jt1on.png) center no-repeat;
    background-size: 21px 12px;
    transition: all 0.5s;
}

.xtxqP1 .swiper-button-prev {
    transform: rotate(180deg);
}

.xtxqP1 .swiper-button-next:hover,
.xtxqP1 .swiper-button-prev:hover {
    border-color: rgb(41, 59, 164);
}

.xtxqP1 .swiper-button-next::after,
.xtxqP1 .swiper-button-prev::after {
    display: none;
}

.xtxq2Ul li {
    margin-top: 10px;
    background-color: rgb(246, 249, 254);
    font-size: 16px;
    color: rgb(85, 85, 85);
    line-height: 1.5;
    position: relative;
    min-height: 60px;
    padding: 16px;
    padding-left: 88px;
}

.xtxq2Ul li:first-child {
    margin-top: 0;
}

.xtxq2Ul .numB {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(41, 59, 164);
    width: 60px;
    height: 100%;
    border-radius: 0 60px 60px 0;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

/* 产品 */

.secNav {}

.secNav .nrBox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.secNav a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: rgb(51, 51, 51);
    height: 60px;
    padding: 0 50px;
}

.secNav a.on {
    background-color: rgb(41, 59, 164);
    color: rgb(255, 255, 255);
}

.cpP .pageTit {
    font-size: 36px;
    color: rgb(51, 51, 51);
    font-weight: bold;
    line-height: 1;
    margin-bottom: 48px;
}

.cpUl {
    margin: -15px;
}

.cpUl li {
    padding: 15px;
}

.pageNum {
    margin: 40px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pageNum a,
.pageNum span {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(204, 204, 204);
    border-radius: 6px;
    background: rgb(255, 255, 255);
    min-width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    padding: 0 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 4px;
    color: #666666;
}

.pageNum span {
    border-color: #293ba4;
    background: #293ba4;
    color: #ffffff;
}

.pageNum .no-click {
    pointer-events: none;
    background-color: rgb(229, 229, 229);
    color: rgba(102, 102, 102, 0.5);
}

.pageNum .no-click img {
    opacity: 0.5;
}

.cpxqTop {
    background: none;
}

.cpxqtL {
    width: calc(50% + 8px);
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row-reverse;
}

.cpxqtR {
    width: calc(50% - 64px);
}

.cpxqtL .swiper_cpxqd {
    border-width: 1px;
    border-color: rgb(230, 230, 230);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    width: calc(100% - 108px);
    margin: 0;
}

.cpxqtL .swiper_cpxqd .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cpxqtL .swiper_cpxqd .imgB {
    padding-top: 100%;
    width: 100%;
}

.cpxqtL .xtB {
    /* position: absolute;
	left: 0;
	top: 0; */
    width: 98px;
    /* height: 100%; */
    padding: 35px 0;
}

.cpxqtL .swiper-button-prev,
.cpxqtL .swiper-button-next {
    width: 100%;
    height: 25px;
    background: url(../img/jt5.png) center center no-repeat rgb(230, 230, 230);
    margin: 0;
}

.cpxqtL .swiper-button-prev {
    top: 0;
    left: 0;
}

.cpxqtL .swiper-button-next {
    top: unset;
    right: unset;
    bottom: 0;
    left: 0;
    transform: rotate(180deg);
}

.cpxqtL .swiper-button-prev::after,
.cpxqtL .swiper-button-next::after {
    display: none;
}

.cpxqtL .swiper_cpxqs {
    height: 530px;
}

.cpxqtL .swiper_cpxqs .swiper-slide {
    border-width: 1px;
    border-color: rgb(230, 230, 230);
    border-style: solid;
    position: relative;
}

.cpxqtL .swiper_cpxqs .swiper-slide::after {
    content: "";
    border-width: 4px;
    border-color: rgb(41, 59, 164);
    border-style: solid;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    opacity: 0;
}

.cpxqtL .swiper_cpxqs .swiper-slide-thumb-active::after {
    opacity: 1;
}

.cpxqtR .titB {
    font-size: 30px;
    color: rgb(51, 51, 51);
    font-weight: 400;
}

.cpxqtR .numB {
    font-size: 20px;
    color: rgb(136, 136, 136);
}

.cpxqtR .descB {
    font-size: 16px;
    color: rgb(85, 85, 85);
    line-height: 1.5;
    background: rgb(246, 249, 254);
    padding: 28px;
    margin-top: 24px;
}

.cpxqtR .zlLine {
    margin-top: 3.6vw;
}

.zlLine .zs {
    width: 100%;
    margin-bottom: 28px;
}

.cpxqnrL {
    width: calc(100% - 308px);
}

.cpxqnrR {
    width: 282px;
}

.cpxqnrL .cpxqP {
    padding: 60px 0 0;
}

.cpxqnrR .rsTit {
    font-size: 24px;
    color: rgb(51, 51, 51);
    font-weight: bold;
    background-color: rgb(235, 238, 242);
    height: 60px;
    padding: 0 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.rsUl li {
    margin-top: 20px;
}

.rsUl .kuang {
    border-width: 1px;
    border-color: rgb(235, 238, 242);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    padding: 10px;
}

.rsUl .titB {
    font-size: 16px;
    color: rgb(51, 51, 51);
    line-height: 1.2;
    text-align: center;
    margin-top: 8px;
}

.rsUl .kuang:hover .titB {
    color: #293ba4;
}

.cpxqNr {
    padding-bottom: 60px;
}

.faUl {
    margin: -15px;
}

.faUl li {
    padding: 15px;
}

.faUl .kuang {
    padding-bottom: 12px;
}

.faUl .imgB {
    padding-top: 46.3%;
}

.faUl .titB {
    font-size: 24px;
    color: rgb(51, 51, 51);
    line-height: 1.5;
    margin-top: 12px;
    transition: all 0.5s;
}

.faUl .descB {
    font-size: 14px;
    color: rgb(136, 136, 136);
    line-height: 2;
    margin-top: 4px;
}

.faUl .kuang:hover .titB {
    color: rgb(41, 59, 164);
}

.location2 {
    background: rgb(237, 242, 247);
}

.faxqP {
    background-position: top center;
}

.faxqTop,
.faxqTj {
    background: none;
}

.faxqtL {
    width: 55.7%;
}

.faxqtR {
    width: 40%;
}

.faxqtR .titB {
    font-size: 30px;
    color: rgb(51, 51, 51);
    font-weight: 400;
}

.faxqtR .descB {
    font-size: 16px;
    color: rgb(85, 85, 85);
    line-height: 1.5;
    margin-top: 14px;
}

.faxqtR .zlLine {
    margin-top: 80px;
}

.faxqNr {
    padding: 60px;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
}

.faxqNr .faxqP {
    padding: 60px 0 0;
}

.faxqNr .faxqP:first-child {
    padding-top: 0;
}

.faxqTj .imgB {
    padding-top: 56%;
}

.faxqTj .titB {
    font-size: 20px;
    color: rgb(51, 51, 51);
    text-align: center;
    margin-top: 16px;
}

@media (max-width:1430px) {
    .moreB2 {
        height: 38px;
    }
    .pubTit h2 {
        font-size: 32px;
    }
    .ind3Top .ind3tL p {
        font-size: 26px;
    }
    .pubTit {
        margin-bottom: 32px;
    }
    .indp2 .clickB {
        padding-right: 72px;
    }
    .indp .clickB .eachB {
        height: 38px;
        border-radius: 38px;
        padding: 0 16px;
        margin-right: 12px;
    }
    .indp2 .kuang {
        padding: 16px;
    }
    .indp2 .titB {
        font-size: 18px;
    }
    .ind3Top .nrBox {
        padding: 20px;
    }
    .swiper_ind3d .swiper-slide {
        padding: 136px 0 372px;
    }
    .swiper_indp4 {
        height: calc(32vw + 104px);
    }
    .swiper_indp4 .swiper-slide {
        height: calc(16vw + 40px);
    }
    .swiper_indp4 .imgB {
        padding-top: 16vw;
    }
    .indp5 {
        min-height: 664px;
    }
    .ind5R {
        padding-top: 32px;
    }
    .swiper_indp6 {
        height: calc(16vw + 16px);
    }
    .swiper_indp6 .swiper-slide {
        height: 8vw;
    }
    .swiper_indp6 .imgB {
        height: 8vw;
    }
    .indp7 .showK {
        margin: -8px;
    }
    .indp7 .showK>div {
        padding: 8px;
    }
    .indp7 .kuang {
        padding: 12px;
    }
    .ind7Ul .kuang {
        padding: 8px 12px;
    }
    .ind7Ul li {
        margin-top: 8px;
    }
    .ind7Ul li:first-child {
        margin-top: 0;
    }
    .xtUl .kuang {
        padding: 16px;
    }
    .xtUl .imgB {
        width: 264px;
    }
    .xtUl .xian {
        margin: 0 2vw;
    }
    .xtUl .textB {
        width: calc((100% - 452px) - 4vw);
    }
    .xtUl .titB {
        font-size: 22px;
    }
    .xtxqTop .titB,
    .cpP .pageTit {
        font-size: 28px;
        margin-bottom: 24px;
    }
    .zlLine {
        margin-top: 4vw;
    }
    .cpUl {
        margin: -8px;
    }
    .cpUl li {
        padding: 8px;
    }
    .cpxqtL .xtB {
        width: 6vw;
    }
    .cpxqtL .swiper_cpxqs {
        height: calc(30vw + 40px);
    }
    .cpxqtL .swiper_cpxqd {
        width: calc(100% - 7vw);
    }
    .cpxqtR .titB {
        font-size: 24px;
    }
    .cpxqtR .descB {
        padding: 16px;
        font-size: 14px;
        margin-top: 8px;
    }
    .zlLine .zs {
        margin-bottom: 16px;
    }
    .zlLine .zs img {
        max-height: 40px;
    }
    .cpxqtR {
        width: calc(50% - 32px);
    }
    .cpxqtR .numB {
        font-size: 16px;
    }
    .cpxqtR .zlLine {
        margin-top: 2.4vw;
    }
    .xqNav a {
        height: 50px;
    }
    .cpxqnrR .rsTit {
        font-size: 20px;
        height: 50px;
    }
    .faUl .titB {
        font-size: 20px;
    }
    .faUl .descB {
        line-height: 1.5;
    }
    .faxqtR .titB {
        font-size: 24px;
    }
    .faxqtR .descB {
        font-size: 14px;
    }
    .faxqtR .zlLine {
        margin-top: 16px;
    }
    .faxqNr {
        padding: 40px;
    }
}

@media (max-width:1024px) {
    .indp {
        padding: 60px 0;
    }
    .indp3 {
        padding-top: 0;
    }
    .moreB3 i {
        width: 16px;
        height: 10px;
        margin-left: 8px;
    }
    .ind0Form input[type=text] {
        width: 30vw;
    }
    .ind0L a {
        margin-right: 16px;
    }
    .pubTit small {
        font-size: 16px;
    }
    .pubTit h2 {
        font-size: 24px;
    }
    .indp1 .nrBox {
        display: block;
    }
    .ind1R {
        margin: 0 auto;
    }
    .ind1L {
        width: 100%;
        margin-top: 16px;
    }
    .textB {
        font-size: 14px;
    }
    .indp2 .clickB {
        position: relative;
        right: unset;
        top: unset;
        margin-bottom: 16px;
    }
    .indp .swiper-pagination {
        margin-top: 12px;
    }
    .ind3Top .ind3tL p {
        font-size: 20px;
    }
    .ind3Top .ind3tL b {
        font-size: 16px;
    }
    .ind3Top .ind3tR input {
        height: 40px;
    }
    .ind3Top .nrBox {
        height: 112px;
    }
    .ind3Nr {
        margin-top: -56px;
    }
    .ind5L {
        width: 60%;
    }
    .ind5Ul b {
        font-size: 30px;
    }
    .swiper_indp6 {
        height: calc(20vw + 12px);
    }
    .swiper_indp6 .swiper-slide {
        height: 10vw;
    }
    .swiper_indp6 .imgB {
        height: 10vw;
    }
    .ind7Ul .kuang {
        padding: 4px 12px;
    }
    .xtUl .imgB {
        width: 206px;
        margin-right: 16px;
    }
    .xtUl .moreB3 {
        padding: 0 16px;
    }
    .xtUl .mK {
        width: 120px;
    }
    .xtUl .textB {
        width: calc((100% - 342px) - 4vw);
    }
    .xtUl .titB {
        font-size: 20px;
    }
    .xtUl .descB {
        margin-top: 8px;
    }
    .xtUl .xian {
        height: 124px;
    }
    .xtxqTop .titB {
        font-size: 24px;
        margin-bottom: 8px;
    }
    .zlLine .telB span {
        font-size: 20px;
    }
    .zlLine .telB i {
        width: 16px;
        height: 16px;
    }
    .xqNav {
        top: 56px;
    }
    .secNav a {
        padding: 0 16px;
    }
    .cpUl li {
        width: calc(100% / 3);
    }
    .indp2 .titB {
        font-size: 16px;
        line-height: 20px;
        height: 40px;
    }
    .indp2 .descB {
        font-size: 14px;
    }
    .location {
        margin-top: 0;
    }
    .nyB {
        padding: 48px 0;
    }
    .cpxqTop {
        display: block;
    }
    .cpxqtL {
        margin: 0 auto;
    }
    .cpxqtR {
        margin: 16px auto 0;
        width: 100%;
    }
    .cpxqNr {
        display: block;
    }
    .cpxqnrL {
        width: 100%;
    }
    .xqTit {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .cpxqnrR {
        margin: 16px 0 0;
        width: 100%;
    }
    .rsUl {
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        margin: -4px;
    }
    .rsUl li {
        width: calc(100% / 4);
        padding: 4px;
    }
    .faUl {
        margin: -8px;
    }
    .faUl li {
        padding: 8px;
    }
    .faUl .titB {
        font-size: 18px;
    }
    .faxqTop {
        display: block;
    }
    .faxqtL {
        margin: 0 auto;
    }
    .faxqtR {
        width: 100%;
        margin-top: 16px;
    }
    .faxqNr {
        padding: 24px;
    }
    .xqTit::after {
        width: 32px;
        height: 2px;
        margin-top: 12px;
    }
    .faxqTj .titB {
        font-size: 18px;
    }
}

@media (max-width:800px) {
    .indp0 .nrBox {
        display: block;
        padding: 8px 0 16px;
    }
    .ind0R {
        margin-top: 8px;
    }
    .ind0Form input[type=text] {
        width: 100%;
    }
    .ind1R {
        width: 100%;
        max-width: 320px;
    }
    .pubTit h2 {
        font-size: 22px;
    }
    .pubTit {
        margin-bottom: 20px;
    }
    .moreB {
        margin-top: 16px;
    }
    .indp {
        padding: 40px 0;
    }
    .indp3 {
        padding-top: 0;
    }
    .indp2 .clickB {
        padding: 0;
        justify-content: center;
    }
    .indp2 .swiper-button-prev,
    .indp2 .swiper-button-next {
        display: none;
    }
    .indp .clickB .eachB {
        border-width: 1px;
        padding: 0 16px;
        margin: 2px;
        font-size: 14px;
    }
    .ind3Top .nrBox {
        display: block;
        height: auto;
    }
    .ind3Top .ind3tL {
        width: 100%;
        text-align: center;
    }
    .ind3Top .ind3tR {
        width: 100%;
        margin-top: 16px;
    }
    .ind3Top .ind3tR .ind3f {
        display: block;
    }
    .ind3Top .ind3tR input {
        width: 100%;
        display: block;
    }
    .ind3Top .ind3tR input[type=text] {
        width: 100%;
        margin-bottom: 4px;
    }
    .swiper_ind3d .swiper-slide {
        padding: 88px 0 200px;
    }
    .swiper_ind3d .pubTit {
        margin-bottom: 24px;
    }
    .ind3Nr .anK {
        bottom: 16px;
    }
    .swiper_ind3s {
        margin-top: 16px;
    }
    .swiper_ind3s .swiper-slide {
        height: 96px;
        padding: 16px;
    }
    .swiper_ind3s .titB {
        font-size: 18px;
    }
    .indp3 .swiper-pagination {
        font-size: 24px;
    }
    .indp3 .swiper-button-next,
    .indp3 .swiper-button-prev,
    .xtxqP1 .swiper-button-next,
    .xtxqP1 .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
    .swiper_indp4 {
        height: calc(48vw + 64px);
    }
    .swiper_indp4 .swiper-slide {
        height: calc(24vw + 28px);
    }
    .swiper_indp4 .imgB {
        padding-top: 24vw;
        border-radius: 8px;
    }
    .swiper_indp4 .titB {
        font-size: 16px;
        line-height: 20px;
        height: 20px;
        margin-top: 8px;
    }
    .indp5 .nrBox {
        display: block;
    }
    .ind5L {
        width: 100%;
    }
    .ind5Ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: -4px;
    }
    .ind5Ul li {
        width: calc(98% / 3);
        padding: 4px;
        text-align: center;
        margin: 0;
        background: rgba(255, 255, 255, 0.8);
        padding: 8px;
        border-radius: 8px;
    }
    .ind5Ul span {
        display: block;
    }
    .ind5Ul span::before {
        display: none;
    }
    .swiper_indp6 {
        height: calc(30vw + 8px);
    }
    .swiper_indp6 .swiper-slide {
        height: 15vw;
    }
    .swiper_indp6 .imgB {
        height: 15vw;
    }
    .indp7 .showK {
        display: block;
    }
    .indp7 .showK>div {
        width: 100%;
    }
    .indp7 .imgB {
        padding-top: 48%;
    }
    .indp7 .clickB {
        position: relative;
        right: unset;
        top: unset;
        justify-content: center;
        margin-bottom: 12px;
    }
    .indp7 .clickB .moreB2 {
        margin: 2px;
    }
    .moreB2 {
        border-width: 1px;
    }
    .xtUl .kuang {
        padding: 12px;
        display: block;
    }
    .xtUl .imgB {
        width: 100%;
        margin: 0;
    }
    .xtUl .textB {
        width: 100%;
        text-align: center;
    }
    .xtUl .xian {
        display: none;
    }
    .xtUl .mK {
        width: unset;
    }
    .xtUl .moreB3 {
        margin: 8px 0 0;
    }
    .xtxqP1 .xqNr {
        padding: 0 56px;
    }
    .xtxq2Ul li {
        margin-top: 10px;
        font-size: 14px;
        min-height: 48px;
        padding: 14px;
        padding-left: 64px;
    }
    .xtxq2Ul .numB {
        width: 48px;
        border-radius: 0 48px 48px 0;
        font-size: 20px;
    }
    .xtxqP {
        padding: 40px 0;
    }
    .secNav .nrBox {
        flex-wrap: wrap;
        justify-content: center;
    }
    .secNav a {
        height: 40px;
    }
    .cpP .pageTit {
        font-size: 24px;
        margin-bottom: 16px;
    }
    .cpUl {
        margin: -4px;
    }
    .cpUl li {
        width: 50%;
        padding: 4px;
    }
    .cpxqTop,
    .faxqTop {
        padding: 16px 0;
    }
    .cpxqtL {
        width: 100%;
        display: block;
    }
    .cpxqtL .swiper_cpxqd,
    .faxqtL {
        width: 100%;
    }
    .cpxqtL .xtB {
        width: 100%;
        padding: 0 40px;
        margin-top: 10px;
    }
    .cpxqtL .swiper-button-prev {
        left: 0;
        top: 0;
        width: 24px;
        height: 100%;
    }
    .cpxqtL .swiper-button-next {
        right: 0;
        bottom: 0;
        width: 24px;
        height: 100%;
        left: unset;
    }
    .cpxqtL .swiper_cpxqs {
        height: unset;
    }
    .cpxqtL .swiper-button-prev,
    .cpxqtL .swiper-button-next {
        background-image: url(../img/jt3on.png);
        background-size: 8px 12px;
    }
    .rsUl li {
        width: calc(100% / 3);
    }
    .faUl li {
        width: 50%;
    }
    .faxqNr {
        border-radius: 8px;
        padding: 24px 16px;
    }
    .faxqNr .faxqP {
        padding: 40px 0 0;
    }
    .faxqTj .titB {
        margin-top: 8px;
        font-size: 16px;
    }
}