.btn, .btn-group, .btn-group-vertical, img, svg {
    vertical-align: middle;
}

.header {
    transition: all 0.6s;
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #fff;
}

.header-cont {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}

.header .head-box-1 {
    flex: 0 0 auto;
    background: rgba(50,80,111,1);
    height: 80px;
    margin-right: 60px;
    display: flex;
    align-items: center;
}

.header .nav-btn {
    padding: 1px 40px;
    justify-content: center;
    cursor: pointer;
}

.p_navBu1 {
    width: 32px;
    height: 16px;
    cursor: pointer;
    float: left;
    margin-right: 10px;
}

.p_navBu1 span {
    width: 100%;
    background: #fff;
    display: block;
    height: 2px;
    margin: 4px 0;
    float: left;
    font-size: 20px;
    color: #fff;
}

.header .nav-btn .menu {
    font-size: 20px;
    color: #fff;
}

.header .p_navContent {
    position: fixed;
    bottom: 100%;
    width: 100%;
    background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2023040613411161526/cms/image/d3ba583d-2416-4bf0-95c2-f845020b7e23.jpg) no-repeat;
    transition: all ease .6s;
    height: 100%;
    padding: 8% 11%;
    z-index: 2;
    overflow-y: scroll;
    background-size: cover;
}

.header .p_closeT {
    margin-bottom: 60px;
    display: flex;
    justify-content: flex-start;
    cursor: pointer;
    border-bottom: 1px #ffffff26 solid;
    padding-bottom: 40px;
}

.header .p_closeButton {
    width: 40px;
    justify-content: center;
    margin-right: 10px;
    height: 40px;
    background: #fff;
    border-radius: 25px;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    -o-transition: -o-transform 0.5s ease-out;
    -ms-transition: -ms-transform 0.5s ease-out;
}

.header .p_navBu2 {
    width: 15px;
    height: 12px;
    cursor: pointer;
    margin-top: 15px;
    margin-left: 12px;
}

.header .p_navBu2 span {
    width: 100%;
    background: #1b4978;
    display: block;
    height: 2px;
    margin: 1px 0;
    float: left;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.header .p_navBu2 span:nth-of-type(1) {
    transform: translateY(4px) rotate(670deg);
}

.header .p_navBu2 span:nth-of-type(2) {
    transform: translateY(0px) rotate(768deg);
}

.header .p_navBu2 span:nth-of-type(3) {
    width: 0;
    opacity: 0;
}

.header .p_closeT:hover .p_closeButton {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.header .p_closeText {
    font-size: 18px;
    color: #fff;
    line-height: 40px;
}

.p_level1Box {
    width: 100%;
}

.p_level1Item {
    float: left;
    width: 20%;
}

.p_level1Item .p_menu1Item {
    display: flex;
    justify-content: space-between;
    line-height: 1;
    padding: 20px 0px;
    font-size: 28px;
    margin-bottom: 10px;
    color: #fff;
    transition: all ease .15s;
    position: relative;
}

.p_level1Item .p_menu1Item::before {
    content: '';
    position: absolute;
    width: 0px;
    height: 1px;
    left: 0px;
    transition: all 0.6s;
    background: #fff;
    bottom: 0px;
}

.p_level1Item .p_menu1Item:hover a {
    color: #fff;
}

.p_level1Item .p_menu1Item:hover::before {
    width: 90%;
}

.p_level1Item .p_menu1Item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
    width: 100%;
}

.p_level2Box {
    display: block;
}

.p_level2Item {
    width: 100%;
    float: left;
}

.p_menu2Item {
    display: flex;
    justify-content: space-between;
    line-height: 1;
    padding: 15px 0 15px 0;
    font-size: 20px;
    color: #ffffff9e;
    transition: all ease .15s;
    position: relative;
}

.p_menu2Item::before {
    content: '';
    position: absolute;
    width: 0px;
    height: 1px;
    left: 0px;
    transition: all 0.6s;
    background: #fff;
    bottom: 0px;
}

.p_menu2Item:hover::before {
    width: 90%;
}

.p_menu2Item:hover a {
    color: #fff;
}

.p_menu2Item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
    width: 100%;
}

.p_blackbg {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 52%);
    z-index: 1;
    opacity: 0;
    transition: all ease .6s;
    pointer-events: none;
}

.showmenuBox {
    bottom: 0 !important;
}

.showbg {
    opacity: 1;
    pointer-events: auto;
}

.head-box-2 {
    flex: 1;
    align-self: center;
}

.head-box-2 .img {
    overflow: hidden;
    max-width: 188px;
}

.head-box-2 .img img {
    height: 100%;
    object-fit: contain;
}

.head-box-3 {
    flex: 1;
    align-self: center;
    margin-right: 50px;
}

.head-box-3 .search {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-bottom: 0px;
    max-width: 300px;
    margin-right: 0px;
    margin-left: auto;
    border-bottom: 2px #3e454c solid;
}

.head-box-3 .search .p_formItem {
    flex: 1;
}

.head-box-3 .search .cbox-8-0 {
    margin-right: 10px;
}

.head-box-3 .search .cbox-8-0 input {
    width: 100%;
    border: none;
    outline: none;
    line-height: 35px;
}

.head-box-3 .search .cbox-8-1 {
    flex: 0 0 40px;
}

.head-box-3 .search .cbox-8-1 .btn {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 40px;
    border-radius: 4px;
    padding: 0px 8px;
    background-color: rgba(255, 255, 255, 0);
}

.head-box-3 .search .cbox-8-1 .btn button {
  background: none;
  border: none;
}


.index-banner {
    position: relative;
}

.index-banner .swiper-container {
    position: relative;
}

.index-banner .swiper-container .swiper-slide a {
    display: block;
}

.index-banner .swiper-container .swiper-slide a img {
    width: 100%;
}

.index-banner .video {
    position: relative;
}

.index-banner .video video {
    position: relative;
    margin-top: -5%;
}

.index-banner .video .vid_bg {
    background: rgb(0 16 40 / 35%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.index-banner .video .vid_bg h2 {
    position: relative;
    top: 33% !important;
    text-align: left;
    max-width: 85%;
    margin: auto;
}

.index-banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.index-banner .swiper-pagination-bullet-active {
    background: #179a3a;
}

.index-banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 15px;
}


.index-box1 {
    background-color: rgba(255, 255, 255, 1);
/*    margin-top: -13%;*/
    margin-bottom: 0;
    position: relative;
    z-index: 9;
}

.box1-cont {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    max-width: 610px;
    margin-right: 0px;
    margin-left: auto;
    background-image: url(../images/solution_bg.jpg);
    position: relative;
    top: -100px;
    border-radius: 20px 0px 0px 20px;
}

.box1-cont .cbox-1-0 {
    flex: 1;
}

.box1-cont .cbox-1-0 .el-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    max-width: none;
    padding-left: 60px;
    padding-top: 65px;
    padding-bottom: 45px;
}

