/*body {
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
    width: 100%;
}*/

@font-face {
    font-family: "9241675d-bedf-4a58-b236-51e5c4b53480";
    src: url('9241675d-bedf-4a58-b236-51e5c4b53480.ttf') format('truetype');
    font-alias:Arrakis;
    font-display:swap
}

.company-profile {
    padding-bottom: 50px;
}


.company-profile h3 {
    display: block;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
}

.company-profile .profile {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.1;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 2.84%;
}

.company-profile .profile-img {
    margin-top: 5.6%;
}

.company-profile .profile-img ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.company-profile .profile-img ul li {
    width: 24%;
}

.company-profile .profile-img ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: calc(276 / 353 * 100%);
}

.company-profile .profile-img ul li a img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: 0.5s ease;
    max-width: 100%;
}

.company-profile .profile-img ul li:hover img {
    transform: scale(1.1);
}


.company-culture {
    position: relative;
    overflow: hidden;
    z-index: 20;
}

.company-culture .culture-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.company-culture .culture-bg .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease;
}

.company-culture .culture-bg .img.active {
    z-index: 10;
    position: relative;
    visibility: visible;
    opacity: 1;
    transition: 0.3s all;
}

.company-culture .culture-bg .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}

.company-culture h3 {
    position: absolute;
    top: 11%;
    left: 0;
    width: 100%;
    z-index: 30;
    text-align: center;
    display: block;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #fff;
}

.company-culture .cluture-txt {
    position: relative;
    z-index: 10;
}

.company-culture .cluture-txt ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: unset;
}

.company-culture .cluture-txt ul li {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    flex: 1;
    position: relative;
}

.company-culture .cluture-txt ul li::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to top,#000000,rgba(0, 0, 0, 0));
    opacity: 0;
    transition: 0.5s ease;
    z-index: 1;
}

.company-culture .cluture-txt ul li.active::after {
    opacity: 0.3;
    transition: 0.3s all;
}

.company-culture .cluture-txt ul li a {
    display: block;
    padding: 91% 17% 38.8%;
    text-align: center;
    transition: 0.5s ease;
    position: relative;
    z-index: 20;
}

.company-culture .cluture-txt ul li a .img {
    display: block;
    width: 100%;
    text-align: center;
    height: 60px;
    opacity: 0;
    transition: 0.5s ease;
}

.company-culture .cluture-txt ul li a .img img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: 100%;
    object-fit: contain;
}

.company-culture .cluture-txt ul li a .txt {
    margin-top: 9%;
    transition: 0.5s ease;
}

.company-culture .cluture-txt ul li a .txt h4 {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #ffffff;
}

.company-culture .cluture-txt ul li a .txt p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 11%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.company-culture .cluture-txt ul li.active a .img {
    opacity: 1;
    transform: translateY(-32px);
}

.company-culture .cluture-txt ul li.active a .txt {
    transform: translateY(-32px);
}

.product-equip {
    padding: 90px 0;
    overflow: hidden;
}

.product-equip h3 {
    display: block;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
}

.product-equip .equip-txt {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.8;
    letter-spacing: 0px;
    color: #333333;
    width: 87.8%;
    margin: 1.25em auto 0;
    display: block;
    text-align: center;
}

.product-equip .equip-img {
    margin-top: 5%;
    overflow: hidden;
}

.product-equip .equip-img .swiper {
    margin: 0 -47.5%;
    width: 195%;
}

.product-equip .equip-img .swiper li a {
    display: block;
    opacity: 0.26;
}

.product-equip .equip-img li .img {
    padding-top: calc(510 / 958 * 100%);
    position: relative;
    overflow: hidden;
}

.product-equip .equip-img li.swiper-slide-active a {
    opacity: 1;
}

.product-equip .equip-img li .img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}

.x-case .product-equip {
    padding: 0;
}

.fazhan-course {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0 220px;
    overflow: hidden;
}

.fazhan-course h3 {
    display: block;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
}

.course-swiper1 {
    position: relative;
    z-index: 20;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 6%;
}

.course-swiper1::before {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background-color: #000000;
    opacity: 0.1;
    position: absolute;
    left: 50%;
    top: 24px;
    transform: translateX(-50%);
    z-index: -1;
}

.course-swiper1 .swiper-button-prev, .course-swiper1 .swiper-button-next {
    display: block;
    width: 49px;
    height: 49px;
    background-color: #bf1920;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/course_button.png);
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    flex-shrink: 0;
}

.course-swiper1 .swiper-button-next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

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

.course-swiper1 .swiper {
    margin: 0 30px;
    flex-grow: 1;
}
.course-swiper1 li {
    text-align: center;
}
.course-swiper1 li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    padding-top: 13px;
}
.course-swiper1 li span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 23px;
    height: 23px;
    border: solid 2px transparent;
    border-radius: 50%;
}
.course-swiper1 li.swiper-slide-active span {
    border-color: #bf1920;
}
.course-swiper1 li span::before {
    content: "";
    display: block;
    background-color: #a5a5a5;
    width: calc(11 / 19 * 100%);
    height: calc(11 / 19 * 100%);
    border-radius: 50%;
}
.course-swiper1 li.swiper-slide-active span::before {
    background-color: #bf1920;
}
.course-swiper1 li h4 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #a5a5a5;
    margin-top: 0.5em;
}
.course-swiper1 li.swiper-slide-active h4 {
    font-weight: bold;
    color: #bf1920;
}


.course-swiper2 {
    margin-top: 6%;
}
.course-swiper2 li {}
.course-swiper2 li a {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 0 50px;
}
.course-swiper2 li .time {
    display: flex;
    align-items: center;
    justify-content: center;
}
.course-swiper2 li .time h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 88px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #bf1920;
}
.course-swiper2 li .time p {
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #bf1920;
    margin-left: 1em;
}
.course-swiper2 li .sum {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #666666;
    margin-left: 7em;
}


.company-honor {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 70px 0 66px;
}

.company-honor h3 {
    display: block;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
}

.honor-swiper {
    margin-top: 4.2%;
    position: relative;
}
.honor-swiper::after {
    content: "";
    display: block;
    width: 108%;
    margin: 0 -4%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: calc(83 / 1480 * 100%);
    background-image: url(../images/honor_swiper.png);
    margin-top: 1.6%;
}

.honor-swiper .swiper {}
.honor-swiper li {
}
.honor-swiper li a {
    display: block;
    transform-origin: center 90%;
    transform: scale(0.71);
}
.honor-swiper li.swiper-slide-active a {
    transform: scale(1);
}
.honor-swiper li .img {
    position: relative;
    padding: 6% 5.625%;
}
.honor-swiper li .img div {
    padding-top: calc(410 / 284 * 100%);
    z-index: 10;
    position: relative;
    overflow: hidden;
}
.honor-swiper li .img div img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}
.honor-swiper li .img::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/honor_img.png);
    z-index: 20;
}
.honor-swiper li h4 {
    display: block;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 1em;
    opacity: 0;
    visibility: hidden;
    padding: 0 1em;
}
.honor-swiper li.swiper-slide-active h4 {
    opacity: 1;
    visibility: visible;
}

.honor-swiper .swiper-button-prev,
.honor-swiper .swiper-button-next {
  outline: none;
  display: flex;
  width: 24px;
  height: 44px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.honor-swiper .swiper-button-prev::after,
.honor-swiper .swiper-button-next::after {
  content: "";
  background: none;
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #ffffff;
  border-color: transparent transparent #4d4d4d #4d4d4d;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
}

.honor-swiper .swiper-button-prev:hover::after,
.honor-swiper .swiper-button-next:hover::after {
  border-color: transparent transparent #ffffff #ffffff;
}

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

.honor-swiper .swiper-button-prev,
.honor-swiper .swiper-button-next {
    display: flex;
    width: 36px;
    height: 60px;
    top: 40%;
    margin: 0;
}
.honor-swiper .swiper-button-prev::after, 
.honor-swiper .swiper-button-next::after {
    width: 26px;
    height: 26px;
    border-width: 4px;
    border-color: transparent transparent #cccccc #cccccc;
    left: 10px;
}
.honor-swiper .swiper-button-prev:hover::after, 
.honor-swiper .swiper-button-next:hover::after {
    border-color: transparent transparent #bf1920 #bf1920;
}
.honor-swiper .swiper-button-prev {
    left: -6%;
}
.honor-swiper .swiper-button-next {
    right: -6%;
}


@media (max-width: 768px) {
    .company-profile {
        padding: 40px 0 20px 0;
    }

    .company-profile h3, .company-culture h3, .product-equip h3, .fazhan-course h3, .company-honor h3 {
        font-size: 26px;
    }

    .company-culture {
        padding: 36px 0 20px;
    }

    .company-culture h3 {
        top: 0;
        position: relative;
    }

    .company-culture .cluture-txt {
        margin-top: 30px;
        overflow-y: hidden;
        overflow-x: auto;
    }

    .company-culture .cluture-txt ul li {
        width: 40vw;
        flex: none;
    }

    .company-culture .cluture-txt ul li a {
        padding: 40px 30px 32px;
    }

    .company-culture .cluture-txt ul li a .img {
        opacity: 1;
        height: 42px;
    }

    .company-culture .cluture-txt ul li a .txt {
        margin-top: 12px;
    }

    .company-culture .cluture-txt ul li a .txt h4 {
        font-size: 18px;
    }

    .company-culture .cluture-txt ul li a .txt p {
        font-size: 14px;
        margin-top: 10px;
    }

    .company-culture .cluture-txt ul li.active a .img {
        opacity: 1;
        transform: translateY(-16px);
    }

    .company-culture .cluture-txt ul li.active a .txt {
        opacity: 1;
        transform: translateY(-16px);
    }

    .product-equip {
        padding: 30px 0;
    }

    .fazhan-course {
        padding: 50px 0 80px;
    }

    .course-swiper1 .swiper-button-prev, .course-swiper1 .swiper-button-next {
        width: 40px;
        height: 40px;
    }

    .course-swiper1 li h4 {
        font-size: 18px;
    }

    .course-swiper1 li a {
        padding-top: 15px;
    }

    .course-swiper1 li span {
        width: 20px;
        height: 20px;
    }

    .course-swiper2 li a {
        flex-flow: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 0 20px;
    }

    .course-swiper2 li .time {
        justify-content: flex-start;
    }

    .course-swiper2 li .time h4 {
        font-size: 32px;
    }

    .course-swiper2 li .time p {
        font-size: 16px;
        margin-left: 0.5em;
    }

    .course-swiper2 li .sum {
        line-height: 1.8;
        margin-left: 0;
        margin-top: 0.5em;
        font-size: 14px;
    }

    .company-honor {
        padding: 4.2% 0 4%;
    }

    .honor-swiper {
        padding: 0 30px;
    }

    .honor-swiper .swiper-button-next {
        right: 0;
    }

    .honor-swiper .swiper-button-prev {
        left: 0;
    }
}
@media (max-width: 640px) {

  .company-profile .profile-img ul {
        flex-flow: column;
    }

    .company-profile .profile-img ul li {
        width: 100%;
        margin-bottom: 10px;
    }

    .product-equip .equip-img {
        margin-top: 20px;
    }

    .product-equip .equip-img .swiper {
        margin: 0 -75%;
        width: 250%;
    }

    .honor-swiper {
        margin-top: 24px;
    }

    .honor-swiper .swiper {
        margin: 0 -50%;
        width: 200%;
    }

    .honor-swiper li h4 {
        font-size: 14px;
        margin-top: 0.5em;
    }
}


/* banner */
#c_banner_036-16922644151530 .e_bannerA-2 .swiper-container {
    width: 100%;
/*    height: 100vh;
    max-height: 950px;*/
    overflow: hidden
}

