/* ==================================
    common
==================================================================================== */
.indTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.indTit {
    position: relative;
    z-index: 90;
}

.indTit span {
    color: #0a78dd;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 2px;
}

.indTit p {
    color: #0a78dd;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 2px;
    opacity: 0.9;
}

.indTit p.cn {
    font-size: 20px;
}

.indTit.white p,
.indTit.white span {
    color: #fff !important;
}

.indTit.center {
    text-align: center;
}

.indArr {
    position: relative;
    display: flex;
    align-items: center;
}

.indArr::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 24px;
    background: #eee;
}

.indArr a {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 38px;
}

.indArr .indArr_r a {
    margin-right: 0;
}

.indArr svg {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -12px;
    transition: all 0.48s;
}

.indArr .indArr_l svg {
    transform: rotate(180deg);
}

.indArr_l:hover svg {
    margin-left: -20px;
}

.indArr_r:hover svg {
    margin-left: 0;
}

/* ==================================
    header
==================================================================================== */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #0757BA;
    padding: 18px 0;
}

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

.headLogo a {
    display: block;
}

.headLogo img {
    display: block;
    width: 148px;
}

.headRig {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1000001;
}

.headNav a {
    color: #fff;
    font-size: 16px;
    margin-right: 54px;
    letter-spacing: 1px;
}

.headIco {
    position: relative;
    margin-right: 24px;
    top: 3px;
}

.headIco::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 14px;
    background: #fff;
    opacity: 0.18;
}

.headIco img {
    width: 21px;
}

.headIco div {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 21px;
    margin: 0 14px;
}

.model a {
    position: absolute;
}

.model.moon .moon {
    opacity: 1;
}

.model.moon .sun {
    opacity: 0;
}

.model.sun .moon {
    opacity: 0;
}

.model.sun .sun {
    opacity: 1;
}

.headIco img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.language a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: none;
}

.language .active {
    display: block;
}

.headBtn a {
    font-size: 14px;
    color: #fff;
    display: block;
    line-height: 40px;
    padding: 0px 24px;
    border-radius: 6px;
    background: #0778dd;
}


.headMlb {
    display: none;
    text-align: center;
}

.headMlb a {
    display: block;
}

.headMlb svg {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto;
}

.headMlb span {
    line-height: 1;
    font-size: 12px;
    color: #fff;
    display: none !important;
}

.headMenu {
    position: relative;
    display: none;
    cursor: pointer;
}

.headMenu_box {
    position: relative;
    width: 22px;
    height: 20px;
}

.headMenu span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    transition: width 0.3s ease 0s;
}

.headMenu label {
    line-height: 1;
    font-size: 12px;
    color: #fff;
    display: block;
    margin-top: 2px;
    display: none !important;
}

.headMenu .headMenu_span1 {
    width: 12px;
    top: 0;
}

.headMenu .headMenu_span2 {
    width: 20px;
    top: 6px;
}

.headMenu .headMenu_span3 {
    width: 16px;
    top: 13px;
}

.headMenu.click .headMenu_span1 {
    width: 20px;
    transform: rotate(-45deg) translate(-5px, 6px);
}

.headMenu.click .headMenu_span2 {
    opacity: 0;
}

.headMenu.click .headMenu_span3 {
    width: 20px;
    transform: rotate(45deg) translate(-3px, -4px);
}

/* mlb */
.headSub {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    box-shadow: 0px 4px 24px 0px rgb(31 119 246 / 10%);
    display: none;
}

@media(min-width:1025px) {
    .headSub {
        display: none !important;
    }
}