.box1-cont .cbox-2-0 {
    flex: 1;
}

.box1-cont .cbox-2-0 .title {
    line-height: normal;
    font-size: 30px;
    color: rgba(255, 255, 255, 1);
}

.box1-cont .cbox-2-0 .summary {
    line-height: normal;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}

.box1-cont .cbox-2-0 .more {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 40px;
    padding: 0;
    margin-top: 20px;
    border-radius: 50px;
    background: none;
    border: 2px #fff solid;
    height: 40px;
    line-height: 35px;
    color: #fff;
}

.box1-cont .cbox-2-0 .more span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden;
}

.box1-cont .cbox-2-0 .more::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    transition: all .3s;
    z-index: 0;
    opacity: 0;
    top: 0;
    left: 0px;
}

.box1-cont .cbox-2-0 .more:hover {
    background: #fff;
    color: #33557a;
}

.box1-cont .cbox-2-0 .more:hover::after {
    opacity: 1;
}


.index-box2 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    margin-top: 0px;
    padding-bottom: 150px;
    position: relative;
}

.content-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}

.index-box2 .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}

.index-box2 .cbox-1-0 {
    margin-right: 5%;
    position: relative;
}

.index-box2 .cbox-1-0 .m-video {
    display: none;
}

.index-box2 .cbox-1-0 .img {
    overflow: hidden;
    border-radius: 0px 20px 20px 0px;
}

.index-box2 .cbox-1-0 .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.index-box2 .cbox-1-0 .img_v {
    right: -32px;
    position: absolute;
    bottom: 40%;
}

.index-box2 .cbox-1-0 .img_v::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    left: 0;
    border-radius: 50px;
    top: 0px;
    z-index: 1;
    background: #c5d4e3;
    animation: ripple1 1200ms ease-out 100ms infinite;
}

.index-box2 .cbox-1-0 .img_v::after {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    left: -10px;
    border-radius: 50px;
    top: -10px;
    z-index: 1;
    background: #1b497870;
    animation: ripple1 1200ms ease-out 100ms infinite;
}

@keyframes ripple1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    5% {
        opacity: 0.3
    }

    50% {
        opacity: 0.6
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5)
    }
}

.index-box2 .cbox-1-0 .img_v img {
    width: 70px;
    position: relative;
    z-index: 2;
}

.index-box2 .cbox-1-1 {
    align-self: center;
}

.index-box2 .cbox-1-1 .box-cont {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 92%;
    max-width: 720px;
}

.index-box2 .cbox-1-1 .box-cont .e_text-2 {
    position: relative;
    line-height: normal;
    font-size: 25px;
    color: #179a3a;
    margin-bottom: 10px;
    font-weight: normal;
}

.index-box2 .cbox-1-1 .box-cont .e_text-2::before {
    content: '';
    position: absolute;
    top: 18px;
    left: 120px;
    width: 80px;
    height: 1px;
    background: #179a3a;
}

.index-box2 .cbox-1-1 .box-cont .e_text-3 {
    line-height: normal;
    font-size: 52px;
    color: rgba(68, 68, 68, 1);
}

.index-box2 .cbox-1-1 .box-cont .e_text-4 {
    line-height: 1.8;
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
    margin-top: 20px;
}

.index-box2 .cbox-1-1 .box-cont .s_list {
    margin-top: 5%;
}

.index-box2 .cbox-1-1 .box-cont .s_list .p_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%;
}

.index-box2 .cbox-1-1 .box-cont .s_list .p_list .cbox-6 {
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 4);
}

.index-box2 .cbox-1-1 .box-cont .s_list .p_list .cbox-6 .e_scrollNumber-8 {
    height: 60px;
    line-height: 60px;
    font-size: 46px;
    text-align: center;
}

.index-box2 .cbox-1-1 .box-cont .s_list .p_list .cbox-6 .e_scrollNumber-8 .p_num {
    font-size: 54px;
    color: #179a3a;
}

.index-box2 .cbox-1-1 .box-cont .s_list .p_list .cbox-6 .e_scrollNumber-8 .p_plus {
    font-size: 22px;
    color: #179a3a;
    position: relative;
    top: -25px;
    left: -7px;
}

.index-box2 .cbox-1-1 .box-cont .s_list .p_list .cbox-6 .e_text-9 {
    line-height: normal;
    text-align: center;
    font-size: 15px;
    color: rgba(119, 119, 119, 1);
}

.index-box2 .cbox-1-1 .box-cont a.more {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 160px;
    margin-top: 40px;
    max-width: none;
    font-size: 15px;
    background-color: rgba(255, 255, 255, 0);
    color: rgba(92, 92, 92, 1);
    border-style: solid;
    border-width: 1px;
    border-color: rgba(92, 92, 92, 1);
    padding: 10px 8px;
    border-radius: 25px;
}

.index-box2 .cbox-1-1 .box-cont a.more span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden;
}

.index-box2 .cbox-1-1 .box-cont a.more::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    transition: all .3s;
    z-index: 0;
    opacity: 0;
    top: 0;
    left: 0px;
}

.index-box2 .cbox-1-1 .box-cont a.more:hover {
    border-radius: 25px;
    background-color: rgba(50, 80, 111, 1);
    color: rgba(255, 255, 255, 1);
}

.index-box2 .cbox-1-1 .box-cont a.more:hover img {
    filter: brightness(0) invert(100%);
}

.index-box2 .cbox-1-1 .box-cont a.more:hover::after {
    opacity: 1;
}


.index-box3 {
    min-height: 300px;
    padding-bottom: 8%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 0px;
    z-index: 3;
}

.index-box3 .e_container-15 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 88%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
}

.index-box3 .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}

.index-box3 .e_container-15 .e_container-16 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    max-width: 400px;
    margin-right: 0px;
    margin-left: auto;
    margin-top: 70px;
}

.index-box3 .e_container-15 .e_text-17 {
    position: relative;
    line-height: normal;
    font-size: 26px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 10px;
    text-align: right;
}

.index-box3 .e_container-15 .e_text-17::before {
    content: '';
    position: absolute;
    top: 18px;
    right: 120px;
    width: 80px;
    height: 1px;
    background: rgb(255 255 255);
}

.index-box3 .e_container-15 .e_text-18 {
    line-height: normal;
    font-size: 52px;
    color: rgba(255, 255, 255, 1);
    text-align: right;
}

.index-box3 .e_container-14 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 88%;
    margin-top: 3%;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
}

