﻿
.sideBar {
    display:block;
    position: fixed;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    z-index: 998;
}
.side4 .icon {
    color: #fff;
    width: 30px;
    height: 30px;
     margin-top: 1px;
    top: 3px;
}
.side1 {
    width: 50px;
    height: 150px;
    background: #222;
    text-align: center;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.side1 a,
.side1 img,
.side1 i,
.side1 span {
    display: block;
}

.side1 img {
    margin: 0 auto;
}

.side1 i {
    margin: 10px auto;
    width: 1px;
    height: 20px;
    background: #fff;
    transition: all 0.5s ease;
}

.side1 span {
    color: #fff;
    font-size: 14px;
    writing-mode: vertical-lr;
    margin: 0 auto;
    letter-spacing: 2px;
}

.side1:hover {
    background: rgb(221 117 28 / 100%);
}

.side1:hover a img {
    animation: jitter 0.5s;
}

.side {
    height: 50px;
    position: absolute;
    transition: all 0.5s;
}

.side a {
    display: block;
    height: 50px;
    font-size: 0;
}

.side i,
.side span {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    line-height: 50px;
}



.side2:hover i {
    background:#3f6ee0 !important;
}
.side2 span {
    background:#3f6ee0 !important;
  border-radius:100px;
}
.side3:hover i {
    background:#3f6ee0 !important;
}
.side3 span {
    background:#3f6ee0 !important;
  border-radius:100px;
}
.side4:hover i {
    background:#3dceb2 !important;
}
.side4 span {
    background:#3dceb2 !important;
  border-radius:100px;
}
.side5:hover i {
    background:#64c548 !important;
}
.side5 span {
    background:#64c548 !important;
  border-radius:100px;
}


.side i {
    width: 50px;
    text-align: center;
    background: rgb(221 117 28 / 90%);
    transition: all 0.3s;
      z-index: 2;
    position: relative;
}

.side i img {
    vertical-align: middle;
}

.side span {
    text-align: center;
    line-height: 50px;
    background: #232323;
    font-size: 13px;
    color: #fff;
    transition: all 1s;
}

.side2 {
    top: 146px;
    right: -140px;
    width: 190px;
}

.side2 span {
    width: 140px;
}

.side3 {
    right: -190px;
    width: 240px;
    top: 200px;
}

.side3 span {
    width: 190px;
}

.side4 {
    right: -140px;
    width: 190px;
    top: 254px;
}

.side4 span {
    width: 140px;
}

.side2 i {
    background:#3f6ee0;
      border-radius: 100px;
}
.side3 i {
    background:#3f6ee0;
      border-radius: 100px;
}
.side4 i {
    background:#3dceb2;
      border-radius: 100px;
}
.side5 i {
    background:#64c548;
      border-radius: 100px;
}
.side6 i {
    background:#1f2e78;
      border-radius: 100px;
}

.side5 {
    right: -90px;
    width: 140px;
    top: 309px;
    cursor: pointer;
}

.side5 span {
    width: 90px;
    font-size: 14px;
}

.qcodePic {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    display: none;
    z-index: 99;
    text-align: center;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.qcodePic img{
    width: 100%;
}

.side5:hover .qcodePic {
    display: block;
}

.side6 {
    display: none;
    right: -90px;
    width: 140px;
    top: 362px;
    cursor: pointer;
}

.side6 span {
    width: 90px;
    font-size: 14px;
}

.side:hover {
    right: 0;
}

.side:hover i {
    background: rgb(221 117 28 / 100%);
}

.wxPic {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: none;
}

.wxPic img {
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.m-foot {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: #f5f5f5;
    display: none;
}

.m-foot ul {
    font-size: 0;
    text-align: center;
    height: 54px;
}

.m-foot ul li {
    float: left;
    width: 20%;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
}

.m-foot ul li:nth-child(3) {
    background: #e80101;
    border-left: none;
    border-top: 1px solid #e80101;
}

.m-foot ul li:nth-child(3) span {
    color: #fff !important;
}

.m-foot ul li:first-child,
.m-foot ul li:nth-child(4) {
    border-left: none;
}

.m-foot ul li span,
.m-foot ul li img {
    display: block;
    margin: 6px auto;
}

.m-foot ul li span {
    line-height: 14px;
    font-size: 12px;
    color: #1a1a1a;
    transition: all 0.4s;
}

.m-foot ul li:hover span {
    color: #e80101;
}

.wyz {
    position: fixed;
    width: 50px;
    height: 50px !important;
    right: 6px;
    bottom: 150px;
    z-index: 90;
    display: none;
}

@media only screen and (max-width: 768px) {
    .sideBar {
        display:block;
    }

    .m-foot {
        display: block;
    }

    .wyz {
        display: block;
    }

}

#c_form_059-16928631481470 .e_formBtn-6 {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 340px;
    min-height: 68px;
    padding: 0 28px;
    margin-top: 46px;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    box-shadow: 0 14px 30px rgba(31, 46, 120, 0.18);
}

#c_form_059-16928631481470 .e_formBtn-6 span {
    font-size: 18px;
    line-height: 1;
}

@media only screen and (min-width: 769px) {
    .sideBar {
        display: block;
        right: 18px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1200;
    }

    .side1 {
        display: flex;
    }

    .side6 {
        display: none;
    }

    #c_static_001-1652327194648 .e_navigationA-12 .p_level1Item:hover {
        z-index: 20;
    }

    #c_static_001-1652327194648 .e_navigationA-12 .p_level1Item:hover > .p_level2Box {
        display: block !important;
    }

    #c_static_001-1652327194648 .e_navigationA-12 .p_level2Item:hover > .p_level3Box {
        display: block !important;
    }
}