#c_banner_036-16922644151530 .e_bannerA-2 .swiper-slide {
    overflow: hidden;
    background: #fff;
    z-index: 10
}

#c_banner_036-16922644151530 .e_bannerA-2 .swiper-slide-active {
    z-index: 11
}

#c_banner_036-16922644151530 .e_bannerA-2 .p_slide {
    background-position: center center;
    background-size: cover
}

#c_banner_036-16922644151530 .e_bannerA-2 .p_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none
}

#c_banner_036-16922644151530 .e_bannerA-2 .p_video {
    width: 100%;
    height: 100%;
    overflow: hidden
}

#c_banner_036-16922644151530 .e_bannerA-2 .P_link_img {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    background-size: cover;
    transition: all ease 2s;
    transform: scale(1.1)
}

#c_banner_036-16922644151530 .e_bannerA-2 .swiper-slide-active .P_link_img {
    transform: scale(1)
}

#c_banner_036-16922644151530 .e_bannerA-2 .p_videoPoster {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    background-size: cover;
    transition: transform ease 2s;
    transform: scale(1);
    cursor: pointer;
    z-index: 19
}

#c_banner_036-16922644151530 .e_bannerA-2 .swiper-slide-active .p_videoPoster {
    transform: scale(1)
}

#c_banner_036-16922644151530 .e_bannerA-2 .P_link_img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.18);
    width: auto;
    height: 100%
}

#c_banner_036-16922644151530 .e_bannerA-2 .p_videoPoster img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.18);
    width: auto;
    height: 100%;
}

#c_banner_036-16922644151530 .e_bannerA-2 .p_info {
    position: absolute;
    top: 60%;
    left: 50%;
    width: 94%;
    padding-right: 35%;
    z-index: 22;
    transform: translate(-50%, -50%);
    max-width: 1600px
}

#c_banner_036-16922644151530 .e_bannerA-2 .p_info_fivebox {
    width: 100%;
    display-radio: 1
}

#c_banner_036-16922644151530 .e_bannerA-2 .p_entitle {
    color: #fff;
    font-size: 20px;
    font-family: arial;
    line-height: 1.6;
    /*text-shadow:3px 0 10px rgb(22 78 145 / 40%);
*/
    transition: all ease 2s .5s;
    opacity: 0;
    transform: translateY(40px);
    text-shadow: 0px 0px 5px #fff
}

#c_banner_036-16922644151530 .e_bannerA-2 .swiper-slide-active .p_entitle {
    opacity: 1;
    transform: translateY(0px)
}

#c_banner_036-16922644151530 .e_bannerA-2 .p_btitle {
    color: #fff;
    font-size: 3.5vw;
    line-height: 1.0;
    letter-spacing: 1px;
    text-transform: uppercase;
    /*text-shadow:3px 0 10px rgb(22 78 145 / 40%);
*/
    transition: all ease 2s .7s;
    opacity: 0;
    transform: translateY(40px);
    font-weight: bold;
    text-shadow: 0px 0px 5px #ffffff5e
}

#c_banner_036-16922644151530 .e_bannerA-2 .swiper-slide-active .p_btitle {
    opacity: 1;
    transform: translateY(0px)
}

#c_banner_036-16922644151530 .e_bannerA-2 .p_summary {
    color: #fff;
    font-size: 2.4vw;
    line-height: 1.6;
    margin-top: 20px;
    transition: all ease 2s 1s;
    opacity: 0;
    transform: translateY(40px);
    display-radio: 1;
    font-family: "9241675d-bedf-4a58-b236-51e5c4b53480";
    text-transform: uppercase;
    letter-spacing: 1px
}

#c_banner_036-16922644151530 .e_bannerA-2 .swiper-slide-active .p_summary {
    opacity: 1;
    transform: translateY(0px)
}

#c_banner_036-16922644151530 .e_bannerA-2 .p_cspan {
    position: relative;
    margin-top: 10px;
    display: block;
    transition: all ease 2s .8s;
    opacity: 0;
    transform: translateY(40px)
}

#c_banner_036-16922644151530 .e_bannerA-2 .p_button {
    display: inline-block;
    margin-top: 40px;
    background-color: transparent;
    border-color: rgba(74, 76, 82, 1);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-style: none;
    width: 100%;
    width: 180px;
    padding: 13px 15px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    opacity: 0;
    transform: translateY(40px);
    transition: all ease .3s,transform ease .8s .9s,opacity ease .8s .9s;
    border: 1px solid #fff;
    border-radius: 100px
}

#c_banner_036-16922644151530 .e_bannerA-2 .p_button:hover {
    background: #e62129;
    color: #fff;
    border-color: #e62129
}

#c_banner_036-16922644151530 .e_bannerA-2 .swiper-slide-active .p_button {
    opacity: 1;
    transform: translateY(0px)
}

#c_banner_036-16922644151530 .e_bannerA-2 .swiper-slide-active .p_cspan {
    opacity: 1;
    transform: translateY(0px)
}

#c_banner_036-16922644151530 .e_bannerA-2 .p_cspan::before {
    background: #de242c
}

#c_banner_036-16922644151530 .e_bannerA-2 .p_scrool {
    position: absolute;
    left: calc((100% - 90px) / 2);
    bottom: 40px;
    color: #fff;
    width: 90px;
    z-index: 10
}

#c_banner_036-16922644151530 .e_bannerA-2 .p_scrool span {
    text-transform: uppercase;
    color: #fff;
    display: block;
    font-family: arial;
    line-height: 20px;
    margin-top: 12px;
    font-size: 12px
}

#c_banner_036-16922644151530 .e_bannerA-2 .p_scrool i {
    display: block;
    width: 20px;
    height: 30px;
    margin: 0 auto;
    border-radius: 12px;
    border: 2px #fff solid;
    position: relative
}

#c_banner_036-16922644151530 .e_bannerA-2 .p_scrool i:before {
    content: "";
    display: block;
    width: 4px;
    height: 10px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 3px;
    animation: scrollmouse 2s linear infinite
}

@keyframes scrollmouse {
    from {
        transform: translate(-50%, 0);
        opacity: 1
    }

    to {
        transform: translate(-50%, 10px);
        opacity: 0
    }
}

#c_banner_036-16922644151530 .e_bannerA-2 .p_kongjian {
    position: absolute;
    right: 0;
    width: 100%;
    border-left: 1px solid rgb(255 255 255 / 10%);
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 1;
    max-width: 100px;
    pointer-events: none;
    display: none
}

#c_banner_036-16922644151530 .e_bannerA-2 .swiper-pagination {
    position: absolute;
    display: flex;
    flex-direction: row;
    top: auto;
    right: auto;
    transform: translate(50%, -50%);
    left: 7%;
    width: auto;
    height: auto;
    bottom: 40px
}

#c_banner_036-16922644151530 .e_bannerA-2 .swiper-pagination-bullet {
    margin: 3px 5px !important;
    background: hsl(0deg 0% 100% / 40%);
    opacity: 1;
    width: 10px;
    height: 10px;
    transition: all ease .3s
}

#c_banner_036-16922644151530 .e_bannerA-2 .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 15px;
    background: rgb(255 255 255)
}

#c_banner_036-16922644151530 .e_bannerA-2 .swiper-pagination-bullet:hover {
    background: rgb(255 255 255)
}

#c_banner_036-16922644151530 .e_bannerA-2 .p_btn_next {
    color: #fff;
    border-radius: 0;
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    transition: all ease .3s;
    position: static;
    margin: 0 auto
}

#c_banner_036-16922644151530 .e_bannerA-2 .p_btn_next::after {
    font-size: 16px
}

#c_banner_036-16922644151530 .e_bannerA-2 .p_btn_next:hover {
    background: rgba(255, 255, 255, .6);
    border: 1px solid rgba(255, 255, 255, .9)
}

#c_banner_036-16922644151530 .e_bannerA-2 .p_btn_next:hover::after {
    color: #ed1b12
}

#c_banner_036-16922644151530 .e_bannerA-2 .p_btn_prev {
    color: #fff;
    border-radius: 0;
    border: 1px solid #fff;
    height: 50px;
    width: 50px;
    transition: all ease .3s;
    position: static;
    margin: 0px 20px 0px 0px
}

#c_banner_036-16922644151530 .e_bannerA-2 .p_btn_prev::after {
    font-size: 16px
}

#c_banner_036-16922644151530 .e_bannerA-2 .p_btn_prev:hover {
    background: rgba(255, 255, 255, .6);
    border: 1px solid rgba(255, 255, 255, .9)
}

#c_banner_036-16922644151530 .e_bannerA-2 .p_btn_prev:hover::after {
    color: #ed1b12
}

#c_banner_036-16922644151530 .e_bannerA-2 .videoContent {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    cursor: pointer
}

#c_banner_036-16922644151530 .e_bannerA-2 .videoContent div a {
    display: block;
}

#c_banner_036-16922644151530 .e_bannerA-2 .videoContent img {
    width: 100%;
}

#c_banner_036-16922644151530 .e_bannerA-2 .videoContent video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 140vh;
    width: auto
}

#c_banner_036-16922644151530 .e_bannerA-2 .p_video_button {
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 160px;
    z-index: 110;
    max-width: 100px;
    height: 50px
}

#c_banner_036-16922644151530 .e_bannerA-2 .p_videobtm {
    color: #fff;
    border-radius: 100%;
    border: 2px solid #fff;
    top: auto;
    bottom: 0;
    width: 50px;
    height: 50px;
    left: 50%;
    transform: translateX(-50%);
    transition: all ease .3s;
    display: none;
    position: absolute;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    display: none
}

#c_banner_036-16922644151530 .e_bannerA-2 .p_video_button svg {
    margin: 0 auto;
    width: 15px
}

#c_banner_036-16922644151530 .e_bannerA-2 .p_arr {
    max-width: 120px;
    width: 100%;
    position: absolute;
    right: 7%;
    bottom: 40px;
    height: auto;
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center
}

#c_banner_036-16922644151530 .e_bannerA-2 .p_videobtm:hover {
    background: #0e70b9;
    border: 2px solid #0e70b9
}

#c_banner_036-16922644151530 .e_bannerA-2 .video_cover {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2021110809444772096/cms/image/ac7dfb0c-9f66-4346-a20f-f226255c788d.png) repeat;
    z-index: 21;
    opacity: 1
}