.index-box3 .e_container-14 .e_loop-20 {
    position: relative;
}

.index-box3 .swiper {
    position: relative;
    padding-bottom: 7%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    list-style: none;
    z-index: 1;
}

.index-box3 .swiper .e_container-25 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.index-box3 .swiper .e_container-21 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 5px;
    transition: all 0.6s;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
}

.index-box3 .swiper .e_container-21:hover {
    background: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023040613411161526/cms/image/794677ea-0320-4d9c-8fa5-686ce7931db2.jpg) no-repeat;
    background-size: cover;
}

.index-box3 .swiper .e_container-21 .e_text-23 {
    line-height: normal;
    text-align: center;
    font-size: 20px;
    color: rgba(137, 137, 137, 1);
    transition: all 0.6s;
    margin-bottom: 20px;
}

.index-box3 .swiper .e_container-21 .e_text-23 a:hover {
    color: #fff;
}

.index-box3 .swiper .e_container-21:hover .e_text-23 {
    color: #fff;
}

.index-box3 .swiper .e_container-21 .e_image-22 {
    overflow: hidden;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.index-box3 .swiper .e_container-21 .e_image-22 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.6s;
}

.index-box3 .swiper .e_container-21:hover .e_image-22 img {
    transform: scale(0.95, 0.95);
}

.index-box3 .swiper .e_container-21 .e_image-24 {
    overflow: hidden;
    max-width: 100px;
    margin: -50px auto 40px;
}

.index-box3 .swiper .e_container-21 .e_image-24 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.index-box3 .swiper .e_container-21:hover .e_image-24 img {
    filter: brightness(0) invert(100%);
}

.index-box3 .swiper-button-prev, .index-box3 .swiper-button-next {
    border: 1px #305072 solid;
    width: 40px !important;
    height: 40px !important;
    border-radius: 55px;
    top: auto;
    transition: all 0.6s;
}

.index-box3 .swiper-button-prev {
    left: 10px;
    bottom: 10px;
    right: auto;
}

.index-box3 .swiper-button-next {
    left: 65px;
    bottom: 10px;
    right: 10px;
}

.index-box3 .swiper-button-prev:after, .index-box3 .swiper-button-next:after {
    font-size: 16px;
    color: #305072;
}

.index-box3 .swiper-button-prev:after {
    content: "<";
    font-size: 20px;
}

.index-box3 .swiper-button-next:after {
    content: ">";
    font-size: 20px;
}

.index-box3 .swiper-button-prev, .index-box3 .swiper-button-next {
    background-image: none;
    text-align: center;
    line-height: 35px;
}

.index-box3 .swiper-button-next.swiper-button-disabled, .index-box3 .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.index-box3 .swiper-button-prev:hover, .index-box3 .swiper-button-next:hover {
    background: #305072;
}

.index-box3 .swiper-button-prev:hover:after, .index-box3 .swiper-button-next:hover:after {
    color: #fff;
}

.index-box3 .e_container-26 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 91%;
    margin-right: 0px;
    margin-left: auto;
    margin-top: -65px;
}

.index-box3 .e_container-26 .e_line-28 {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgb(48 80 113);
    margin-left: 0px;
    margin-bottom: 0px;
    width: 90%;
}

.index-box3 .e_container-26 .e_button-27 {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 160px;
    max-width: none;
    font-size: 15px;
    background-color: rgba(255, 255, 255, 0);
    color: rgba(255, 255, 255, 1);
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 1);
    padding: 10px 8px;
    border-radius: 25px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: auto;
}

.index-box3 .e_container-26 .e_button-27 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden;
}

.index-box3 .e_container-26 .e_button-27 span img {
    filter: brightness(0) invert(100%);
}

.index-box3 .e_container-26 .e_button-27::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    transition: all .3s;
    z-index: 0;
    opacity: 0;
    top: 0;
    left: 0px;
}

.index-box3 .e_container-26 .e_button-27:hover {
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(69, 69, 69, 1);
}

.index-box3 .e_container-26 .e_button-27:hover img {
    filter: initial;
}

.index-box3 .e_container-26 .e_button-27:hover::after {
    opacity: 1;
}


.index-box4 {
    min-height: 0px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-top: 0px;
    margin-top: 6%;
}

.index-box4 .e_container-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
}

.index-box4 .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}

.index-box4 .e_container-1 .e_text-2 {
    position: relative;
    line-height: normal;
    font-size: 26px;
    color: #179a3a;
    margin-bottom: 10px;
}

.index-box4 .e_container-1 .e_text-2::before {
    content: '';
    position: absolute;
    top: 18px;
    left: 240px;
    width: 80px;
    height: 1px;
    background: #179a3a;
}

.index-box4 .e_container-1 .e_text-3 {
    line-height: normal;
    font-size: 52px;
    color: rgba(68, 68, 68, 1);
}


.index-box5 {
    min-height: 300px;
    position: relative;
}

.index-box5 .bigBox .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    width: 100%;
    height: 72vh;
    max-height: 880px;
}

.index-box5 .p_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

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

.index-box5 .p_img .P_link_img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 100%;
    height: 100%;
}

.index-box5 .bigBox .swiper-slide-active .P_link_img {
    transform: scale(1)
}

.index-box5 .p_info {
    padding: 0 15px;
    position: absolute;
    top: 45%;
    transform: translateY(-49%);
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
    z-index: 1;
    width: 88%;
}

.index-box5 .p_info .p_info_fivebox {
    width: 92%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 740px;
}

.index-box5 .p_info .p_info_fivebox .p_btitle {
    font-size: 52px !important;
    line-height: 1;
    transition: all ease .8s .3s;
    color: #fff;
}

.index-box5 .p_info .p_info_fivebox .p_solid {
    margin: 24px 0 20px;
    height: 2px;
    background: #fff;
    width: 70px;
    transition: all ease .8s .6s;
    display: none;
}

.index-box5 .p_info .p_info_fivebox .p_summary {
    font-size: 17px;
    margin-top: 10px;
    color: rgb(255 255 255 / 100%);
    line-height: 1.6;
    min-height: 50px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all ease .8s .9s;
}

.index-box5 .p_info .p_info_fivebox .p_button {
    color: #fff;
    font-size: 14px;
    border: 1px solid #fff;
    padding: 9px 15px;
    display: inline-block;
    margin-top: 30px;
    width: 100%;
    max-width: 140px;
    border-radius: 25px;
    text-align: center;
    transition: all ease .3s, opacity ease .8s 1.2s, transform ease .8s 1.2s;
    margin-bottom: 5px;
}

.index-box5 .p_info .p_info_fivebox .p_button img {
    filter: brightness(0) invert(100%);
}

