/* pre css */
#c_grid-116273709439191 .p_gridbox::after {
    content: '';
    clear: left;
    display: block
}

#c_grid-116273709439191 > div > .p_gridbox {
    width: 100%;
    overflow: hidden;
    position: static
}

#c_grid-116273709439191 > div > .p_gridCell {
    float: left;
    position: static
}

#c_grid-116273709439191 > .p_gridbox.signal {
    min-height: inherit
}

#c_grid-116273709439191 > .p_gridbox.signal > .p_gridCell {
    min-height: inherit !important
}

#c_grid-116273709439191 {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

@media screen and (max-width: 768px) {
    #c_grid-116273709439191 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
        width:99%;
        margin-left: 0.5%;
        margin-right: 0.5%;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        clear: left
    }
}

@media screen and (min-width: 769px) {
    #c_grid-116273709439191 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
        width:100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0rem;
        margin-bottom: 0rem;
        clear: left
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    #c_grid-116273709439191 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
        width:99%;
        margin-left: 0.5%;
        margin-right: 0.5%;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        clear: left
    }
}

:root {
    --xc1: #eb3d00;
    --hm: #eb3d00;
    --n: #eb3d00;
    --bw: 1400px;
    --cc: #fff;
    --ccsize: 150px;
    --d: #333;
    --hnav: #eb3d00
}

::placeholder {
    color: #eee;
    font-size: 12px
}

.header.on {
    --d: #eb3d00
}

html,body {
    word-break: break-word
}

body.saf-overflow {
    overflow: hidden
}

.loadingBox {
    width: 100%;
    height: 100vh;
    max-height: 1440px;
    background: #eb3d00c9;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    transition: all 0.8s
}

.loadingBox.hides {
    height: 0;
    top: 0;
    bottom: auto;
    overflow: hidden
}

.loadingBox img {
    width: calc(100% - 200px);
    max-width: 500px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 1
}

.loadingBox svg path {
    fill: #fff
}

.saf-cn-link {
    --lw: 50px;
    --lh: 60px;
    --lt: #fff;
    --lsvg: #fff;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding-top: 50px
}

.saf-cn-link.black {
    --lt: #666;
    --lsvg: #fff;
    justify-content: flex-start
}

.saf-cn-link a {
    display: flex;
    position: relative;
    align-items: center
}

.saf-cn-link span {
    display: block;
    width: var(--lw);
    height: var(--lh);
    position: relative;
    overflow: hidden;
    margin-right: 20px;
    transition: all 0.5s
}

.saf-cn-link span:before {
    content: "";
    margin-left: 5px;
    display: block;
    width: var(--lh);
    height: var(--lh);
    background: var(--hnav);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(0.2);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.5s
}

.saf-cn-link span svg {
    width: auto;
    height: 20px;
    fill: var(--lt);
    position: absolute;
    margin-left: 5px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.saf-cn-link span:after {
    content: "";
    display: block;
    width: var(--lh);
    height: var(--lh);
    border: 1px var(--lt) dashed;
    border-radius: 50%;
    transition: all 0.5s
}

.saf-cn-link:hover span {
    overflow: visible;
    margin-right: 30px
}

.saf-cn-link:hover span:before {
    transform: translate(-50%,-50%) scale(1);
    opacity: 1
}

.saf-cn-link:hover span:after {
    border: none
}

.saf-cn-link:hover span svg {
    fill: var(--lsvg)
}

#c_navigation_006_P_1353-1685020520193 {
    min-height: 0px;
    width: 100%;
    left: 0;
    top: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    z-index: 999
}

.saf-make #c_navigation_006_P_1353-1685020520193 {
    position: relative
}

.header {
    width: 100%;
    padding: 10px;
    transition: all 0.5s;
    position: relative;
    z-index: 4
}

.header.on {
    padding: 10px
}

.header .menuBox {
    padding: 5px 0px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    background: rgba(255,255,255,1);
    border-radius: 15px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 15%)
}

.header .menuBox .navBar {
    display: flex;
    max-width: 94%;
    margin: 0 auto
}

.header .logorim {
    padding: 0 20px 0 0
}

.header .logorim a {
    display: block
}

.header .logorim a img {
    height: 60px;
    margin: 5px 0;
    width: auto
}

.header .rightBar {
    padding-left: 20px;
    display: flex;
    align-items: center
}
.header .rightBar form{
    display: flex;
    align-items: center
}


.header .rightBar .searchForm {
    border: 1px #ddd solid;
    border-radius: 20px;
    height: 40px;
    padding: 0 15px;
    margin-right: 15px;
    display: flex;
    transition: all 0.5s
}

.header .rightBar .searchForm.is-invalid {
    border-color: #f00
}

.header .rightBar .searchForm input {
    border: none;
    width: 120px;
    background: none;
    color: var(--d)
}

.header .rightBar .searchForm a {
    padding-left: 15px;
    display: flex;
    align-items: center
}

.header .rightBar .searchForm a svg {
    width: auto;
    height: 16px;
    fill: var(--d);
    transition: all 0.5s
}

.header.on .rightBar .searchForm {
    border-color: #ccc;
    background: #ffff
}

.companyLink {
    margin-right: 15px;
    height: 40px;
    border: 1px rgba(255,255,255,0.3) solid;
    /* background: rgba(0,0,0,0.1); */
    padding: 0px 20px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    color: var(--hnav);
    transition: all 0.5s;
    font-size: 20px;
}

.companyLink p {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.5s
}

.companyLink p svg {
    width: auto;
    height: 16px;
    margin-right: 10px
}

.companyLink p svg path {
    fill: var(--d);
    transition: all 0.5s
}

.companyLink p:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid var(--d);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    margin-left: 15px;
    transition: all 0.5s;
    display: none;
}

.header.on .companyLink {
    border-color: #ccc;
    background: #ffff
}

.header.on .companyLink:hover {
    background: var(--hnav);
    border-color: var(--hnav)
}

.companyLink:hover {
    background: var(--hnav);
    border-color: var(--hnav)
}

.companyLink:hover p {
    color: #fff
}

.companyLink:hover p svg path {
    fill: #fff
}

.companyLink:hover p:after {
    border-left-color: #fff
}

.header .toggleBtn {
    width: 30px;
    position: relative;
    cursor: pointer;
    display: none
}

.header .toggleBtn span {
    display: block;
    width: 30px;
    height: 2px;
    background: var(--d);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    transition: all 0.5s
}

.header .toggleBtn span:before {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: var(--d);
    position: absolute;
    left: 0;
    bottom: 8px;
    transition: all 0.5s
}

.header .toggleBtn span:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: var(--d);
    position: absolute;
    left: 0;
    top: 8px;
    transition: all 0.5s
}

.header .toggleBtn:hover span:before {
    width: 20px
}

.header .toggleBtn:hover span:after {
    left: 10px
}

.header .toggleBtn.open span {
    background: none
}