#c_banner_036-16922644151530 {
    display-radio: 1;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#c_banner_036-16922644151530 .e_bannerA-2 .p_img img,#c_banner_036-16922644151530 .e_bannerA-2 .p_videoPoster img,#c_banner_036-16922644151530 .e_bannerA-2 .gallery-thumbs .swiper-slide img {
    object-fit: contain;
}

@media screen and (max-width: 768px) {
    #c_banner_036-16922644151530 .e_bannerA-2 .p_button {
        max-width:120px;
        padding: 5px;
        margin-top: 0px
    }

    #c_banner_036-16922644151530 .e_bannerA-2 .p_info_fivebox {
        width: 80%;
        padding-bottom: 0px
    }

    #c_banner_036-16922644151530 .e_bannerA-2 .p_info {
        width: 90%;
        top: 60%;
        padding-right: 0
    }

    #c_banner_036-16922644151530 .e_bannerA-2 .p_scrool {
        display: none
    }

    #c_banner_036-16922644151530 .e_bannerA-2 .p_summary {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 10px;
        margin-top: 10px
    }

    #c_banner_036-16922644151530 .e_bannerA-2 .p_entitle {
        font-size: 12px
    }

    #c_banner_036-16922644151530 .e_bannerA-2 .p_btitle {
        font-size: 24px
    }

    #c_banner_036-16922644151530 .e_bannerA-2 .p_cspan::before {
        width: 25px;
        height: 2px
    }

    #c_banner_036-16922644151530 .e_bannerA-2 .p_kongjian {
        max-width: 55px;
        display: none
    }

    #c_banner_036-16922644151530 .e_bannerA-2 .p_arr {
        max-width: 55px;
        display: none
    }

    #c_banner_036-16922644151530 .e_bannerA-2 .p_video_button {
        max-width: 55px;
        bottom: 106px;
        height: 28px
    }

    #c_banner_036-16922644151530 .e_bannerA-2 .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin: 3px !important
    }

    #c_banner_036-16922644151530 .e_bannerA-2 .swiper-pagination-bullet-active {
        width: 20px
    }

    #c_banner_036-16922644151530 .e_bannerA-2 .swiper-pagination-bullet:hover {
        height: 6px
    }

    #c_banner_036-16922644151530 .e_bannerA-2 .p_btn_prev {
        width: 28px;
        height: 28px;
        margin: 5px auto 0
    }

    #c_banner_036-16922644151530 .e_bannerA-2 .p_video_button span {
        width: 28px;
        height: 28px
    }

    #c_banner_036-16922644151530 .e_bannerA-2 .p_btn_next {
        width: 28px;
        height: 28px
    }

    #c_banner_036-16922644151530 .e_bannerA-2 .p_btn_prev::after {
        font-size: 12px
    }

    #c_banner_036-16922644151530 .e_bannerA-2 .p_btn_next::after {
        font-size: 12px
    }

    #c_banner_036-16922644151530 .e_bannerA-2 .swiper-container {
/*        height: 35vh;*/
        margin-top: 0px
    }

    #c_banner_036-16922644151530 .e_bannerA-2 .p_cspan {
        margin-top: 0px
    }

    #c_banner_036-16922644151530 .e_bannerA-2 .p_video_button svg {
        width: 12px
    }

    #c_banner_036-16922644151530 .e_bannerA-2 .swiper-pagination {
        right: auto;
        top: auto;
        bottom: 15px;
        left: auto;
        width: 100%;
        justify-content: center;
        height: auto;
        transform: unset;
        flex-direction: row
    }

    #c_banner_036-16922644151530 .e_bannerA-2 .videoContent video {
        height: auto;
        width: auto
    }

    #c_banner_036-16922644151530 .e_bannerA-2 .p_scrool span {
        display: none
    }

    #c_banner_036-16922644151530 .e_bannerA-2 .p_slide {
        background-position: 80% center;
        background-size: cover
    }

    #c_banner_036-16922644151530 .e_bannerA-2 .swiper-container {
/*        height: 100vh*/
    }

    #c_banner_036-16922644151530 {
        display-radio: 1;
        margin-top: 0px
    }

    #c_banner_036-16922644151530 .e_bannerA-2 {
        background_radio: 1;
        display-radio: 1;
        margin-top: 0px
    }

    #c_banner_036-16922644151530 .e_bannerA-2 .p_videoPoster {
        display-radio: 1
    }

    #c_banner_036-16922644151530 .e_bannerA-2 .videoContent video {
        height: 140vh;
        width: auto
    }
}

@media screen and (min-width: 769px) {
    #c_banner_036-16922644151530 .e_bannerA-2 .p_summary {
        text-shadow:3px 0 10px rgb(22 78 145 / 40%)
    }
}


#c_static_001-1692342583796 {
    min-height: 0px;
    display-radio: 1;
    padding-top: 80px
}

#c_static_001-1692342583796 .e_container-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
}

#c_static_001-1692342583796 .e_container-1 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001-1692342583796 .e_text-2 {
    line-height: 1.5;
    font_radio: 2;
    display-radio: 1;
    max-width: 1600px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    color: rgba(51,51,51,1);
    text-align: center;
    font-weight: bold
}

#c_static_001-1692342583796 .e_text-3 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    max-width: 1600px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    font-size: 36px;
    color: #e62129;
    text-align: center;
    font-weight: 100;
    margin-top: 15px;
    font-family: "9241675d-bedf-4a58-b236-51e5c4b53480"
}

#c_static_001-1692342583796 .e_text-4 {
    line-height: 1.5;
    font_radio: 2;
    display-radio: 1;
    max-width: 1600px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    font-size: 36px;
    color: rgba(51,51,51,1);
    text-align: center;
    font-weight: bold
}

#c_static_001-1692342583796 .e_image-5 {
    overflow: hidden;
    text-align: center;
    margin-top: 10px
}

#c_static_001-1692342583796 .e_image-5 img {
    width: auto;
    height: 100%;
    object-fit: contain
}

@media screen and (max-width: 768px) {
    #c_static_001-1692342583796 .e_text-2 {
        font-size:20px;
        font_radio: 2;
        display-radio: 1
    }

    #c_static_001-1692342583796 .e_text-3 {
        font-size: 18px;
        margin-top: 5px
    }

    #c_static_001-1692342583796 .e_text-4 {
        font-size: 20px;
        font_radio: 2;
        display-radio: 1
    }

    #c_static_001-1692342583796 {
        display-radio: 1;
        padding-top: 35px
    }
}