.index-box5 .p_info .p_info_fivebox .p_button:hover {
    background: #fff;
    border: 1px solid #fff;
    color: rgba(92, 92, 92, 1);
}

.index-box5 .p_info .p_info_fivebox .p_button:hover img {
    filter: brightness(0) invert(0%);
}

.index-box5 .p_smallBBox {
    position: absolute;
    bottom: -60px;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
    z-index: 2;
    width: 88%;
}

.index-box5 .p_smallBBox .swiper-container {
    position: relative;
    overflow: hidden;
    list-style: none;
    z-index: 1;
    margin: 0 0px;
    padding: 0 0 15px;
}

.index-box5 .p_smallBBox .swiper-container .swiper-slide {
    transition: all ease .3s;
    cursor: pointer;
    width: 24% !important;
    margin: 0px 0.5%;
    border-radius: 5px;
    padding: 45px 20px 40px;
    background: #fff url(../images/solution_slide.jpg) no-repeat;
    background-size: cover;
    border: 1px #fff solid;
    box-shadow: 0px 0px 15px rgb(50 77 106 / 17%)
}

.index-box5 .p_smallBBox .p_niu {
    display: block;
}

.index-box5 .p_smallBBox .p_niu .p_smaltext {
    height: 66px;
    transition: all ease .3s;
    display: block;
    flex-direction: column;
    justify-content: center;
    margin-left: 15px;
    transition: all ease .3s
}

.index-box5 .p_smallBBox .p_niu .p_smaltext .p_smalltitle {
    color: #444;
    font-size: 22px;
    font-weight: bold;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 100%;
    line-height: 1;
    margin-bottom: 7px;
    transition: all ease .3s;
}

.index-box5 .p_smallBBox .p_niu .p_smaltext .p_smallsubtitle {
    font-size: 14px;
    color: rgb(0 0 0 / 40%);
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 1;
    transition: all ease .3s;
    padding-top: 5px
}

.index-box5 .p_smallBBox .p_slideSmall:hover, .index-box5 .p_smallBBox .swiper-slide-thumb-active {
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023040613411161526/cms/image/4f04f4a5-36e4-46db-b7f5-35016752fa9e.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border: none !important
}

.index-box5 .p_smallBBox .p_slideSmall:hover p,.index-box5 .p_smallBBox .swiper-slide-thumb-active p {
    color: #fff;
}

.index-box5 .p_smallBBox .p_slideSmall:hover .p_smallsubtitle, .index-box5 .p_smallBBox .p_slideSmall:hover p {
    color: rgb(255 255 255 / .4)
}

.index-box5 .p_smallBBox .p_slideSmall:hover > div:first-child, .index-box5 .p_smallBBox .swiper-slide-thumb-active .p_niu > div:first-child {
    filter: brightness(0) invert(100%);
}

.index-box5 .p_smallBBox .swiper-wrapper {
    transform: translate3d(0, 0, 0);
}


.index-box6 {
    min-height: 300px;
    padding-top: 8%;
    padding-bottom: 6%;
    background-repeat: no-repeat;
    background-size: cover
}

.index-box6 .e_container-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    width: 88%;
    max-width: none
}

.index-box6 .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}

.index-box6 .e_container-21 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    display-radio: flex;
    max-width: none;
    margin-left: auto;
    margin-right: auto
}

.index-box6 .e_container-21 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.index-box6 .e_container-21 .cbox-21-1 {
    align-self: center
}

.index-box6 .e_button-22:hover img {
    filter: brightness(0) invert(100%)
}

.index-box6 .e_button-22 {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 160px;
    max-width: none;
    font-size: 15px;
    background-color: rgba(255,255,255,0);
    color: rgba(92,92,92,1);
    border-style: solid;
    border-width: 1px;
    border-color: rgba(92,92,92,1);
    padding: 10px 8px;
    border-radius: 25px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: auto
}

.index-box6 .e_button-22 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

.index-box6 .e_button-22::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    transition: all .3s;
    z-index: 0;
    opacity: 0;
    top: 0;
    left: 0px
}

.index-box6.e_button-22:hover::after {
    opacity: 1
}

.index-box6 .e_button-22:hover {
    border-radius: 25px;
    background-color: rgba(50,80,111,1);
    color: rgba(255,255,255,1)
}

.index-box6 .e_text-23::before {
    content: '';
    position: absolute;
    top: 18px;
    left: 80px;
    width: 70px;
    height: 1px;
    background: #179a3a
}

.index-box6 .e_text-23 {
    position: relative;
    line-height: normal;
    font-size: 26px;
    color: #179a3a;
    margin-bottom: 10px;
    font-weight: normal
}

.index-box6 .e_text-24 {
    line-height: normal;
    font-size: 52px;
    color: rgba(68,68,68,1)
}

.index-box6 .e_container-8 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-top: 4%;
}

.index-box6 .e_container-8 .cbox-8-0 {
    margin-right: 20px;
    margin-top: 0px
}

.index-box6 .e_container-8 .cbox-8-1 {
    margin-left: 20px
}

.index-box6 .e_loop-9 .p_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%
}

.index-box6 .e_loop-9 .p_loopitem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 1);
    position: relative
}

.index-box6 .e_image-10 {
    overflow: hidden;
    max-width: none;
    height: 390px
}

.index-box6 .e_image-10 img {
    width: 100%;
    height: 100%;
    transition: all 0.6s;
    object-fit: cover
}

.index-box6 .e_image-10 img:hover {
    transform: scale(1.13,1.13)
}

.index-box6 .e_container-11 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background-color: rgba(249,249,249,1)
}

.index-box6 .e_container-11 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.index-box6 .e_container-11 .cbox-11-0 {
    background-color: rgba(255,255,255,1)
}

.index-box6 .e_text-12 {
    line-height: normal;
    font-size: 24px;
    color: rgba(51,51,51,1);
    text-align: left;
    font-weight: normal;
    padding-left: 0px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 20px 20px 5px;
}

.index-box6 .e_text-12 a:hover {
    color: rgba(51,51,51,1);
}

.index-box6 .e_text-13 {
    line-height: 1.5;
    font-size: 15px;
    color: rgba(153,153,153,1);
    text-align: left;
    font-weight: normal;
    margin-left: 20px;
    margin-bottom: 10px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-right: 20px
}

.index-box6 .e_container-8 .cbox-8-1 {
    margin-left: 20px
}

index-box6 .e_loop-14 .p_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%
}

index-box6 .e_loop-14 .p_loopitem {
    flex: 0 0 33.3%;
    position: relative
}

