/* 移动端适配 */
@media screen and (min-width: 320px) {
    html {
        font-size: 50px;
    }
}

@media screen and (min-width: 360px) {
    html {
        font-size: 56.25px;
    }
}

@media screen and (min-width: 375px) {
    html {
        font-size: 58.59375px;
    }
}

@media screen and (min-width: 400px) {
    html {
        font-size: 62.5px;
    }
}

@media screen and (min-width: 414px) {
    html {
        font-size: 64.6875px;
    }
}

@media screen and (min-width: 440px) {
    html {
        font-size: 68.75px;
    }
}

@media screen and (min-width: 480px) {
    html {
        font-size: 75px;
    }
}

@media screen and (min-width: 520px) {
    html {
        font-size: 81.25px;
    }
}

@media screen and (min-width: 560px) {
    html {
        font-size: 87.5px;
    }
}

@media screen and (min-width: 600px) {
    html {
        font-size: 93.75px;
    }
}

@media screen and (min-width: 640px) {
    html {
        font-size: 100px;
    }
}

@media screen and (min-width: 680px) {
    html {
        font-size: 106.25px;
    }
}

@media screen and (min-width: 720px) {
    html {
        font-size: 112.5px;
    }
}

@media screen and (min-width: 760px) {
    html {
        font-size: 118.75px;
    }
}

@media screen and (min-width: 800px) {
    html {
        font-size: 125px;
    }
}

@media screen and (min-width: 960px) {
    html {
        font-size: 150px;
    }
}

li {
    list-style: none;
}

.header_auto {
    height: 0.96rem;
}

.content-box {
    font-size: 0.24rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    min-height: 100vh;
    padding: 0;
    padding-top: 0.96rem;
    overflow-x: hidden;
}

.mobile-header {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.96rem;
    width: 100%;
    position: relative;
    padding: 0 0.3rem;
}

.logo-box {
    height: 100%;
    display: flex;
    align-items: center;
}

.logo {
    width: 3.2rem;
    height: .68rem;
}

.search-icon {
    width: 0.36rem;
    height: 0.36rem;
    line-height: 0.36rem;
}

.hamburger {
    width: 0.32rem;
    height: 0.36rem;
    line-height: 0.36rem;
}