#c_static_001_P_20698-1692342913582 {
    min-height: 300px;
    display-radio: 1;
    background-fill-value: background-color;
    padding-top: 40px;
    padding-bottom: 0px
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .p_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .p_loopitem {
    flex: 0 0 33.3%;
    position: relative
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .p_page {
    text-align: center
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .p_filter_wrapper {
    width: 100%;
    font-size: 13px
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .p_kv_wrapper {
    display: flex;
    flex-wrap: nowrap;
    line-height: 40px;
    margin: 15px 0
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .p_filter_key {
    width: 70px;
    overflow: hidden;
    margin-right: 10px;
    font-weight: bold;
    color: #333333;
    font-size: 12px
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .p_v_item {
    display: inline-block;
    padding: 0 3px;
    cursor: pointer;
    font-size: 13px;
    color: #555555;
    margin-right: 30px
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .p_active .p_fbutton {
    color: #fff;
    background-color: cornflowerblue
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .p_result_item {
    position: relative;
    padding: 3px 20px 3px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 10px
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .p_filter_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px;
    font-style: normal;
    font-size: 16px;
    margin-top: -5px;
    cursor: pointer
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .p_s_option {
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .multSelect {
    font-size: 13px;
    position: relative
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .multSelect .inputWrap {
    width: 100%;
    min-width: 100px;
    min-height: 24px;
    border: 1px solid #DCDFE6;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    background: white
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .multSelect.is-invalid .inputWrap {
    border-color: #dc3545
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .multSelect ul {
    padding: 0 5px;
    margin: 0;
    padding-right: 35px
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .multSelect ul,li {
    list-style: none
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .multSelect li {
    display: inline-block;
    background: #edf0f3;
    color: #92969c;
    padding: 0px 5px;
    margin: 1px 5px 1px 0;
    border-radius: 5px;
    line-height: 16px
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .multSelect .multSelect-option {
    width: 100%;
    border: 1px solid #DCDFE6;
    border-radius: 2px;
    border-top: 0;
    max-height: 200px;
    overflow-y: scroll;
    position: absolute;
    height: 0;
    opacity: 0;
    z-index: 9;
    background: #fff
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .multSelect .multSelect-option>div {
    line-height: 24px;
    cursor: pointer;
    padding: 0 10px
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .multSelect .multSelect-option>div.selected {
    color: #409eff
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .multSelect .multSelect-option>div:hover {
    color: #409eff;
    background: #f3f6f9
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .multSelect .fa-close {
    font-style: normal;
    font-size: 12px;
    padding: 0 5px 0 7px
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .multSelect .inputWrap>.fa svg {
    fill: #666;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: calc(50% - 3px)
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .multSelect .inputWrap>.fa-down svg {
    transform: rotate(-90deg)
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .multSelect .inputWrap>.fa-up svg {
    transform: rotate(90deg)
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .multSelect .placeholder {
    line-height: 40px;
    padding-left: 10px;
    color: #aaa;
    position: absolute;
    left: 0;
    top: 0
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .p_normal_start {
    display: inline;
    width: 100px;
    height: 40px
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .p_date_start {
    display: inline;
    width: 105px;
    height: 40px
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .p_normal_end {
    display: inline;
    width: 100px;
    height: 40px;
    margin-right: 5px
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .p_date_end {
    display: inline;
    width: 105px;
    height: 40px;
    margin-right: 5px
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .p_split {
    margin: 0 5px
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .p_normal {
    margin-right: 16px
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .p_fbutton {
    background-color: #007bff;
    border: 1px solid #409EFF;
    text-decoration: none;
    color: white;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .input-check,#c_static_001_P_20698-1692342913582 .e_loop-1 .input-radio {
    margin: 0 5px;
    vertical-align: text-top
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .position-left {
    display: flex
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .position-right {
    display: flex;
    flex-direction: row-reverse
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .position-top {
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .position-bottom {
    display: flex;
    flex-direction: column-reverse
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .p_mbutton {
    border: 1px solid #409EFF;
    text-decoration: none;
    color: #409EFF;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .p_mbutton:after {
    content: "";
    display: none;
    width: 16px;
    height: 16px;
    background-color: #409eff;
    -webkit-transform: skewY( -45deg);
    transform: skewY( 360deg);
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 1
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .p_mbutton::before {
    content: "";
    display: none;
    width: 6px;
    height: 9px;
    border-right: #ffffff solid 2px;
    border-bottom: #ffffff solid 2px;
    -webkit-transform: rotate( 35deg);
    transform: rotate( 35deg);
    position: absolute;
    bottom: 5px;
    right: 4px;
    z-index: 2
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .p_active .p_mbutton::before {
    display: block
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .p_active .p_mbutton::after {
    display: block
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .p_input_match {
    width: 100px;
    height: 40px;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 3px
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .p_filter_result {
    display: inline-block
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .p_contclear {
    cursor: pointer
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .swiper-container {
    padding-bottom: 30px
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .p_imgwrapper {
    width: 80px;
    height: 100px;
    overflow: hidden
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .p_imgtitle {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 auto;
    line-height: 20px
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .p_imgwrapper img {
    width: 100%;
    object-fit: cover
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .p_active .p_imgwrapper {
    border: 1px solid #409eff
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .p_filter_result {
    display: none
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .p_contclear {
    display: none
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .p_inputRangeSearch {
    padding: 7px 12px;
    background: #007bff;
    color: white;
    font-size: 14px;
    font-style: normal
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .p_inputSearch {
    padding: 0px 17px;
    background: #007bff;
    color: white;
    font-size: 14px;
    font-style: normal;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    margin-left: 10px
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .p_categoryActive {
    color: #409EFF
}

#c_static_001_P_20698-1692342913582 .e_loop-1 {
    display-radio: 1;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    min-width: 0px;
    padding-left: 0px;
    max-width: none;
    width: auto
}

#c_static_001_P_20698-1692342913582 .e_image-2 {
    overflow: hidden;
    display-radio: 1;
    position: relative;
/*    height: 100vh;
    max-height: 730px*/
}

#c_static_001_P_20698-1692342913582 .e_image-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease .9s;
    opacity: 1
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .p_loopitem:hover .e_image-2 img {
    transform: scale3D(1.1, 1.1, 1.1)
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .p_loopitem:hover .cir-wrap {
    opacity: 0
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .p_loopitem:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-image: linear-gradient(0deg, #0914209e,#05072285, transparent);
    opacity: 0.7
}

#c_static_001_P_20698-1692342913582 .e_image-2:before {
    position: absolute;
    content: "";
    display: block;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.2);
    top: 20px;
    left: 20px;
    z-index: 1
}

.cir-wrap {
    opacity: 1;
    transition-duration: .5s;
    width: 48px;
    height: 100px;
    position: absolute;
    transform: translate(-50%, -50%);
    text-align: center;
    left: 50%
}

.list3-cir1 {
    border: 1px solid #fff;
    width: 100px;
    height: 100px;
    left: -26px;
    top: -26px
}

.list3-cir2 {
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 120px;
    height: 120px;
    left: -40px;
    top: -46px
}

.list3-cir3 {
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 200px;
    height: 200px;
    left: -76px;
    top: -76px
}

.list3-cir {
    position: absolute;
    display: block;
    border-radius: 50%;
    animation: cir-scale2 3s linear infinite
}

@keyframes cir-scale2 {
    0% {
        opacity: 0;
        transform: scale(0.5)
    }

    60% {
        opacity: 1;
        transform: scale(1.2)
    }

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

#c_static_001_P_20698-1692342913582 .e_container-19 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    height: 48px;
    position: absolute;
    transform: translate(-50%, -50%);
    transition-duration: .5s;
    text-align: center;
    left: 50%;
    top: 48%;
    color: #fff;
    z-index: 2
}

#c_static_001_P_20698-1692342913582 .e_container-19 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001_P_20698-1692342913582 .e_image-20 {
    overflow: hidden;
    display-radio: 1
}

#c_static_001_P_20698-1692342913582 .e_image-20 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 56px;
    filter: brightness(0) invert(100%)
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .p_loopitem:hover .e_container-19 {
    height: 200px
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .p_loopitem:hover .e_text-24 {
    opacity: 1
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .p_loopitem:hover .e_container-21 {
    opacity: 1
}

#c_static_001_P_20698-1692342913582 .e_container-21 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    opacity: 1;
    transition-duration: .5s
}

#c_static_001_P_20698-1692342913582 .e_container-21 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001_P_20698-1692342913582 .e_text-22 {
    font-size: 32px;
    line-height: 70px;
    padding: 30px 0 13px;
    position: relative;
    color: #fff;
    font_radio: 2;
    display-radio: 1
}

#c_static_001_P_20698-1692342913582 .e_text-22 a {
    color: #fff;
}

#c_static_001_P_20698-1692342913582 .e_text-22:before {
    position: absolute;
    content: "";
    display: none;
    width: 24px;
    height: 1px;
    box-sizing: border-box;
    border: 1px solid #fff;
    top: 18px;
    left: 50%;
    margin-left: -12px
}

#c_static_001_P_20698-1692342913582 .e_text-24 {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    transition-duration: .3s;
    width: 92px;
    font_radio: 2;
    display-radio: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    opacity: 0
}

#c_static_001_P_20698-1692342913582 .e_text-24 a {
    color: #fff;
}

#c_static_001_P_20698-1692342913582 .e_text-24:hover {
    transform: translate(-6px, 0);
    cursor: pointer
}

#c_static_001_P_20698-1692342913582 .e_text-29 {
    line-height: 1.8;
    font-size: 15px;
    font-weight: 100;
    line-height: 1.8;
    color: #fff;
    max-width: 520px;
    margin: 0 auto;
    opacity: 0;
    transition-duration: .3s;
    font_radio: 2;
    display-radio: -webkit-box;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

#c_static_001_P_20698-1692342913582 .e_loop-1 .p_loopitem:hover .e_text-29 {
    opacity: 1
}

@media screen and (max-width: 768px) {
    #c_static_001_P_20698-1692342913582 {
        display-radio:1;
        padding-top: 20px
    }

    #c_static_001_P_20698-1692342913582 .e_image-2 {
        display-radio: 1;
        max-height: 500px
    }

    #c_static_001_P_20698-1692342913582 .e_loop-1 .p_loopitem {
        flex: 0 0 100%
    }

    #c_static_001_P_20698-1692342913582 .e_text-22 {
        font-size: 22px;
        line-height: 35px
    }

    #c_static_001_P_20698-1692342913582 .e_text-29 {
        padding: 0px 35px
    }

    #c_static_001_P_20698-1692342913582 .e_container-19 {
        top: 41%
    }
}


#c_static_001-1692338111359 {
    min-height: 300px;
    display-radio: 1;
    background-fill-value: background-image;
    padding-top: 100px;
    padding-bottom: 80px;
    background-position-y: 13vw;
    background-color: #f9f9f9;
    background-repeat: no-repeat
}

#c_static_001-1692338111359 .e_container-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
}

#c_static_001-1692338111359 .e_container-1 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001-1692338111359 .e_text-2 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    max-width: 1600px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    color: rgba(51,51,51,1);
    text-align: center;
    font-weight: bold
}

#c_static_001-1692338111359 .e_text-3 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    max-width: 1600px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    font-size: 36px;
    color: #e62129;
    text-align: center;
    font-weight: 100;
    margin-top: 15px;
    font-family: "9241675d-bedf-4a58-b236-51e5c4b53480"
}

#c_static_001-1692338111359 .e_richText-5 blockquote {
    font-style: italic;
    font-family: Georgia,Times,"Times New Roman",serif;
    padding: 2px 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px
}

#c_static_001-1692338111359 .e_richText-5 ol {
    display: block;
    list-style-type: decimal;
    margin-block-start:1em;margin-block-end:1em;margin-inline-start:0px;margin-inline-end:0px;padding-inline-start:40px}

#c_static_001-1692338111359 .e_richText-5 li {
    display: list-item;
    text-align: -webkit-match-parent;
    list-style: inherit
}

#c_static_001-1692338111359 .e_richText-5 ul {
    display: block;
    list-style-type: disc;
    margin-block-start:1em;margin-block-end:1em;margin-inline-start:0px;margin-inline-end:0px;padding-inline-start:40px}

#c_static_001-1692338111359 .e_richText-5 {
    font-size: 16px;
    font-weight: 100;
    line-height: 30px;
    color: #666666;
    max-width: 1100px;
    text-align: center;
    margin: 30px auto 0;
    font_radio: 2;
    display-radio: 1
}

#c_static_001-1692338111359 .e_container-6 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 94%;
    display-radio: flex;
    margin-top: 35px;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 4px 7px 20px 0px rgba(15, 41, 76, 0.1);
    border-radius: 16px;
    overflow: hidden
}

#c_static_001-1692338111359 .e_container-6 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

@media(min-width: 768px) {
    #c_static_001-1692338111359 .e_container-6 .cbox-6-0 {
        width: 45%;
    }
}

#c_static_001-1692338111359 .e_container-6 .p_item {
    display-radio: 1
}

#c_static_001-1692338111359 .e_image-7 {
    overflow: hidden;
    display-radio: 1;
    height: 55vw;
    max-height: 450px
}

#c_static_001-1692338111359 .e_image-7 img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#c_static_001-1692338111359 .e_loop-8 .p_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%
}

#c_static_001-1692338111359 .e_loop-8 .p_loopitem {
    flex: 0 0 33.3%;
    position: relative;
    padding: 0 5%;
}

#c_static_001-1692338111359 .e_loop-8 .p_page {
    text-align: center
}

#c_static_001-1692338111359 .e_loop-8 .p_filter_wrapper {
    width: 100%;
    font-size: 13px
}

#c_static_001-1692338111359 .e_loop-8 .p_kv_wrapper {
    display: flex;
    flex-wrap: nowrap;
    line-height: 40px;
    margin: 15px 0
}

#c_static_001-1692338111359 .e_loop-8 .p_filter_key {
    width: 70px;
    overflow: hidden;
    margin-right: 10px;
    font-weight: bold;
    color: #333333;
    font-size: 12px
}

#c_static_001-1692338111359 .e_loop-8 .p_v_item {
    display: inline-block;
    padding: 0 3px;
    cursor: pointer;
    font-size: 13px;
    color: #555555;
    margin-right: 30px
}

#c_static_001-1692338111359 .e_loop-8 .p_active .p_fbutton {
    color: #fff;
    background-color: cornflowerblue
}

#c_static_001-1692338111359 .e_loop-8 .p_result_item {
    position: relative;
    padding: 3px 20px 3px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 10px
}

#c_static_001-1692338111359 .e_loop-8 .p_filter_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px;
    font-style: normal;
    font-size: 16px;
    margin-top: -5px;
    cursor: pointer
}

#c_static_001-1692338111359 .e_loop-8 .p_s_option {
}

#c_static_001-1692338111359 .e_loop-8 .multSelect {
    font-size: 13px;
    position: relative
}

#c_static_001-1692338111359 .e_loop-8 .multSelect .inputWrap {
    width: 100%;
    min-width: 100px;
    min-height: 24px;
    border: 1px solid #DCDFE6;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    background: white
}

#c_static_001-1692338111359 .e_loop-8 .multSelect.is-invalid .inputWrap {
    border-color: #dc3545
}

#c_static_001-1692338111359 .e_loop-8 .multSelect ul {
    padding: 0 5px;
    margin: 0;
    padding-right: 35px
}

#c_static_001-1692338111359 .e_loop-8 .multSelect ul,li {
    list-style: none
}

#c_static_001-1692338111359 .e_loop-8 .multSelect li {
    display: inline-block;
    background: #edf0f3;
    color: #92969c;
    padding: 0px 5px;
    margin: 1px 5px 1px 0;
    border-radius: 5px;
    line-height: 16px
}

#c_static_001-1692338111359 .e_loop-8 .multSelect .multSelect-option {
    width: 100%;
    border: 1px solid #DCDFE6;
    border-radius: 2px;
    border-top: 0;
    max-height: 200px;
    overflow-y: scroll;
    position: absolute;
    height: 0;
    opacity: 0;
    z-index: 9;
    background: #fff
}

#c_static_001-1692338111359 .e_loop-8 .multSelect .multSelect-option>div {
    line-height: 24px;
    cursor: pointer;
    padding: 0 10px
}

#c_static_001-1692338111359 .e_loop-8 .multSelect .multSelect-option>div.selected {
    color: #409eff
}

#c_static_001-1692338111359 .e_loop-8 .multSelect .multSelect-option>div:hover {
    color: #409eff;
    background: #f3f6f9
}

#c_static_001-1692338111359 .e_loop-8 .multSelect .fa-close {
    font-style: normal;
    font-size: 12px;
    padding: 0 5px 0 7px
}

#c_static_001-1692338111359 .e_loop-8 .multSelect .inputWrap>.fa svg {
    fill: #666;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: calc(50% - 3px)
}