.index-box6 .e_container-15 {
    transition: all 0.6s;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-top: 0px;
    padding: 16px 30px 16px 0px;
    border-bottom: 1px #ddd solid;
    background: #f9f9f9 url(../images/news_li.png) no-repeat right 30px center;
    background-color: #f9f9f9 url(../images/news_li.png) no-repeat right 30px center
}

.index-box6.response-animated .e_container-15 {
    animation-name: none, none;
    animation-delay: 0.0s, 0.6s;
    animation-duration: 0.6s, 0.6s;
    animation-iteration-count: 1, 1;
}

.index-box6 .e_container-15 .cbox-15-0 {
    background-color: rgba(255,255,255,0);
    padding: 20px;
    flex: 0 0 20%;
    margin-right: 20px
}

.index-box6 .e_container-15 .cbox-15-1 {
    align-self: center
}

.index-box6 .e_timeFormat-16 {
    min-height: 20px;
    font-size: 40px;
    color: rgba(102,102,102,1);
    line-height: 1;
    font-weight: normal;
    text-align: center;
}

.index-box6 .e_timeFormat-17 {
    min-height: 20px;
    font-size: 16px;
    color: rgba(102,102,102,1);
    line-height: 1;
    font-weight: normal;
    text-align: center;
    padding-top: 5px
}

.index-box6 .e_text-18:hover {
    font-weight: normal;
    color: #0163aa
}

.index-box6 .e_text-18:hover a {
    color: #fff;
}

.index-box6 .e_text-18 {
    line-height: normal;
    font-size: 22px;
    font-weight: normal;
    text-align: left;
    margin-top: 0px;
    padding-top: 0px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 30px;
}

.index-box6 .e_text-19 {
    line-height: 1.5;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    color: rgba(153,153,153,1);
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-right: 50px;
    padding-top: 0px;
    margin-top: 10px;
}

.index-box6 .e_text-19 a:hover {
    color: #fff;
}

#c_static_001-1684311285254 {
    min-height: 50px;
    height: 770px;
    overflow: Hidden;
    position: absolute;
    bottom: 0px;
    z-index: 0;
}
#c_static_001-1684311285254 .e_html-1 {
    min-height: 50px;
}
canvas {
    width: 100%;
    display: inline-block;
}

.index-box6.response-animated .e_container-15 {
    animation-name: none,none;
    animation-delay: 0.0s,0.6s;
    animation-duration: 0.6s,0.6s;
    animation-iteration-count: 1,1
}

.index-box6.response-animated .e_timeFormat-16 {
    animation-name: none,none;
    animation-delay: 0.0s,0.6s;
    animation-duration: 0.6s,0.6s;
    animation-iteration-count: 1,1
}

.index-box6 .e_text-20 {
    line-height: 1.5;
    font-size: 16px;
    color: rgba(38,78,119,1);
    text-align: left;
    font-weight: normal;
    margin-left: 20px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 33px;
}

.index-box6 .e_text-20 a:hover {
    color: rgba(38,78,119,1);
    font-weight: bold;
}

.index-box6 .e_container-15:hover {
    background: #32506f url(../images/news_li1.png) no-repeat right 30px center;
    border-bottom: none;
    border-left: 5px #179a3a solid
}

.index-box6 .e_container-15:hover .e_timeFormat-16,.e_container-15:hover .e_timeFormat-17,.e_container-15:hover .e_text-18,.e_container-15:hover .e_text-19 {
    color: #fff
}

.index-box6 .e_loop-14 .p_loopitem:last-child .e_container-15 {
    border-bottom: none
}

.index-box6.response-animated .e_container-15:hover p {
    color: #fff !important;
}

.index-box7 {
    min-height: 300px;
    padding-top: 5%;
    padding-bottom: 5%;
    background-repeat: no-repeat;
    background-size: cover
}

.index-box7 .e_container-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 88%;
    max-width: none;
    margin-left: auto;
    margin-right: auto
}

.index-box7 .e_container-1 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}

.index-box7 .e_container-1 .cbox-1-0 {
    flex: 0 0 55%;
    margin-right: 5%;
    align-self: center;
}

.index-box7 .e_text-2::before {
    content: '';
    position: absolute;
    top: 18px;
    left: 280px;
    width: 80px;
    height: 1px;
    background: #179a3a
}

.index-box7 .e_text-2 {
    position: relative;
    line-height: normal;
    font-size: 26px;
    color: #179a3a;
    margin-bottom: 10px
}

.index-box7 .e_text-3 {
    line-height: normal;
    font-size: 52px;
    color: rgba(68,68,68,1)
}

.index-box7 .e_text-3 a:hover {
    color: rgba(68,68,68,1)
}

.index-box7 .e_container-10 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px
}

.index-box7 .e_container-10 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.index-box7 .e_scrollNumber-11 {
    height: 60px;
    line-height: 60px;
    font-size: 48px;
    text-align: center;
    padding-left: 20px
}

.index-box7 .e_scrollNumber-11 .p_plus {
    font-size: 22px;
    color: rgba(50,80,111,1);
    position: relative;
    top: -25px;
    left: -7px;
}

.index-box7 .e_scrollNumber-11 .p_num {
    font-size: 64px;
    color: rgba(50,80,111,1)
}

.index-box7 .e_container-10 .cbox-10-0 {
    flex: 0 0 auto;
    margin-right: 40px
}

.index-box7 .e_container-10 .cbox-10-0 {
    flex: 0 0 auto;
    margin-right: 40px
}

.index-box7 .e_text-12 {
    line-height: normal;
    text-align: center;
    font-size: 20px;
    color: rgba(50,80,111,1)
}

.index-box7 .e_container-10 .cbox-10-1 {
    align-self: center
}

.index-box7 .e_richText-14 {
    min-height: 50px;
    font-size: 16px;
    color: rgba(102,102,102,1);
    max-width: 500px
}

.index-box7 .e_loop-15 {
    position: relative;
    max-width: 860px
}

.index-box7 .e_loop-15 .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    padding-bottom: 30px;
}

.index-box7 .e_loop-15 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
}

.index-box7 .e_loop-15 .swiper-pagination-bullet {
    width: 45px;
    height: 4px;
    background: #ccc;
    opacity: 1;
    border-radius: 5px;
}

.index-box7 .e_loop-15 .swiper-pagination-bullet-active {
    background: #179a3a !important;
}

.index-box7 .e_loop-15 .p_loopitem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc((100% - 50px) / 5);
    margin: 5px;
    position: relative
}

.index-box7 .e_image-16 {
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(226,226,226,1);
    margin-bottom: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #fff;
}

.index-box7 .e_image-16 img:hover {
    transform: scale(1.15,1.15)
}

.index-box7 .e_image-16 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.6s
}

.index-box7 .e_image-9 {
    overflow: hidden;
    border-radius: 0px 20px 20px 0px;
}