.headSub_bg {
    position: relative;
    left: -100%;
    width: 80%;
    height: 100%;
    padding-top: 6%;
    padding-bottom: 5%;
    padding-left: 12%;
    overflow: auto;
    background: #fff;
    transition: left 0.48s 0.28s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.headSub_logo {
    border-bottom: 1px solid #eee;
    padding-bottom: 14px;
}

.headSub_logo a {
    display: block;
    width: 148px;

}

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

.headSub_logo .headSub_logo_w {
    display: none;
}

.headSub ul {
    margin-top: 38px;
}

.headSub li a {
    display: block;
    padding: 5px 10px;
    font-size: 16px;
    color: #0a78dd;
    margin-top: 20px;
    letter-spacing: 1px;
}

.headSub.show .headSub_bg {
    left: 0;
}

.headSub_btm .headIco {
    display: inline-block;
    margin: 0 !important;
}

.headSub_btm .headIco::before {
    background: #000;
}

.headSub_mess {
    padding-top: 20px;
    border-top: 1px solid #eee;
    margin-top: 14px;
}

.headSub_mess p {
    font-size: 13px;
    color: #999999;
    opacity: 0.8;
    font-family: "Montserrat";
    margin-bottom: 5px;
}

.headSub_mess a {
    font-size: 17px;
    font-family: "BEBAS";
    line-height: 1;
    margin: 0 16px 0 0 !important;
}

.headSub .footIco path {
    fill: #999;
}


@media(max-width:680px) {
    .headSub ul {
        margin-top: 10px;
    }

    .headSub li a {
        margin-top: 10px;
    }
}

/* ==================================
    banner
==================================================================================== */
.banner {
    position: relative;
    z-index: 90;
    margin-bottom: 48px;
}

.banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: #0a78dd;
}

.banBg {
    position: relative;
    z-index: 11;
    padding: 189px 0 68px;
}

.banBox {
    position: relative;
    max-width: 1480px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 48px;
    z-index: 11;
}

.banLeft {
    position: relative;
    width: calc(100% - 400px);
}

.banLeft span {
    color: #fff;
    font-size: 70px;
    line-height: 1.3;
    font-family: "zongyi";
    letter-spacing: 4px;
}

.banLeft img {
    max-width: 589px;
    width: 80%;
}

.banRig {

    width: 328px;
}

.banPhone {
    position: relative;
}

.banPhone_ico {
    cursor: pointer;
    position: absolute;
    right: 0;
    transition: all 0.48s;
    transform-origin: top left;
    z-index: 100;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.banPhone_ico i {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fec850;
}

.banPhone_ico span {
    position: absolute;
    z-index: 11;
    bottom: 5px;
    left: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    color: #fec850;
}

.banPhone_ico.mini {
    width: 118px;
    height: 110px;
    padding: 10px;
    top: 80px;
    right: -72px;
    transform: rotate(-25deg);
}

.banPhone_ico.mini i {

    position: absolute;
    top: 20px;
    right: 18px;
}

.banPhone_ico.mini::before {
    content: "";
    position: absolute;
    top: -24%;
    left: -94px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 2px solid #eee;
}

.banPhone_ico.mini::after {
    content: "";
    position: absolute;
    top: 36%;
    left: 67%;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 2px solid #eee;
}

.banPhone_ico.mini img {
    width: 80%;
    height: 80%;
    object-fit: contain;
    position: relative;
}

.banPhone_ico.mini:hover {
    transform: rotate(-10deg);
}

.banPhone_ico.baby {
    bottom: 20%;
    width: 108px;
    height: 134px;
    right: -70px;
    text-align: center;
    padding-bottom: 30px;
    transform: rotate(16deg);
    box-shadow: 0px 4px 24px 0px rgb(31 119 246 / 10%);
}


.banPhone_ico.baby i {
    width: 14px;
    height: 14px;
    margin: 10px auto 14px;
}

.banPhone_ico.baby img {
    width: 70%;
    height: 60%;
    object-fit: contain;
}

.banPhone_ico.baby:hover {
    transform: rotate(10deg);
}

.banPhone_ico.active {
    background: #fec850;
}

.banPhone_ico.active span {
    color: #fff;
}

.banPhone_ico.active i {
    background: #fff;
}

.banPhone_ico.active.mini::after,
.banPhone_ico.active.mini::before {
    border-color: #ffd983;
}

.banPhone_img {
    position: relative;
    width: 100%;
    padding: 30px;
    overflow: hidden;
}

.banPhone_pic {
    position: relative;
}

.banPhone_bg {
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background: #fec850;
    border-radius: 50px;
    overflow: hidden;
}

.banPhone_bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 1;
}

.banPhone_pic img.active {
    opacity: 1;
    z-index: 3;
}

.banPhone_tel {
    position: relative;
    z-index: 90;
    width: 100%;
}

.banner form {
    margin-top: 80px;
    width: 90%;
    max-width: 728px;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    box-shadow: 0px 4px 24px 0px rgb(0 0 0 / 10%);
}

.banner button {
    width: 108px;
    line-height: 48px;
    background: #0778dd;
    color: #fff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.banner input {
    padding: 0 20px;
    width: calc(100% - 108px);
    height: 48px;
    line-height: 48px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    text-transform: uppercase;
    color: #0150e2;
}

