* {
    box-sizing: content-box;
}

@-webkit-keyframes L_circle_rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

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

@keyframes L_circle_rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

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

@-webkit-keyframes L_stroke_rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    12.5% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    25% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg)
    }

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

    62.5% {
        -webkit-transform: rotate(675deg);
        transform: rotate(675deg)
    }

    75% {
        -webkit-transform: rotate(810deg);
        transform: rotate(810deg)
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg)
    }

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

@keyframes L_stroke_rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    12.5% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    25% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg)
    }

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

    62.5% {
        -webkit-transform: rotate(675deg);
        transform: rotate(675deg)
    }

    75% {
        -webkit-transform: rotate(810deg);
        transform: rotate(810deg)
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg)
    }

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

@-webkit-keyframes L_stroke_left_grow {

    0%,
    100% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

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

@keyframes L_stroke_left_grow {

    0%,
    100% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

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

@-webkit-keyframes L_stroke_right_grow {

    0%,
    100% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

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

@keyframes L_stroke_right_grow {

    0%,
    100% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

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

.loader-circle {
    top: 50%;
    left: 50%;
    z-index: 1;
    color: #444;
    margin-top: -1em;
    margin-left: -1em;
    position: absolute;
    -webkit-animation: L_circle_rotate 1.568s linear infinite both;
    animation: L_circle_rotate 1.568s linear infinite both
}

.loader-circle .loader-stroke-left:before,
.loader-circle .loader-stroke-right:before,
.loader-circle:before {
    content: '';
    display: block;
    border-style: solid;
    border-width: .21429em;
    border-color: currentColor
}

.loader-circle,
.loader-circle .loader-stroke-left,
.loader-circle .loader-stroke-left:before,
.loader-circle .loader-stroke-right,
.loader-circle .loader-stroke-right:before,
.loader-circle:before {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.loader-circle .loader-stroke-left:before,
.loader-circle .loader-stroke-right {
    position: absolute;
    clip: rect(0 2em 2em 1em)
}

.loader-circle .loader-stroke-left,
.loader-circle .loader-stroke-right:before {
    position: absolute;
    clip: rect(0 1em 2em 0)
}

.loader-circle:before {
    position: absolute;
    clip: rect(0 1.05em 1em .95em)
}

.loader-circle .loader-stroke-left,
.loader-circle .loader-stroke-right,
.loader-circle:before {
    -webkit-animation: L_stroke_rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation: L_stroke_rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.loader-circle .loader-stroke-right:before {
    -webkit-animation: L_stroke_right_grow 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation: L_stroke_right_grow 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.loader-circle .loader-stroke-left:before {
    -webkit-animation: L_stroke_left_grow 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation: L_stroke_left_grow 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.mhn-slide .mhn-item {
    width: 100%;
    padding: 10px;
    height: 20.3rem;
    width: 15.125rem !important;
}

.mhn-slide .mhn-inner {
    width: 100%;
    height: 100%;
}

/* .mhn-slide .mhn-item img{display:none} */
/* .mhn-slide .mhn-img{min-height:200px;overflow:hidden;height:100%;width:100%;color:white;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=) #eee no-repeat center/cover;position:relative} */
.mhn-slide .mhn-text {
    text-align: center;
    padding: 0 10px
}

.mhn-slide .mhn-text h4 {
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 1rem;
    color: #000;
    font-size: 1.5rem;
}

.mhn-slide .mhn-text p {
    max-height: 4.5em;
    overflow: hidden
}

.mhn-slide .owl-stage-outer {
    z-index: 1
}

.mhn-slide .owl-nav {
    color: #333;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.mhn-slide .owl-nav svg {
    color: currentColor;
    display: none;
}

.mhn-slide .owl-nav .disabled {
    display: none
}

.owl-item {
    margin-left: 0px;
}

.owl-carousel .owl-stage {
    display: flex;
    height: 25rem;
}

.mhn-slide .owl-prev,
.mhn-slide .owl-next {
    top: 38%;
    z-index: 2;
    width: 3.125rem;
    height: 3.125rem;
    padding: 0.5rem;
    margin-top: -1.25rem;
    position: absolute;
    border-radius: 50%;
    /* background-color: #fff; */
    /* -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .3), 0 0 4px rgba(0, 0, 0, .2); */
    /* box-shadow: 0 4px 4px rgba(0, 0, 0, .3), 0 0 4px rgba(0, 0, 0, .2) */
}

.mhn-slide .owl-prev {
    background: url('../images/jz.png') no-repeat;
    background-size: 100% 100%;
    left: -7.5rem
}

.mhn-slide .owl-next {
    background: url('../images/jll.png') no-repeat;
    background-size: 100% 100%;
    right: -7.5rem
}

.mhn-slide .owl-next:hover {
    background: url('../images/jl.png') no-repeat;
    background-size: 100% 100%;
}

.mhn-slide .owl-prev:hover {
    background: url('../images/jzz.png') no-repeat;
    background-size: 100% 100%;
}

.container {
    width: 100% !important;
}

@media (min-width: 1200px) {

    .mhn-slide .owl-prev,
    .mhn-slide .owl-next {
        top: 41%;
    }
}

.app_header {
    width: 100%;
    background: linear-gradient(to top, rgba(246, 247, 251, 0), rgba(0, 0, 0, 0.5));
    backdrop-filter: blur(5px);
    position: fixed;
    z-index: 999;
    padding: 2rem 0rem;
}


.navbar-nav .nav-link {
    text-align: right;
    font-size: 1.2rem;
}

.app_body .sectionone {
    width: 100%;
    height: 57rem;
}

.app_body .sectionone .fotter {
    width: 100%;
    height: 6rem;
    position: absolute;
    bottom: 0px;
    display: flex;
    margin-left: 0px;
}

.app_body .sectionone .fotter .progressBarContainer .contern {
    font-size: 1.3rem;
    text-align: center;
}

.app_body .progressBarContainer img {
    display: none;
}

.app_body .sectionone .fotter .progressBarContainer .contern span:first-child {
    margin-bottom: 0px !important;
}

.app_body .sectionone .fotter .progressBarContainer .contern span:last-child {
    font-size: 1rem;
    color: rgba(163, 167, 175, 0.8);
}

.app_body .videoContainer .title {
    top: 30rem;
    left: 2rem;
}

.app_body .videoContainer .title div:first-child {
    font-size: 1.8rem !important;
    font-weight: 500 !important;
}

.app_body .videoContainer .title div:last-child {
    font-size: 2.4rem !important;
}

.app_body section {
    height: auto;
}

.app_body .sectiontwo {
    height: auto;
}

.app_body .sectionthree {
    height: auto;
    padding-bottom: 4rem;
}

.app_body .sectiontwo .two_top {
    height: 12rem;
    background: #fff;
    padding-left: 0px;
    justify-content: center;
}

.app_body .opctive .app_opdiv {
    opacity: 1 !important;
    top: 0px !important;
    text-align: center;
    width: 100%;
}

.app_body .sectiontwo .two_img {
    position: static;
    width: 100%;
    height: auto;
}

.app_body .sectiontwo .two_top span:last-child {
    color: #797a7e;
}

.app_index_two .two_bt {
    width: calc(50% - 2.4rem);
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
    transition: transform 0.5s ease-in-out;
    transform: translateX(0);
    background-color: #fff;
    margin-bottom: 1.6rem;
}

.app_index_two .two_bt span {
    font-size: 1.5rem !important;
    margin-left: 1rem;
}

.app_index_two .two_bt img {
    width: 1.8rem;
    margin-left: 1.6rem;
}

.app_index_two .img_title {
    display: flex;
    justify-content: end;
    position: absolute;
    width: calc(100% - 2.6rem);
    align-items: center;
    top: 8rem;
    flex-wrap: wrap;
    right: 0px;
}

.app_index_two .btn_cs {
    position: relative;
    width: 15rem;
    height: 3.8rem;
    display: flex;
    font-size: 1.5rem;
    background: none;
    font-weight: 500;
    justify-content: center;
    line-height: 3.7rem;
    border: 1px solid rgba(150, 186, 254, 1);
    border-radius: 5rem;
    z-index: 2;
    top: 2rem;
    left: -2rem;
}

.app_index_two .btn_cs span:nth-child(2):after {
    width: 15rem;
    height: 4rem;
}

.app_index_two .btn_cs span:nth-child(1):after {
    width: 15rem;
    height: 4rem;
}

.app_body .sectionthree .three_top {
    height: 14rem;
    padding-left: 0px;
}

.app_body .sectionthree .three_btom {
    flex-wrap: wrap;
}

.app_body .sectionthree .three_btom .th_icon {
    padding-left: 0px;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.app_body .sectionthree .three_btom .th_icon>div {
    margin-bottom: 0px;
    width: 5.6rem !important;
}

.app_body .app_ondi {
    display: block !important;
}

.app_body .sectionthree .three_btom .th_icon>div img {
    width: 3.6rem;
    position: absolute;
    top: 0.9rem;
    left: 0.9rem;
}

.app_body .sectionthree .three_img {
    position: static;
    width: 80%;
    margin-left: 10%;
    margin-top: 2rem;
}

.app_body .sectionthree .jieshao {
    width: 100%;
    margin: 2rem;
}

.app_body .sectionthree .jieshao h2 {
    font-size: 2rem;
    color: #000;
    font-weight: 600;
    margin-bottom: 2rem;
}

.app_body .sectionthree .jieshao .span4 {
    display: inline-block;
    width: 100%;
    color: #697183;
    height: auto;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3rem;
    text-transform: capitalize;
}

.app_body .sectionone .fotter .progressBarContainer {
    padding: 0px;
}

.app_body .sectionfour {
    background: #f5f7fa;
    height: auto;
    padding-bottom: 6rem;
}

.app_body .sectionfour .four_top {
    height: 14rem;
    padding-left: 0px;
}

.app_newitem {
    width: 90%;
    display: inline-block;
    margin-left: 5%;
    box-shadow: 0px 4px 14px 0 #1986ec47;
    margin-bottom: 2rem;
}

.app_newitem .text {
    padding: 1.5rem 1.4rem;
}

.app_newitem .text .time {
    color: #a2a5a9;
    font-size: 1.2rem;
}

.app_newitem .text .title {
    color: #41444e;
    font-size: 1.8rem;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.app_newitem .text .legend {
    color: #939396;
    font-size: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.app_body .sectionfour .jieshao {
    padding-top: 2rem;
    position: relative;
    width: 100%;
    margin: 0px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.app_body .fotter_section {
    text-align: center;
    font-size: 1.3rem;
    height: 4rem !important;
}

.app_body .yuanquan {
    display: none;
}

.app_body .sectionone_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin-top: 5rem;
    width: 100%;
}

.app_body .sectionone_text div:first-child {
    font-size: 3rem;
    text-align: left;
    margin: 0px 2rem;
}

.app_body .sectionone_text div:last-child {
    color: rgba(255, 255, 255, 0.7);
    line-height: 2.6rem;
    font-size: 2rem;
    text-align: left;
    margin: 0px 2rem;
    margin-top: 2rem;
}

.app_body .scroll-text,
.app_body .scroll-titel-wz,
.app_body .scroll-one-wz,
.app_body .scroll-two-wz,
.app_body .scroll-onet-wz,
.app_body .scroll-twot-wz,
.app_body .scroll-oneo-wz,
.app_body .scroll-twoo-wz,
.app_body .scroll-text-wz {
    opacity: 1;
    top: 0px;
}

.app_body .one.scroll-text {
    padding: 0rem 0px 4rem 0px;
}

.app_body .nreimg {
    width: 100% !important;
    height: auto;
}

.app_body .nretext {
    padding: 5rem 1.5rem 0px 1.5rem !important;
    text-align: left;
    height: auto;
}

.app_body .one .fz_o {
    font-size: 2.4rem;
    margin-bottom: 2rem;
    line-height: 3.2rem;
}

.app_body .app_abtext {
    margin-bottom: 3rem !important;
}

.app_body .one .fz_t {
    font-size: 1.4rem;
    line-height: 2.8rem;
    margin-bottom: 3rem !important
}

.app_body .two.scroll-text-wz {
    padding: 0px;
    text-align: left;
}

.app_body .two .fz_o {
    font-size: 2.4rem;
    margin-bottom: 2rem;
    line-height: 3.2rem;
    padding: 0px 1.5rem;
}

.app_body .two .img_lfet {
    width: 100%;
    height: auto;
    padding: 1.5rem;
    overflow: auto;
    font-size: 1.4rem;
    line-height: 2.8rem;
    padding-bottom: 3rem;
}

.app_body .two .img {
    display: none;
}

.app_body .three.scroll-one-wz {
    padding: 3rem 1.5rem;
    text-align: left;
    background: #fff
}

.app_body .three .fz_o {
    font-size: 2.4rem;
    margin-bottom: 2rem;
    line-height: 3.2rem;
}

.app_body .three .fz_t {
    font-size: 1.4rem;
    line-height: 2.8rem;
    margin-bottom: 3rem;
}

.app_body .three .footer {
    flex-wrap: wrap;
}

.app_body .three .footer .bgimg {
    width: 100%;
    height: 40rem;
    margin-bottom: 2rem;
}

.app_body .four {
    padding: 0px !important;
    background: #fff;
}

.app_body .four .top div:first-child {
    font-size: 2.6rem;
    margin-bottom: 2rem;
    font-weight: 600;
    padding: 0px 2rem;
}

.app_body .owl-prev,
.app_body .owl-next {
    display: none;
}

.app_body .five {
    background: url(../images/chanpin/appsj.png) no-repeat;
    padding: 2rem 0px;
}

.app_body .five .top div:first-child {
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: 2rem;
    font-weight: 600;
    padding: 0px 2rem;
}

.app_body .five .conts {
    display: flex;
    padding: 0px 1.5rem;
    flex-wrap: wrap;
    justify-content: center;
}

.app_body .five .conts .title {
    font-size: 4rem !important;
}

.app_body .five .conts .right_n {
    padding-left: 0px;
    text-align: left;
    font-size: 1.4rem;
    line-height: 2.8rem;
}

.app_body .timebox {
    margin-top: 6rem;
    padding: 0px 1.5rem;
    margin-bottom: 4rem;
}

.app_body .timebox .towbox {
    width: 26rem !important;
    height: 10rem;
    margin: 0px 0px 0px 5rem;
}

/* .app_body .timebox .event .dian {
	width: 1rem;
	height: 1rem;
}
.app_body .timebox .event {
	margin-left: 8rem;
} */
.app_body .warp-item.scroll-text-wz {
    padding: 3rem 1.5rem;
}

.app_body .warp-item h3 {
    font-size: 2.8rem;
    margin-bottom: 1.2rem;
}

.app_body .warp-item .desc {
    margin-top: 5rem;
    text-align: left;
    font-size: 1.4rem;
    line-height: 2.8rem;
    font-weight: 600;
}

.app_body .warp-item {
    background: #fff;
    height: auto;
}

.app_body .recr-info {
    padding: 2.5rem 1.5rem;
}

.app_body .title-sup {
    font-size: 2.8rem;
}

.app_body .title-litter {
    font-size: 1.6rem;
}

.app_body .recr-info-box {
    margin-top: 3rem;
}

.app_body .ul-title,
.li-item-tr {
    height: 5rem;
    font-size: 1.2rem;
}

.app_body .recr-info-cont {
    padding: 1.5rem;
    font-size: 1.3rem;
    line-height: 2.8rem;
}

.app_body .contact-box .contact-box-center {
    width: 100%;
    padding: 1.5rem 0px !important;
    flex-wrap: wrap;
    padding: 74px 0;
}

.app_body .contact-box-center .contact-box-item {
    width: 100%;
    text-align: center;
}

.app_body .contact-box-item .item-icon {
    width: 5rem;
    height: 5rem;
}

.app_body .contact-box-item .item-txt {
    font-size: 1.3rem;
    font-weight: 600;
    width: 70%;
    margin-left: 15%;
    margin-bottom: 1.5rem;
}

.app_body .banner-txt {
    text-align: left;
    top: 8rem;
    left: 2rem;
}

.app_body .banner-txt .txt-chinese {
    font-size: 3.8rem !important;
}

.app_body .banner-txt .txt-eng {
    font-size: 1.8rem !important;
    color: rgba(255, 255, 255, 0.7)
}

.app_carousel .itemdiv {
    display: flex;
    text-align: center;
    font-size: 1.5rem;
}

.app_carousel .itemdiv>div {
    width: 30%;
    margin-left: 2.5%;
}

.app_carousel .carousel-item.active {
    color: #000 !important;
}

.app_body .contact-warp {
    padding: 4rem 1.5rem !important;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    -webkit-flex-direction: column-reverse;
}

.app_body .contact-info-box {
    margin-left: 0px;
    margin-bottom: 3rem;
}

.app_body .contact-info-box h3 {
    font-size: 2.6rem;
    font-weight: 600;
}

.app_body .company {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.app_body .company p:first-child {
    font-size: 2rem;
    font-weight: 600;
}

.app_body .company p:last-child {
    font-size: 1.2rem;
}

.app_body .contact-item .code {
    display: none;
}

.app_body .contact-info p {
    line-height: 4rem;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
}

.app_body .contact-info p:before {
    margin-right: 1rem;
}

.app_body .contact-info p:last-child {
    align-items: baseline;
}

.app_body #map {
    width: 100%;
    height: 40rem;
}

.app_body .contact-info p span {
    width: 68%;
    display: inline-block;
}

.app_body .he_title span:first-child {
    font-size: 3.3rem;
}

.app_body .he_title span:last-child {
    font-size: 2.5rem;
}

.app_body .he_title {
    left: 0px;
    top: 27rem !important;
    text-align: center;
}

.app_body {
    overflow: hidden;
}

.app_body.product .pro_change {
    font-size: 1.5rem;
    overflow-x: scroll;
    white-space: nowrap;
    padding: 0px 1rem 0px 2rem !important;
    overflow-y: hidden;
}

.app_body.product .pro_change>div {
    padding: 2rem 0px;
    margin-right: 2rem;
}

.app_body.product .pro_change span {
    padding: 0px 1rem;
    left: -1rem;
    height: 4rem;
}

.app_body.product .box_one .one {
    padding: 2.8rem 0rem 2.8rem 1.5rem !important;
}

.app_body.product .one .o_title {
    font-size: 2.8rem;
    margin-bottom: -2rem;
    text-align: left
}

.app_body.product .o_box_img {
    width: calc(100% - 1.5rem);
    height: auto;
}

.app_body.product .one .app_chan {
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    -webkit-flex-direction: column-reverse;
}

.app_body.product .one .o_box img {
    width: 10rem;
}

.app_body.product .one .o_box .o_text {
    font-size: 2.6rem;
    margin: 1rem 0px 2rem 0px;
}

.app_body.product .one .o_box .o_text2 {
    font-size: 1.5rem;
    line-height: 3rem;
    width: 22rem;
    padding: 0px 1.5rem;
}

.app_body.product .one .o_box {
    width: 100%;
}

.appnretext {
    max-height: 38rem;
    overflow-y: scroll;
}

.appnretext::-webkit-scrollbar {
    display: none;
}

.app_body.product .appnretext {
    padding: 5rem 1.5rem 0px 0rem !important;
    text-align: left;
    max-height: max-content;
}

.app_body.product .fz_t.start-title-wzw {
    text-align: left;
    margin-top: 3.5rem;
}

.app_body.sloution .box_one .one {
    padding: 2.8rem 0rem 0rem 1.5rem !important;
}

.app_body.sloution .one .fz_t {
    margin-bottom: 0rem !important;
    padding-right: 1.5rem !important;
    text-align: left;
}

.app_body.sloution .one .o_title {
    margin-bottom: 3rem !important;
}

.app_body.sloution .solu_box img {
    width: 80%;
    margin-top: 3rem;
    height: auto;
}

.app_body.sloution .solu_item_box {
    padding-right: 0.7rem;
    justify-content: start;
}

.app_body.sloution .solu_item {
    padding: 0px;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    padding: 1rem 0px !important;
    width: 30%;
    height: auto;
    margin-right: 0.8rem !important;
    margin-bottom: 1.3rem;
}

.app_body.sloution .solu_item .solu_dv {
    line-height: 5rem;
    padding-top: 0px;
    width: 100%;
}

.app_body.sloution .solu_img img {
    width: 5rem;
    height: 5rem;
}

.app_body.sloution .solu_item .solu_title {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 600;
    text-align: center;
}

.app_body.sloution .solu_item .solu_text {
    display: none;
}

.app_body.sloution .solu_box.scroll-text-wz {
    display: block;
    text-align: center;
}

.app_body .navbar-dark .navbar-nav .active>.nav-link,
.app_body .navbar-dark .navbar-nav .nav-link.active,
.app_body .navbar-dark .navbar-nav .nav-link.show,
.app_body .navbar-dark .navbar-nav .show>.nav-link {
    color: #007bff;
}

.app_body .navbar-light .navbar-nav .active>.nav-link,
.app_body .navbar-light .navbar-nav .nav-link.active,
.app_body .navbar-light .navbar-nav .nav-link.show,
.app_body .navbar-light .navbar-nav .show>.nav-link {
    color: #007bff;
}

.app_body .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
}

.app_body .navbar-light .navbar-toggler-icon {
    background-image: url('../images/caidan.png');
}

.app_body .navbar-dark .navbar-toggler {
    color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
}

.app_body .navbar-dark .navbar-toggler-icon {
    background-image: url('../images/caidan.png');
}

.app_body .navbar-toggler {
    font-size: 2rem;
}

.app_body .new_nav {
    position: fixed;
    width: 80%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    margin-top: -6.8rem;
    margin-left: 20%;
overflow-y: scroll;
}
.app_body .new_nav::-webkit-scrollbar{
  display: none;
}
.app_body .new_nav .navbar-nav .nav-link {
    text-align: left;
    font-size: 2rem;
    margin-bottom: 0.6rem;
    color: rgba(255, 255, 255, 0.8)
}

.app_body .new_nav .navbar-nav .nav-link span {
    margin-right: 0.8rem;
    font-size: 1.6rem;
}

.app_close {
    color: #fff;
    font-size: 3rem;
    text-align: right;
    padding: 1rem;
}

.app_body .new_nav .navbar-nav {
    padding-left: 2rem;
    height: 100vh;
}

.app_body .content .activelist {
    border-radius: 4rem;
}

.app_body .content .tab-panel-item {
    font-size: 1.6rem;
    padding: 0.8rem 2rem !important;
}

.app_body .content .tab-cont .pagination {
    margin-top: 6rem;
    margin-bottom: 3rem;
    font-size: 1.3rem;
}

.app_body .content .tab-cont .pag-prev,
.app_body .content .tab-cont .pag-next {
    width: 7.5rem;
}

.app_body .content .tab-cont .pag-prev,
.app_body .content .tab-cont .pag-next,
.app_body .content .tab-cont .list-num {
    height: 3.5rem;
    line-height: 3.5rem;
    border-radius: 6rem;
    margin: 0 1rem;
}

.app_body .content .tab-cont .pagination .fr .list-num.active a {
    color: #fff !important;
}

.app_body .content .tab-cont .pagination .list-num a,
.app_body .content .tab-cont .pagination .list-num {
    width: 3.5rem !important;
    height: 3.5rem !important;
    border-radius: 50%;
}

.app_body .content .tab-cont .pagination .pag-prev a {
    width: 7.5rem;
    border-radius: 5rem;
}

.app_body .content .tab-cont .pagination .pag-next a {
    width: 7.5rem;
    border-radius: 5rem;
}

.app_body .timebox .event {
    margin-left: 7.5rem;
}

.app_body .app-item-cont-img {
    height: auto;
}

.app_body .app-news-detail-content img {
    height: auto !important;
}

.app_body .app-list-item {
    margin: 2rem 1.5rem;
    height: auto;
    padding: 0px;
}


.apphea_img {
    width: 11rem !important;
    height: auto !important;
}

.app_index_two.open_video {
    position: absolute;
    top: 40rem;
    left: 35%;
    color: #fff;
    font-size: 1.4rem;
    padding: 0.6rem 2.5rem;
    border-radius: 5rem;
    border: 1px solid;
}

.app_body .btn_cs>div {
    padding-right: 2.5rem;
}

.app_body .cont-txt-sub {
    font-size: 1.5rem;
}

.app_body .timebox .timeline {
    pointer-events: none;
}

.solu_img img {
    width: 5rem;
    height: 5rem;
}

.contact-item .code img {
    width: 8rem;
    height: 8rem;
}

.amap-container img {
    width: 4rem;
    height: 4rem;
}

@media (max-width: 1790px) and (min-width: 1599px) {

    .hea_ul li a,
    .cont-txt-sub,
    .banner-txt .txt-eng,
    .recr-info-box,
    .li-item-tr,
    .contact-box-item .item-name,
    .item-txt {
        font-size: 1.2rem;
    }



    .ul-title,
    .li-item-tr {
        height: 3.0625rem;
    }

    .date-bottom,
    .sectionfooter .footer_top_left .st,
    #imageFlow .time {
        font-size: 1rem;
    }

    .cont-txt-title {
        font-size: 1.4rem;
    }

    .sectionone .fotter .progressBarContainer .contern {
        font-size: 1.2rem;
    }

    .sectionfooter .footer_top_left .so {
        font-size: 1.326rem;
    }

    .sectionfooter .footer_second li {
        font-size: 0.95rem;
    }

    .sectionfooter .footer_second ul li:first-child a,
    .one .fz_t,
    .two .img_lfet,
    .three .fz_t,
    .five .conts .right_n {
        font-size: 1.2rem;
    }

    .one .fz_t,
    .two .img_lfet,
    .three .fz_t,
    .five .conts .right_n {
        line-height: 1.8rem;
    }

    .fotter_section {
        height: 31.56rem !important;
    }

    .sectionthree .jieshao h2 {
        font-size: 1.8rem;
    }

    .sectionthree .jieshao .span4 {
        font-size: 1.2rem;
        line-height: 2rem;
    }
}

@media (max-width: 1599px) and (min-width: 1281px) {

    .hea_ul li a,
    .cont-txt-sub,
    .banner-txt .txt-eng,
    .recr-info-box,
    .li-item-tr,
    .contact-box-item .item-name,
    .item-txt {
        font-size: 1.5rem;
    }

    .sectionthree .jieshao {
        width: calc(60vw - 32.625rem);
    }

    .sectionthree .three_img {
        width: 42rem;
        top: 12rem;
    }

    .sectionfooter .footer_second ul li:first-child a,
    .one .fz_t,
    .two .img_lfet,
    .three .fz_t,
    .five .conts .right_n {
        font-size: 1.3rem;
    }

    .one .fz_t,
    .two .img_lfet,
    .three .fz_t,
    .five .conts .right_n {
        line-height: 1.9rem;
    }

    .li-item-tr span .arrow {
        width: 1.675rem;
        height: 1.675rem;
    }

    .ul-title,
    .li-item-tr {
        height: 4.0625rem;
    }

    .date-bottom,
    .sectionfooter .footer_top_left .st,
    #imageFlow .time {
        font-size: 1.2rem;
    }

    .cont-txt-title {
        font-size: 1.7rem;
    }

    .sectionone .fotter .progressBarContainer .contern {
        font-size: 1.5rem;
    }

    #imageFlow .legend {
        font-size: 1.3rem;
    }

    .sectionthree .jieshao .span4 {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }

    .sectionthree .jieshao h2 {
        font-size: 2rem;
    }

    .hea_ul {
        margin-left: 9rem;
    }

    .sectionfooter .footer_top_left .so {
        font-size: 1.626rem;
    }

    .sectionfooter .footer_second li {
        font-size: 1.25rem;
    }

    .fotter_section {
        height: 32.56rem !important;
    }
}

@media (max-width: 1280px) {

    .hea_ul li a,
    .cont-txt-sub,
    .banner-txt .txt-eng,
    .recr-info-box,
    .li-item-tr,
    .contact-box-item .item-name,
    .item-txt {
        font-size: 1.7rem;
    }

    .owl-carousel .owl-item {
        min-width: 80px;
    }

    .sectionfooter .footer_second ul li:first-child a,
    .one .fz_t,
    .two .img_lfet,
    .three .fz_t,
    .five .conts .right_n {
        font-size: 1.5rem;
    }

    .one .fz_t,
    .two .img_lfet,
    .three .fz_t,
    .five .conts .right_n {
        line-height: 2.5rem;
    }

    .li-item-tr span .arrow {
        width: 1.875rem;
        height: 1.875rem;
    }

    .ul-title,
    .li-item-tr {
        height: 5.0625rem;
    }

    .sectionthree .jieshao h2 {
        font-size: 2.2rem;
    }

    .warp-item .desc {
        font-size: 1.8rem;
        line-height: 3.5rem;
    }

    #imageFlow .legend {
        font-size: 1.4rem;
    }

    .sectionthree .jieshao .span4 {
        font-size: 1.6rem;
        line-height: 2.6rem;
    }

    .sectionthree .jieshao {
        width: calc(60vw - 28.625rem);
    }

    .sectionthree .three_img {
        width: 40rem;
        top: 14rem;
    }

    .date-bottom,
    .sectionfooter .footer_top_left .st,
    .btn_cs {
        font-size: 1.3rem;
    }

    #imageFlow .time {
        font-size: 1.1rem;
    }

    .cont-txt-title {
        font-size: 1.9rem;
    }

    .sectionfooter .footer_top_left .so {
        font-size: 1.826rem;
    }

    .sectionfooter .footer_second li {
        font-size: 1.45rem;
    }

    .fotter_section {
        height: 33.56rem !important;
    }
}

.app_body .li-item-tr {
    font-size: 1rem;
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
    /* 隐藏Webkit内核浏览器的滚动条 */
    -ms-overflow-style: none;
    /* IE 和 Edge */
    scrollbar-width: none;
    /* Firefox */
}

/* 针对Firefox */
.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.app_body.sloution .pro_change::-webkit-scrollbar {
    display: none;
}

.appjiapc {
    display: none;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 16rem;
    z-index: 99999;
}

.appjiapc .carousel-control-next-icon {
    background: url('../images/jll.png') no-repeat;
    background-size: 100% 100%;
}

.appjiapc .carousel-control-next-icon:hover {
    background: url('../images/jl.png') no-repeat;
    background-size: 100% 100%;
}

.appjiapc .carousel-control-prev-icon {
    background: url('../images/jz.png') no-repeat;
    background-size: 100% 100%;
}

.appjiapc .carousel-control-prev-icon:hover {
    background: url('../images/jzz.png') no-repeat;
    background-size: 100% 100%;
}
.appjiapc .carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 2rem;
    height: 2rem;
}