.index-box7 .e_image-9 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.index-box7 .e_loop-15 .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


.index-footer {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative;
}

.footer-box {
    width: 100%;
    margin: 0rem 0%;
    clear: left;
    min-height: 100px;
    padding-top: 0px;
    background-repeat: no-repeat;
    background-size: cover
}

.footer-box .e_container-34 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    padding-top: 4%;
    padding-bottom: 4%
}

.footer-box .e_container-34 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.footer-box .e_container-69 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 88%;
    display-radio: flex;
    margin-left: auto;
    margin-right: auto
}

.footer-box .e_container-69 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.footer-box .e_image-70 {
    overflow: hidden;
    border-radius: 0px;
    max-width: 222px
}

.footer-box .e_image-70 img {
    height: 50px;
    object-fit: contain
}

.footer-box .e_line-71 {
    width: 88%;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgba(255,255,255,0.1);
    margin: 2% auto 4%;
}

.footer-box .e_html-73 {
    max-width: none;
    width: 165px;
    margin-right: 0px;
    margin-left: auto;
    min-height: 40px
}

.gu_l {
    color: #fff
}

.gu_l h2 {
    width: 39px;
    height: 39px;
    border: 1px #fff solid;
    border-radius: 25px;
    text-align: center;
    float: left;
    margin-right: 15px;
    font-size: 16px !important;
    cursor: pointer;
    line-height: 35px;
    position: relative;
}

.gu_l h2 .ewm {
    position: absolute;
    left: 0;
    top: 45px;
    display: none;
    width: 120px;
}

.gu_l h2:hover {
    background: #179a3a;
    border: 1px #179a3a solid
}

.gu_l h2:hover .ewm {
    display: block;
}

.gu_b img {
    width: 120px
}

.gu_b h3 {
    float: left;
    position: absolute;
    top: 48px;
    display: none
}

.wei2 {
    right: 0px
}

.footer-box .e_container-69 .cbox-69-0 {
    align-self: center
}

.footer-box .e_container-66 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    width: 88%
}

.footer-box .e_container-66 .cbox-66-0 {
    flex: 0 0 70%
}

.footer-box .e_container-66 .cbox-66-1 {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}

.footer-box .e_bottomNav-53 {
    margin-right: 0px;
    margin-left: 0px;
    max-width: 900px
}

.footer-box .e_bottomNav-53 .p_level1Box {
    display:flex
}

.footer-box .e_bottomNav-53 .p_jtIcon {
    display: none
}

.footer-box .e_bottomNav-53 .p_level1Item {
    display: none
}

.footer-box .e_bottomNav-53 .p_level1Item.open {
    display: block
}

.footer-box .e_bottomNav-53 .p_menu1Item {
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
    background: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023040613411161526/cms/image/c67dfa9f-d8eb-4aa6-85e6-6a2dbceb8969.jpg) no-repeat left bottom;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.footer-box .e_bottomNav-53 .p_menu1Item:hover::before {
    width: 0 !important;
}

.footer-box .e_bottomNav-53 .p_menu2Item:hover {
    color: #ffffff;
    opacity: 1
}

.footer-box .e_bottomNav-53 .p_menu2Item {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #ffffff;
    opacity: .7;
    padding: 0;
}

.footer-box .e_bottomNav-53 .p_menu2Item:hover {
    color: #fff
}

.footer-box .e_bottomNav-53 .p_menu2Item:hover::before {
    width: 0 !important;
}

.footer-box .e_container-67 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    max-width: 400px;
    margin-right: 0px;
    margin-left: auto
}

.footer-box .e_container-67 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.footer-box .e_h1-65 {
    font-size: 20px;
    color: rgba(255,255,255,1)
}

.footer-box .e_text-63 {
    line-height: normal;
    font-size: 26px;
    color: rgba(255,255,255,1);
    text-align: left;
    margin-top: 15px;
    margin-bottom: 0px
}

.footer-box .e_text-63 img {
    filter: brightness(0) invert(100%)
}
.footer-box .e_text-63 a:hover {
    color: #fff;
}


.footer-box .e_richText-46 {
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    line-height: 1.5;
    margin-top: 20px
}

.footer-box .e_richText-46 span {
    opacity: 0.7;
}

.footer-box .e_richText-46 a:hover {
    color: rgba(255,255,255,1) !important;
    opacity: 1;
}

.footer-box .e_container-35 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgba(255,255,255,0.1)
}

.footer-box .e_container-37 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 88%;
    transition-property: all;
    margin: 25px auto;
    max-width: none
}

.footer-box .e_container-37 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.footer-box .e_container-37 .cbox-37-0 {
    flex: 0 0 40%
}

.footer-box .e_text-41 {
    font-size: 13px;
    color: rgba(255,255,255,0.2);
    line-height: 1.5
}

.footer-box .e_container-38 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    transition-property: all;
    width: auto;
    margin-right: 0px
}

.footer-box .e_container-38 .cbox-38-0 {
    padding-right: 30px
}

.footer-box .e_provider-40 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition-property: all;
    font-size: 13px;
    color: rgba(255,255,255,0.2);
    line-height: 1.6;
    text-align: right;
    font-weight: normal
}

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

.footer-box .e_provider-40 a {
    text-align: right;
    display: block
}

.footer-box .e_provider-40 a:hover {
    color: rgba(255,255,255,1)
}

.footer-box .e_provider-40:hover {
    color: rgba(255,255,255,1)
}

.footer-box .e_container-38 .cbox-38-1 {
    flex: 0 0 auto !important;
    align-items: center
}

.footer-box .e_richText-39 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition-property: all;
    font-size: 13px;
    color: rgba(255,255,255,0.2);
    line-height: 1.6;
}

.footer-box .e_richText-39 a:hover {
    color: #fff;
}

.footer-box .e_container-35 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.footer-box .e_container-38 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