.header .toggleBtn.open span:before {
    width: 30px;
    transform: rotate(45deg);
    bottom: 0;
    background: var(--hnav)
}

.header .toggleBtn.open span:after {
    width: 30px;
    transform: rotate(-45deg);
    top: 0;
    background: var(--hnav)
}

.header .toggleBtn.open:hover span:before {
    width: 30px
}

.header .toggleBtn.open:hover span:after {
    left: 0
}

.header ul.menuItems {
    width: 100%;
    justify-content: flex-end;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    position: relative
}

.header ul.menuItems > li {
    padding: 0;
    transition: all 0.8s
}

body.showMenu .header ul.menuItems > li {
    opacity: 0;
    visibility: hidden
}

.header ul.menuItems > li >a {
    padding: 0 30px;
    transition: all 0.5s;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    height: 100%;
    align-items: center;
    text-align: center;
    position: relative;
    color: var(--d)
}

.header ul.menuBox > li >a:after {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    border-radius: 3px;
    background: var(--hnav);
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%,0);
    transition: all 0.5s
}

.header ul.menuBox > li:hover > a {
    color: var(--hnav)
}

.header ul.menuBox > li:hover > a:after {
    width: calc(100% - 60px)
}

.header .saf-cn-Menu {
    width: 100%;
    display: none;
    background: #fff
}

.header .saf-cn-Menu > div {
    border-top: 1px #ddd solid;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 15px 30px
}

.header .saf-cn-Menu .rightImg {
    flex: 0 0 40%;
    padding-right: 100px;
    position: relative
}

.header .saf-cn-Menu .rightImg .m_menu_img {
    width: 100%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    padding-top: 25px
}

.header .saf-cn-Menu .rightImg .m_menu_img span {
    display: block;
    width: 100%;
    padding-bottom: 15px;
    font-size: 20px;
    color: var(--d);
    font-weight: bold;
    opacity: 0;
    transition: all 0.8s
}

.header .saf-cn-Menu .rightImg .m_menu_img .n_img {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 15px;
    opacity: 0;
    transition: all 0.8s
}

.header .saf-cn-Menu .rightImg .m_menu_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 2s;
    transform: scale(1.2)
}

.header .saf-cn-Menu .rightImg .m_menu_img.actived {
    position: relative;
    z-index: 3;
    opacity: 1;
    visibility: visible
}

.header .saf-cn-Menu .rightImg .m_menu_img.actived span {
    opacity: 1
}

.header .saf-cn-Menu .rightImg .m_menu_img.actived .n_img {
    opacity: 1
}

.header .saf-cn-Menu .rightImg .m_menu_img.actived img {
    transform: scale(1)
}

.header .saf-cn-Menu ul {
    flex: 1;
    display: flex;
    justify-content: center
}

.header .saf-cn-Menu ul li {
    padding: 15px;
    flex: 1;
    max-width: 240px
}

.header .saf-cn-Menu ul li > a {
    display: block;
    line-height: 1.6;
    padding: 10px 0;
    font-size: 18px;
    color: #333;
    font-weight: bold
}

.header .saf-cn-Menu ul li .DropMenu .m_item a {
    display: block;
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    padding: 5px 0 5px 10px;
    transition: all 0.8s;
    position: relative
}

.header .saf-cn-Menu ul li .DropMenu .m_item a:before {
    content: "";
    display: block;
    width: 2px;
    height: 2px;
    background: #666;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    transition: all 0.8s
}

.header .saf-cn-Menu ul li .DropMenu .m_item a:hover {
    color: var(--hnav);
    padding-left: 20px
}

.header .saf-cn-Menu ul li .DropMenu .m_item a:hover:before {
    width: 10px;
    background: var(--hnav)
}

body.saf-pc .vmo {
    display: none
}

#c_navigation_006_P_1353-1685020520193 .e_navigationA-13 .p_level1Box {
    display: flex;
    justify-content: flex-end;
    text-align: center
}

#c_navigation_006_P_1353-1685020520193 .e_navigationA-13 .p_iconBox {
    height: 45px;
    width: 45px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

#c_navigation_006_P_1353-1685020520193 .e_navigationA-13 .p_openIcon {
    width: 100%;
    height: 36px
}

#c_navigation_006_P_1353-1685020520193 .e_navigationA-13 .p_closeIcon {
    width: 100%;
    height: 30px
}

#c_navigation_006_P_1353-1685020520193 .e_navigationA-13 .p_navButton {
    display: none
}

#c_navigation_006_P_1353-1685020520193 .e_navigationA-13 .p_level2Box {
    display: none;
    height: auto;
    padding: 15px 0;
    background: #fff;
    width: 160px;
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 99;
    transform: translateX(-50%);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

#c_navigation_006_P_1353-1685020520193 .e_navigationA-13 .p_level3Box {
    display: none;
    height: auto;
    padding: 15px 0;
    background: #fff;
    background: #f5f5f5;
    width: 130px;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 9;
    border-radius: 5px;
    border-top-left-radius: 0px
}

#c_navigation_006_P_1353-1685020520193 .e_navigationA-13 .p_level1Item {
    position: relative;
    border: none
}

#c_navigation_006_P_1353-1685020520193 .e_navigationA-13 .p_level2Item {
    position: relative;
    width: 100%
}

#c_navigation_006_P_1353-1685020520193 .e_navigationA-13 .p_level3Item {
    width: 100%
}

#c_navigation_006_P_1353-1685020520193 .e_navigationA-13 .p_level1Item a {
    font-size: 16px;
    line-height: 80px;
    display: inline-block;
    text-align: center
}

#c_navigation_006_P_1353-1685020520193 .e_navigationA-13 .p_level2Item a {
    font-size: 15px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    opacity: .6;
    transition: all ease .3s
}

#c_navigation_006_P_1353-1685020520193 .e_navigationA-13 .p_level2Item a:hover {
    opacity: 1
}

#c_navigation_006_P_1353-1685020520193 .e_navigationA-13 .p_menu1Item {
    padding: 0 20px
}

#c_navigation_006_P_1353-1685020520193 .e_navigationA-14 .p_level1Box {
    display: flex;
    justify-content: flex-end;
    text-align: center
}

#c_navigation_006_P_1353-1685020520193 .e_navigationA-14 .p_iconBox {
    height: 45px;
    width: 45px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

#c_navigation_006_P_1353-1685020520193 .e_navigationA-14 .p_openIcon {
    width: 100%;
    height: 36px
}

#c_navigation_006_P_1353-1685020520193 .e_navigationA-14 .p_closeIcon {
    width: 100%;
    height: 30px
}

#c_navigation_006_P_1353-1685020520193 .e_navigationA-14 .p_navButton {
    display: none
}

#c_navigation_006_P_1353-1685020520193 .e_navigationA-14 .p_level2Box {
    display: none;
    height: auto;
    padding: 15px 0;
    background: #fff;
    width: 160px;
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 99;
    transform: translateX(-50%);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

