@charset "utf-8";
/* 响应式原则：调大看小 */
@media screen and (max-width: 1919px) {
    /* 1919end */
}
@media screen and (max-width: 1680px) {
    html {
        font-size: 86px;
    }
    :root{
        /* 间距 */
        --space250: 2.0rem;
        --space240: 1.95rem;
        --space230: 1.9rem;
        --space220: 1.85rem;
        --space210: 1.8rem;
        --space200: 1.75rem;
        --space190: 1.7rem;
        --space180: 1.65rem;
        --space170: 1.6rem;
        --space160: 1.55rem;
        --bandots:  22px;
    }
    .ybod-ul-li{
        width: 22px;
        height: 22px;
    }
    .home-scroll-next{
        width: 52px;
    }
    .home-seed-list{
        margin: 0 -0.12rem;
    }
    .home-seed-item {
        padding: 0 0.12rem;
        width: 3.86rem;
    }   
    .home-tech-copy{
        width: 50%;
    }
    .home-tech .home-section-bg::before{
        width: 70%;
    }
    .home-tech-list{
        margin: 0 -0.12rem;
    }
    .home-tech-list li{
        padding: 0 0.12rem;
    }
    .home-global-data{
        margin-top: 0.5rem;
    }
    .footer-card {
        padding: 0.5rem 0.8rem 0;
        position: relative;
        width: calc(100vw - .8rem);
        max-width: 18.4rem;
        margin-top: 1rem;
    }
    .footer-contact-icon{
        width: 28px;
        height: 28px;
    }
    .footer-contact-icon img{
        width: 14px;
    }
    .footer-select .ys-select-hd{
        height: 42px;
    }
    .footer-logo{
        width: 248px;
    }
    .footer-qr > img{
        width: 152px;
    }
    .footer-wait{
        padding: 0.36rem 0.9rem;
    }
    .home-global-map-point.ys-spot {
        --width: 5px;
    }
    .home-global-map-point.is-large.ys-spot {
        --width: 10px;
    }
    .home-global-data img{
        width: 28px;
    }
    .head-logo{
        width: 160px;
    }
    .footer-text img{
        width: 18px;
    }
    .home-video-btn .std-btn-text{
        line-height: 40px;
    }
    .home-global-map {
        max-width: 16rem;
    }
    .home-tech-desc {
        width: 76.8%;
    }
    .footer-links-arrow{
        width: 22px;
    }
    /* 1680end */
}
@media screen and (max-width: 1440px) {
    .ys-modal-content {
        max-height: 650px;
    }
    html {
        font-size: 62px;
    }
    :root {
        --font28: 0.30rem; 
        --font26: 0.28rem; 
        --font24: 0.28rem; 
        --font22: 0.26rem; 
        --font20: 0.26rem; 
        --font18: 0.24rem;  
        --font16: 0.22rem;   
        --font14: 0.20rem;  
        --font12: 0.16rem; 
        --bandots:20px;  
    }
    .ybod-ul-li {
        width: 20px;
        height: 20px;
    }
    .ybod-ul-li::after{
        width: 6px;
        height: 6px;
    }
    .home-seed-brand {
        left: 0.2rem;
        width: calc(100% - 0.4rem);
    }
    @keyframes scalebig{
         0% {
            transform: translate(-50%, -50%) scale(1);
            opacity: .8;
        }

        100% {
            transform: translate(-50%, -50%) scale(4);
            opacity: 0;
        }
    }
    .home-global-map-popup{
        padding: 0.2rem 0.32rem;
    }
    .home-global-map-popup-dot{
        width: 6px;
        height: 6px;
        margin-right: 6px;
    }
    .footer-logo {
        width: 230px;
    }
    .footer-wait {
        padding: 0.3rem 0.6rem;
    }
    .footer-qr > img {
        width: 142px;
    }
    .home-global-map {
        margin-top: 0.6rem;
        max-width: 17rem;
    }
    .footer-title{
        font-size: 0.6rem;
    }
    .home-tech-desc {
        width: 86.8%;
    }
    .footer-links-arrow{
        width: 20px;
    }
    /* 1440end */
}
@media screen and (max-width: 1199px) {
    :root {
        --headh: 56px;
    }
    html {
        font-size: 58px;
    }
    :root {
        /* 字号82-100 0.66rem 38px */
        --fontr1: 0.66rem;
        --font100: var(--fontr1);
        --font98: var(--fontr1);
        --font96: var(--fontr1);
        --font94: var(--fontr1);
        --font92: var(--fontr1);
        --font90: var(--fontr1);
        --font88: var(--fontr1);
        --font86: var(--fontr1);
        --font86: var(--fontr1);
        --font84: var(--fontr1);
        --font82: var(--fontr1);
        /* 字号72-80 0.59rem 34px */
        --fontr2: 0.59rem;
        --font80: var(--fontr2);
        --font78: var(--fontr2);   
        --font76: var(--fontr2); 
        --font74: var(--fontr2); 
        --font72: var(--fontr2); 
        /* 字号62-70 0.55rem 32px */
        --fontr3: 0.55rem;
        --font70: var(--fontr3); 
        --font68: var(--fontr3);
        --font66: var(--fontr3);
        --font64: var(--fontr3);
        --font62: var(--fontr3);  
        /* 字号52-60 0.52rem 30px */
        --fontr4: 0.52rem;
        --font60: var(--fontr4); 
        --font58: var(--fontr4); 
        --font56: var(--fontr4); 
        --font54: var(--fontr4); 
        --font52: var(--fontr4); 
        /* 间距 */
        --space250: 1.425rem;
        --space240: 1.4rem;
        --space230: 1.375rem;
        --space220: 1.35rem;
        --space210: 1.325rem;
        --space200: 1.3rem;
        --space190: 1.275rem;
        --space180: 1.25rem;
        --space170: 1.225rem;
        --space160: 1.2rem;
        --space150: 1.175rem;
        --space140: 1.15rem;
        --space130: 1.125rem;
        --space120: 1.1rem;
        --space110: 1.0rem;
        --space100: 0.95rem;
        --bandots: 18px; 
    }
    /* 移动端-副导航 - start */
    .footer-nav{
        flex-direction: column;
        --gap1: 0px;
        --gap2: 0px;
        border-top: 1px solid rgba(102,102,102,.5);
    }
    .footer-nav>li{
        position: relative;
        border-bottom: 1px solid rgba(102,102,102,.5);
    }
    .footer-nav>li>a{
        padding: 6px 0;
    }
    .footer-nav>li::before,
    .footer-nav>li::after{
        content: '';
        position: absolute;
        width: 16px;
        height: 1px;
        background: rgba(51,51,51,.5);
        right: 2px;
        top: calc(0.875em + 6px);
        transition: all .4s ease;
    }
    .footer-nav>li::after{
        transform: rotate(90deg);
    }
    .footer-nav ul{
        display: none;
    }
    .footer-nav>li.act::after {
        transform: rotate(0deg);
    }
    .footer-nav>li.no-nav::before,
    .footer-nav>li.no-nav::after{
        display: none;
    }
    .footer-nav>li.no-nav a{
        width: 100%;
    }
    /* 移动端-副导航 - end */
    /* 首页定稿响应式 - start */
    .ys-header {
        height: 70px;
    }
    .ys-hd-pc-core {
        padding: 0;
    }
    .head-logo {
        width: 140px;
        padding-top: 0.28rem;
    }
    .ys-phnav-logo {
        width: 2.3rem;
        line-height: 1;
        overflow: visible;
        filter: drop-shadow(-2px 0 1px rgba(0, 0, 0, .3));
        pointer-events: auto;
    }
    .ys-phnav-logo a {
        display: block;
        width: 100%;
        line-height: 1;
    }
    .ys-phnav-logo img {
        display: block;
        width: 100%;
        object-fit: contain;
    }
    .ys-hd-ph.isfixed .ys-phnav-logo img:first-child,
    .ys-page-wrap.on .ys-phnav-logo img:first-child {
        opacity: 1;
        pointer-events: auto;
    }
    .home-ban-copy {
        width: 70%;
    }
    .ys-ban-title,
    .ys-ban-title p {
        font-size: 0.56rem;
        white-space: normal;
    }
    .home-scroll-next {
        right: 20px;
        bottom: 0.5rem;
    }s
    .home-tech-box{
        padding: 0.2rem;
    }
    .home-seed-head{
        width: 100%;
    }
    .home-global-data img{
        width: 32px;
    }
    .home-tech-copy {
        position: relative;
        top: 0rem;
        width: 100%;
    }
    .home-tech .home-section-bg::after,
    .home-tech .home-section-bg::before {
        width: 100%;
    }
     .home-tech .home-section-bg::after{
        background: linear-gradient(279deg, rgba(254, 189, 35, 0.00) 31.7%, #ff7d12f5 137.02%);
    }
    .home-tech .home-section-bg::before{
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.19) 0%, rgba(0, 0, 0, .30) 100%);
    }
    .home-tech-desc {
        margin-top: 0.12rem;
        width: 100%;
    }
    .home-tech-list {
        position: relative;
        bottom: -0.3rem;
        flex-wrap: wrap;
        margin-bottom: -0.12rem;
    }
    .home-tech-list>li {
        width: 50%;
        padding: 0 0.1rem;
        margin-bottom: 0.12rem;
    }
    .home-global {
        height: auto;
        padding: 1rem 0;
    }
    .home-global-head {
        max-width: none;
        width: 100%;
    }
    .home-global-data {
        flex-wrap: wrap;
        margin: 0.48rem  -0.1rem -0.24rem -0.1rem;
    }
    .home-global-data li {
        width: 25%;
        padding: 0 0.1rem;
        margin-bottom: 0.24rem;
    }
    .home-global-data-num .home-stat-num{
        padding-right: 4px;
    }
    .footer-select .ys-select-inof{
        height: 180px;
    }
    .home-global-data-box {
        padding: 0.2rem;
        border: 1px solid rgba(254, 62, 24, .12);
        border-radius: 0.18rem;
        background: linear-gradient(180deg, rgba(254, 62, 24, .055) 0%, rgba(255, 255, 255, .98) 100%);
        box-shadow: 0 0.1rem 0.3rem rgba(35, 24, 21, .06);
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .home-global-map-point.is-large.ys-spot {
        --width: 7px;
    }
    .home-global-map-point.ys-spot {
        --width: 4px;
    }
    .home-global-data li + li::before {
        display: none;
    }
    .home-global-data-text {
        margin-top: 0.1rem;
    }
    .home-global-map {
        --map-width: 100%;
        width: var(--map-width);
        max-width: 100%;
        margin: 0.64rem auto 0;
    }
    .home-brand {
        padding: 1rem 0;
    }
    .home-origin-copy{
        width: 60%;
    }
    .home-origin .home-section-bg::after{
        width: 63%;
    }
    .home-brand-copy {
        width: 67%;
    }
    .home-brand-text{
        margin-top: 0.2rem;
    }
    .home-brand-desc{
        margin-top: 0.32rem;
    }
    /* 首页定稿响应式 - end */
    .ys-hd-ph.has-btn .ys-phnav-header, .ys-hd-ph.isfixed .ys-phnav-header, .ys-page-wrap.on .ys-phnav-header {
        background: transparent;
        box-shadow: none;
    }
    .ybod-ul-li{
        margin: 0 0.12rem;
    }
    .home-tech .ys-cont1600 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .footer-logo {
        width: 222px;
    }
    .footer-card {
        padding: 0.28rem 0.4rem 0;
        position: relative;
        width: calc(100vw - .8rem);
        margin-top: 1.2rem;
    }
    .footer-bg img{
        object-fit: cover;
    }
    .footer-qr > img {
        width: 110px;
    }
    .footer-center-left{
        width: 60%;
    }
    .footer-wait {
        width: 24%;
        padding: 0.32rem 0.24rem;
    }
    .footer-text img{
        width: 16px;
    }
    .footer-contact-icon img {
        width: 12px;
    }
    .footer-select .ys-select-hd {
        height: 38px;
    }
    .footer-bot{
        flex-direction: column-reverse;
        align-items: self-start;
    }
    .footer-privacy{
        margin-bottom: 0.12rem;
    }
    .home-seed-btn{
        position: absolute;
        left: 0.32rem;
        bottom: 0.32rem;
        width: 40px;
        display: block;
        border-radius: 50%;
        background: var(--colorfff);
        transition: var(--transition);
    }
    .home-seed-btn img{
        width: 100%;
    }
    .home-seed-item{
        width: 4.86rem;
    }
    .home-seed-brand{
        bottom: 0.5rem;
    }
    .home-seed-item.act .home-seed-brand{
        opacity: 1;
    }
    .home-seed-item.act .home-seed-card:after{
        height: 100%;
    }
    .home-seed-item.act .home-seed-btn{
        opacity: 0;
    }
    .home-video-btn .std-btn-text{
        line-height: 36px;
    }
    .home-global-map{
        width: 90%;
        margin: 0.6rem auto 0;
    }
    .home-global-map-popup{
        bottom: 190%;
        min-width: none;
    }
    .home-brand-text, .home-brand-text p {
        font-size: 16px;
    }
    .home-origin-text, .home-origin-text p{
        line-height: var(--line14);
    }
    .footer-title{
        font-size: 0.5rem;
    }
    .footer-wait-pc{
        display: none;
    }
    .footer-wait-ph{
        margin-top: var(--space40);
        width: 100%;
        display: block !important;
    }
    /* 1199end */
}
@media screen and (max-width: 767px) {
    .ys-ban-pc, .ys-nyban-pc{
        display: none!important;
    }
    .ys-ban-video{
        display: none!important;
    }
    .ys-ban-ph, .ys-nyban-ph{
        display: block!important;
    }
    .ys-table-swipe{
        display: flex;
    }
    .ys-modal-content {
        max-height: 550px;
        padding: 50px 20px;
    }
    html {
        font-size: 56px;
    }
    :root {
        /* 字号82-100 0.60rem 34px */
        --fontr1: 0.60rem;
        /* 字号72-80 0.57rem 32px */
        --fontr2: 0.57rem;
        /* 字号62-70 0.54rem 30px */
        --fontr3: 0.54rem;
        /* 字号52-60 0.50rem 28px */
        --fontr4: 0.50rem;
        /* 下 */
        --font36: 0.38rem; 
        --font34: 0.36rem; 
        --font32: 0.36rem; 
        --font30: 0.34rem; 
        --font28: 0.34rem; 
        --font26: 0.32rem; 
        --font24: 0.30rem; 
        --font22: 0.28rem; 
        --font20: 0.26rem; 
        --font18: 0.26rem;  
        --font16: 0.25rem;   
        --font14: 0.24rem;  
        --font12: 0.18rem;
        /* 间距 */
        --space250: 1.00rem;
        --space240: 0.99rem;
        --space230: 0.97rem;
        --space220: 0.95rem;
        --space210: 0.93rem;
        --space200: 0.91rem;
        --space190: 0.89rem;
        --space180: 0.87rem;
        --space170: 0.85rem;
        --space160: 0.83rem;
        --space150: 0.81rem;
        --space140: 0.79rem;
        --space130: 0.77rem;
        --space120: 0.75rem;
        --space110: 0.73rem;
        --space100: 0.71rem;
        --space90: 0.69rem;
        --space80: 0.67rem;
        --space70: 0.65rem;
        --space60: 0.6rem;
    }
    /* 首页定稿响应式 - start */
    .ys-header {
        height: 58px;
    }
    .ys-hd-pc-core {
        padding: 0 20px;
    }
    .head-logo {
        width: 120px;
    }
    .ybod-ul-li{
        width: 18px;
        height: 18px;
    }
    .home-ban-copy {
        width: 100%;
    }
    .home-video-btn {
        margin-top: 0.34rem;
        font-size: 0.24rem;
    }
    .ys-ban-img{
        position: relative;
    }
    .ys-ban-img::after{
        width: 100%;
        height: 100%;
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.2);
    }
    .ys-banner .ys-dots1 .slick-dots {
        left: 20px;
        bottom: 0.42rem;
    }
    .home-seed-window {
        margin-top: 0.48rem;
    }
    .home-seed-brand {
        left: 0.24rem;
        bottom: 0.4rem;
        width: calc(100% - .48rem);
    }
    .home-seed-card::after{
        background: linear-gradient(180deg, rgba(0, 0, 0, .3) 10%, rgba(0, 0, 0, 0) 100%);
    }
    .home-seed-btn{
        width: 32px;
    }
    .home-tech-copy {
        width: 100%;
    }
    .home-tech-list{
        bottom: 0;
        margin: 0;
        margin-bottom: -0.12rem;
        margin-top: 0.8rem;
    }
    .home-tech-list li {
        flex-basis: 100%;
        padding: 0;
    }
    .home-global-map-point.is-large.ys-spot {
        --width: 4px;
    }
    .home-global-map-point.ys-spot {
        --width: 2px;
    }
    .home-global-map-popup::after{
        bottom: -4%;
    }
    .home-global-map-popup {
        padding: 0.1rem 0.12rem;
    }
    .home-global-data-box{
        padding: 0.24rem 0.18rem;
    }
    .home-global-head {
        max-width: 100%;
    }
    .home-global .home-section-desc {
        margin-top: 0.22rem;
    }
    .home-global-data {
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 0.42rem;
    }
    .home-global-data li img {
        width: 26px;
    }
    .home-global-data-num {
        margin-top: 6px;
    }
    .home-origin .home-section-bg::after {
        width: 100%;
        height: 36%;
        background: linear-gradient(0deg, rgba(0, 49, 5, 0.00) 0%, rgba(0, 49, 5, 0.30) 50.48%, rgba(0, 49, 5, 0.50) 100%);
        backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(2px);
        -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 72%, rgba(0, 0, 0, .45) 88%, transparent 100%);
        mask-image: linear-gradient(180deg, #000 0%, #000 72%, rgba(0, 0, 0, .45) 88%, transparent 100%);
    }
    .home-global-map {
        margin-top: 0.48rem;
    }
    .home-brand .ys-cont1600{
        flex-direction: column;
    }
    .home-origin-copy {
        left: 20px;
        top: 120px;
        width: calc(100% - 40px);
    }
    .home-brand-img {
        width: 80%;
        margin: 0.32rem auto 0;
    }
    .home-brand-copy{
        width: 100%;
    }
    .footer-card {
        margin-top: 0.64rem;
        padding: 0.36rem 0.28rem;
        border-radius: 0.16rem;
    }
    .footer-center-left{
        width: 100%;
    }
    .footer-qr > img {
        width: 90px;
    }
    .footer-select .ys-select-hd {
        height: 36px;
    }
    .footer-center{
        margin-top: 0.4rem;
        flex-direction: column;
        align-items: start;
    }
    .home-brand-img-pc,
    .footer-wait-pc,
    .footer-qrs-pc{
        display: none;
    }
    .home-brand-img-ph{
        display: block !important;
    }
    .footer-qrs-ph{
        display: flex !important;
    }
    .footer-logo {
        width: 170px;
    }
    .footer-contact-item {
        align-items: center;
    }
    .footer-select .ys-select-inof{
        height: 160px;
    }
    .footer-select{
        width: 70%;
        height: 36px;
        margin-top: 0.48rem;
    }
    .footer-qrs{
        position: relative;
        left: 1px;
        margin-top: 0.4rem;
    }
    .footer-wait {
        margin-top: 0.64rem;
        width: 100%;
        padding: 0.28rem 0.12rem;
    }
    .footer-contact-item:not(:first-child){
        margin-top: 0.12rem;
    }
    .home-brand-tit,
    .home-tech-tit, 
    .home-origin-tit,
    .home-section-title{
        font-size: 0.34rem;
    }
    .home-global .home-section-head{
        padding: 0;
    }
    .footer-privacy a,
    .footer-text, 
    .footer-text p, 
    .footer-text span, 
    .footer-text a { 
        font-size: 12px;
    }
    .footer-text span, 
    .footer-text a { 
        margin-top: 6px;
    }
    .footer-text p>a:not(:last-child), .footer-text p>span {
        padding-right: 0;
    }
    .footer-privacy{
        margin-bottom: 0;
    }
    /* 首页定稿响应式 - end */
    .home-tech .ys-cont1600, .home-origin .ys-cont1600 {
        left: 0px;
    }
    .ys-footer .ys-cont1600{
        padding-bottom: 0rem;
    }
    .ys-footer{
        padding: var(--space120) 0;
        position: relative;
        height: auto;
    }
    .footer-bot{
        padding-bottom: 0;
    }
    .home-global-map{
        width: calc(100% - 40px);
        margin: 0.48rem 20px 0;
    }
    .home-global-map-popup{
        bottom: 230%;
        min-width: none;
    }
    .home-global-data li{
        width: 50%;
    }
    .home-origin-text p + p {
        margin-top: 0rem;
    } 
    .home-tech-box-show {
        padding: 0.2rem;
    }
    .home-tech-item-text{
        margin-top: 0.1rem;
    }
    .home-tech-list-tit{
        font-size: 16px;
    }
    /* .home-origin-text, .home-origin-text p{
        font-size: 14px;
    } */
    /* 聚焦种业主业移动端轮播CSS */
    .home-seed-sticky {
        display: block;
        position: relative;
        height: auto;
        min-height: 0;
    }
    .home-seed-window {
        overflow: hidden;
        margin-right: 0;
        padding-bottom: 0;
    }
    .home-seed-list {
        display: block;
        width: auto;
        margin: 0 -0.2rem;
        transform: none;
        will-change: auto;
    }
    .home-seed-list:not(.slick-initialized) .home-seed-item:not(:first-child) {
        display: none;
    }
    .home-seed-list.slick-initialized .home-seed-item {
        display: block;
    }
    .home-seed-list .slick-list {
        overflow: visible;
    }
    .home-seed-list .slick-track {
        display: block;
    }
    .home-seed-list .slick-slide {
        flex-shrink: 0;
        height: auto;
        padding: 0 0.2rem;
        box-sizing: border-box;
    }
    .home-seed-item {
        min-width: 0;
        max-width: none;
    }
    .home-seed-focus{
        min-height: auto;
    }
    /* .home-seed-brand li{
        width: 50%;
    } */
    .home-seed-list{
        width: 90% !important;
        padding-bottom: 0.8rem;
    }
    .home-seed-list .slick-dots li{
        width: 8px;
        height: 8px;
        margin: 0 4px;
    }
    .home-seed-brand-title{
        margin-bottom: 0.12rem;
    }
    .home-seed-brand ul{
        padding: 12px;
    }
    .home-seed-title{
        top: 0.2rem;
    }
    .ybod-ul-li::before{
        width: calc(100% - 4.8px);
        height: calc(100% - 4.8px);
    }
    .footer-privacy li + li::before{
        height: 0.16rem;
    }
    .home-seed-sticky .ys-cont1600{
        padding: 0;
    }
    .home-section-head {
        padding: 0 20px;
    }
    .home-seed-window{
        padding: 0 20px;
    }
    .home-seed-list .slick-dots{
        width: 117%;
    }
    .ys-banner-other-dots{
        left: 24px;
        bottom: 1.2rem;
    }
    .home-scroll-next{
        bottom: 0.9rem;
    }
    .home-tech .home-section-bg::after{
        width: 50%;
    }
    .home-tech .home-section-bg::before {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .30) 100%);
    }
    .footer-title {
        font-size: 24px;
    }
    .footer-links{
        flex-direction: column;
        margin: 0;
        margin-top: 0.4rem;
    }
    .footer-links>li{
        width: 100%;
        padding: 0;
        padding-bottom: 0.2rem;
    }
    .footer-links>li>a{
        justify-content: space-between;
    }
    /* 767end */
}