@media screen and (max-width: 1600px) and (min-width: 1200px) {
    .header .head-box-1 {
        flex: 0 0 auto;
        height: 65px;
    }
    .head-box-3 .search {
        max-width: 220px;
    }
    .head-box-3 .search .cbox-8-1 .btn img {
        width: 15px;
    }
    .head-box-2 .img {
        max-width: 160px;
    }
    .head-box-2 .img img {
        max-height: 65px;
    }
    .p_level1Item .p_menu1Item {
        padding: 15px 0px;
        font-size: 24px;
    }
    .p_menu2Item {
        display: flex;
        justify-content: space-between;
        line-height: 1;
        padding: 13px 0 13px 0;
        font-size: 18px;
    }
    .box1-cont {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        max-width: 460px;
        margin-right: 0px;
        margin-left: auto;
        position: relative;
        top: -100px;
        border-radius: 20px 0px 0px 20px;
        background-size: cover;
    }
    .box1-cont .cbox-1-0 .el-container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        max-width: none;
        padding-left: 40px;
        padding-top: 30px;
        padding-bottom: 24px;
    }
    .box1-cont .cbox-2-0 .title {
        font-size: 24px;
    }
    .box1-cont .cbox-2-0 .summary {
        line-height: normal;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.6);
    }
    .box1-cont .cbox-2-0 .more {
        margin-top: 15px;
        width: 30px;
        height: 30px;
        line-height: 26px;
    }
    .index-box2 .cbox-1-1 .box-cont .e_text-3 {
        font-size: 38px;
    }
    .index-box2 .cbox-1-1 .box-cont .e_text-4 {
        font-size: 14px;
    }
    .index-box2 .cbox-1-1 .box-cont .s_list {
        margin-top: 20px;
    }
    .index-box2 .cbox-1-1 .box-cont .s_list .p_list .cbox-6 {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% / 4);
    }
    .index-box2 .cbox-1-1 .box-cont .s_list .p_list .cbox-6 .e_text-9 {
        font-size: 13px;
    }
    .index-box2 .cbox-1-1 .box-cont .s_list .p_list .cbox-6 .e_scrollNumber-8 .p_num {
        font-size: 36px;
    }
    .index-box2 .cbox-1-1 .box-cont .s_list .p_list .cbox-6 .e_scrollNumber-8 .p_plus {
        font-size: 22px;
        top: -18px;
        left: -10px;
    }
    .index-box2 .cbox-1-1 .box-cont a.more {
        display: block;
        position: relative;
        overflow: hidden;
        text-align: center;
        box-sizing: border-box;
        width: 140px;
    }
    .index-box2 .cbox-1-0 .img_v img {
        width: 55px;
        position: relative;
        z-index: 2;
    }
    .index-box2 .cbox-1-0 .img_v::before {
        width: 55px;
        height: 55px;
    }
    .index-box2 .cbox-1-0 .img_v::after {
        width: 78px;
        height: 78px;
    }
    .index-box3 .e_container-15 .e_text-18 {
        font-size: 38px;
    }
    .index-box3 .swiper .e_container-21 {
        padding-left: 22px;
        padding-right: 22px;
    }
    .index-box3 .swiper .e_container-21 .e_text-23 {
        font-size: 16px;
    }
    .index-box3 .swiper .e_container-21 .e_image-22 {
        max-width: 250px;
    }
    .index-box3 .swiper-button-prev, .index-box3 .swiper-button-next {
        bottom: 10px;
        width: 30px !important;
        height: 30px !important;
        line-height: 24px;
    }
    .index-box3 .swiper-button-prev:after {
        font-size: 12px;
    }
    .index-box3 .swiper-button-next:after {
        font-size: 12px;
    }
    .index-box3 .e_container-26 {
        margin-top: -55px;
    }
    .index-box3 .e_container-26 .e_button-27 {
        width: 150px;
    }
    .index-box4 .e_container-1 .e_text-3 {
        font-size: 38px;
    }
    .index-box5 .p_info .p_info_fivebox .p_btitle {
        font-size: 32px!important;
    }
    .index-box5 .p_info .p_info_fivebox .p_summary {
        font-size: 14px;
    }
    .index-box5 .p_info .p_info_fivebox .p_button {
        color: #fff;
        font-size: 13px;
        max-width: 120px;
    }
    .index-box5 .p_info .p_info_fivebox .p_button img {
        filter: brightness(0) invert(100%);
    }
    .index-box5 .p_smallBBox .swiper-container .swiper-slide {
        padding: 25px 5px;
    }
    .index-box5 .p_smallBBox .p_niu .p_smaltext {
        background-size: 50px;
    }
    .index-box5 .p_smallBBox .p_niu .p_smaltext .p_smalltitle {
        font-size: 18px;
        padding-top: 10px;
    }
    .index-box5 .p_smallBBox .p_niu .p_smaltext .p_smallsubtitle {
        font-size: 12px;
    }
    .index-box6 .e_text-24 {
        font-size: 38px;
    }
    .index-box6 .e_button-22 {
        width: 150px;
    }
    .index-box6 .e_text-12 {
        font-size: 22px;
    }
    .index-box6 .e_timeFormat-16 {
        font-size: 34px;
    }
    .index-box6 .e_timeFormat-17 {
        font-size: 14px;
    }
    .index-box6 .e_text-18 {
        font-size: 20px;
    }
    .index-box6 .e_image-10 {
        height: 300px;
    }
    .index-box6 .e_container-15 .cbox-15-0 {
        background-color: rgba(255, 255, 255, 0);
        padding: 13px 20px 12px;
        flex: 0 0 20%;
        margin-right: 20px;
    }
    .index-box7 .e_text-3 {
        font-size: 38px;
    }
    .index-box7 .e_scrollNumber-11 .p_num {
        font-size: 50px;
    }
    .index-box7 .e_text-12 {
        font-size: 18px;
    }
    .index-box7 .e_richText-14 {
        font-size: 14px;
    }
    .index-box7 .e_container-1 .cbox-1-0 {

    }
    .footer-box .e_image-70 {
        max-width: 180px;
    }
    .footer-box .e_bottomNav-53 .p_menu1Item {
        font-size: 18px;
        margin-top: 0;
        padding-top: 5px;
    }
    .footer-box .e_h1-65 {
        font-size: 18px;
    }
    .footer-box .e_text-63 {
        font-size: 22px;
    }
    .footer-box .e_text-41 {
        font-size: 12px;
    }
    .footer-box .e_provider-40, .footer-box .e_richText-39 {
        font-size: 12px;
    }
    .footer-box .e_bottomNav-53 .p_level1Box {
        display: flex;
        width: 90%;
    }
    #c_static_001-1684311285254 {
        height: 630px;
    }
}