.banner input::-webkit-input-placeholder {
    color: #0150e2;
}

.banSvg {
    position: absolute;
    bottom: -123px;
    left: 0;
    width: 100%;
}

.banSvg path {
    fill: #1648ff;
}

.banYuan {
    position: absolute;
    right: 0;
    bottom: 0;
}

.banYuan path {
    fill: #0075ff;
    fill-rule: evenodd;
    opacity: 0.4;
}

.bbb {
    position: absolute;
    bottom: -118px;
    left: 0;
    width: 100%;
}

.bbb .cls-1 {
    fill: #0a78dd;
}

.bbb .cls-2 {
    fill: #4b9cf3;
    opacity: 0.4;
}

/* ==================================
    indPro
==================================================================================== */
.indPro {
    position: relative;
    z-index: 3;
    overflow: hidden;
}

#indPro {
    position: absolute;
    top: -160px;
}

.indPro_blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

/* .indPro_blur::after, */
.indPro_blur::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    background: #fff;
    -webkit-filter: blur(28px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='28');
}

.indPro_blur::before {
    top: -128px;
}


.indPro_box {
    margin-top: 48px;
    margin-bottom: 12vw;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.indPro_list {
    position: relative;
    z-index: 90;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 4% 0;
    min-width: 268px;
}

.indPro_list a {
    position: relative;
    display: flex;
    align-items: center;
}

.indPro_ico {
    display: block;
    position: relative;
    z-index: 3;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #007dff;
}

.indPro_ico::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #007dff;
    transform: scale(1.2);
    opacity: 0.4;
    z-index: -1;
}

.indPro_ico svg {
    width: 50%;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.indPro_ico path {
    fill: #fff;
}

.indPro_txt span {
    font-size: 20px;
    font-weight: bold;
}

.indPro_txt p {
    color: #666;
}


.indPro_left a {
    justify-content: flex-end;
}

.indPro_left {
    order: -1;
    text-align: right;
}

.indPro_left .indPro_txt {
    order: -1;
    margin-right: 20px;
}

.indPro_rig a {
    justify-content: flex-start;
}

.indPro_rig .indPro_txt {
    margin-left: 20px;
}


.indPro_rig a:first-child {
    left: 0;
    transition: all 0.48s;
}

.indPro_rig a:last-child {
    left: 0;
    transition: all 0.48s 0.2s;
}

.indPro_left a:last-child {
    right: 0;
    transition: all 0.48s 0.3s;
}

.indPro_left a:first-child {
    right: 0;
    transition: all 0.48s 0.4s;
}

/* .indPro_left.change a {
    right: 30px;
}

.indPro_rig.change a {
    left: 30px;
} */

.indPro_cen {
    position: absolute;
    bottom: -189px;
    padding-bottom: 0;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.indPro_cen.indPro_list a {
    display: block;
}

.indPro_cen .indPro_ico {
    margin: 0 auto 14px;
}

.indPro_mid {
    cursor: pointer;
    position: relative;
    width: 35%;
    padding-top: 35%;
    border-radius: 50%;
}

.indPro_img {
    position: absolute;
    z-index: 90;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.indPro_pic {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.48s;
}

.indPro_img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #124dff;
    opacity: 0.38;
    border-radius: 50%;
    z-index: 3;
}

.indPro_line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
}

.indPro_line img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: contain;
    animation: yuanAnimate 20s linear infinite;
}

.indPro_line i {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 1px dashed rgba(0, 57, 255, 0.8);
}


.indPro_line i.one {
    margin-left: -15%;
    margin-top: -15%;
    width: 130%;
    height: 130%;
    opacity: 0.68;
    animation: line1Animate 38s linear infinite;

}

.indPro_line i.two {
    margin-left: -50%;
    margin-top: -50%;
    width: 200%;
    height: 200%;
    opacity: 0.18;
    animation: line2Animate 1s linear infinite;
}

.indPro_line i.thr {
    margin-left: -90%;
    margin-top: -90%;
    width: 280%;
    height: 280%;
    opacity: 0.18;
    animation: line2Animate 1s 0.5s linear infinite;
}

.indPro_line i.for {
    margin-left: -120%;
    margin-top: -120%;
    width: 340%;
    height: 340%;
    opacity: 0.18;
    animation: line2Animate 1s 0.5s linear infinite;
}