#c_static_001-1692338111359 .e_loop-8 .multSelect .inputWrap>.fa-down svg {
    transform: rotate(-90deg)
}

#c_static_001-1692338111359 .e_loop-8 .multSelect .inputWrap>.fa-up svg {
    transform: rotate(90deg)
}

#c_static_001-1692338111359 .e_loop-8 .multSelect .placeholder {
    line-height: 40px;
    padding-left: 10px;
    color: #aaa;
    position: absolute;
    left: 0;
    top: 0
}

#c_static_001-1692338111359 .e_loop-8 .p_normal_start {
    display: inline;
    width: 100px;
    height: 40px
}

#c_static_001-1692338111359 .e_loop-8 .p_date_start {
    display: inline;
    width: 105px;
    height: 40px
}

#c_static_001-1692338111359 .e_loop-8 .p_normal_end {
    display: inline;
    width: 100px;
    height: 40px;
    margin-right: 5px
}

#c_static_001-1692338111359 .e_loop-8 .p_date_end {
    display: inline;
    width: 105px;
    height: 40px;
    margin-right: 5px
}

#c_static_001-1692338111359 .e_loop-8 .p_split {
    margin: 0 5px
}

#c_static_001-1692338111359 .e_loop-8 .p_normal {
    margin-right: 16px
}

#c_static_001-1692338111359 .e_loop-8 .p_fbutton {
    background-color: #007bff;
    border: 1px solid #409EFF;
    text-decoration: none;
    color: white;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#c_static_001-1692338111359 .e_loop-8 .input-check,#c_static_001-1692338111359 .e_loop-8 .input-radio {
    margin: 0 5px;
    vertical-align: text-top
}

#c_static_001-1692338111359 .e_loop-8 .position-left {
    display: flex
}

#c_static_001-1692338111359 .e_loop-8 .position-right {
    display: flex;
    flex-direction: row-reverse
}

#c_static_001-1692338111359 .e_loop-8 .position-top {
}

#c_static_001-1692338111359 .e_loop-8 .position-bottom {
    display: flex;
    flex-direction: column-reverse
}

#c_static_001-1692338111359 .e_loop-8 .p_mbutton {
    border: 1px solid #409EFF;
    text-decoration: none;
    color: #409EFF;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#c_static_001-1692338111359 .e_loop-8 .p_mbutton:after {
    content: "";
    display: none;
    width: 16px;
    height: 16px;
    background-color: #409eff;
    -webkit-transform: skewY( -45deg);
    transform: skewY( 360deg);
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 1
}

#c_static_001-1692338111359 .e_loop-8 .p_mbutton::before {
    content: "";
    display: none;
    width: 6px;
    height: 9px;
    border-right: #ffffff solid 2px;
    border-bottom: #ffffff solid 2px;
    -webkit-transform: rotate( 35deg);
    transform: rotate( 35deg);
    position: absolute;
    bottom: 5px;
    right: 4px;
    z-index: 2
}

#c_static_001-1692338111359 .e_loop-8 .p_active .p_mbutton::before {
    display: block
}

#c_static_001-1692338111359 .e_loop-8 .p_active .p_mbutton::after {
    display: block
}

#c_static_001-1692338111359 .e_loop-8 .p_input_match {
    width: 100px;
    height: 40px;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 3px
}

#c_static_001-1692338111359 .e_loop-8 .p_filter_result {
    display: inline-block
}

#c_static_001-1692338111359 .e_loop-8 .p_contclear {
    cursor: pointer
}

#c_static_001-1692338111359 .e_loop-8 .swiper-container {
    padding-bottom: 30px
}

#c_static_001-1692338111359 .e_loop-8 .p_imgwrapper {
    width: 80px;
    height: 100px;
    overflow: hidden
}

#c_static_001-1692338111359 .e_loop-8 .p_imgtitle {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 auto;
    line-height: 20px
}

#c_static_001-1692338111359 .e_loop-8 .p_imgwrapper img {
    width: 100%;
    object-fit: cover
}

#c_static_001-1692338111359 .e_loop-8 .p_active .p_imgwrapper {
    border: 1px solid #409eff
}

#c_static_001-1692338111359 .e_loop-8 .p_filter_result {
    display: none
}

#c_static_001-1692338111359 .e_loop-8 .p_contclear {
    display: none
}

#c_static_001-1692338111359 .e_loop-8 .p_inputRangeSearch {
    padding: 7px 12px;
    background: #007bff;
    color: white;
    font-size: 14px;
    font-style: normal
}

#c_static_001-1692338111359 .e_loop-8 .p_inputSearch {
    padding: 0px 17px;
    background: #007bff;
    color: white;
    font-size: 14px;
    font-style: normal;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    margin-left: 10px
}

#c_static_001-1692338111359 .e_loop-8 .p_categoryActive {
    color: #409EFF
}

#c_static_001-1692338111359 .e_scrollNumber-9 {
    height: 60px;
    line-height: 60px;
    font-size: 40px;
    font_radio: 2;
    display-radio: 1;
    font-family: "c7fdb23a-923c-4ec7-b61b-1a53dea21727"
}

#c_static_001-1692338111359 .e_text-10 {
    font-size: 23px;
    line-height: 34px;
    letter-spacing: 1px;
    color: inherit;
    text-align: left;
    margin: 16px 0 0;
    font-weight: 100;
    font-family: "c7fdb23a-923c-4ec7-b61b-1a53dea21727"
}

#c_static_001-1692338111359 .e_scrollNumber-9 .p_num {
    font-size: 60px;
    font-family: "c7fdb23a-923c-4ec7-b61b-1a53dea21727"
}

#c_static_001-1692338111359 .e_scrollNumber-9 .p_plus {
    font-size: 24px
}

#c_static_001-1692338111359 .e_loop-8 .p_loopitem:nth-child(n+3) .e_scrollNumber-9 {
    color: #fff
}

#c_static_001-1692338111359 .e_loop-8 .p_loopitem:nth-child(n+3) .e_text-10 {
    color: #fff
}

#c_static_001-1692338111359 .e_loop-8 .p_loopitem:nth-child(3) {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

#c_static_001-1692338111359 .e_loop-8 .p_loopitem:nth-child(4) {
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover
}

#c_static_001-1692338111359 .e_container-11 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    height: calc(450px / 2);
    align-items: center
}

#c_static_001-1692338111359 .e_container-11 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001-1692338111359 .e_loop-8 .p_loopitem:nth-child(1) {
    background-color: #fff
}

#c_static_001-1692338111359 .e_loop-8 .p_loopitem:nth-child(2) {
    background-color: #fbfbfb
}

#c_static_001-1692338111359 .e_icon-12 {
    font_radio: 1;
    display-radio: 1;
    margin-left: auto;
    margin-right: auto;
    width: 96px;
    height: 96px;
    line-height: 96px;
    border-radius: 100px;
    background-color: #ff66008c;
    color: #fff;
    text-align: center;
    z-index: 9;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

#c_static_001-1692338111359 .e_icon-12 .icon {
    margin: 0;
    width: 40px;
    height: 40px;
    fill: currentColor
}

#c_static_001-1692338111359 .e_icon-12 .icon path {
    fill: #fff
}

#c_static_001-1692338111359 .e_icon-12:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ff66008c;
    border-radius: 100px;
    animation: pulse-border2 1500ms ease-out infinite;
    -webkit-animation: pulse-border2 1500ms ease-out infinite
}

@keyframes pulse-border2 {
    0% {
        transform: scale(1);
        opacity: .67
    }

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

#c_static_001-1692338111359 .e_image-15 {
    overflow: hidden;
    text-align: center;
    margin-top: 10px
}

#c_static_001-1692338111359 .e_image-15 img {
    width: auto;
    height: 100%;
    object-fit: contain
}

@media screen and (max-width: 768px) {
    #c_static_001-1692338111359 .e_text-2 {
        font-size:18px;
        font_radio: 2;
        display-radio: 1;
        width: auto
    }

    #c_static_001-1692338111359 .e_text-3 {
        font-size: 18px;
        margin-top: 5px
    }

    #c_static_001-1692338111359 {
        display-radio: 1;
        padding-top: 35px;
        padding-bottom: 50px
    }

    #c_static_001-1692338111359 .e_richText-5 {
        font_radio: 2;
        display-radio: 1;
        font-size: 14px;
        line-height: 28px;
        text-align: left
    }

    #c_static_001-1692338111359 .e_container-1 {
        display-radio: 1;
        padding-left: 15px;
        padding-right: 15px
    }

    #c_static_001-1692338111359 .e_container-6 {
        flex-direction: column
    }

    #c_static_001-1692338111359 .e_loop-8 .p_loopitem {
        flex: 0 0 50%
    }

    #c_static_001-1692338111359 .e_scrollNumber-9 .p_num {
        font-size: 30px
    }

    #c_static_001-1692338111359 .e_scrollNumber-9 .p_plus {
        font-size: 22px
    }

    #c_static_001-1692338111359 .e_text-10 {
        font-size: 14px;
        margin: 0px
    }

    #c_static_001-1692338111359 .e_container-11 {
        height: calc(310px / 2)
    }
}

@media screen and (min-width: 769px) {
    #c_static_001-1692338111359 .e_loop-8 .p_loopitem {
        flex-grow:0;
        flex-shrink: 0;
        flex-basis: calc(100% / 2)
    }

    @media(max-width: 1800px) {
        #c_static_001-1692338111359 {
            background-position-y:17vw
        }
    }
}


#c_grid-1693885169109 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background: #f2f2f2;
    display-radio: 1;
    background-color: #f2f2f2;
    padding-top: 100px;
    padding-bottom: 100px
}