#c_navigation_006_P_1353-1685020520193 .e_navigationA-14 .p_level3Box {
    display: none;
    height: auto;
    padding: 15px 0;
    background: #fff;
    background: #f5f5f5;
    width: 130px;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 9;
    border-radius: 5px;
    border-top-left-radius: 0px
}

#c_navigation_006_P_1353-1685020520193 .e_navigationA-14 .p_level1Item {
    position: relative;
    border: none
}

#c_navigation_006_P_1353-1685020520193 .e_navigationA-14 .p_level2Item {
    position: relative;
    width: 100%
}

#c_navigation_006_P_1353-1685020520193 .e_navigationA-14 .p_level3Item {
    width: 100%
}

#c_navigation_006_P_1353-1685020520193 .e_navigationA-14 .p_level1Item a {
    font-size: 16px;
    line-height: 80px;
    display: inline-block;
    text-align: center
}

#c_navigation_006_P_1353-1685020520193 .e_navigationA-14 .p_level2Item a {
    font-size: 15px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    opacity: .6;
    transition: all ease .3s
}

#c_navigation_006_P_1353-1685020520193 .e_navigationA-14 .p_level2Item a:hover {
    opacity: 1
}

#c_navigation_006_P_1353-1685020520193 .e_navigationA-14 .p_menu1Item {
    padding: 0 20px
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-15 .p_iconBox {
    height: 45px;
    width: 45px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-15 .p_openIcon {
    width: 100%;
    height: 36px
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-15 .p_closeIcon {
    width: 100%;
    height: 30px
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-15 .p_navButton {
    display: none
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-15 .p_navBox1,.e_navigationC-15 .p_navBox2 {
    width: 100%;
    display: flex
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-15 .p_navBox2 {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 30px 40px;
    z-index: 99;
    display: none;
    background: #f5f5f5
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-15 .p_navBox2 ul {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    position: relative
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-15 .p_imgBox {
    width: 30%;
    position: relative;
    height: 150px;
    background: rgba(0,0,0,.2);
    overflow: hidden
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-15 .p_imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-15 .p_navItem1 {
    border: none;
    line-height: 100px;
    text-align: center;
    font-size: 16px;
    display: block
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-15 .p_navCon {
    position: relative;
    display: flex;
    flex-direction: inherit
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-15 .p_navCon a {
    display: block;
    padding: 0 20px
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-15 .p_navCon::before {
    content: " ";
    height: 3px;
    width: 0;
    background-color: #409eff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition: width 0.5s ease;
    margin: 0 auto
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-15 .p_navItem1:hover .p_navCon::before {
    width: 100%
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-15 .p_navItem2 {
    line-height: 1;
    width: auto;
    margin: 0 30px 0 0
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-15 .p_img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
    width: auto
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-15 .p_navBox2 > div {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-15 .p_navBox2 ul::after {
    content: '';
    border-left: 1px solid rgba(0, 0, 0, .1);
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -45px;
    z-index: 2;
    width: 1px
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-16 .p_iconBox {
    height: 45px;
    width: 45px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-16 .p_openIcon {
    width: 100%;
    height: 36px
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-16 .p_closeIcon {
    width: 100%;
    height: 30px
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-16 .p_navButton {
    display: none
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-16 .p_navBox1,.e_navigationC-16 .p_navBox2 {
    width: 100%;
    display: flex
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-16 .p_navBox2 {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 30px 40px;
    z-index: 99;
    display: none;
    background: #f5f5f5
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-16 .p_navBox2 ul {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    position: relative
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-16 .p_imgBox {
    width: 30%;
    position: relative;
    height: 150px;
    background: rgba(0,0,0,.2);
    overflow: hidden
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-16 .p_imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-16 .p_navItem1 {
    border: none;
    line-height: 100px;
    text-align: center;
    font-size: 16px;
    display: block
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-16 .p_navCon {
    position: relative;
    display: flex;
    flex-direction: inherit
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-16 .p_navCon a {
    display: block;
    padding: 0 20px
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-16 .p_navCon::before {
    content: " ";
    height: 3px;
    width: 0;
    background-color: #409eff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition: width 0.5s ease;
    margin: 0 auto
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-16 .p_navItem1:hover .p_navCon::before {
    width: 100%
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-16 .p_navItem2 {
    line-height: 1;
    width: auto;
    margin: 0 30px 0 0
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-16 .p_img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
    width: auto
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-16 .p_navBox2 > div {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-16 .p_navBox2 ul::after {
    content: '';
    border-left: 1px solid rgba(0, 0, 0, .1);
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -45px;
    z-index: 2;
    width: 1px
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-17 .p_iconBox {
    height: 45px;
    width: 45px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-17 .p_openIcon {
    width: 100%;
    height: 36px
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-17 .p_closeIcon {
    width: 100%;
    height: 30px
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-17 .p_navButton {
    display: none
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-17 .p_navBox1,.e_navigationC-17 .p_navBox2 {
    width: 100%;
    display: flex
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-17 .p_navBox2 {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 30px 40px;
    z-index: 99;
    display: none;
    background: #f5f5f5
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-17 .p_navBox2 ul {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    position: relative
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-17 .p_imgBox {
    width: 30%;
    position: relative;
    height: 150px;
    background: rgba(0,0,0,.2);
    overflow: hidden
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-17 .p_imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-17 .p_navItem1 {
    border: none;
    line-height: 100px;
    text-align: center;
    font-size: 16px;
    display: block
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-17 .p_navCon {
    position: relative;
    display: flex;
    flex-direction: inherit
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-17 .p_navCon a {
    display: block;
    padding: 0 20px
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-17 .p_navCon::before {
    content: " ";
    height: 3px;
    width: 0;
    background-color: #409eff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition: width 0.5s ease;
    margin: 0 auto
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-17 .p_navItem1:hover .p_navCon::before {
    width: 100%
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-17 .p_navItem2 {
    line-height: 1;
    width: auto;
    margin: 0 30px 0 0
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-17 .p_img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
    width: auto
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-17 .p_navBox2 > div {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between
}

#c_navigation_006_P_1353-1685020520193 .e_navigationC-17 .p_navBox2 ul::after {
    content: '';
    border-left: 1px solid rgba(0, 0, 0, .1);
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -45px;
    z-index: 2;
    width: 1px
}

@media screen and (max-width: 768px) {
    .loadingBox svg {
        width:calc(100% - 40px)
    }

    body.saf-mo .vmo {
        display: block
    }

    .header {
        position: relative;
        z-index: 5;
        padding: 10px
    }

    .header.on {
        padding: 5px
    }

    .header .menuBox {
        border-radius: 10px
    }

    .header .rightBar .searchForm {
        display: none
    }

    .header .companyLink {
        display: none
    }

    .header .toggleBtn {
        display: none
    }

    .header .search {
        padding-right: 10px
    }

    .header .search a {
        padding: 0
    }

    .header .search a em {
        display: none
    }

    .header .logorim {
        flex: 1
    }

    .header ul.menuItems {
        display: none
    }

    .header .rightLink {
        padding: 0;
        display: none
    }

    .header .rightLink li a em {
        display: none
    }

    .header .toggleBtn {
        width: 30px;
        display: none;
        margin-left: 15px
    }

    .hidden-xs {
        display: none
    }

    .visible-xs {
        display: block
    }

    .header .saf-cn-Menu > div {
        padding: 0 0 20px;
        flex-wrap: wrap
    }

    .header .saf-cn-Menu .rightImg {
        display: none
    }

    .header .saf-cn-Menu > div ul {
        flex-wrap: wrap;
        flex: 0 0 100%
    }

    .header .saf-cn-Menu > div ul li {
        flex: 0 0 100%;
        max-width: none;
        padding: 15px 0;
        border-bottom: 1px #ddd solid
    }

    .header .saf-cn-Menu > div ul li .DropMenu {
        display: none
    }

    .header {
        padding: 0px
    }

    .header .saf-cn-Menu ul li > a {
        padding-left: 20px
    }

    .header .logorim a img {
        height: 40px;
        margin: 15px 0;
        width: auto
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationA-13 .p_level1Box {
        display: block
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationA-13 .p_iconBox {
        display: block
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationA-13 .p_navContent {
        display: none;
        padding: 20px;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: #fbfbfb;
        z-index: 99
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationA-13 .p_navButton {
        display: flex;
        justify-content: flex-end
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationA-13 .p_level1Box {
        width: 100%
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationA-13 .p_level2Box,#c_navigation_006_P_1353-1685020520193 .e_navigationA-13 .p_level3Box {
        padding: 0 0 0 30px;
        background: none
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationA-13 .p_jtIcon {
        float: right;
        transition: 0.5s;
        height: 30px;
        margin-top: 10px
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationA-13 .p_jtHover {
        transition: 0.5s;
        transform: rotate(90deg)
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationA-13 .p_level2Box,#c_navigation_006_P_1353-1685020520193 .e_navigationA-13 .p_level3Box {
        width: 100%;
        left: 0;
        transform: translateX(0);
        position: inherit;
        border-radius: 0
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationA-13 .p_level1Item {
        border-bottom: 1px solid rgb(0 0 0 / 5%);
        line-height: 50px;
        font-size: 14px
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationA-13 .p_level1Item a,#c_navigation_006_P_1353-1685020520193 .e_navigationA-13 .p_level2Item a {
        line-height: 50px;
        font-size: 14px;
        padding: 0;
        display: inline;
        text-align: left;
        opacity: 1
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationA-14 .p_level1Box {
        display: block
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationA-14 .p_iconBox {
        display: block
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationA-14 .p_navContent {
        display: none;
        padding: 20px;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: #fbfbfb;
        z-index: 99
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationA-14 .p_navButton {
        display: flex;
        justify-content: flex-end
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationA-14 .p_level1Box {
        width: 100%
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationA-14 .p_level2Box,#c_navigation_006_P_1353-1685020520193 .e_navigationA-14 .p_level3Box {
        padding: 0 0 0 30px;
        background: none
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationA-14 .p_jtIcon {
        float: right;
        transition: 0.5s;
        height: 30px;
        margin-top: 10px
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationA-14 .p_jtHover {
        transition: 0.5s;
        transform: rotate(90deg)
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationA-14 .p_level2Box,#c_navigation_006_P_1353-1685020520193 .e_navigationA-14 .p_level3Box {
        width: 100%;
        left: 0;
        transform: translateX(0);
        position: inherit;
        border-radius: 0
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationA-14 .p_level1Item {
        border-bottom: 1px solid rgb(0 0 0 / 5%);
        line-height: 50px;
        font-size: 14px
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationA-14 .p_level1Item a,#c_navigation_006_P_1353-1685020520193 .e_navigationA-14 .p_level2Item a {
        line-height: 50px;
        font-size: 14px;
        padding: 0;
        display: inline;
        text-align: left;
        opacity: 1
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-15 .p_navContent {
        display: none;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        padding: 20px;
        z-index: 99
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-15 .p_navButton {
        display: flex;
        justify-content: flex-end
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-15 .p_navBox1 {
        width: 100%
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-15 .p_navItem1 {
        padding: 0;
        border-bottom: 1px solid rgb(0 0 0 / 5%);
        line-height: 50px;
        font-size: 14px;
        text-align: left
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-15 .p_navItem2 {
        line-height: 50px;
        width: auto;
        margin: 0;
        border: none
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-15 .p_navCon {
        display: flex;
        justify-content: space-between;
        position: relative
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-15 .p_img {
        display: none
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-15 .p_jtIcon {
        float: right;
        transition: 0.5s;
        height: 30px;
        margin-top: 10px
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-15 .p_jtHover {
        transition: 0.5s;
        transform: rotate(90deg)
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-15 .p_imgBox {
        display: none
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-15 .p_navBox1,.e_navigationC-15 .p_navBox2 {
        width: 100%;
        display: block
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-15 .p_navBox2 {
        display: none;
        padding: 0 0 0 20px;
        position: relative;
        top: 0;
        left: 0;
        background: none
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-15 .p_navBox2 ul {
        width: 100%;
        display: block
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-15 .p_navCon a {
        display: block;
        padding: 0
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-15 .p_navCon::before {
        display: none
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-15 .p_navBox2 > div {
        width: 100%;
        max-width: 100%;
        margin: 0;
        display: block
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-15 .p_navBox2 ul::after {
        display: none
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-16 .p_navContent {
        display: none;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        padding: 20px;
        z-index: 99
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-16 .p_navButton {
        display: flex;
        justify-content: flex-end
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-16 .p_navBox1 {
        width: 100%
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-16 .p_navItem1 {
        padding: 0;
        border-bottom: 1px solid rgb(0 0 0 / 5%);
        line-height: 50px;
        font-size: 14px;
        text-align: left
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-16 .p_navItem2 {
        line-height: 50px;
        width: auto;
        margin: 0;
        border: none
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-16 .p_navCon {
        display: flex;
        justify-content: space-between;
        position: relative
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-16 .p_img {
        display: none
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-16 .p_jtIcon {
        float: right;
        transition: 0.5s;
        height: 30px;
        margin-top: 10px
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-16 .p_jtHover {
        transition: 0.5s;
        transform: rotate(90deg)
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-16 .p_imgBox {
        display: none
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-16 .p_navBox1,.e_navigationC-16 .p_navBox2 {
        width: 100%;
        display: block
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-16 .p_navBox2 {
        display: none;
        padding: 0 0 0 20px;
        position: relative;
        top: 0;
        left: 0;
        background: none
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-16 .p_navBox2 ul {
        width: 100%;
        display: block
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-16 .p_navCon a {
        display: block;
        padding: 0
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-16 .p_navCon::before {
        display: none
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-16 .p_navBox2 > div {
        width: 100%;
        max-width: 100%;
        margin: 0;
        display: block
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-16 .p_navBox2 ul::after {
        display: none
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-17 .p_navContent {
        display: none;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        padding: 20px;
        z-index: 99
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-17 .p_navButton {
        display: flex;
        justify-content: flex-end
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-17 .p_navBox1 {
        width: 100%
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-17 .p_navItem1 {
        padding: 0;
        border-bottom: 1px solid rgb(0 0 0 / 5%);
        line-height: 50px;
        font-size: 14px;
        text-align: left
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-17 .p_navItem2 {
        line-height: 50px;
        width: auto;
        margin: 0;
        border: none
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-17 .p_navCon {
        display: flex;
        justify-content: space-between;
        position: relative
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-17 .p_img {
        display: none
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-17 .p_jtIcon {
        float: right;
        transition: 0.5s;
        height: 30px;
        margin-top: 10px
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-17 .p_jtHover {
        transition: 0.5s;
        transform: rotate(90deg)
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-17 .p_imgBox {
        display: none
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-17 .p_navBox1,.e_navigationC-17 .p_navBox2 {
        width: 100%;
        display: block
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-17 .p_navBox2 {
        display: none;
        padding: 0 0 0 20px;
        position: relative;
        top: 0;
        left: 0;
        background: none
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-17 .p_navBox2 ul {
        width: 100%;
        display: block
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-17 .p_navCon a {
        display: block;
        padding: 0
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-17 .p_navCon::before {
        display: none
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-17 .p_navBox2 > div {
        width: 100%;
        max-width: 100%;
        margin: 0;
        display: block
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-17 .p_navBox2 ul::after {
        display: none
    }
}

@media screen and (min-width: 769px) {
    #c_navigation_006_P_1353-1685020520193 .e_navigationA-13 .p_jtIcon {
        transform:rotate(90deg);
        display: none
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationA-13 .p_level2Item .p_jtIcon {
        display: none
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationA-13 .p_iconBox {
        display: none
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationA-14 .p_jtIcon {
        transform: rotate(90deg);
        display: none
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationA-14 .p_level2Item .p_jtIcon {
        display: none
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationA-14 .p_iconBox {
        display: none
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-15 .p_navBox1 {
        position: relative;
        justify-content: flex-end
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-15 p {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-15 .p_jtIcon {
        display: none;
        transform: rotate(90deg)
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-15 .p_iconBox {
        display: none
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-16 .p_navBox1 {
        position: relative;
        justify-content: flex-end
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-16 p {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-16 .p_jtIcon {
        display: none;
        transform: rotate(90deg)
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-16 .p_iconBox {
        display: none
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-17 .p_navBox1 {
        position: relative;
        justify-content: flex-end
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-17 p {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-17 .p_jtIcon {
        display: none;
        transform: rotate(90deg)
    }

    #c_navigation_006_P_1353-1685020520193 .e_navigationC-17 .p_iconBox {
        display: none
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    .header ul.menuBox > li > a {
        padding:0 10px
    }
}

@media screen and (max-width: 1440px) and (min-width: 1280px) {
}

@media screen and (max-width: 1280px) and (min-width: 1025px) {
}

#c_static_001_P_21520-1685422624499 {
    min-height: 0px;
    display-radio: 1
}

#c_static_001_P_21520-1685422624499 .e_html-2 {
    min-height: 0;
    display-radio: 1;
    background_radio: 1
}

#c_static_001_P_21520-1685422624499 .e_html-2 .sideBar {
    position: fixed;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    z-index: 998
}

#c_static_001_P_21520-1685422624499 .e_html-2 .side1 a,.e_html-2 .side1 img,.e_html-2 .side1 i,.e_html-2 .side1 span {
    display: block;
    color: #fff;
    font-size: 14px;
    writing-mode: vertical-lr;
    margin: 0 auto;
    letter-spacing: 2px
}

#c_static_001_P_21520-1685422624499 .e_html-2 .side1 img {
    margin: 0 auto
}

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

#c_static_001_P_21520-1685422624499 .e_html-2 .side1:hover {
    background: #d6031a
}

#c_static_001_P_21520-1685422624499 .e_html-2 .side1:hover a img {
    animation: jitter 0.5s
}

#c_static_001_P_21520-1685422624499 .e_html-2 .side {
    height: 50px;
    position: absolute;
    transition: all 0.5s
}

#c_static_001_P_21520-1685422624499 .e_html-2 .side a {
    display: block;
    height: 50px;
    font-size: 0
}

#c_static_001_P_21520-1685422624499 .e_html-2 .side i,.e_html-2 .side span {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    line-height: 50px;
    text-align: center;
    background: #333;
    font-size: 13px;
    color: #fff;
    transition: all 1s
}

#c_static_001_P_21520-1685422624499 .e_html-2 .side i {
    width: 50px;
    text-align: center;
    background: #2f69af;
    transition: all 0.3s
}

#c_static_001_P_21520-1685422624499 .e_html-2 .side i img {
    vertical-align: middle
}

#c_static_001_P_21520-1685422624499 .e_html-2 .side2 {
    top: 0px;
    right: -140px;
    width: 190px
}

#c_static_001_P_21520-1685422624499 .e_html-2 .side2 span {
    width: 140px
}

#c_static_001_P_21520-1685422624499 .e_html-2 .side3 {
    right: -140px;
    width: 190px;
    top: 51px
}

#c_static_001_P_21520-1685422624499 .e_html-2 .side3 span {
    width: 140px
}

#c_static_001_P_21520-1685422624499 .e_html-2 .side4 {
    right: -150px;
    width: 200px;
    top: 102px
}

#c_static_001_P_21520-1685422624499 .e_html-2 .side4 span {
    width: 150px
}

#c_static_001_P_21520-1685422624499 .e_html-2 .side5 {
    right: -90px;
    width: 140px;
    top: 153px;
    cursor: pointer
}

#c_static_001_P_21520-1685422624499 .e_html-2 .side5 span {
    width: 90px;
    font-size: 14px
}

#c_static_001_P_21520-1685422624499 .e_html-2 .qcodePic {
    width: 140px;
    height: 140px;
    position: absolute;
    top: 50px;
    left: 0;
    display: none;
    z-index: 99;
    text-align: center;
    background: url(../images/ewm.png) no-repeat center/cover;
    border: 1px solid #e5e5e5
}

#c_static_001_P_21520-1685422624499 .e_html-2 .side5:hover .qcodePic {
    display: block
}

#c_static_001_P_21520-1685422624499 .e_html-2 .side6 {
    right: -90px;
    width: 140px;
    top: 204px;
    cursor: pointer
}

#c_static_001_P_21520-1685422624499 .e_html-2 .side6 span {
    width: 90px;
    font-size: 14px
}

#c_static_001_P_21520-1685422624499 .e_html-2 .side:hover {
    right: 0
}

#c_static_001_P_21520-1685422624499 .e_html-2 .side:hover i {
    background: #2f69af
}

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

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

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

#c_static_001_P_21520-1685422624499 .e_html-2 .m-foot ul {
    font-size: 0;
    text-align: center;
    height: 54px
}

#c_static_001_P_21520-1685422624499 .e_html-2 .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
}

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

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

#c_static_001_P_21520-1685422624499 .e_html-2 .m-foot ul li:first-child,.e_html-2 .m-foot ul li:nth-child(4) {
    border-left: none
}

#c_static_001_P_21520-1685422624499 .e_html-2 .m-foot ul li span,.e_html-2 .m-foot ul li img {
    display: block;
    margin: 6px auto
}

#c_static_001_P_21520-1685422624499 .e_html-2 .m-foot ul li a svg {
    display: block;
    margin: 6px auto;
    fill: #d6031a
}

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

#c_static_001_P_21520-1685422624499 .e_html-2 .m-foot ul li:hover span {
    color: #d6031a
}

#c_static_001_P_21520-1685422624499 .e_html-2 .wyz {
    position: fixed;
    width: 50px;
    height: 50px !important;
    right: 6px;
    bottom: 80px;
    z-index: 90;
    display: none
}

#c_static_001_P_21520-1685422624499 .e_html-2 .wyz .img-block svg {
    fill: #00a24a
}

.onlineBox {
    position: fixed;
    right: 10px;
    bottom: 10%;
    z-index: 22;
    width: 50px
}

.onlineBox ul {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    margin-bottom: 10px
}

.onlineBox ul li {
    display: block;
    border-bottom: 1px #eee solid;
    margin: 0
}

.onlineBox ul li:last-child {
    border: none
}

.onlineBox ul li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    justify-content: center;
    position: relative
}

.onlineBox ul li a svg {
    fill: #666
}

.onlineBox ul li a p {
    position: absolute;
    right: 58px;
    background: var(--xc1);
    padding: 5px 15px;
    border-radius: 5px;
    top: 50%;
    transform: translate(-50px,-50%);
    color: #fff;
    width: max-content;
    font-size: 14px;
    line-height: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all .6s
}

.onlineBox ul li a p:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid var(--xc1);
    border-bottom: 5px solid transparent;
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translate(0,-50%)
}

.onlineBox ul li.weixin a p {
    padding: 5px;
    background: #fff
}

.onlineBox ul li.weixin a p:after {
    border-left: 10px solid #fff
}

.onlineBox ul li a p img {
    width: 130px
}

.onlineBox ul li a:hover svg {
    fill: var(--xc1)
}

.onlineBox ul li a:hover p {
    transform: translate(0,-50%);
    opacity: 1;
    visibility: visible
}

@media screen and (max-width: 768px) {
    #c_static_001_P_21520-1685422624499 .e_html-2 .sideBar {
        display:none !important
    }

    #c_static_001_P_21520-1685422624499 .e_html-2 .m-foot {
        display: block
    }

    #c_static_001_P_21520-1685422624499 .e_html-2 .wyz {
        display: block
    }
}

@media screen and (max-width: 1440px) and (min-width: 1280px) {
}

@media screen and (max-width: 1280px) and (min-width: 1025px) {
}



#c_static_001_P_1356-1650435224121 {
    min-height: 100px;
    padding-top: 0px;
    display-radio: 1;
    background-fill-value: background-color;
    background-color: rgba(51,51,51,1)
}

#c_static_001_P_1356-1650435224121 .e_bottomNav-53 .p_level1Item:nth-child(7) {
    display: none !important
}



.e_text0 {
    font_radio: 2;
    line-height: 2
}

.e_text1 {
    font_radio: 2;
    line-height: 2
}

.e_text2 {
    font_radio: 2;
    line-height: 2;
    font-weight: normal
}

.e_text3 {
    font_radio: 2;
    line-height: 2
}

.e_text4 {
    font_radio: 2;
    line-height: 2
}

.e_text5 {
    font_radio: 2;
    line-height: 2
}

.e_text6 {
    font_radio: 2;
    line-height: 2
}

#c_static_001_P_1356-1650435224121 .e_container-34 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex
}

#c_static_001_P_1356-1650435224121 .e_container-34 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001_P_1356-1650435224121 .e_container-35 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 94%;
    display-radio: flex;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgba(255,255,255,0.2);
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto
}

#c_static_001_P_1356-1650435224121 .e_container-35 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001_P_1356-1650435224121 .e_container-34 .p_item {
    display-radio: 1
}

#c_static_001_P_1356-1650435224121 .e_container-37 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    transition-property: all;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display-radio: flex;
    max-width: none
}

#c_static_001_P_1356-1650435224121 .e_container-37 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001_P_1356-1650435224121 .e_container-37 .cbox-37-0 {
    flex: 0 0 40%
}

#c_static_001_P_1356-1650435224121 .e_provider-40 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition-property: all;
    font_radio: 2;
    font-size: 16px;
    color: rgba(255,255,255,0.5);
    line-height: 1.6;
    text-align: center;
    display-radio: -webkit-box
}

#c_static_001_P_1356-1650435224121 .e_provider-40 a {
    text-align: right;
    display: block
}

#c_static_001_P_1356-1650435224121 .e_provider-40:hover {
    color: rgba(255,255,255,1)
}

#c_static_001_P_1356-1650435224121 .e_container-44 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex
}

#c_static_001_P_1356-1650435224121 .e_container-44 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001_P_1356-1650435224121 .e_text-41 {
    display-radio: 1;
    font_radio: 2;
    font-size: 16px;
    color: rgba(255,255,255,0.5);
    line-height: 1.5
}

#c_static_001_P_1356-1650435224121 .e_bottomNav-53 span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

#c_static_001_P_1356-1650435224121 .e_bottomNav-53 .p_level1Item {
    width: auto;
    padding: 0 15px;
    flex-grow: 1
}

#c_static_001_P_1356-1650435224121 .e_bottomNav-53 .p_level3Box {
    display: none
}

#c_static_001_P_1356-1650435224121 .e_bottomNav-53 .p_menu1Item {
    display-radio: 1;
    font-size: 22px;
    color: rgba(255,255,255,1);
    line-height: 1.5;
    margin-bottom: 15px
}

#c_static_001_P_1356-1650435224121 .e_bottomNav-53 .p_menu2Item {
    display-radio: 1;
    font-size: 16px;
    line-height: 2;
    color: rgba(255,255,255,0.5)
}

#c_static_001_P_1356-1650435224121 .e_bottomNav-53 .p_menu2Item:hover {
    color: rgba(255,255,255,1)
}

#c_static_001_P_1356-1650435224121 .e_text-45 {
    display-radio: 1;
    font_radio: 2;
    font-size: 24px;
    color: rgba(255,255,255,1);
    line-height: 1.5;
    margin-bottom: 15px
}

#c_static_001_P_1356-1650435224121 .e_credible-58 .img1 {
    width: 65px;
    height: 23px
}

#c_static_001_P_1356-1650435224121 .e_credible-58 .img2 {
    width: 79px;
    height: 28px
}

#c_static_001_P_1356-1650435224121 .e_credible-58 .img3 {
    width: 92px;
    height: 33px
}

#c_static_001_P_1356-1650435224121 .e_credible-58 .img4 {
    width: 106px;
    height: 38px
}

#c_static_001_P_1356-1650435224121 .e_credible-58 .img5 {
    width: 131px;
    height: 47px
}

#c_static_001_P_1356-1650435224121 .e_container-61 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 94%;
    display-radio: flex;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 60px
}

#c_static_001_P_1356-1650435224121 .e_container-61 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001_P_1356-1650435224121 .e_container-61 .cbox-61-0 {
    margin-right: 0%;
    flex: 0 0 64%
}

#c_static_001_P_1356-1650435224121 .e_container-61 .cbox-61-1 {
    flex: 0 0 36%
}

#c_static_001_P_1356-1650435224121 .e_credible-58 {
    display-radio: 1;
    background_radio: 1;
    margin-top: 20px
}

#c_static_001_P_1356-1650435224121 .e_container-44 .cbox-44-0 {
    flex: 0 0 100%
}

#c_static_001_P_1356-1650435224121 .e_richText-67 {
    font_radio: 1;
    display-radio: 1
}

#c_static_001_P_1356-1650435224121 .e_bottomNav-53 {
    font_radio: 1;
    display-radio: 1
}

#c_static_001_P_1356-1650435224121 .e_text-70 {
    display-radio: 1;
    font_radio: 2;
    font-size: 16px;
    color: rgba(255,255,255,0.5);
    line-height: 1.5;
    text-align: center
}

#c_static_001_P_1356-1650435224121 .e_container-72 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex
}

#c_static_001_P_1356-1650435224121 .e_container-72 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001_P_1356-1650435224121 .e_richText-73 {
}

@media screen and (max-width: 768px) {
 
    #c_static_001_P_1356-1650435224121 .e_container-61 .cbox-61-0 {
        display: none
    }

    #c_static_001_P_1356-1650435224121 .e_credible-58 {
        text-align: center
    }

    #c_static_001_P_1356-1650435224121 .e_container-61 .cbox-61-1 {
        flex: 0 0 100%
    }

    #c_static_001_P_1356-1650435224121 .e_container-35 {
        padding-bottom: 0px
    }

    #c_static_001_P_1356-1650435224121 .e_text-45 {
        text-align: center;
        margin-bottom: 10px;
        font_radio: 2;
        display-radio: 1;
        font-size: 16px
    }

    #c_static_001_P_1356-1650435224121 .e_container-37 {
        flex-direction: column
    }

    #c_static_001_P_1356-1650435224121 .e_provider-40 a {
        text-align: center
    }

    #c_static_001_P_1356-1650435224121 .e_text-41 {
        text-align: center;
        font_radio: 2;
        display-radio: 1;
        font-size: 14px
    }

    #c_static_001_P_1356-1650435224121 .e_bottomNav-53 .p_menu1Item,#c_static_001_P_1356-1650435224121 .e_bottomNav-53 .p_menu2Item {
        display: flex;
        justify-content: space-between
    }

    #c_static_001_P_1356-1650435224121 .e_bottomNav-53 .p_level1Box ul {
        display: none
    }

    #c_static_001_P_1356-1650435224121 .e_bottomNav-53 .p_jtIcon {
        width: auto;
        height: auto;
        max-width: 20px;
        font-size: inherit;
        transition: 0.5s;
        margin: 0
    }

    #c_static_001_P_1356-1650435224121 .e_bottomNav-53 .p_jtIcon.active {
        transform: rotateZ(90deg)
    }

    #c_static_001_P_1356-1650435224121 .e_bottomNav-53 a {
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    #c_static_001_P_1356-1650435224121 .e_bottomNav-53 .p_level1Item {
        padding: 0
    }

    #c_static_001_P_1356-1650435224121 .e_bottomNav-53 .p_menu2Item svg {
        opacity: .5
    }

    #c_static_001_P_1356-1650435224121 .e_container-44 {
        display-radio: 1;
        flex-direction: column;
        width: auto;
        max-width: none;
        padding-left: 0px;
        margin-left: auto;
        padding-right: 0px;
        margin-right: auto
    }

    #c_static_001_P_1356-1650435224121 .e_richText-67 {
        font_radio: 2;
        display-radio: 1;
        font-size: 14px
    }

    #c_static_001_P_1356-1650435224121 .e_container-61 {
        display-radio: 1;
        padding-left: 0px;
        margin-left: auto;
        margin-right: auto;
        padding-right: 0px;
        padding-top: 30px;
        padding-bottom: 30px
    }

    #c_static_001_P_1356-1650435224121 .e_provider-40 {
        font_radio: 2;
        display-radio: 1;
        font-size: 14px
    }

    #c_static_001_P_1356-1650435224121 {
        display-radio: 1
    }

    #c_static_001_P_1356-1650435224121 .e_text-70 {
        text-align: center;
        font_radio: 2;
        display-radio: 1;
        font-size: 14px
    }

    #c_static_001_P_1356-1650435224121 .e_container-72 {
        display-radio: 1;
        flex-direction: column
    }

    #c_static_001_P_1356-1650435224121 .e_richText-73 {
        font_radio: 2;
        display-radio: 1;
        text-align: center
    }
}

@media screen and (min-width: 769px) {
    #c_static_001_P_1356-1650435224121 .e_bottomNav-53 .p_level1Box {
        display:flex
    }

    #c_static_001_P_1356-1650435224121 .e_bottomNav-53 .p_jtIcon {
        display: none
    }

    #c_static_001_P_1356-1650435224121 .e_bottomNav-53 .p_level1Item {
        display: none
    }

    #c_static_001_P_1356-1650435224121 .e_bottomNav-53 .p_level1Item.open {
        display: block
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    #c_static_001_P_1356-1650435224121 .e_bottomNav-53 {
        display-radio:1;
        font_radio: 1
    }

    #c_static_001_P_1356-1650435224121 .e_bottomNav-53 .p_menu2Item {
        display-radio: 1;
        font-size: 14px
    }

    #c_static_001_P_1356-1650435224121 .e_bottomNav-53 .p_menu1Item {
        display-radio: 1;
        font-size: 16px
    }

    #c_static_001_P_1356-1650435224121 .e_text-45 {
        display-radio: 1;
        font_radio: 2;
        font-size: 16px
    }
}

:root {
    --c: #032a4b;
    --bw: 1400px;
    --cc: #fff;
    --ccsize: 150px
}

#c_static_001_P_13253-1685020703270 {
    background: #222;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translate(0,100%);
    transition: all 0.6s
}

.saf-make #c_static_001_P_13253-1685020703270 {
    opacity: 1;
    visibility: visible;
    transform: translate(0,0)
}

#c_static_001_P_13253-1685020703270 .e_container-1 {
    display: none;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    padding: 20px
}

.saf-make #c_static_001_P_13253-1685020703270 .e_container-1 {
    display: block
}

#c_static_001_P_13253-1685020703270 .e_container-1 > .p_item {
    flex: 0 0 100%;
    max-width: 100%;
    max-height: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 30px
}

#c_static_001_P_13253-1685020703270 .e_h3-2 {
    padding-bottom: 15px;
    border-bottom: 1px #ddd solid;
    display: flex;
    font-size: 20px;
    font-weight: bold;
    color: #222
}

#c_static_001_P_13253-1685020703270 .e_h3-2 text {
    flex: 1;
    position: relative
}

#c_static_001_P_13253-1685020703270 .e_h3-2 text em {
    background: #f00;
    padding: 3px 5px;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    position: absolute;
    top: 0;
    line-height: 1
}

#c_static_001_P_13253-1685020703270 .e_h3-2 span {
    color: #0CA200;
    display: flex
}

#c_static_001_P_13253-1685020703270 .e_h3-2 span:before {
    content: "æ³¨å†Œç ï¼š";
    color: #666
}

.saf-plug legend.col-form-label {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding: 0 0 10px;
    border-bottom: 1px #ddd solid
}

.saf-plug .p_input {
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}

#c_static_001_P_13253-1685020703270 .e_html-31 {
    min-height: 100px;
    padding-top: 15px
}

#c_static_001_P_13253-1685020703270 .e_html-31 h3 {
    border-bottom: 1px #ddd solid;
    padding-bottom: 15px;
    font-size: 18px;
    color: #333;
    display: flex;
    align-items: center
}

#c_static_001_P_13253-1685020703270 .e_html-31 h3 span {
    flex: 1;
    font-size: 14px;
    color: #666;
    font-weight: normal;
    text-align: right
}

#c_static_001_P_13253-1685020703270 .e_html-31 .saf-svgs {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    margin: 0 -5px
}

#c_static_001_P_13253-1685020703270 .e_html-31 .saf-svgs > div {
    flex: 0 0 80px;
    padding: 10px;
    border: 1px #ddd solid;
    border-radius: 10px;
    margin: 5px;
    text-align: center;
    cursor: pointer
}

#c_static_001_P_13253-1685020703270 .e_html-31 .saf-svgs > div svg {
    width: 30px;
    height: 40px
}

#c_static_001_P_13253-1685020703270 .e_html-31 .saf-svgs > div svg path {
    fill: #666
}

#c_static_001_P_13253-1685020703270 .e_html-31 .saf-svgs > div:hover {
    border-color: var(--c)
}

#c_static_001_P_13253-1685020703270 .e_html-31 .saf-svgs > div:hover svg path {
    fill: var(--c)
}

#c_static_001_P_13253-1685020703270 .e_container-32 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    padding: 20px 0;
    display-radio: flex
}

#c_static_001_P_13253-1685020703270 .e_container-32 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001_P_13253-1685020703270 .e_richText-33 {
}

#c_static_001_P_13253-1685020703270 .saf-setItem {
    line-height: 1.6 !important;
    border: 1px #ddd solid;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 14px
}

#c_static_001_P_13253-1685020703270 .saf-setItem svg {
    width: auto;
    height: 20px;
    fill: #666
}

#c_static_001_P_13253-1685020703270 .saf-setItem > div,#c_static_001_P_13253-1685020703270 .saf-setItem > a {
    flex: 1;
    padding: 0 60px 0 15px;
    position: relative
}

#c_static_001_P_13253-1685020703270 .saf-setItem > div:before,#c_static_001_P_13253-1685020703270 .saf-setItem > a:before {
    content: "";
    display: block;
    width: 40px;
    height: 20px;
    background: #0CA200;
    border-radius: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px
}

#c_static_001_P_13253-1685020703270 .saf-setItem > div:after,#c_static_001_P_13253-1685020703270 .saf-setItem > a:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: 3px;
    top: 50%;
    margin-top: -7px
}