.handle-menu {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuList {
    position: absolute;
    top: 0.94rem;
    left: 0;
    z-index: 99999999;
    background-color: #fff;
    width: 100%;
    height: 0;
    overflow-y: scroll;
}

.showMenu {
    height: 92vh;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.hideMenu {
    height: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.mobile-menu-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mobile-menu-list-title {
    height: .8rem;
    width: 100%;
    position: relative;
    line-height: .8rem;
    color: #3e3a39;
    font-size: 0.24rem;
    font-style: normal;
    font-weight: 500;
    padding: 0 0.4rem;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.plus-icon {
    height: .16rem;
    width: .16rem;
}

.language-icon {
    height: .32rem;
    width: .32rem;
    margin-right: .1rem;
}

.child-list-item {
    height: .8rem;
    width: 100%;
    font-size: 0.24rem;
    font-style: normal;
    font-weight: 400;
    line-height: .8rem;
    position: relative;
    padding: 0 0.8rem;
    border-bottom: 1px solid #e5e5e5;
}

.child-list-item a {
    text-decoration: none;
    color: #3e3a39;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.menu-child-list {
    display: none;
    width: 100%;
}

.close_icon {
    width: 0.36rem;
    height: 0.36rem;
    line-height: 0.36rem;
}

.header_searchicon,
.showmenu_btn,
.hidemenu_btn {
    all: unset;
    height: 100%;
    display: flex;
    align-items: center;
}

.hidemenu_btn {
    display: none;
}

.carouselSwiper {
    width: 100%;
    height: 4.22rem;
}

.carousel-slide,
.video-box {
    width: 100% !important;
    height: 100% !important;
}

.slogan {
    position: absolute;
    color: #fff;
    text-shadow: 2px 0px 0px black;
}

.slogan-title {
    font-size: 0.48rem;
    letter-spacing: 5px;
    font-weight: 600;
    text-align: center;
}

.slogan-content {
    font-size: 0.24rem;
    letter-spacing: 50%;
    font-weight: 400;
    text-align: center;
}

.about-us-title {
    color: #3e3a39;
    font-size: 0.4rem;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0.4rem;
    padding: 0.4rem 0.4rem 0;
}

.about-us-intro {
    color: #3e3a39;
    text-align: justify;
    font-size: 0.24rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.48rem;
    /* letter-spacing: 3px; */
    padding: 0 0.4rem;
    margin: 0;
}

.intro-list {
    padding: 0 0.4rem;
    width: 100%;
}

.intro-item {
    margin: 0px 0.5rem 0.26rem 0;
}

.know-more-btn {
    width: 100%;
    height: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.2rem 0 0.4rem 0;
}

.know-more {
    width: 2.5rem;
    height: 0.8rem;
    display: inline-block;
    line-height: 0.8rem;
    text-align: center;
    border: 1px solid #005bac;
    padding: 0;
    position: initial !important;
}

.intro-item-num {
    font-size: 0.4rem;
}

.number3 {
    width: 1.6rem !important;
}

.num-plus {
    font-size: 0.4rem;
    right: 0.16rem;
}

.g-num-item {
    width: 20px !important;
}

.g-num-item>i {
    width: 10px !important;
}

.num-plus-province {
    right: 0.5rem;
}

.intro-item-unit {
    font-size: 0.2rem;
    right: -0.2rem;
}

.province-unit {
    right: 0.1rem;
}

.market-unit {
    right: 0.6rem;
}

.team-unit {
    right: 0.4rem;
}

.num-plus-right-1 {
    right: .9rem;
}

.num-plus-right-2 {
    right: .8rem;
}

.live {
    width: 100%;
    margin-top: .4rem;
}

.live-content {
    position: relative;
}

.live-introduce {
    padding: 0 0.4rem;
    width: 100%;
    height: 2.8rem;
    background-image: url(https://static.jafron.com/wagtail/media/images/XinWenZiXunBeiJingTu.width-1920.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.live-title {
    color: #3e3a39;
    font-size: 0.4rem !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0;
    margin: 0.64rem 0 0.4rem;
}

.live-slogan {
    color: #3e3a39;
    text-align: justify;

    font-size: 0.24rem !important;
    font-style: normal;
    font-weight: 400;
    line-height: 0.48rem;
    /* 150% */
    width: 3.8rem;
}

.live-img {
    width: fit-content;
    position: absolute;
    right: 0;
    top: -1.6rem;
}

.live-img>img {
    width: 2.4rem;
    height: 4.48rem;
}

.solution {
    margin-top: 0.8rem;
    width: 100%;
}

.solution-introduce {
    width: 100%;
    padding: 0 .4rem;
}

.solution-and-product {
    color: #3e3a39;
    font-size: 0.4rem;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0.4rem;
}

.product-slogan {
    color: #3e3a39;
    font-size: 0.24rem;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
}

.mobile-solution-list {
    width: 100%;
    padding: 0 .4rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.mobile-solution-list-item {
    height: 0.96rem;
    width: 100%;
    line-height: 0.96rem;
    text-align: center;
    font-size: 0.36rem;
    font-style: normal;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 0.4rem;
    background: #00a2ea;
}

.mobileActiveColor {
    background: #ACCE22;
}

.solution-product-box {
    width: 100%;
    /* height: 6.3rem; */
    position: relative;
}

.solution-img {
    width: 100%;
    height: 100%;
}

.solution-slogan {
    height: 2rem;
    padding: 0 0.4rem;
    align-items: flex-start;
}

.solution-icon {
    width: .48rem;
    height: .48rem;
}

.solution-title {
    color: #fff;
    text-align: center;
    font-size: 0.36rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
}

.solution-slogan-title {
    margin-bottom: .16rem;
}

.slogan-info {
    color: #fff;
    text-align: justify;
    font-size: 0.24rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.product-border,
.product-url,
.product-swiper-box {
    width: 2.7rem !important;
    height: auto;
}

.swiper-box {
    width: 100%;
    padding: 0 .4rem;
}

.product-img {
    padding-top: 40px !important;
    width: 100% !important;
    height: revert-layer !important;
}

.product-disease {
    color: #FFF;
    font-weight: 500;
}

.product-title {
    color: #3E3A39;
    font-size: .24rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.news {
    margin-top: 0.8rem;
    width: 100%;
    padding: .2rem .4rem;
}

.news-title-box {
    width: 100%;
    margin-bottom: .4rem;
}

.mobile-news-title {
    color: #3e3a39;
    font-size: 0.4rem;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0.4rem;
}

.mobile-news-slogan {
    color: #3e3a39;

    font-size: 0.24rem;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    margin: 0;
}

.mobile-news-publicity {
    margin-bottom: .4rem;
}

.mobile-news-publicity-box {
    background: #FFF;
}

.publicity-image-box {
    width: 100%;
    height: 3.84rem;
}

.news-publicity-bottom {
    padding: .4rem;
    box-shadow: 0px 0.08rem 0.2rem rgba(0, 97, 174, 0.10);
}

.publicity-title {
    color: #3E3A39;
    font-family: "Source Han Sans SC";
    font-size: .28rem;
    font-style: normal;
    font-weight: 500;
    margin-bottom: .4rem;
}

.publicity-date {
    color: #0061AE;
    font-family: "Alibaba PuHuiTi";
    font-size: .24rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.mobile-news-list-item {
    position: relative;
    display: inline-block;
    margin-bottom: .36rem;
    width: 100%;
    padding-bottom: .36rem;
    border-bottom: 1px solid #005BAC;
}

.article-title {
    color: #3E3A39;
    font-family: "Source Han Sans SC";
    font-size: .28rem;
    font-style: normal;
    font-weight: 500;
    margin-bottom: .4rem;
}

.article-date {
    color: #3E3A39;
    font-family: "Source Han Sans SC";
    font-size: .24rem;
    font-style: normal;
    font-weight: 700;
}

.swiper-button-next,
.swiper-button-prev {
    width: .64rem;
    height: .64rem;
}