#c_grid-1693885169109 .e_comp {
    max-width: 1500px;
    width: 94%;
    margin: 0 auto
}

#c_grid-1693885169109 .p_gridbox::after {
    content: '';
    clear: left;
    display: block
}

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

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

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

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

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

    #c_grid-1693885169109 {
        display-radio: 1;
        padding-top: 35px;
        padding-bottom: 35px
    }
}

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

    #c_grid-1693885169109 > .p_gridbox > .p_gridCell:nth-child(2n + 2) {
        width: 40%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0rem;
        margin-bottom: 0rem;
        clear: inherit;
        padding-left: 5%;
    }
}

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

    #c_grid-1693885169109 > .p_gridbox > .p_gridCell:nth-child(2n + 2) {
        width: 49.99%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0rem;
        margin-bottom: 0rem;
        clear: inherit
    }
}


#c_static_001-16938852888690 {
    display-radio: 1;
    background-fill-value: background-color;
    background-position-y: 13vw;
    padding-top: 1vw;
    padding-bottom: 0px;
    min-height: 0px
}

#c_static_001-16938852888690 .e_container-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex
}

#c_static_001-16938852888690 .e_container-1 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001-16938852888690 .e_text-2 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    color: rgba(51,51,51,1);
    text-align: left;
    font-weight: bold;
    width: auto;
    margin-top: 15px
}

#c_static_001-16938852888690 .e_text-3 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 36px;
    color: #e62129;
    text-align: left;
    font-weight: 100;
    margin-top: 0px;
    max-width: none;
    text-transform: uppercase;
    font-family: "9241675d-bedf-4a58-b236-51e5c4b53480"
}

@keyframes pulse-border2 {
    0% {
        transform: scale(1);
        opacity: .67
    }

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

#c_static_001-16938852888690 .e_image-16 {
    overflow: hidden;
    text-align: left;
    margin-top: 10px;
    display-radio: 1;
    margin-left: 0px;
    margin-right: auto
}

#c_static_001-16938852888690 .e_image-16 img {
    width: auto;
    height: 100%;
    object-fit: contain
}

#c_static_001-16938852888690 .e_loop-18 .p_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%;
    justify-content: space-between
}

#c_static_001-16938852888690 .e_loop-18 .p_loopitem {
    flex: 0 0 32%;
    position: relative;
    margin-bottom: 15px
}

#c_static_001-16938852888690 .e_loop-18 .p_page {
    text-align: center
}

#c_static_001-16938852888690 .e_loop-18 .p_filter_wrapper {
    width: 100%;
    font-size: 13px
}

#c_static_001-16938852888690 .e_loop-18 .p_kv_wrapper {
    display: flex;
    flex-wrap: nowrap;
    line-height: 40px;
    margin: 15px 0
}

#c_static_001-16938852888690 .e_loop-18 .p_filter_key {
    width: 70px;
    overflow: hidden;
    margin-right: 10px;
    font-weight: bold;
    color: #333333;
    font-size: 12px
}

#c_static_001-16938852888690 .e_loop-18 .p_v_item {
    display: inline-block;
    padding: 0 3px;
    cursor: pointer;
    font-size: 13px;
    color: #555555;
    margin-right: 30px
}

#c_static_001-16938852888690 .e_loop-18 .p_active .p_fbutton {
    color: #fff;
    background-color: cornflowerblue
}

#c_static_001-16938852888690 .e_loop-18 .p_result_item {
    position: relative;
    padding: 3px 20px 3px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 10px
}

#c_static_001-16938852888690 .e_loop-18 .p_filter_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px;
    font-style: normal;
    font-size: 16px;
    margin-top: -5px;
    cursor: pointer
}

#c_static_001-16938852888690 .e_loop-18 .multSelect {
    font-size: 13px;
    position: relative
}

#c_static_001-16938852888690 .e_loop-18 .multSelect .inputWrap {
    width: 100%;
    min-width: 100px;
    min-height: 24px;
    border: 1px solid #DCDFE6;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    background: white
}

#c_static_001-16938852888690 .e_loop-18 .multSelect.is-invalid .inputWrap {
    border-color: #dc3545
}

#c_static_001-16938852888690 .e_loop-18 .multSelect ul {
    padding: 0 5px;
    margin: 0;
    padding-right: 35px
}

#c_static_001-16938852888690 .e_loop-18 .multSelect ul,li {
    list-style: none
}

#c_static_001-16938852888690 .e_loop-18 .multSelect li {
    display: inline-block;
    background: #edf0f3;
    color: #92969c;
    padding: 0px 5px;
    margin: 1px 5px 1px 0;
    border-radius: 5px;
    line-height: 16px
}

#c_static_001-16938852888690 .e_loop-18 .multSelect .multSelect-option {
    width: 100%;
    border: 1px solid #DCDFE6;
    border-radius: 2px;
    border-top: 0;
    max-height: 200px;
    overflow-y: scroll;
    position: absolute;
    height: 0;
    opacity: 0;
    z-index: 9;
    background: #fff
}

#c_static_001-16938852888690 .e_loop-18 .multSelect .multSelect-option>div {
    line-height: 24px;
    cursor: pointer;
    padding: 0 10px
}

#c_static_001-16938852888690 .e_loop-18 .multSelect .multSelect-option>div.selected {
    color: #409eff
}

#c_static_001-16938852888690 .e_loop-18 .multSelect .multSelect-option>div:hover {
    color: #409eff;
    background: #f3f6f9
}

#c_static_001-16938852888690 .e_loop-18 .multSelect .fa-close {
    font-style: normal;
    font-size: 12px;
    padding: 0 5px 0 7px
}

#c_static_001-16938852888690 .e_loop-18 .multSelect .inputWrap>.fa svg {
    fill: #666;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: calc(50% - 3px)
}

#c_static_001-16938852888690 .e_loop-18 .multSelect .inputWrap>.fa-down svg {
    transform: rotate(-90deg)
}

#c_static_001-16938852888690 .e_loop-18 .multSelect .inputWrap>.fa-up svg {
    transform: rotate(90deg)
}

#c_static_001-16938852888690 .e_loop-18 .multSelect .placeholder {
    line-height: 40px;
    padding-left: 10px;
    color: #aaa;
    position: absolute;
    left: 0;
    top: 0
}

#c_static_001-16938852888690 .e_loop-18 .p_normal_start {
    display: inline;
    width: 100px;
    height: 40px
}

#c_static_001-16938852888690 .e_loop-18 .p_date_start {
    display: inline;
    width: 105px;
    height: 40px
}

#c_static_001-16938852888690 .e_loop-18 .p_normal_end {
    display: inline;
    width: 100px;
    height: 40px;
    margin-right: 5px
}

#c_static_001-16938852888690 .e_loop-18 .p_date_end {
    display: inline;
    width: 105px;
    height: 40px;
    margin-right: 5px
}

#c_static_001-16938852888690 .e_loop-18 .p_split {
    margin: 0 5px
}

#c_static_001-16938852888690 .e_loop-18 .p_normal {
    margin-right: 16px
}

#c_static_001-16938852888690 .e_loop-18 .p_fbutton {
    background-color: #007bff;
    border: 1px solid #409EFF;
    text-decoration: none;
    color: white;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#c_static_001-16938852888690 .e_loop-18 .input-check,.e_loop-18 .input-radio {
    margin: 0 5px;
    vertical-align: text-top
}

#c_static_001-16938852888690 .e_loop-18 .position-left {
    display: flex
}

#c_static_001-16938852888690 .e_loop-18 .position-right {
    display: flex;
    flex-direction: row-reverse
}

#c_static_001-16938852888690 .e_loop-18 .position-bottom {
    display: flex;
    flex-direction: column-reverse
}

#c_static_001-16938852888690 .e_loop-18 .p_mbutton {
    border: 1px solid #409EFF;
    text-decoration: none;
    color: #409EFF;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#c_static_001-16938852888690 .e_loop-18 .p_mbutton:after {
    content: "";
    display: none;
    width: 16px;
    height: 16px;
    background-color: #409eff;
    -webkit-transform: skewY( -45deg);
    transform: skewY( 360deg);
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 1
}

#c_static_001-16938852888690 .e_loop-18 .p_mbutton::before {
    content: "";
    display: none;
    width: 6px;
    height: 9px;
    border-right: #ffffff solid 2px;
    border-bottom: #ffffff solid 2px;
    -webkit-transform: rotate( 35deg);
    transform: rotate( 35deg);
    position: absolute;
    bottom: 5px;
    right: 4px;
    z-index: 2
}

#c_static_001-16938852888690 .e_loop-18 .p_active .p_mbutton::before {
    display: block
}

#c_static_001-16938852888690 .e_loop-18 .p_active .p_mbutton::after {
    display: block
}

#c_static_001-16938852888690 .e_loop-18 .p_input_match {
    width: 100px;
    height: 40px;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 3px
}

#c_static_001-16938852888690 .e_loop-18 .p_filter_result {
    display: none
}

#c_static_001-16938852888690 .e_loop-18 .p_contclear {
    cursor: pointer;
    display: none
}

#c_static_001-16938852888690 .e_loop-18 .swiper-container {
    padding-bottom: 10px
}

#c_static_001-16938852888690 .e_loop-18 .p_imgwrapper {
    width: 80px;
    height: 100px;
    overflow: hidden
}

#c_static_001-16938852888690 .e_loop-18 .p_imgtitle {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 auto;
    line-height: 20px
}

#c_static_001-16938852888690 .e_loop-18 .p_imgwrapper img {
    width: 100%;
    object-fit: cover
}

#c_static_001-16938852888690 .e_loop-18 .p_active .p_imgwrapper {
    border: 1px solid #409eff
}

#c_static_001-16938852888690 .e_loop-18 {
    display-radio: 1;
    max-width: 800px;
    margin-left: 0px;
    margin-right: auto;
    margin-top: 40px
}

#c_static_001-16938852888690 .e_image-19 {
    overflow: hidden;
    display-radio: 1;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(235,238,245,1)
}

#c_static_001-16938852888690 .e_image-19 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c_static_001-16938852888690 .e_loop-18 .swiper-button-next {
    display: none
}

#c_static_001-16938852888690 .e_loop-18 .swiper-button-prev {
    display: none
}

#c_static_001-16938852888690 .e_loop-18 .swiper-pagination {
    display: none
}

#c_static_001-16938852888690 .e_text-20 {
    line-height: 40px;
    font_radio: 2;
    display-radio: 1;
    width: 45%;
    max-width: 180px;
    border-radius: 30px;
    text-align: center;
    height: 40px;
    padding-top: 0px;
    transition: 0.5s;
    font-size: 16px;
    color: #e62129;
    margin-top: 20px;
    padding-bottom: 0px;
    position: relative;
    border: 1px solid #e62129;
    margin-left: 0px;
    margin-right: auto
}

#c_static_001-16938852888690 .e_text-20 a {
    position: relative;
    z-index: 1
}

#c_static_001-16938852888690 .e_text-20 a:hover {
    color: #fff
}