#c_static_001_P_13253-1685020703270 .e_text-37 {
    line-height: normal
}

#c_static_001_P_13253-1685020703270 .e_text-38 {
    line-height: normal
}

#c_static_001_P_13253-1685020703270 .e_text-39 {
    line-height: normal
}

#c_static_001_P_13253-1685020703270 .e_text-43 {
    line-height: normal
}

#c_static_001_P_13253-1685020703270 .e_richText-40 {
    line-height: normal;
    flex-wrap: wrap;
    font_radio: 2;
    display-radio: 1
}

#c_static_001_P_13253-1685020703270 .e_richText-40 h3 {
    font-size: 18px;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 1px #ddd solid;
    position: relative;
    width: 100%;
    line-height: 1.6
}

#c_static_001_P_13253-1685020703270 .e_richText-40 h3:before {
    content: "";
    display: block;
    width: 40px;
    height: 20px;
    background: #0CA200;
    border-radius: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px
}

#c_static_001_P_13253-1685020703270 .e_richText-40 h3:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: 3px;
    top: 50%;
    margin-top: -12px
}

#c_static_001_P_13253-1685020703270 .e_richText-40 > div:before,#c_static_001_P_13253-1685020703270 .e_richText-40 > div:after {
    display: none
}

#c_static_001_P_13253-1685020703270 .e_container-41 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 -10px;
    display-radio: flex
}