.indPro_bg {
    position: absolute;
    top: 30%;
    left: 30%;
    width: 40%;
    height: 40%;
    border-radius: 50%;
    background: #007aff;
    z-index: 7;
}

.indPro_bg::after,
.indPro_bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #007aff;
}

.indPro_bg::before {

    opacity: 0.6;
    transform: scale(1.2);
}

.indPro_bg::after {
    opacity: 0.4;
    transform: scale(1.4);
}

.indPro_Name {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    padding: 5%;
    text-align: center;
    z-index: 21;
}

.indPro_Name div {
    position: relative;
}

.indPro_Name img {
    width: 25%;
    display: block;
    margin: 0 auto;
    transition: all 0.48s;
}


@keyframes yuanAnimate {

    0% {
        transform: scale(1.031) rotate(0deg);
    }

    50% {
        transform: scale(1.031) rotate(180deg);
    }

    100% {
        transform: scale(1.031) rotate(360deg);
    }
}

@keyframes line1Animate {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(-180deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes line2Animate {
    0% {
        transform: scale(1);
        opacity: 0.18;
    }

    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}

@keyframes aAnimate {
    0% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1.3);
    }
}

@media(min-width:1025px) {
    .indPro_list a:hover .indPro_ico::before {
        animation: aAnimate 1s linear alternate infinite forwards;
    }

    .indPro_list a:hover .indPro_txt span {
        color: #007dff;
    }

    .indPro_mid:hover .indPro_pic {
        transform: scale(1.1);
    }

    .indPro_mid:hover .indPro_Name img {
        transform: rotateY(360deg);
    }
}

/* ==================================
    indAb
==================================================================================== */
.indComty,
.indAb {
    position: relative;
    z-index: 100;
    padding: 48px 0;
    margin: 20px 0 80px;
}

#indComty,
#indAb {
    position: absolute;
    top: -200px;
}

.indAb_line,
.indAb_bg {
    position: absolute;
    width: 100%;
    left: 0;
}

.indAb_bg path,
.indAb_bg path {
    fill: #0a78dd;
}

.indAb_bg_t {
    bottom: 99%;
}

.indAb_line_t {
    bottom: 80%;
}


.indAb_bg_b {
    top: 99%;
}

.indAb_line_b {
    top: 93%;
}


.indAb_line path {
    fill: #0a78dd;
}

.indAb_line .cls-1 {
    opacity: 0.1;
}

.indAb_line .cls-2 {
    opacity: 0.3;
}