#c_static_001-16938852888690 .e_text-20:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: 0px;
    height: 40px;
    transition: 0.5s;
    border-radius: 30px
}

#c_static_001-16938852888690 .e_text-20:hover {
    color: #fff
}

#c_static_001-16938852888690 .e_text-20:hover::before {
    width: 180px;
    background: #e62129
}

@media screen and (max-width: 768px) {
    #c_static_001-16938852888690 .e_text-2 {
        font-size:20px;
        font_radio: 2;
        display-radio: 1
    }

    #c_static_001-16938852888690 .e_text-3 {
        font-size: 18px;
        margin-top: 5px
    }

    #c_static_001-16938852888690 .e_loop-18 .p_loopitem {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% / 2)
    }

    #c_static_001-16938852888690 .e_text-20 {
        margin-top: 0px;
        margin-bottom: 20px;
        font_radio: 1;
        display-radio: 1
    }

    #c_static_001-16938852888690 {
        display-radio: 1
    }

    #c_static_001-16938852888690 .e_image-19 {
        display-radio: 1
    }
}

@media screen and (min-width: 769px) {
    #c_static_001-16938852888690 .e_loop-18 .p_loopitem {
        flex-grow:0;
        flex-shrink: 0;
        flex-basis: calc(100% / 3)
    }
}

#c_videoContainer-1693885161936 {
    position: relative
}

#c_videoContainer-1693885161936 .p_container {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0
}

#c_videoContainer-1693885161936 .p_con {
    min-height: 300px;
    height: 100%;
    width: 100%;
    display-radio: 1
}

#c_videoContainer-1693885161936 .p_video {
    display: block;
    width: 100%;
    visibility: visible
}

@media screen and (max-width: 768px) {
    #c_videoContainer-1693885161936 {
        display:none
    }
}


#c_static_001-1692265152219 {
    min-height: 300px;
    display-radio: 1;
    background-fill-value: background-color;
    background-color: rgba(15,15,15,1)
}

#c_static_001-1692265152219 .e_container-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 94%;
    display-radio: flex;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto
}

#c_static_001-1692265152219 .e_container-1 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001-1692265152219 .e_container-1 .p_item {
    display-radio: 1
}

#c_static_001-1692265152219 .e_image-2 {
    overflow: hidden;
    display-radio: 1;
    padding: 1.4vw 0px
}

#c_static_001-1692265152219 .e_image-2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(100%);
    max-width: 130px
}

#c_static_001-1692265152219 .e_bottomNav-4 span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

#c_static_001-1692265152219 .e_bottomNav-4 .p_level1Item {
    width: auto;
    padding: 0px;
    flex-grow: 1
}

#c_static_001-1692265152219 .e_bottomNav-4 .p_level3Box {
    display: none
}

#c_static_001-1692265152219 .e_bottomNav-4 {
    font_radio: 1;
    display-radio: 1;
    padding-right: 2%;
    position: relative;
    padding-top: 3vw;
    padding-bottom: 2.5vw
}

#c_static_001-1692265152219 .e_bottomNav-4 .p_level1Item .p_menu1Item {
    font-size: 18px;
    color: #fff;
    position: relative;
    margin-bottom: 16px
}

#c_static_001-1692265152219 .e_bottomNav-4 .p_level1Item .s_templatesum {
    font-size: 14px;
    color: #9b9797;
    line-height: 36px
}

#c_static_001-1692265152219 .e_text-5 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    font-size: 18px;
    color: rgba(255,255,255,1);
    margin-top: 0px;
    margin-bottom: 16px
}

#c_static_001-1692265152219 .e_richText-6 blockquote {
    font-style: italic;
    font-family: Georgia,Times,"Times New Roman",serif;
    padding: 2px 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px;
}

#c_static_001-1692265152219 .e_richText-6 ol {
    display: block;
    list-style-type: decimal;
    margin-block-start:1em;margin-block-end:1em;margin-inline-start:0px;margin-inline-end:0px;padding-inline-start:40px}

#c_static_001-1692265152219 .e_richText-6 li {
    display: list-item;
    text-align: -webkit-match-parent;
    list-style: inherit
}

#c_static_001-1692265152219 .e_richText-6 ul {
    display: block;
    list-style-type: disc;
    margin-block-start:1em;margin-block-end:1em;margin-inline-start:0px;margin-inline-end:0px;padding-inline-start:40px}

#c_static_001-1692265152219 .e_richText-6 {
    font_radio: 1;
    display-radio: 1;
    font-family: "c7fdb23a-923c-4ec7-b61b-1a53dea21727";
    color: #9b9797;
}

#c_static_001-1692265152219 .e_container-1 .cbox-1-0 {
    flex: 0 0 50%;
    border-right: 1px solid rgba(255,255,255,0.2)
}

#c_static_001-1692265152219 .e_container-1 .cbox-1-1 {
    flex: 0 0 50%;
    padding-top: 3vw;
    padding-left: 3vw
}

#c_static_001-1692265152219 .e_bottomNav-4:before {
    content: '';
    display: block;
    position: absolute;
    width: 100vw;
    height: 1px;
    background: #fff;
    opacity: .2;
    right: 0;
    top: 0
}

#c_static_001-1692265152219 .e_container-7 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
}

#c_static_001-1692265152219 .e_container-7 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
    border-top: 1px solid rgba(255,255,255,0.2)
}

#c_static_001-1692265152219 .e_container-8 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 94%;
    transition-property: all;
    margin-left: auto;
    margin-right: auto;
    display-radio: flex;
    max-width: 1600px;
    padding: 20px 0px
}

#c_static_001-1692265152219 .e_container-8 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001-1692265152219 .e_container-8 .cbox-8-0 {
    flex: 0 0 30%
}

#c_static_001-1692265152219 .e_container-9 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    transition-property: all;
    width: auto;
    margin-right: 0px;
    display-radio: flex
}

#c_static_001-1692265152219 .e_container-9 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001-1692265152219 .e_container-9 .cbox-9-0 {
    padding-right: 30px
}

#c_static_001-1692265152219 .e_container-9 .cbox-9-1 {
    flex: 0 0 auto;
    align-items: center
}

#c_static_001-1692265152219 .e_richText-10 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition-property: all;
    font_radio: 2;
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    line-height: 1.6
}

#c_static_001-1692265152219 .e_container-11 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    background_radio: 1
}

#c_static_001-1692265152219 .e_container-11 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001-1692265152219 .e_provider-12 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition-property: all;
    font_radio: 2;
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    line-height: 1.6;
    text-align: right;
    display-radio: -webkit-box
}

#c_static_001-1692265152219 .e_provider-12 a {
    text-align: right;
    display: block
}

#c_static_001-1692265152219 .e_provider-12:hover {
    color: rgba(255,255,255,1)
}

#c_static_001-1692265152219 .e_text-13 {
    display-radio: 1;
    font_radio: 2;
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    line-height: 1.5
}

#c_static_001-1692265152219 .e_websiteShare-14 .p_share a {
    display: inline-block;
    margin-right: 13px
}

#c_static_001-1692265152219 .e_websiteShare-14 .p_img {
    width: 33px
}

#c_static_001-1692265152219 .e_websiteShare-14 {
    background_radio: 1;
    display-radio: 1;
    margin-top: 15px
}

#c_static_001-1692265152219 .e_loop-16 .p_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    /*è§£å†³æ— ç¼æ»šåŠ¨åœ¨å¾ªçŽ¯ä½“å¤šåˆ—å±•ç¤ºé—®é¢˜  */
    max-width: 100%;
    /* è§£å†³æ— ç¼æ»šåŠ¨åœ¨å¾ªçŽ¯ä½“å¤šåˆ—å±•ç¤ºé—®é¢˜ */
    justify-content: flex-start
}

#c_static_001-1692265152219 .e_loop-16 .p_loopitem {
    flex: 0 0 33.3%;
    position: relative
}

#c_static_001-1692265152219 .e_loop-16 .p_page {
    text-align: center
}

#c_static_001-1692265152219 .e_loop-16 .p_filter_wrapper {
    width: 100%;
    font-size: 13px
}

#c_static_001-1692265152219 .e_loop-16 .p_kv_wrapper {
    display: flex;
    flex-wrap: nowrap;
    line-height: 40px;
    margin: 15px 0
}

#c_static_001-1692265152219 .e_loop-16 .p_filter_key {
    /* min-width:80px;
 */
    width: 70px;
    overflow: hidden;
    margin-right: 10px;
    font-weight: bold;
    color: #333333;
    font-size: 12px
}

#c_static_001-1692265152219 .e_loop-16 .p_v_item {
    display: inline-block;
    padding: 0 3px;
    cursor: pointer;
    font-size: 13px;
    color: #555555;
    margin-right: 30px
}

#c_static_001-1692265152219 .e_loop-16 .p_active .p_fbutton {
    color: #fff;
    background-color: cornflowerblue/* border-radius:2px;
 */
}

#c_static_001-1692265152219 .e_loop-16 .p_result_item {
    position: relative;
    padding: 3px 20px 3px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 10px
}

#c_static_001-1692265152219 .e_loop-16 .p_filter_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px;
    font-style: normal;
    font-size: 16px;
    margin-top: -5px;
    cursor: pointer
}

#c_static_001-1692265152219 .e_loop-16 .p_s_option {
}

#c_static_001-1692265152219 .e_loop-16 .multSelect {
    font-size: 13px;
    position: relative
}

#c_static_001-1692265152219 .e_loop-16 .multSelect .inputWrap {
    width: 100%;
    min-width: 100px;
    min-height: 24px;
    border: 1px solid #DCDFE6;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    background: white
}

#c_static_001-1692265152219 .e_loop-16 .multSelect.is-invalid .inputWrap {
    border-color: #dc3545
}

#c_static_001-1692265152219 .e_loop-16 .multSelect ul {
    padding: 0 5px;
    margin: 0;
    padding-right: 35px
}

#c_static_001-1692265152219 .e_loop-16 .multSelect ul,li {
    list-style: none
}

#c_static_001-1692265152219 .e_loop-16 .multSelect li {
    display: inline-block;
    background: #edf0f3;
    color: #92969c;
    padding: 0px 5px;
    margin: 1px 5px 1px 0;
    border-radius: 5px;
    line-height: 16px
}

#c_static_001-1692265152219 .e_loop-16 .multSelect .multSelect-option {
    width: 100%;
    border: 1px solid #DCDFE6;
    border-radius: 2px;
    border-top: 0;
    max-height: 200px;
    overflow-y: scroll;
    position: absolute;
    height: 0;
    opacity: 0;
    z-index: 9;
    background: #fff
}

#c_static_001-1692265152219 .e_loop-16 .multSelect .multSelect-option>div {
    line-height: 24px;
    cursor: pointer;
    padding: 0 10px
}

#c_static_001-1692265152219 .e_loop-16 .multSelect .multSelect-option>div.selected {
    color: #409eff
}

#c_static_001-1692265152219 .e_loop-16 .multSelect .multSelect-option>div:hover {
    color: #409eff;
    background: #f3f6f9
}