#c_static_001_P_13253-1685020703270 .e_container-41 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
    padding: 10px
}

#c_static_001_P_13253-1685020703270 .e_container-41 > .p_item > div {
    height: 100%
}

#c_static_001_P_13253-1685020703270.response-animated {
    animation-name: none,none;
    animation-delay: 0.0s,0.6s;
    animation-duration: 0.6s,0.6s;
    animation-iteration-count: 1,1
}

#c_static_001_P_13253-1685020703270.response-animated .e_container-1 {
    animation-name: none,none;
    animation-delay: 0.0s,0.6s;
    animation-duration: 0.6s,0.6s;
    animation-iteration-count: 1,1
}

body.saf-svgs-show #c_static_001_P_13253-1685020703270 {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100000;
    background: rgba(0,0,0,0.8);
    opacity: 1;
    visibility: visible;
    transform: translate(0,0)
}

body.saf-svgs-show #c_static_001_P_13253-1685020703270 .e_container-1 {
    display: block
}

body.saf-svgs-show #c_static_001_P_13253-1685020703270 .e_container-32 {
    display: none
}

body.saf-svgs-show #c_static_001_P_13253-1685020703270 .e_h3-2 {
    display: none
}

[saf-fullscreen] div.swiper.swiper-vertical > .swiper-wrapper {
    display: block !important
}