@media only screen and (max-width: 768px) {
    #c_form_059-16928631481470 .e_formBtn-6 {
        max-width: none;
        min-height: 56px;
        font-size: 16px;
        letter-spacing: 1px;
        box-shadow: none;
    }

    #c_form_059-16928631481470 .e_formBtn-6 span {
        font-size: 16px;
    }
}

.sideBar {
    display: none !important;
}

#c_static_001_P_2708-1659083125734 .e_container-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

#c_static_001_P_2708-1659083125734 .e_loop-2 .p_list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

#c_static_001_P_2708-1659083125734 .e_text-3 a {
    display: inline-block;
    padding: 10px 18px;
    border: 1px solid rgba(31, 46, 120, 0.18);
    background: #fff;
    color: #444;
    transition: all .25s ease;
}

#c_static_001_P_2708-1659083125734 .e_text-3 a:hover {
    background: #1f2e78;
    border-color: #1f2e78;
    color: #fff;
}

#c_static_001_P_2708-1659083125734 .p_breadcrumb {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

#c_static_001_P_2708-1659083125734 .p_breadcrumbItem + .p_breadcrumbItem::before {
    content: '>';
    color: #999;
    margin-right: 10px;
}

#c_static_001-1646711694265 .p_breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#c_static_001-1646711694265 .p_breadcrumbItem + .p_breadcrumbItem::before {
    content: '>';
    color: #999;
    margin-right: 10px;
}

#c_static_001-1646718068940 .e_container-46 {
    display: flex;
    gap: 18px;
    margin-top: 28px;
}

#c_static_001-1646718068940 .e_container-46 > .p_item {
    flex: 1 1 0;
}

#c_static_001-1646718068940 .e_container-50,
#c_static_001-1646718068940 .e_container-47 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 18px;
    border: 1px solid #e4e6eb;
    background: #fafafa;
    transition: all .25s ease;
}

#c_static_001-1646718068940 .e_container-50:hover,
#c_static_001-1646718068940 .e_container-47:hover {
    border-color: #1f2e78;
    background: #f4f7ff;
}

#c_static_001-1646718068940 .e_text-52 a,
#c_static_001-1646718068940 .e_text-48 a {
    font-weight: 700;
    color: #1f2e78;
}

#c_static_001-1646718068940 .e_text-51 a,
#c_static_001-1646718068940 .e_text-49 a {
    color: #333;
}

@media only screen and (min-width: 769px) {
    #c_static_001-16420726718590 .e_container-36 {
        display: grid;
        grid-template-columns: minmax(0, 1.6fr) minmax(320px, 0.95fr) minmax(180px, 220px);
        gap: 36px;
        border-bottom: none !important;
    }

    #c_static_001-16420726718590 .e_container-36 > .p_item {
        min-width: 0;
        max-width: none;
        margin: 0 !important;
        padding-left: 0 !important;
        flex: none !important;
    }

    #c_static_001-16420726718590 .e_container-36 .cbox-36-0 {
        max-width: none;
    }

    #c_static_001-16420726718590 .e_container-36 .cbox-36-1 {
        max-width: none;
    }

    #c_static_001-16420726718590 .e_container-36 .cbox-36-2 {
        justify-self: end;
        width: 100%;
        max-width: 220px;
    }

    #c_static_001-16420726718590 .e_container-68,
    #c_static_001-16420726718590 .e_container-62 {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 28px;
        width: 100%;
    }

    #c_static_001-16420726718590 .e_container-62 {
        grid-template-columns: minmax(0, 1fr);
    }

    #c_static_001-16420726718590 .e_container-62 .cbox-62-0 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    #c_static_001-16420726718590 .e_image-61 img {
        display: block;
        width: 100%;
        height: auto;
    }

    #c_static_001-16420726718590 .e_loop-70 .p_list,
    #c_static_001-16420726718590 .e_loop-73 .p_list {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    #c_static_001-16420726718590 .e_text-71,
    #c_static_001-16420726718590 .e_text-74 {
        line-height: 1.7;
    }

    #c_static_001-16420726718590 .e_text-71 a,
    #c_static_001-16420726718590 .e_text-74 a {
        display: inline-block;
        white-space: normal;
        word-break: break-word;
    }

    #c_static_001-16420726718590 .e_container-22 {
        margin-top: 24px;
        padding-top: 18px;
        border-top: none !important;
    }

    #c_static_001-16420726718590 .e_container-23,
    #c_static_001-16420726718590 .e_container-30 {
        display: flex;
        align-items: center;
    }

    #c_static_001-16420726718590 .e_container-23 .cbox-23-0,
    #c_static_001-16420726718590 .e_container-30 .cbox-30-0 {
        flex: 1 1 auto;
        max-width: none;
        margin-right: 0;
    }

    #c_static_001-16420726718590 .e_text-27 {
        line-height: 1.7;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 769px) {
    #c_static_001-16420726718590 .e_container-36 {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 28px;
    }

    #c_static_001-16420726718590 .e_container-36 .cbox-36-0 {
        grid-column: 1 / -1;
    }

    #c_static_001-16420726718590 .e_container-36 .cbox-36-1,
    #c_static_001-16420726718590 .e_container-36 .cbox-36-2 {
        max-width: none;
    }
}