#c_static_001-1692265152219 .e_loop-16 .multSelect .fa-close {
    font-style: normal;
    font-size: 12px;
    padding: 0 5px 0 7px
}

#c_static_001-1692265152219 .e_loop-16 .multSelect .inputWrap>.fa svg {
    fill: #666;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: calc(50% - 3px)
}

#c_static_001-1692265152219 .e_loop-16 .multSelect .inputWrap>.fa-down svg {
    transform: rotate(-90deg)
}

#c_static_001-1692265152219 .e_loop-16 .multSelect .inputWrap>.fa-up svg {
    transform: rotate(90deg)
}

#c_static_001-1692265152219 .e_loop-16 .multSelect .placeholder {
    line-height: 40px;
    padding-left: 10px;
    color: #aaa;
    position: absolute;
    left: 0;
    top: 0
}

/* #c_static_001-1692265152219 .e_loop-16 .p_filter_close::before {
    content: "\2716";
}
*/
/* #c_static_001-1692265152219 .e_loop-16 .p_filter_select {
    width: 110px;
    height: 24px;
    padding: 0;
    border: 1px solid #DCDFE6;
}
*/
#c_static_001-1692265152219 .e_loop-16 .p_normal_start {
    display: inline;
    width: 100px;
    height: 40px
}

#c_static_001-1692265152219 .e_loop-16 .p_date_start {
    display: inline;
    width: 105px;
    height: 40px
}

#c_static_001-1692265152219 .e_loop-16 .p_normal_end {
    display: inline;
    width: 100px;
    height: 40px;
    margin-right: 5px
}

#c_static_001-1692265152219 .e_loop-16 .p_date_end {
    display: inline;
    width: 105px;
    height: 40px;
    margin-right: 5px
}

#c_static_001-1692265152219 .e_loop-16 .p_split {
    margin: 0 5px
}

#c_static_001-1692265152219 .e_loop-16 .p_normal {
    margin-right: 16px
}

#c_static_001-1692265152219 .e_loop-16 .p_fbutton {
    background-color: #007bff;
    border: 1px solid #409EFF;
    text-decoration: none;
    color: white;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#c_static_001-1692265152219 .e_loop-16 .input-check,#c_static_001-1692265152219 .e_loop-16 .input-radio {
    margin: 0 5px;
    vertical-align: text-top
}

#c_static_001-1692265152219 .e_loop-16 .position-left {
    display: flex
}

#c_static_001-1692265152219 .e_loop-16 .position-right {
    display: flex;
    flex-direction: row-reverse
}

#c_static_001-1692265152219 .e_loop-16 .position-top {
    /* display:flex;
 */
}

#c_static_001-1692265152219 .e_loop-16 .position-bottom {
    display: flex;
    flex-direction: column-reverse
}

#c_static_001-1692265152219 .e_loop-16 .p_mbutton {
    border: 1px solid #409EFF;
    text-decoration: none;
    color: #409EFF;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#c_static_001-1692265152219 .e_loop-16 .p_mbutton:after {
    content: "";
    display: none;
    width: 16px;
    height: 16px;
    background-color: #409eff;
    -webkit-transform: skewY( -45deg);
    transform: skewY( 360deg);
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 1
}

#c_static_001-1692265152219 .e_loop-16 .p_mbutton::before {
    content: "";
    display: none;
    width: 6px;
    height: 9px;
    border-right: #ffffff solid 2px;
    border-bottom: #ffffff solid 2px;
    -webkit-transform: rotate( 35deg);
    transform: rotate( 35deg);
    position: absolute;
    bottom: 5px;
    right: 4px;
    z-index: 2
}

#c_static_001-1692265152219 .e_loop-16 .p_active .p_mbutton::before {
    display: block
}

#c_static_001-1692265152219 .e_loop-16 .p_active .p_mbutton::after {
    display: block
}

#c_static_001-1692265152219 .e_loop-16 .p_input_match {
    width: 100px;
    height: 40px;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 3px
}

#c_static_001-1692265152219 .e_loop-16 .p_filter_result {
    display: inline-block
}

#c_static_001-1692265152219 .e_loop-16 .p_contclear {
    cursor: pointer
}

#c_static_001-1692265152219 .e_loop-16 .swiper-container {
    padding-bottom: 30px
}

#c_static_001-1692265152219 .e_loop-16 .p_imgwrapper {
    width: 80px;
    height: 100px;
    overflow: hidden
}

#c_static_001-1692265152219 .e_loop-16 .p_imgtitle {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 auto;
    line-height: 20px
}

#c_static_001-1692265152219 .e_loop-16 .p_imgwrapper img {
    width: 100%;
    object-fit: cover
}

#c_static_001-1692265152219 .e_loop-16 .p_active .p_imgwrapper {
    border: 1px solid #409eff
}

#c_static_001-1692265152219 .e_loop-16 .p_filter_result {
    display: none
}

#c_static_001-1692265152219 .e_loop-16 .p_contclear {
    display: none
}

#c_static_001-1692265152219 .e_loop-16 .p_inputRangeSearch {
    padding: 7px 12px;
    background: #007bff;
    color: white;
    font-size: 14px;
    font-style: normal
}

#c_static_001-1692265152219 .e_loop-16 .p_inputSearch {
    padding: 0px 17px;
    background: #007bff;
    color: white;
    font-size: 14px;
    font-style: normal;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    margin-left: 10px
}

#c_static_001-1692265152219 .e_loop-16 .p_categoryActive {
    color: #409EFF
}

#c_static_001-1692265152219 .e_loop-16 {
    display-radio: 1;
    margin-top: 20px
}

#c_static_001-1692265152219 .e_image-17 {
    overflow: hidden;
    position: absolute;
    left: 8px;
    top: 8px;
    width: 104px;
    display-radio: 1
}

#c_static_001-1692265152219 .e_image-17 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c_static_001-1692265152219 .e_text-18 {
    line-height: 3;
    text-align: center;
    font-size: 14px;
    color: #fff;
    opacity: .6;
    width: 120px;
}

#c_static_001-1692265152219 .e_image-19 {
    overflow: hidden;
    width: 120px
}

#c_static_001-1692265152219 .e_image-19 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.pl_service2 .service_value {
    font-family: "c7fdb23a-923c-4ec7-b61b-1a53dea21727"
}

.pl_service2 .service_value {
    background-color: #e62129 !important
}

.pl_service2 .service_item:hover {
    background-color: #e62129 !important
}

#c_static_001-1692265152219 .e_bottomNav-4 .p_level1Item:nth-child(4) {
    display: none
}

#c_static_001-1692265152219 .e_credible-20 .img1 {
    width: 65px;
    height: 23px
}

#c_static_001-1692265152219 .e_credible-20 .img2 {
    width: 79px;
    height: 28px
}

#c_static_001-1692265152219 .e_credible-20 .img3 {
    width: 92px;
    height: 33px
}

#c_static_001-1692265152219 .e_credible-20 .img4 {
    width: 106px;
    height: 38px
}

#c_static_001-1692265152219 .e_credible-20 .img5 {
    width: 75px;
    height: auto
}

#c_static_001-1692265152219 .e_credible-20 {
    background_radio: 1;
    display-radio: 1;
    margin-top: 0px;
    margin-bottom: 15px
}

#c_static_001-1692265152219 .e_text-21 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    background-fill-value: background-image;
    background-image: url(../images/beian.png);
    background-repeat: no-repeat;
    padding-left: 30px
}

#c_static_001-1692265152219 .e_container-11 .cbox-11-1 {
    padding-left: 30px
}

@media screen and (max-width: 1500px) {

}

.main-view .lang {
    flex-shrink: 0;
    margin-left: 2.7%;
    padding-left: calc(32 / 14* 1em);
    position: relative;
    font-size: 16px;
    color: #a5a5a5;
}

.main-view .lang::before {
      content: "";
      display: block;
      width: calc(20 / 14 * 1em);
      height: calc(20 / 14 * 1em);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url(../images/lang.gif);
      background-color: #666666;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
}

.main-view .lang a {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #ffffff;
    position: relative;
}

.mobile-lang {
    position: absolute;
    right: 115px;
    top: 50%;
}

.mobile-lang a img {
    display: block;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    #c_static_001-1692265152219 .e_bottomNav-4 .p_menu1Item,.e_bottomNav-4 .p_menu2Item {
        display:flex;
        justify-content: space-between
    }

    #c_static_001-1692265152219 .e_bottomNav-4 .p_level1Box ul {
        display: none
    }

    #c_static_001-1692265152219 .e_bottomNav-4 .p_jtIcon {
        width: auto;
        height: auto;
        max-width: 20px;
        font-size: inherit;
        transition: 0.5s;
        margin: 0
    }

    #c_static_001-1692265152219 .e_bottomNav-4 .p_jtIcon.active {
        transform: rotateZ(90deg)
    }

    #c_static_001-1692265152219 .e_bottomNav-4 a {
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    #c_static_001-1692265152219 .e_bottomNav-4 .p_level1Item {
        padding: 0
    }

    #c_static_001-1692265152219 .e_bottomNav-4 .p_menu2Item svg {
        opacity: .5
    }

    #c_static_001-1692265152219 .e_container-8 {
        flex-direction: column;
        display-radio: 1;
        margin-top: 0px;
        margin-bottom: 0px
    }

    #c_static_001-1692265152219 .e_container-9 {
        flex-direction: column
    }

    #c_static_001-1692265152219 .e_container-9 .cbox-9-0 {
        padding-right: 0px
    }

    #c_static_001-1692265152219 .e_container-9 .cbox-9-1 {
        text-align: left
    }

    #c_static_001-1692265152219 .e_richText-10 {
        font-size: 13px;
        font_radio: 2;
        display-radio: 1
    }

    #c_static_001-1692265152219 .e_container-11 {
        display-radio: 1;
        flex-direction: column
    }

    #c_static_001-1692265152219 .e_provider-12 a {
        text-align: left;
        font-size: 13px
    }

    #c_static_001-1692265152219 .e_text-13 {
        text-align: left;
        font-size: 13px;
        font_radio: 2;
        display-radio: 1
    }

    #c_static_001-1692265152219 .e_container-1 .cbox-1-0 {
        display: none
    }

    #c_static_001-1692265152219 .e_container-1 {
        padding-top: 35px
    }

    #c_static_001-1692265152219 {
        display-radio: 1
    }

    #c_static_001-1692265152219 .e_container-11 .cbox-11-1 {
        padding-left: 0px
    }
}

@media screen and (min-width: 769px) {
    #c_static_001-1692265152219 .e_bottomNav-4 .p_level1Box {
        display:flex
    }

    #c_static_001-1692265152219 .e_bottomNav-4 .p_jtIcon {
        display: none
    }

    #c_static_001-1692265152219 .e_loop-16 .p_loopitem {
        flex-grow: 0;
        flex-shrink: 0;
        margin-right: 12px
    }

    #c_static_001-1692265152219 .e_image-2 {
        display: none
    }
}