@media screen and (max-width: 768px) {
    .index-box1 {
        display: none;
    }
    .index-box2 .cbox-1-0 {
        margin-right: 0;
        flex: 100%;
    }
    .index-box2 .cbox-1-0 .img {
        border-radius: 0;
    }
    .m-video {
        display: none;
    }
    .index-box2 .cbox-1-1 .box-cont {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
    .index-box2 .cbox-1-1 .box-cont .e_text-2 {
        margin-top: 20px;
        font-size: 22px;
    }
    .index-box2 .cbox-1-1 .box-cont .e_text-3 {
        font-size: 28px;
    }
    .index-box2 .cbox-1-1 .box-cont .e_text-4 {
        font-size: 15px;
    }
    .index-box2 .cbox-1-1 .box-cont .s_list {
        margin-top: 0;
    }
    .index-box2 .cbox-1-1 .box-cont .s_list .p_list .cbox-6 {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% / 2);
    }
    .index-box2 .cbox-1-1 .box-cont .s_list .p_list .cbox-6 .e_scrollNumber-8 {
        margin-top: 10px;
    }
    .index-box2 .cbox-1-1 .box-cont .s_list .p_list .cbox-6 .e_text-9 {
        font-size: 14px;
    }
    .index-box2 .cbox-1-1 .box-cont .s_list .p_list .cbox-6 .e_scrollNumber-8 .p_num {
        font-size: 40px;
    }
    .index-box2 .cbox-1-1 .box-cont a.more {
        margin-top: 20px;
        width: 150px;
        padding-top: 8px;
        padding-bottom: 8px;
        margin-bottom: 20px;
    }
    .index-box2 {
        padding-bottom: 25px;
    }
    .index-box3 {
        padding-top: 30px;
        padding-bottom: 30px;
        background: #335579;
        background-image: none !important;
    }
    .index-box3 .e_container-15 .e_container-16 {
        margin-top: 0;
    }
    .index-box3 .e_container-15 .e_text-17 {
        font-size: 20px;
    }
    .index-box3 .e_container-15 .e_text-18 {
        font-size: 28px;
    }
    .index-box3 .e_container-15 .e_text-17::before {
        content: '';
        position: absolute;
        top: 10px;
        right: 95px;
        width: 80px;
        height: 1px;
        background: rgb(255 255 255);
    }
    .index-box3 .e_container-26 .e_button-27 {
        width: 140px;
        padding-top: 8px;
        padding-bottom: 8px;
        margin-left: 0px;
        margin-top: 60px;
        margin-bottom: 20px;
    }
    .index-box3 .e_container-26 .e_line-28 {
        opacity: 0;
    }
    .index-box3 .swiper-button-prev, .index-box3 .swiper-button-next {
        bottom: 90px;
    }
    .index-box4 {
        margin-top: 40px;
        background-size: contain;
    }
    .index-box4 .e_container-1 .e_text-2 {
        font-size: 22px;
    }
    .index-box4 .e_container-1 .e_text-2::before {
        content: '';
        position: absolute;
        top: 15px;
        left: 210px;
        width: 80px;
        height: 1px;
    }
    .index-box4 .e_container-1 .e_text-3 {
        font-size: 28px;
    }
    .index-box5 {
        height: auto;
        max-height: none;
        min-width: 0px;
        max-width: none;
        min-height: 0px;
    }
    .index-box5 .p_info {
        top: 48%;
    }
    .index-box5 .p_info .p_info_fivebox {
        width: 100%;
        position: static;
        transform: translateY(0%);
    }
    .index-box5 .p_info .p_info_fivebox .p_btitle {
        font-size: 28px!important;
    }
    .index-box5 .p_info .p_info_fivebox .p_summary {
        font-size: 15px!important;
    }
    .index-box5 .p_info .p_info_fivebox .p_button {
        padding: 4px 15px;
        margin-top: 10px;
    }
    .index-box5 .p_smallBBox {
        display: none;
    }
    .index-box5 .bigBox .swiper-container {
        height: 40vh;
    }
    .index-box6 .e_container-21 {
        display: block!important;
    }
    .index-box6 .e_text-23 {
        font-size: 22px;
    }
    .index-box6 .e_text-23::before {
        content: '';
        position: absolute;
        top: 15px;
        left: 70px;
        width: 70px;
        height: 1px;
    }
    .index-box6 .e_text-24 {
        font-size: 28px;
        margin-top: 0px;
    }
    .index-box6 .e_button-22 {
        width: 140px;
        padding-top: 8px;
        padding-bottom: 8px;
        margin-left: 0px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .index-box6 .e_container-8 {
        flex-direction: column;
    }
    .index-box6 .e_container-8 .cbox-8-0 {
        margin-right: 0;
        margin-top: 0px;
    }
    .index-box6 .e_container-8 .cbox-8-1 {
        margin-left: 0;
    }
    .index-box6 .e_container-8 .cbox-8-0 .e_loop-9 {
        width: auto;
        max-width: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    .index-box6 .e_loop-9 .p_list {
        display: block;
    }
    .index-box6 .e_loop-9 .p_loopitem {
        flex: 0 0 auto;
    }
    .index-box6 .e_image-10 {
        max-height: none;
        max-width: none;
        min-width: 0px;
        width: auto;
        height: 220px;
    }
    .index-box6 .e_text-12 {
        font-size: 18px;
    }
    .index-box6 .e_container-8 .cbox-8-1 .e_loop-14 {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }
    .index-box6 .e_container-8 .cbox-8-1 .e_loop-14 .p_list {
        display: block;
    }
    .index-box6 .e_container-15 .cbox-15-0 {
        padding-right: 10px;
        margin-right: 0px;
        flex: 0 0 25%;
        margin-left: 0px;
        padding-left: 0px;
    }
    .index-box6 .e_timeFormat-16 {
        font-size: 30px;
    }
    .index-box6 .e_timeFormat-17 {
        font-size: 14px;
    }
    .index-box6 .e_text-18 {
        font-size: 18px;
        max-width: none;
    }
    .index-box7 {
        background-size: contain;
        padding-bottom: 15%;
    }
    .index-box7 .e_container-1 {
        width: 90%;
        flex-direction: column;
    }
    .index-box7 .e_text-2 {
        font-size: 22px;
    }
    .index-box7 .e_text-2::before {
        content: '';
        position: absolute;
        top: 16px;
        left: 225px;
        width: 80px;
        height: 1px;
    }
    .index-box7 .e_text-3 {
        font-size: 28px;
    }
    .index-box7 .e_container-10 {
        flex-direction: column;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .index-box7 .e_scrollNumber-11 {
        text-align: left;
        padding-left: 0px;
    }
    .index-box7 .e_text-12 {
        text-align: left;
    }
    .index-box7 .e_scrollNumber-11 .p_num {
        font-size: 50px;
    }
    .index-box7 .e_richText-14 {
        margin-top: 20px;
        font-size: 14px;
        line-height: 1.7;
    }
    .index-box7 .e_image-9 {
        margin-top: 20px;
    }
}

.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) {
  .layout {
    padding: 24px 0;
  }
  .layout_phone .tis {
    margin-top: 0;
    font-size: 13px;
  }
  .layout_phone .tel {
    font-size: 28px;
    margin-top: 5px;
  }
  .layout_cont .layout_dh {
    margin-top: 10px;
  }
  .layout_ewm {
    margin-top: 20px
  }

  .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;
    }
}