.indComty_box,
.indAb_box {
    position: relative;
    background-color: #0a78dd;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.indComty_box .inner,
.indAb_box .inner {
    position: relative;
    z-index: 11;
}

/*  */
.indNav {
    margin: 48px auto 80px;
    text-align: center;
}

.indNav ul {
    display: inline-block;
    padding: 6px;
    border-radius: 38px;
    background: rgba(255, 255, 255, 0.1);
}

.indNav li {
    display: inline-block;
}

.indNav a {
    color: #fff;
    display: block;
    padding: 8px 50px;
    border-radius: 38px;
    font-size: 15px;
}

.indNav svg {
    width: 21px;
    height: 21px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 6px;
}

.indNav path {
    fill: #fff;
}

.indNav li.active a {
    background: #fff;
    color: #0a78dd;
}

.indNav li.active path {
    fill: #0a78dd;
}
 

/*  */
.indTab {
    padding-bottom: 38px;
}

.indPanel {
    display: none;
}

.indPanel:first-of-type {
    display: block;
}

.indThr_box {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.indThr_item {
    position: relative;
    width: 30%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.indThr_item.indThr_l {
    order: -1;
}

.indThr_big {
    position: relative;
    width: 66%;
    margin: 0 auto;
    background: rgb(255 255 255 / 10%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 289px;
}

.indThr_big::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-radius: 8px;
    background: rgb(255 255 255 / 25%);
}

.indThr_one {
    position: relative;
    width: 48%;
    border: 1px solid rgb(255 255 255 / 50%);
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.indThr_one::before {
    content: "";
    border-radius: 8px;
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background: rgba(255, 255, 255, 0.1);
}

.indThr_thr {
    width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: -5px;
    margin-bottom: -5px;
}

.indThr_l .indThr_thr {
    order: -1;
}

.indThr_thr .indThr_txt {
    margin: 5px 0;
    flex: 1;
    border: 1px solid rgb(255 255 255 / 50%);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.indThr_txt {
    position: relative;
    z-index: 21;
}

.indThr_txt div {
    display: flex;
    align-items: center;
}

.indThr_txt svg {
    display: block;
    width: 21px;
    height: 21px;
}

.indThr_txt path {
    fill: #fff;
}

.indThr_txt span {
    color: #fff;
    line-height: 1;
    font-size: 17px;
}


.indThr_c {
    width: 40%;
    text-align: center;
}

.indThr_arr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.5;
}

.indThr_arr svg {
    width: 28px;
    height: 28px;
}

.indThr_arr path {
    fill: #fff;
}

.indThr_arr_rig {
    right: 5%;
}

.indThr_arr_rig svg {
    transform: rotate(-90deg);
}

.indThr_arr_left {
    left: 5%;
}

.indThr_arr_left svg {
    transform: rotate(90deg);
}

.indThr_c .indThr_txt svg {
    margin: 0 auto 20px;
    width: 42px;
    height: 42px;
}


.indThr_c .indThr_txt span {
    font-size: 26px;
    letter-spacing: 2px;
}

.indThr_one .indThr_txt span {
    font-size: 20px;
}

.indThr_one .indThr_txt svg {
    width: 24px;
    height: 24px;
    margin: 0 auto 14px;
}

.indThr_thr .indThr_txt span {
    margin-left: 12px;
}

/* ==================================
    indCome
==================================================================================== */
.indCome {
    position: relative;
}

.indCome_box {
    margin-top: 28px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

#indCome {
    position: absolute;
    top: -150px;
}

.indCome_item {
    cursor: pointer;
    position: relative;
    width: 49%;
    padding: 50px 60px;
    margin-top: 30px;
    background-color: #e9f2fc;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 34%;
    border-radius: 6px;
    min-height: 289px;
    transition: all 0.48s;
}

.indCome_div {
    position: relative;
    z-index: 3;
}

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

.indCome_ico img {
    width: 48px;
}

.indCome_ico_h {
    display: none;
}

.indCome_ico i {
    display: none;
    font-size: 28px;
    font-weight: 600;
    color: #cfcfcf;
}

.indCome_name {
    font-size: 22px;
    font-weight: bold;
}

.indCome_p {
    max-width: 70%;
}

.indCome_p p {
    font-size: 16px;
    color: #666;
    font-weight: 300;
    line-height: 1.8;
    position: relative;
    margin-top: 15px;
    border: 1px solid rgba(0, 0, 0, .1);
    display: inline-block;
    border-radius: 38px;
    margin-right: 8px;
    padding: 4px 32px;
    transition: all 0.48s;
}

@media(min-width:1025px) {

    .indCome_item:hover {
        background-color: #0778dd;
    }

    .indCome_item:hover .indCome_name {
        color: #fff;
    }

    .indCome_item:hover .indCome_p p {
        color: #fff;
        border: 1px solid rgba(255, 255, 255, .1);
    }

    .indCome_p p:hover {
        background: #fff;
        color: #0778dd !important;
    }
}

/* ==================================
    indComty
==================================================================================== */
.indComty {
    margin-top: 100px;
}

.indComty_thr {
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border: 1px solid red; */
}

.indComty_item {
    position: relative;
    padding: 154px 0;
}

.indComty_item.indComty_r,
.indComty_item.indComty_l {
    overflow: hidden;
}



.indComty_line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.indComty_line i {
    position: absolute;
    border-radius: 50%;
    border: 1px dashed #fff;
}

.indComty_line .i1 {
    position: absolute;
    top: -20%;
    left: -20%;
    width: 140%;
    height: 140%;
    opacity: 0.5;
    animation: line1Animate 38s linear infinite;
}

.indComty_line .i2 {
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    animation: line2Animate 1s linear infinite;
}

.indComty_line .i3 {
    top: -80%;
    left: -80%;
    width: 260%;
    height: 260%;
    opacity: 0.18;
    animation: line2Animate 1s 0.5s linear infinite forwards;
}

.indComty_r .indComty_line,
.indComty_l .indComty_line {
    top: -45%;
    left: -35%;
    width: 170%;
    height: 190%;
}

.indComty_item.indComty_r .indComty_line,
.indComty_item.indComty_l .indComty_line {
    top: -45%;
    left: -35%;
    width: 170%;
    height: 190%;
    border: 1px dashed rgb(255 255 255 / 50%);
    border-radius: 50%;
}

.indComty_l .indComty_line::before,
.indComty_l .indComty_line::after,
.indComty_r .indComty_line::before,
.indComty_r .indComty_line::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 50px;
    background: #0a78dd;
    border: none;
    border-radius: 0;
}

.indComty_l .indComty_line::before {
    top: 0;
    right: 0;
    left: auto;
}

.indComty_l .indComty_line::after {
    top: auto;
    bottom: 0;
    right: 0;
    left: auto;
}

.indComty_r .indComty_line::before {
    top: 0;
    left: 0;
    right: auto;
}

.indComty_r .indComty_line::after {
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
}

.indComty_l {
    padding-left: 120px;
}

.indComty_r {
    padding-right: 120px;
}

.indComty_yuan {
    position: relative;
    margin: 0 auto;
    width: 208px;
    padding-top: 208px;
    border-radius: 50%;
    background: #fff;
}

.indComty_name {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center;
}

.indComty_name span {
    display: block;
    color: #0a78dd;
    font-weight: bold;
    font-size: 24px;
}

.indComty_div {
    position: absolute;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgb(255 255 255 / 50%);
    text-align: center;
    background: #0a78dd;
}

.indComty_span {
    padding: 14px;
}

.indComty_span span {
    font-size: 16px;
    display: block;
    color: #fff;
    line-height: 1.4
}

.indComty_l .indComty_div3,
.indComty_l .indComty_div1 {
    left: 45%;
}

.indComty_l .indComty_div1 {
    top: 0;
}

.indComty_l .indComty_div3 {
    bottom: 0;
}

.indComty_l .indComty_div2 {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.indComty_r .indComty_div1,
.indComty_r .indComty_div4 {
    right: 45%;
}

.indComty_r .indComty_div1 {
    top: 0;
}

.indComty_r .indComty_div4 {
    bottom: 0;
}

.indComty_r .indComty_div2,
.indComty_r .indComty_div3 {
    right: 0;
}

.indComty_r .indComty_div2 {
    top: 20%;
}


.indComty_r .indComty_div3 {
    top: 60%;
}

.indComty_c {
    width: calc(100% - 656px);
}


.indComty_c .indComty_div {
    border-radius: 0;
    border: 0;
    background: transparent;
}

.indComty_c .indComty_div span {
    color: #fff;
    padding: 0;
    font-size: 28px;
    text-transform: uppercase;
    font-family: "zongyi";
}

.indComty_c .indComty_div1 {
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.indComty_c .indComty_div1 .indComty_txt {
    text-align: center;
}

.indComty_c .indComty_div2,
.indComty_c .indComty_div3 {
    top: 30%;
}

.indComty_c .indComty_div2 {
    left: 18%;
}

.indComty_c .indComty_div3 {
    right: 18%;
}

.indComty_c .indComty_div4,
.indComty_c .indComty_div5 {
    bottom: 5%;
}

.indComty_c .indComty_div4 {
    right: 63%;
}

.indComty_c .indComty_div5 {
    left: 63%;
}

.indComty_txt {
    min-width: 100px;
    text-align: left;
}

.indComty_txt.left {
    left: auto;
    right: 124%;
    text-align: right;
}

.indComty_txt p {
    color: #fff;
    font-size: 15px;
}

/* ==================================
    indCase
==================================================================================== */
.indCase {
    position: relative;
    overflow: hidden;
}

#indCase {
    position: absolute;
    top: -150px;
}


.indCase_box {
    margin-top: 28px;
    position: relative;
    overflow: hidden;
    padding: 28px;
    margin-right: -28px;
    margin-left: -28px;
}

.indCase_a {
    float: left;
    width: 49%;
    display: block;
    border-radius: 3px;
    box-shadow: 0px 4px 24px 0px rgb(31 119 246 / 10%);
}

.indCase_a:nth-child(2n) {
    margin-left: 2%;
}

.indCase_top {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.indCase_img {
    width: 138px;
    height: 100%;
    position: relative;
    padding: 35px;
}

.indCase_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.48s;
}

.indCase_txt {
    width: calc(100% - 138px);
    padding: 50px 40px;
    border-left: 1px solid #eee;
}

.indCase_txt span {
    display: block;
    font-size: 22px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.48s;
}

.indCase_txt p {
    margin-top: 14px;
    color: #666;
    height: 116px;
    letter-spacing: 1px;
    line-height: 2.1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indCase_btm {
    padding: 20px 30px;
    border-top: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.indCase_btm span {
    color: #0a78dd;
    font-size: 13px;
}

.indCase_btm svg {
    width: 24px;
    height: 24px;
}

.indCase_a:hover .indCase_img img {
    transform: scale(1.1);
}

.indCase_a:hover .indCase_txt span {
    color: #0a78dd;
}

/* ==================================
    footer
==================================================================================== */
footer {
    position: relative;
    margin-top: 20px;
}

.footBg {
    position: relative;
    z-index: 11;
    background-color: #0a78dd;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 0 68px;
}

.footLogo {
    display: block;
    width: 218px;
}

.footLogo a {
    display: block;
}

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

.footTop div {
    text-align: right;
}

.footTop div a {
    font-family: "BEBAS";
    color: #fff;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 1px;
}

.footTop div p {
    color: #fff;
    opacity: 0.8;
    font-family: "Montserrat";
    margin-bottom: 10px;
}

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

.footNav {
    order: -1;
}

.footNav a {
    letter-spacing: 2px;
    font-size: 17px;
    margin-right: 58px;
    color: #fff;
}

.footNav a:last-child {
    margin-right: 0;
}

.footIco a {
    position: relative;
    margin-left: 20px;
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    transition: all 0.48s;
}

.footIco a:hover {
    transform: scale(1.1);
}

.footIco a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: scale(0.9);
    background: #fff;
}

.footIco svg {
    position: relative;
    width: 100%;
    height: 100%;
}

.footIco path.blue {
    fill: #0a78dd;
}

.footIco .wx path {
    fill: #45bb35
}

.footIco .fb path {
    fill: #0f3ba5
}

.footIco .tt path {
    fill: #1ca1f1
}

.footIco .wb path {
    fill: #fb5554
}


.footCopy {
    margin-top: 68px;
    padding: 38px 0;
    text-align: center;
    border-top: 1px solid rgb(255 255 255 / 10%);
}

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

.footCopy span,
.footCopy a {
    position: relative;
    color: #ffffff;
    opacity: 0.48;
    text-transform: uppercase;
    line-height: 1;
}

.footCopy span {
    margin-right: 18px;
}

.footSvg svg {
    position: absolute;
    display: block;
    width: 100%;
}

.footSvg_p1 {
    fill: #0043d7;
    opacity: 0.2;
    top: -20px;
}

.footSvg_p2 {
    fill: #0a78dd;
    opacity: 0.1;
    top: -28px;
}

.footSvg .footSvg_t {
    position: relative;
    margin-bottom: -68px;
    z-index: 3;
}

.footSvg_t path {
    fill: #0a78dd;
}

/* ==================================
    换色 change
==================================================================================== */
/* 黑色 */
body.black {
    background: #232323;
    color: #fff;
}

.black .indTit p,
.black .indTit span {
    color: #fff;
}

.black .header {
    background: #303030;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.black .headBtn a {
    background: #464646
}

.black .headSub_bg {
    background: #303030
}

.black .headSub_mess,
.black .headSub_logo {
    border-color: #000;
}

.black .headSub_logo .headSub_logo_y {
    display: none;
}

.black .headSub_logo .headSub_logo_w {
    display: block;
}

.black .headSub li a {
    color: #fff;
}

.black .headSub_mess>a {
    opacity: 0.68;
}

.black .headSub_mess a {
    color: #fff;
}

.black .headSub_btm .headIco::before {
    background: #fff;
}

.black .banner::before {
    background: #3d3d3d;
}

.black .banner button {
    background: #3d3d3d;
}


.black .banPhone_img_b {
    display: block;
}


.black .banSvg path {
    fill: #3d3d3d;
}


.black .bbb .cls-1 {
    fill: #3d3d3d;
}

.black .bbb .cls-2 {
    fill: rgba(255, 255, 255, 0.12);
    opacity: 0.4;
}


.black .indPro_blur::after,
.black .indPro_blur::before {
    background: #232323;
    filter: blur(10px);
}

.black .indPro_blur {
    opacity: 0;
}

.black .indPro_blur::before {
    top: 90px;
}

.black .indPro_ico::before,
.black .indPro_ico {

    background: #fff;
}

.black .indPro_img::before {
    background: #000;
}

.black .indPro_bg,
.black .indPro_bg::after,
.black .indPro_bg::before {
    background: #3d3d3d;
}

.black .indPro_txt p,
.black .indPro_txt span {
    color: #fff;
}

.black .indPro_ico svg path {
    fill: #0a78dd;
}

.black .indPro_list a {
    border-color: #000;
}

.black .indPro_line i {
    border-color: #fff;
}

.black .indAb_box {
    background-color: #3d3d3d;
}

.black .indAb_line path,
.black .indAb_bg path,
.black .indAb_bg path {
    fill: #3d3d3d
}

.black .indAb_a {
    background: #303030;
}

.black .indAb_svg path {
    fill: #fff;
}

.black .indAb_a p,
.black .indAb_a span {
    color: #fff;
}

.black .indAb_a p::before {
    background: #fff;
}

.black .indAb_a_bg .cls-1 {
    fill: rgba(255, 255, 255, 0.68);
}

.black .indCase_a {
    box-shadow: 0px 4px 24px 0px rgb(255 255 255 / 10%);
    background: #3d3d3d;
}

.black .indArr svg path {
    fill: #fff;
}

.black .indCase_btm,
.black .indCase_txt {
    border-color: rgba(255, 255, 255, 0.12);
}

.black .indCase_txt span {
    color: #fff;
}

.black .indCase_btm span {
    color: #fff;
}

.black .footBg {
    background: #3d3d3d;
}

.black .footSvg_t path {
    fill: #3d3d3d;
}

.black .footSvg_p2 path,
.black .footSvg_p1 path {
    fill: rgba(255, 255, 255, 0.12);
}

.black .indCome_item {
    background-color: #3d3d3d;
}

.black .indCome_name {
    color: #fff;
}

.black .indCome_p p {
    color: #999;
    border: 1px solid rgba(255, 255, 255, .1)
}

.black .indComty_box,
.black .indAb_box {
    background-color: #3d3d3d;
}

.black .indComty_r .indComty_div,
.black .indComty_l .indComty_div {
    background: #3d3d3d;
}

.black .indComty_l .indComty_line::before,
.black .indComty_l .indComty_line::after,
.black .indComty_r .indComty_line::before,
.black .indComty_r .indComty_line::after {
    background: #3d3d3d;
}

/*  白色 */
body.white {
    background: #fff;
}

.white .indTit p,
.white .indTit span {
    color: #0a78dd;
}

.white .header {
    background: #0757BA
}

.white .banSvg path {
    fill: #1648ff;
}


.white .banPhone_img_b {
    display: none;
}

.white .indPro_blur::after,
.white .indPro_blur::before,
.white .indPro::after,
.white .indPro::before {
    background: #fff;
}

.white .indPro_blur::before {
    top: -108px
}

.white .indPro_ico::before,
.white .indPro_ico {
    background: #007dff;
}

.white .indPro_img::before {
    background: #124dff;
}

.white .indPro_txt span {
    color: #333;
}

.white .indPro_txt p {
    color: #666;
}

.white .indPro_ico svg path {
    fill: #fff;
}


.white .indPro_line i {
    border-color: #0039ff;
}

.white .indAb {
    background-color: #0a78dd;
}

.white .indAb_line path,
.white .indAb_bg path,
.white .indAb_bg path {
    fill: #0a78dd
}

.white .indAb_a {
    background: #eaf5ff;
}

.white .indAb_svg path {
    fill: #137bdf;
}

.white .indAb_a p,
.white .indAb_a span {
    color: #0a78dd;
}

.white .indAb_a p::before {
    background: #0a78dd;
}

.white .indAb_a_bg .cls-1 {
    fill: #1565f9;
}

.white .indCase_a {
    box-shadow: 0px 4px 24px 0px rgb(31 119 246 / 10%)
}

.white .indArr svg path {
    fill: #0a78dd;
}

.white .indCase_btm,
.white .indCase_txt {
    border-color: #eee;
}

.white .indCase_btm span {
    color: #0a78dd;
}

.white .footBg {
    background: #0a78dd;
}

.white .footSvg_t path {
    fill: #0a78dd
}

.white .footSvg_p2 path,
.white .footSvg_p1 path {
    fill: #0a78dd
}