/* web端 */
/* 重要1920px 1440px 1366px */
/* pc */

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

@media screen and (max-width: 1860px) {
    .client-next{
        width: 44px;
        height: 44px;
        border: 1px solid #03BBBA;
        background: #ffffff;
        color: #03BBBA;
        border-radius: 6px;
        transform: rotate(45deg);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 50px;
        cursor: pointer;
    }
    .client-prev{
        width: 44px;
        height: 44px;
        border: 1px solid #03BBBA;
        background: #ffffff;
        color: #03BBBA;
        border-radius: 6px;
        transform: rotate(45deg);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
   .nav-a a {
        font-size: 20px;
    }
    .tel {
        font-size: 24px;
        font-family: Arial;
        padding-left: 5px;
    }
    .icon01 {
        font-size: 22px;
        line-height: 1;
    }
    .title {
        font-size: 32px;
        padding-bottom: 40px;
    }
    .subtitle{
        color: #03BBBA;
        font-size: 52px;
        padding-bottom: 95px;
        font-weight: bolder;
    }
    .submitMore{
        border-radius: 1000px;
        font-size: 18px;
        line-height: 1;
        display: flex;
        align-items: center;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
    .cnh1{
        font-size: 28px;
    }
    .cnh2{
        font-size: 16px;
    }
    .main-title {
        font-size: 36px;
        color: #03BBBA;
        font-weight: bolder;
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 30px;
        text-align: center;
    }
    .main-subtitle {
        width: 100%;
        font-size: 20px;
        color: #555555;
    }
    .main-serve-right {
        flex: 1;
        padding-left: 20px;
        box-sizing: border-box;
    }
    .serve-left {
        width: 180px;
        text-align: center;
        background: #03BBBA;
        color: #ffffff;
        padding: 10px 0;
        border-radius: 1000px;
        font-size: 20px;
    }
    .serve-right{
        flex: 1;
        padding: 0 20px;
        font-size: 16px;
        color: #3075ff;
        box-sizing: border-box;
    }
    .client-tit {
        font-size: 36px;
        color: #03BBBA;
        font-weight: bolder;
        position: relative;
    }
    .client-left {
        width: 350px;
        padding: 20px 0 0 0;
        box-sizing: border-box;
    }
    .client-font{
        font-size: 18px;
    }
    .news-tit{
        font-size: 36px;
    }
    .slide-news-tit{
        font-size: 18px;
    }
    .dt {
        font-size: 18px;
        font-weight: bolder;
        color: #333;
        padding-bottom: 20px;
    }
    .dd a{
        font-size: 15px;
    }
    .dd a:after {
        width: 12px;
        height: 1px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        content: "";
        background: #333333;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
    .dd a:hover:after{
        width: 20px;
        height: 1px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        content: "";
        background: #03BBBA;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
    .tit-cn {
        font-size: 46px;
        font-weight: bolder;
        text-align: center;
        color: #ffffff;
    }
    .about-tit{
        font-size: 36px;
        padding-bottom: 40px;
    }
    .about-name{
        font-size: 28px;
        padding-bottom: 25px;
    }
    .about-cn{
        font-size: 16px;
    }
    .statistic-h2{
        font-size: 14px;
    }
    .astatistic-h2{
        font-size: 14px;
    }
    .amh2{
        font-size: 14px;
    }
    .about-num{
        width: 100%;
        display: flex;
        align-items: unset;
        justify-content: space-between;
        padding: 30px 0 0 0;
    }
    .about-section-left {
        width: 60%;
        position: relative;
    }
    .about-section-right{
        width: 40%;
    }
    .culture-tit{
        font-size: 36px;
    }
    .culture-h1{
        font-size: 24px;
    }
    .culture-txt{
        font-size: 14px;
    }
    .team-tit{
        font-size: 36px;
    }
    .team-sub{
        font-size: 20px;
    }
    .team-name{
        font-size: 24px;
    }
    .team-introduce{
        font-size: 15px;
    }
    .honor-tit{
        font-size: 36px;
    }
    .honor-sub{
        font-size: 20px;
    }
    .serve-li-cn{
        font-size: 20px;
    }
    .serve-li-en{
        font-size: 16px;
    }
    .serve-li-arr{
        width: 26px;
        height: 26px;
        font-size: 14px;
    }
    .serve-li-pad:hover .serve-li-arr{
        width: 26px;
        height: 26px;
    }
    .news-a {
        width: 100%;
        padding: 20px 0 20px 25px;
        box-sizing: border-box;
        position: relative;
        font-size: 20px;
    }
    .news-li-h1 {
        width: 100%;
        font-size: 24px;
        padding-bottom: 15px;
        color: #333333;
    }
    .news-li-sub{
        font-size: 14px;
    }
    .obs-nav-one-o{
        font-size: 16px;
    }
    .obs-nav-one-t a{
        font-size: 18px;
    }
    .tab01{
        font-size: 20px;
    }
    .jobs-detail-h1{
        font-size: 18px;
    }
    .jobs-detail-cn{
        font-size: 16px;
    }
    .jobs-bot-tit{
        font-size: 26px;
    }
    .jobs-tel{
        font-size: 16px;
    }
    .contact-h1{
        font-size: 22px;
    }
    .contact-h2{
        font-size: 36px;
    }
    .contact-ico{
        width: 26px;
    }
    .contact-num{
        font-size: 22px;
        padding-left: 5px;
    }
    .contact-left img{
        width: 50px;
    }
    .contact-botBg{
        padding: 20px 0;
    }
    .contact-bot{
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        bottom: 40px;
    }
    .con-h1{
        font-size: 18px;
    }
    .con-h2{
        font-size: 16px;
    }
    .int-h1{
        font-size: 32px;
    }
    .int-li input{
        font-size: 15px;
    }
    .int-li textarea{
        font-size: 15px;
    }
    .contact-section{
        width: 100%;
        background: url(../images/contact-bg.jpg) no-repeat center bottom;
        background-size: cover;
        position: relative;
        padding: 120px 0;
    }
    .ser-tit-h1 {
        font-size: 36px;
    }
    .ser-tit-h2 {
        font-size: 22px;
    }
    .ser-tit:after {
        width: 6px;
    }
    .headline-cn {
        font-size: 30px;
    }
    .headline-en {
        font-size: 22px;
    }
    .chart-two-li{
        font-size: 16px;
    }
    .case-h2{
        font-size: 20px;
    }
    .gap-tit{
        font-size: 20px;
    }
    .chart-date-left {
        font-size: 22px;
        padding: 0 40px 0 0;
        margin-right: 40px;
        position: relative;
    }
    .chart-date-right{
        font-size: 22px;
    }
    .chart-right-lr{
        font-size: 24px;
    }
    .rfont{
        font-size: 18px;
    }
    .rfont-s{
        font-size: 18px;
    }
    .rfont-s:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-bottom: 14px solid #03BBBA;
        position: absolute;
        top: 50%;
        margin-top: -6px;
        right: 0px;
        transform: rotate(90deg);
        z-index: 1;
    }
    .rfont-w:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-bottom: 14px solid #03BBBA;
        position: absolute;
        top: 50%;
        margin-top: -6px;
        left: 0px;
        transform: rotate(270deg);
        z-index: 1;
    }
    .rfont-w:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-bottom: 14px solid #03BBBA;
        position: absolute;
        top: 50%;
        margin-top: -6px;
        right: 0px;
        transform: rotate(90deg);
        z-index: 1;
    }
    .rtfont{
        font-size: 18px;
    }
    .honor-cn .swiper-slide{
        padding: 20px 10px;
    }
    .slide-zs{
        height: 260px;
    }
    /**产品详情**/
    .pro-h1 {
        font-size: 36px;
        color: #03BBBA;
        font-weight: bolder;
        padding-bottom: 20px;
    }
    .pro-solu-pad:after {
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 36px;
        height: 8px;
        position: absolute;
        content: "";
        border-radius: 1000px;
        background: #03BBBA;
    }
    .pro-adv-tit {
        padding: 20px;
        font-size: 22px;
    }
    .pro-dl {
        font-size: 19px;
    }
    .pro-nemu {
        font-size: 22px;
    }
    .pro-product-li {
        font-size: 17px;
    }
    .pro-plan-h1 {
        font-size: 22px;
    }

}

@media screen and (max-width: 1700px) {
    .client-next{
        width: 42px;
        height: 42px;
        border: 1px solid #03BBBA;
        background: #ffffff;
        color: #03BBBA;
        border-radius: 6px;
        transform: rotate(45deg);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 50px;
        cursor: pointer;
    }
    .client-prev{
        width: 42px;
        height: 42px;
        border: 1px solid #03BBBA;
        background: #ffffff;
        color: #03BBBA;
        border-radius: 6px;
        transform: rotate(45deg);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }    
    .client-a{
        padding: 15px 0;
    }
    .serve-info-bg{
        padding: 70px;
    }
    .ser-tit-h1 {
        font-size: 32px;
    }
    .ser-tit-h2 {
        font-size: 20px;
    }
    .ser-tit:after {
        width: 6px;
    }
    .headline-cn {
        font-size: 28px;
    }
    .headline-en {
        font-size: 20px;
    }
    .chart-two-li{
        font-size: 15px;
    }
    .case-h2{
        font-size: 18px;
    }
    .gap-tit{
        font-size: 18px;
    }
    .chart-date-left {
        font-size: 22px;
        padding: 0 40px 0 0;
        margin-right: 40px;
        position: relative;
    }
    .chart-date-right{
        font-size: 20px;
    }
    .chart-right-lr{
        font-size: 22px;
    }
    .intr-fibt{
        font-size: 16px;
    }
    .gap-tit:after{
        max-width: 180px;
    }
    .chart-one-ico {
        width: 36px;
        margin: 0 auto;
    }
    .chart-one{
        width: 120px;
        height: 120px;
    }
    .chart-one-no{
        width: 120px;
        height: 120px;
    }
    .chart-two-pad{
        height: 120px;
    }
    .chart-two-pad02{
        height: 120px;
    }
    .chart-two-list{
        padding: 10px 80px 0 110px;
    }
    .methodology-list{
        max-width: 220px;
    }
    .methodology-li{
        font-size: 16px;
    }
    .strategy{
        font-size: 20px;
    }
    .chart-two-h1{
        font-size: 20px;
    }
    .chart-bord{
        font-size: 16px;
    }
    .chart-ft{
       padding: 4px 0 0 14px;
    }
    .chart-ft:after{
        top: 12px;
    }
    .chart-two-bfont{
        font-size: 20px;
    }
    .chart-date-left{
        font-size: 20px;
    }
    .bizframe-left{
        width: 120px;
    }
    .bizframe-right{
        width: 120px;
    }
    .bizframe-left:before{
        width: 60px;
    }
    .bizframe-right:before{
        width: 60px;
    }
    .bizframe-arr{
        width: 60px;
    }
    .bizframe-arrr{
        width: 60px;
    }
    .bizframe-rflex{
        padding: 0 20px;
    }
    .rtfont{
        font-size: 18px;
    }
    .rfont{
        font-size: 18px;
    }
    .assets img{
        max-width: 90%;
    }
    .bizframe-sque{
        width: 90px;
    }
    .service-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 15px;
    }
    .service-title {
        font-size: 20px;
        margin-bottom: 15px;
        line-height: 1.2;
        height: 60px;
        font-weight: bolder;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .service-desc {
        font-size: 16px;
        line-height: 1.5;
        opacity: 0.9;
    }
    .main-title {
        font-size: 32px;
    }
    .main-subtitle {
        width: 100%;
        font-size:18px;
        color: #555555;
    }
    .drug-sidebar {
        width: 200px;
        padding: 20px;
    }

}


@media screen and (max-width: 1560px) {
    .logo img{
        width: 220px;
    }
   .nav-a a {
        font-size: 20px;
    }
    .tel {
        font-size: 24px;
        font-family: Arial;
        padding-left: 5px;
    }
    .icon01 {
        font-size: 22px;
        line-height: 1;
    }
    .title {
        font-size: 28px;
        padding-bottom: 40px;
    }
    .subtitle{
        color: #03BBBA;
        font-size: 46px;
        padding-bottom: 85px;
        font-weight: bolder;
    }
    .submitMore{
        border-radius: 1000px;
        font-size: 18px;
        line-height: 1;
        display: flex;
        align-items: center;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
    .cnh1{
        font-size: 28px;
    }
    .cnh2{
        font-size: 16px;
    }
    .main-title {
        font-size: 32px;
        color: #03BBBA;
        font-weight: bolder;
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 30px;
        text-align: center;
    }
    .main-subtitle {
        width: 100%;
        font-size: 20px;
        color: #555555;
    }
    .main-serve-right {
        flex: 1;
        padding-left: 20px;
        box-sizing: border-box;
    }
    .serve-left {
        width: 180px;
        text-align: center;
        background: #03BBBA;
        color: #ffffff;
        padding: 10px 0;
        border-radius: 1000px;
        font-size: 20px;
    }
    .serve-right{
        flex: 1;
        padding: 0 20px;
        font-size: 15px;
        color: #3075ff;
        box-sizing: border-box;
    }
    .client-tit {
        font-size: 36px;
        color: #03BBBA;
        font-weight: bolder;
        position: relative;
    }
    .client-left {
        width: 350px;
        padding: 20px 0 0 0;
        box-sizing: border-box;
    }
    .client-font{
        font-size: 18px;
    }
    .news-tit{
        font-size: 36px;
    }
    .slide-news-tit{
        font-size: 18px;
    }
    .dt {
        font-size: 18px;
        font-weight: bolder;
        color: #333;
        padding-bottom: 20px;
    }
    .dd a{
        font-size: 15px;
    }
    .dd a:after {
        width: 12px;
        height: 1px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        content: "";
        background: #333333;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
    .dd a:hover:after{
        width: 20px;
        height: 1px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        content: "";
        background: #03BBBA;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
    .tit-cn {
        font-size: 46px;
        font-weight: bolder;
        text-align: center;
        color: #ffffff;
    }
    .about-tit{
        font-size: 32px;
        padding-bottom: 40px;
    }
    .about-name{
        font-size: 28px;
        padding-bottom: 25px;
    }
    .about-cn{
        font-size: 16px;
    }
    .statistic-h2{
        font-size: 14px;
    }
    .astatistic-h2{
        font-size: 14px;
    }
    .amh2{
        font-size: 14px;
    }
    .about-num{
        width: 100%;
        display: flex;
        align-items: unset;
        justify-content: space-between;
        padding: 30px 0 0 0;
    }
    .about-section-left {
        width: 60%;
        position: relative;
    }
    .about-section-right{
        width: 40%;
    }
    .culture-tit{
        font-size: 32px;
    }
    .culture-h1{
        font-size: 24px;
    }
    .culture-txt{
        font-size: 14px;
    }
    .team-tit{
        font-size: 32px;
    }
    .team-sub{
        font-size: 20px;
    }
    .team-name{
        font-size: 24px;
    }
    .team-introduce{
        font-size: 15px;
    }
    .honor-tit{
        font-size: 32px;
    }
    .honor-sub{
        font-size: 20px;
    }
    .serve-li-cn{
        font-size: 20px;
    }
    .serve-li-en{
        font-size: 16px;
    }
    .serve-li-arr{
        width: 26px;
        height: 26px;
        font-size: 14px;
    }
    .serve-li-pad:hover .serve-li-arr{
        width: 26px;
        height: 26px;
    }
    .news-a {
        width: 100%;
        padding: 20px 0 20px 25px;
        box-sizing: border-box;
        position: relative;
        font-size: 20px;
    }
    .news-li-h1 {
        width: 100%;
        font-size: 24px;
        padding-bottom: 15px;
        color: #333333;
    }
    .news-li-sub{
        font-size: 14px;
    }
    .obs-nav-one-o{
        font-size: 16px;
    }
    .obs-nav-one-t a{
        font-size: 18px;
    }
    .tab01{
        font-size: 20px;
    }
    .jobs-detail-h1{
        font-size: 18px;
    }
    .jobs-detail-cn{
        font-size: 16px;
    }
    .jobs-bot-tit{
        font-size: 26px;
    }
    .jobs-tel{
        font-size: 16px;
    }
    .contact-h1{
        font-size: 22px;
    }
    .contact-h2{
        font-size: 32px;
    }
    .contact-ico{
        width: 26px;
    }
    .contact-num{
        font-size: 22px;
        padding-left: 5px;
    }
    .contact-left img{
        width: 50px;
    }
    .contact-botBg{
        padding: 20px 0;
    }
    .contact-bot{
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        bottom: 40px;
    }
    .con-h1{
        font-size: 18px;
    }
    .con-h2{
        font-size: 16px;
    }
    .int-h1{
        font-size: 32px;
    }
    .int-li input{
        font-size: 15px;
    }
    .int-li textarea{
        font-size: 15px;
    }
    .contact-section{
        width: 100%;
        background: url(../images/contact-bg.jpg) no-repeat center bottom;
        background-size: cover;
        position: relative;
        padding: 120px 0;
    }
    .chart-two-pad{
       padding: 0 50px 0 70px;
    }
    .chart-two-list {
        padding: 10px 50px 0 70px;
    }
    .chart-txt{
        font-size: 16px;
        padding-top: 2px;
    }
    .chart-right-lr{
        line-height: 1;
        font-size: 20px;
    }
    .case-step-l{
        font-size: 20px;
    }
    .gap-li-dt-left{
        padding-right: 20px;
        box-sizing: border-box;
    }
    .gap-li-dt-left img{
        max-width: 100%;
    }
    .headline-cn{
        font-size: 24px;
    }
    .case-h3{
        font-size: 24px;
    }
    .ser-tit {
        width: 100%;
        position: relative;
        padding: 0 0 0 30px;
        box-sizing: border-box;
        margin-bottom: 30px;
    }
    .intr-icon {
        font-size: 16px;
        color: #0041c3;
        font-style: italic;
        position: relative;
        padding: 7px 0 0 10px;
        line-height: 1;
    }
    .headline-font{
        font-size: 16px;
    }
    .headline:after {
        width: 26px;
        height: 4px;
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        background: #0041c3;
    }
    .headline-sub {
        width: 100%;
        padding: 10px 0 3px;
        font-size: 18px;
        color: #03BBBA;
    }
    .case-h1{
        font-size: 24px;
    }
    .rfont-s:after{
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 12px solid #03BBBA;
    }
    .chart-ft{
        font-size: 15px;
    }
    .case-h2{
        font-size: 16px;
    }
    .chart-date-left{
        font-size: 18px;
    }
    .chart-date-right {
        font-size: 18px;
    }
    .chart-two-bfont{
        font-size: 18px;
    }
    .case-ctit{
        font-size: 16px;
    }
    .strat-bold{
        font-size: 16px;
    }
    .strat-bord{
        font-size: 16px;
    }
    .strategy{
        font-size: 16px;
    }
    .consulting{
        font-size: 16px;
    }
    .metho-cent-h1{
        font-size: 18px;
    }
    .metho-cent-li{
        font-size: 16px;
    }
    .gap-img-adv02 p{
        font-size: 16px;
        color: #7f8083;
    }
    .credit-utit{
        font-size: 16px;
    }
    .credit-ucn{
        line-height: 1.5;
        font-size: 15px;
    }
    .bizframe-sque{
        border-right: 1px solid #ffffff;
    }
    .rtfont{
        padding-left: 440px;
    }
    .client-next{
        width: 40px;
        height: 40px;
        border: 1px solid #03BBBA;
        background: #ffffff;
        color: #03BBBA;
        border-radius: 6px;
        transform: rotate(45deg);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 50px;
        cursor: pointer;
    }
    .client-prev{
        width: 40px;
        height: 40px;
        border: 1px solid #03BBBA;
        background: #ffffff;
        color: #03BBBA;
        border-radius: 6px;
        transform: rotate(45deg);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    } 
        /**产品详情**/
    .pro-h1 {
        font-size: 32px;
        color: #03BBBA;
        font-weight: bolder;
        padding-bottom: 20px;
    }
    .pro-solu-pad:after {
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 8px;
        position: absolute;
        content: "";
        border-radius: 1000px;
        background: #03BBBA;
    }
    .pro-adv-tit {
        padding: 20px;
        font-size: 20px;
    }
    .pro-dl {
        font-size: 18px;
    }
    .pro-nemu {
        font-size: 20px;
    }
    .pro-product-li {
        font-size: 16px;
    }
    .pro-plan-h1 {
        font-size: 20px;
    }
    .pro-dd {
        width: 95%;
    }
    .pro-plan-cn{
        font-size: 15px;
    }
    .pro-about-right{
        line-height: 1.5;
    }
    .pro-solu-pad{
        font-size: 17px;
    }
    .sidebar-left{
        width: 280px;
    }
    .info-similar__name{
        width: 100%;
        font-size: 16px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}
@media screen and (max-width: 1480px) {

}
@media screen and (max-width: 1440px) {
    .logo img{
        width: 200px;
    }
   .nav-a a {
        font-size: 20px;
    }
    .nav-a {
        box-sizing: border-box;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
    .ncurr .nav-a {
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
    .tel {
        font-size: 24px;
        font-family: Arial;
        padding-left: 5px;
    }
    .icon01 {
        font-size: 22px;
        line-height: 1;
    }
    .title {
        font-size: 28px;
        padding-bottom: 40px;
    }
    .subtitle{
        color: #03BBBA;
        font-size: 46px;
        padding-bottom: 85px;
        font-weight: bolder;
    }
    .submitMore{
        border-radius: 1000px;
        font-size: 16px;
        line-height: 1;
        display: flex;
        align-items: center;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
    .cnh1{
        font-size: 28px;
    }
    .cnh2{
        font-size: 16px;
    }
    .main-title {
        font-size: 32px;
        color: #03BBBA;
        font-weight: bolder;
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 30px;
        text-align: center;
    }
    .main-subtitle {
        width: 100%;
        font-size: 20px;
        color: #555555;
    }
    .main-serve-right {
        flex: 1;
        padding-left: 20px;
        box-sizing: border-box;
    }
    .serve-left {
        width: 180px;
        text-align: center;
        background: #03BBBA;
        color: #ffffff;
        padding: 10px 0;
        border-radius: 1000px;
        font-size: 20px;
    }
    .serve-right{
        flex: 1;
        padding: 0 20px;
        font-size: 16px;
        color: #3075ff;
        box-sizing: border-box;
    }
    .client-tit {
        font-size: 36px;
        color: #03BBBA;
        font-weight: bolder;
        position: relative;
    }
    .client-left {
        width: 350px;
        padding: 20px 0 0 0;
        box-sizing: border-box;
    }
    .client-font{
        font-size: 18px;
    }
    .news-tit{
        font-size: 36px;
    }
    .slide-news-tit{
        font-size: 16px;
    }
    .dt {
        font-size: 18px;
        font-weight: bolder;
        color: #333;
        padding-bottom: 20px;
    }
    .dd a{
        font-size: 15px;
    }
    .dd a:after {
        width: 12px;
        height: 1px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        content: "";
        background: #333333;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
    .dd a:hover:after{
        width: 20px;
        height: 1px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        content: "";
        background: #03BBBA;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
    .tit-cn {
        font-size: 46px;
        font-weight: bolder;
        text-align: center;
        color: #ffffff;
    }
    .about-tit{
        font-size: 32px;
        padding-bottom: 40px;
    }
    .about-name{
        font-size: 28px;
        padding-bottom: 25px;
    }
    .about-cn{
        font-size: 16px;
    }
    .statistic-h2{
        font-size: 14px;
    }
    .astatistic-h2{
        font-size: 14px;
    }
    .amh2{
        font-size: 14px;
    }
    .about-num{
        width: 100%;
        display: flex;
        align-items: unset;
        justify-content: space-between;
        padding: 30px 0 0 0;
    }
    .about-section-left {
        width: 60%;
        position: relative;
    }
    .about-section-right{
        width: 40%;
    }
    .culture-tit{
        font-size: 32px;
    }
    .culture-h1{
        font-size: 24px;
    }
    .culture-txt{
        font-size: 14px;
    }
    .team-tit{
        font-size: 32px;
    }
    .team-sub{
        font-size: 20px;
    }
    .team-name{
        font-size: 24px;
    }
    .team-introduce{
        font-size: 15px;
    }
    .honor-tit{
        font-size: 32px;
    }
    .honor-sub{
        font-size: 20px;
    }
    .serve-li-cn{
        font-size: 20px;
    }
    .serve-li-en{
        font-size: 16px;
    }
    .serve-li-arr{
        width: 26px;
        height: 26px;
        font-size: 14px;
    }
    .serve-li-pad{
        width: 100%;
        height: 150px;
    }
    .news-a {
        width: 100%;
        padding: 20px 0 20px 25px;
        box-sizing: border-box;
        position: relative;
        font-size: 20px;
    }
    .news-li-h1 {
        width: 100%;
        font-size: 24px;
        padding-bottom: 15px;
        color: #333333;
    }
    .news-li-sub{
        font-size: 14px;
    }
    .obs-nav-one-o{
        font-size: 16px;
    }
    .obs-nav-one-t a{
        font-size: 18px;
    }
    .tab01{
        font-size: 20px;
    }
    .jobs-detail-h1{
        font-size: 18px;
    }
    .jobs-detail-cn{
        font-size: 16px;
    }
    .jobs-bot-tit{
        font-size: 26px;
    }
    .jobs-tel{
        font-size: 16px;
    }
    .contact-h1{
        font-size: 22px;
    }
    .contact-h2{
        font-size: 32px;
    }
    .contact-ico{
        width: 26px;
    }
    .contact-num{
        font-size: 22px;
        padding-left: 5px;
    }
    .contact-left img{
        width: 50px;
    }
    .contact-botBg{
        padding: 20px 0;
    }
    .contact-bot{
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        bottom: 40px;
    }
    .con-h1{
        font-size: 18px;
    }
    .con-h2{
        font-size: 16px;
    }
    .int-h1{
        font-size: 32px;
    }
    .int-li input{
        font-size: 15px;
    }
    .int-li textarea{
        font-size: 15px;
    }
    .contact-section{
        width: 100%;
        background: url(../images/contact-bg.jpg) no-repeat center bottom;
        background-size: cover;
        position: relative;
        padding: 120px 0;
    }
    .statistic {
        width: 100%;
        padding: 30px 0;
        display: flex;
        flex-wrap: wrap;
    }
    .mh2 {
        font-size: 14px;
        color: #555555;
        position: absolute;
    }
    .serve-right{
        font-size: 14px;
    }
    .serve-info-bg {
        padding: 40px;
    }
    .sidebar-left {
        width: 300px;
        padding-left: 7%;
        background: #ffffff;
        flex-shrink: 0;
    }
    .product-list-pad {
        flex: 1;
        padding-right: 7%;
        box-sizing: border-box;
        padding-top: 30px;
    }
    .sidebar-left{
        width: 290px;
    }
}
@media screen and (max-width: 1366px) {
    .logo img{
        width: 180px;
    }
   .nav-a a {
        font-size: 18px;
    }
    .nav-a {
        box-sizing: border-box;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
    .ncurr .nav-a {
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
    .tel {
        font-size: 22px;
        font-family: Arial;
        padding-left: 5px;
    }
    .icon01 {
        font-size: 22px;
        line-height: 1;
    }
    .title {
        font-size: 24px;
        padding-bottom: 40px;
    }
    .subtitle{
        color: #03BBBA;
        font-size: 42px;
        padding-bottom: 85px;
        font-weight: bolder;
    }
    .submitMore{
        border-radius: 1000px;
        font-size: 16px;
        line-height: 1;
        display: flex;
        align-items: center;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
    .cnh1{
        font-size: 24px;
        padding-bottom: 30px;
    }
    .cnh2{
        font-size: 15px;
        line-height: 1.8;
    }
    .main-title {
        font-size: 30px;
        color: #03BBBA;
        font-weight: bolder;
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 25px;
        text-align: center;
    }
    .main-title:after {
        width: 46px;
        height: 3px;
        background: #03BBBA;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        content: "";
    }
    .main-subtitle {
        width: 100%;
        font-size: 18px;
        color: #555555;
    }
    .main-serve-right {
        flex: 1;
        padding-left: 20px;
        box-sizing: border-box;
    }
    .serve-left {
        width: 150px;
        text-align: center;
        background: #03BBBA;
        color: #ffffff;
        padding: 10px 0;
        border-radius: 1000px;
        font-size: 18px;
    }
    .serve-right{
        flex: 1;
        padding: 0 20px;
        font-size: 16px;
        color: #3075ff;
        box-sizing: border-box;
    }
    .client-tit {
        font-size: 32px;
        color: #03BBBA;
        font-weight: bolder;
        position: relative;
    }
    .client-left {
        width: 350px;
        padding: 20px 0 0 0;
        box-sizing: border-box;
    }
    .client-font{
        font-size: 18px;
    }
    .news-tit{
        font-size: 32px;
    }
    .slide-news-tit{
        font-size: 16px;
    }
    .dt {
        font-size: 18px;
        font-weight: bolder;
        color: #333;
        padding-bottom: 20px;
    }
    .dd a{
        font-size: 15px;
    }
    .dd a:after {
        width: 12px;
        height: 1px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        content: "";
        background: #333333;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
    .dd a:hover:after{
        width: 20px;
        height: 1px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        content: "";
        background: #03BBBA;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
    .tit-cn {
        font-size: 42px;
        font-weight: bolder;
        text-align: center;
        color: #ffffff;
    }
    .about-tit{
        font-size: 30px;
        padding-bottom: 40px;
    }
    .about-name{
        font-size: 28px;
        padding-bottom: 25px;
    }
    .about-cn{
        font-size: 16px;
        line-height: 1.8;
    }
    .statistic-h2{
        font-size: 14px;
    }
    .astatistic-h2{
        font-size: 14px;
    }
    .amh2{
        font-size: 14px;
    }
    .about-num{
        width: 100%;
        display: flex;
        align-items: unset;
        justify-content: space-between;
        padding: 30px 0 0 0;
    }
    .about-section-left {
        width: 60%;
        position: relative;
    }
    .about-section-right{
        width: 40%;
    }
    .culture-tit{
        font-size: 30px;
    }
    .culture-h1{
        font-size: 24px;
    }
    .culture-txt{
        font-size: 14px;
    }
    .team-tit{
        font-size: 30px;
    }
    .team-sub{
        font-size: 20px;
    }
    .team-name{
        font-size: 24px;
    }
    .team-introduce{
        font-size: 15px;
    }
    .honor-tit{
        font-size: 30px;
    }
    .honor-sub{
        font-size: 20px;
    }
    .serve-li-cn{
        font-size: 20px;
    }
    .serve-li-en{
        font-size: 16px;
    }
    .serve-li-arr{
        width: 26px;
        height: 26px;
        font-size: 14px;
    }
    .serve-li-pad:hover .serve-li-arr{
        width: 26px;
        height: 26px;
    }
    .news-a {
        width: 100%;
        padding: 20px 0 20px 25px;
        box-sizing: border-box;
        position: relative;
        font-size: 20px;
    }
    .news-li-h1 {
        width: 100%;
        font-size: 20px;
        padding-bottom: 10px;
        color: #333333;
    }
    .news-li-sub{
        font-size: 14px;
    }
    .obs-nav-one-o{
        font-size: 16px;
    }
    .obs-nav-one-t a{
        font-size: 16px;
    }
    .tab01{
        font-size: 20px;
    }
    .jobs-detail-h1{
        font-size: 18px;
    }
    .jobs-detail-cn{
        font-size: 16px;
    }
    .jobs-bot-tit{
        font-size: 26px;
    }
    .jobs-tel{
        font-size: 16px;
    }
    .contact-h1{
        font-size: 22px;
    }
    .contact-h2{
        font-size: 30px;
    }
    .contact-ico{
        width: 26px;
    }
    .contact-num{
        font-size: 22px;
        padding-left: 5px;
    }
    .contact-left img{
        width: 50px;
    }
    .contact-botBg{
        padding: 20px 0;
    }
    .contact-bot{
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        bottom: 40px;
    }
    .con-h1{
        font-size: 18px;
    }
    .con-h2{
        font-size: 16px;
    }
    .int-h1{
        font-size: 30px;
    }
    .int-li input{
        font-size: 15px;
    }
    .int-li textarea{
        font-size: 15px;
    }
    .contact-section{
        width: 100%;
        background: url(../images/contact-bg.jpg) no-repeat center bottom;
        background-size: cover;
        position: relative;
        padding: 120px 0;
    }
    .statistic {
        width: 100%;
        padding: 30px 0;
        display: flex;
        flex-wrap: wrap;
    }
    .mh2 {
        font-size: 14px;
        color: #555555;
        position: absolute;
    }
    .serve-right{
        font-size: 14px;
    }
    .main-about-rela {
        width: 100%;
        position: relative;
        padding: 60px 0 0;
    }
    .conleft {
        width: 50%;
        padding: 60px 0 10px;
    }
    .statistic-li{
        margin: 20px 0;
    }
    .mh1{
        font-size: 50px;
    }
    .mh4{
        font-size: 50px;
    }
    .amh1{
        font-size: 50px;
    }
    .amh4{
        font-size: 50px;
    }
    .news-left{
        width: 190px;
    }
    .news-ban-tit{
        font-size: 24px;
    }
    .summary{
        padding: 20px;
        box-sizing: border-box;
    }

    .main-client-cent-flex {
        width: 100%;
        padding: 50px 0 0 0;
        display: flex;
        justify-content: space-between;
    }
    .chart-design-arr{
        width: 20px;
    }
    .chart-two-sque{
        max-width: 340px;
    }
    .sidebar-title {
        font-size: 20px;
        font-weight: 600;
        padding: 0;
        margin: 0;
    }
    .drug-sidebar {
        width: 180px;
        padding: 20px;
    }
    .service-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }
    .search-box {
        display: flex;
        align-items: center;
        border: 1px solid #03BBBA;
        border-radius: 1000px;
        width: 44%;
        overflow: hidden;
    }
    .sidebar .category-item{
        font-size: 14px;
    }
    .sidebar .category-item .icon{
        font-size: 12px;
    }
    .container-info {
        width: 100%;
        background: #F2FBFB;
        padding: 0 30px 40px;
        box-sizing: border-box;
        overflow: hidden;
    }
    .info-similar__name{
        font-size: 15px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
    }
    .header{
        padding: 0 30px;
        box-sizing: border-box;
    }
    .support-breadcrumb {
        margin: 20px auto 20px;
        padding: 0 30px;
        font-size: 13px;
        color: #666;
        width: 100%;
        box-sizing: border-box;
    }
    .about-section {
        width: 100%;
        background: url(../images/about-page01-bg.jpg) no-repeat;
        background-size: cover;
        padding: 50px 0;
    }
    .container {
        width: 100%;
        margin: 0 auto;
        padding: 0 30px;
        box-sizing: border-box;
    }
    .solution-cards {
        width: 100%;
        margin: -40px auto 40px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        padding: 0 30px;
        box-sizing: border-box;
        position: relative;
        z-index: 2;
    }
    .solution-tech-content {
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding: 0 30px;
    }
    .sidebar-left {
        width: 290px;
        padding-left: 30px;
    }
    .sidebar{
       padding: 30px 15px 30px 0;
       box-sizing: border-box;
    }
    .product-list-pad{
       padding-right: 30px;
    }
    .support-main {
        width: 100%;
        box-sizing: border-box;
        padding: 0 30px 0;
        display: grid;
        grid-template-columns: 3fr 1fr;
        gap: 20px;
    }
    .case-list {
        margin: 20px auto 30px;
        padding: 0 30px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        width: 100%;
        box-sizing: border-box;
        gap: 25px;
    }
    .banner-tags{
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 1280px) {
    .container{
        width: 90%;
    }
    .banflxab {
        position: absolute;
        left: 135px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 3;
    }
    .banner .swiper-button-next{
        width: 46px;
        height: 46px;
    }
    .banner .swiper-button-prev{
        width: 46px;
        height: 46px;
    }
    .main-client-cent-flex {
        width: 100%;
        padding: 40px 0 0 0;
        display: flex;
        justify-content: space-between;
    }
    .con-icn{
        width: 60px;
        height: 60px;
    }
    .contact-h1 {
        font-size: 20px;
        color: #333333;
        padding-bottom: 30px;
    }
    .contact-h2{
        padding-bottom: 50px;
    }
    .chart-two-line{
        margin:0;
    }
    .chart-two-sque{
        max-width: 280px;
    }
    .search-banner h2 {
        font-size: 24px;
        margin-bottom: 10px;
        font-weight: 600;
        color: #ffffff;
        padding-top: 10px;
        margin-top: 0;
    }
    .search-banner-a{
        width: 80%;
    }
    .sidebar-left {
        width: 240px;
        padding-left: 30px;
    }
    .sidebar .category-item{
        padding: 5px 15px;
    }
    .solution-tech-title {
        text-align: center;
        font-size: 32px;
        color: #26BFB5;
        margin-bottom: 40px;
        position: relative;
    }
    .news-li-h1 {
        width: 100%;
        font-size: 18px;
        padding-bottom: 10px;
        color: #333333;
    }
    .container {
        width: 100%;
        margin: 0 auto;
        padding: 0 30px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1240px) {
    .header{
        padding: 0 30px;
    }
    .ncurr{
        padding: 0 20px;
    }
    .tit-cn {
        font-size: 32px;
        font-weight: bolder;
        text-align: center;
        color: #ffffff;
    }
    .tit-en {
        font-size: 18px;
        text-align: center;
        padding-top: 10px;
        color: #ffffff;
    }
    .culture-li-pad {
        padding: 20px;
        width: 100%;
        box-sizing: border-box;
    }
    .container {
        width: 90%;
        margin: 0 auto;
    }
    .team-pad {
        width: 100%;
        background: url(../images/team-user-bg.png) no-repeat center bottom #ffffff;
        background-size: 100%;
        padding: 40px 20px 70px;
        box-sizing: border-box;
        border-radius: 20px;
        position: relative;
        box-shadow: 0px 0px 12px 4px rgb(0 0 0 / 4%);
    }
    .container {
        width: 100%;
        margin: 0 auto;
        padding: 0 30px;
        box-sizing: border-box;
    }
    .search-box {
        width: 48%;
    }
    .contact-ban{
        top: 6%;
    }
    .contact-h2 {
        padding-bottom: 40px;
    }
    .contact-tel {
        display: flex;
        align-items: center;
        padding-bottom: 40px;
    }
    .contact-add-btn{
        font-size: 14px;
        padding: 12px 15px;
    }
    .banflxab {
        position: absolute;
        left: 50px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 3;
    }
    .service-desc {
        font-size: 14px;
        line-height: 1.5;
        opacity: 0.9;
    }
    .solution-item-img {
        width: 360px;
        overflow: hidden;
        border-radius: 20px;
    }
    .info-hot__molecule{
        width: 100px;
    }
    .support-hot__molecule{
        width: 100px;
    }
}

@media screen and (max-width: 1199px) {
    .nav-a {
        box-sizing: border-box;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
    .nav-a a {
        font-size: 16px;
    }
    .title{
        font-size: 18px;
    }
    .subtitle{
        font-size: 40px;
    }
    .client-font {
        font-size: 16px;
    }
    .client-left {
        width: 300px;
        padding: 20px 0 0 0;
        box-sizing: border-box;
    }
    .client-arr{
        width: 28px;
        height: 28px;
    }
    .on .client-arr{
        width: 28px;
        height: 28px;
    }
    .news-narr-a{
        font-size: 14px;
    }

    .ser-tit-h1 {
        font-size: 30px;
    }
    .ser-tit-h2 {
        font-size: 20px;
    }
    .ser-tit:after {
        width: 6px;
    }
    .headline-cn {
        font-size: 22px;
    }
    .headline-en {
        font-size: 18px;
    }
    .chart-two-li{
        font-size: 15px;
    }
    .case-h2{
        font-size: 16px;
    }
    .gap-tit{
        font-size: 16px;
    }
    .chart-date-left {
        font-size: 20px;
        padding: 0 40px 0 0;
        margin-right: 40px;
        position: relative;
    }
    .chart-date-right{
        font-size: 20px;
    }
    .chart-right-lr{
        font-size: 22px;
    }
    .rfont{
        font-size: 16px;
    }
    .rfont-s{
        font-size: 16px;
    }
    .rfont-s:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 12px solid #03BBBA;
        position: absolute;
        top: 50%;
        margin-top: -6px;
        right: 0px;
        transform: rotate(90deg);
        z-index: 1;
    }
    .rfont-w:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 12px solid #03BBBA;
        position: absolute;
        top: 50%;
        margin-top: -6px;
        left: 0px;
        transform: rotate(270deg);
        z-index: 1;
    }
    .rfont-w:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 12px solid #03BBBA;
        position: absolute;
        top: 50%;
        margin-top: -6px;
        right: 0px;
        transform: rotate(90deg);
        z-index: 1;
    }
    .rtfont{
        font-size: 16px;
    }
    .intr-fibt {
        font-size: 15px;
    }
    .headline-font{
        font-size: 15px;
    }
    .chart-one{
        width: 100px;
        height: 100px;
    }
    .chart-one-no{
        width: 100px;
        height: 100px;
    }
    .chart-one-font{
        width: 80%;
        margin: 0 auto;
        font-size: 14px;
        padding: 5px 0 0 0;
        line-height: 1.2;
    }
    .chart-one-ico{
        width: 30px;
    }
    .chart-two-pad{
        height: 100px;
    }
    .chart-two {
        width: 100%;
        padding: 0 0 0 50px;
        box-sizing: border-box;
    }
    .chart-two-h1{
        padding-bottom: 5px;
        font-size: 16px;
    }
    .chart-two-li{
        font-size: 14px;
        padding: 2px 0 2px 13px;
    }
    .chart-num{
        font-size: 16px;
        text-align: center;
    }
    .chart-txt{
        font-size: 16px;
        padding-left: 22px;
    }

    .achievement-li{
        font-size: 16px;
        padding: 6px 0 6px 14px;
    }
    .achievement-li:after {
        width: 14px;
        height: 14px;
        background: url(../images/ac-arr.png) no-repeat center;
        background-size: 100%;
        position: absolute;
        left: 0;
        top: 14px;
        content: "";
    }
    .headline-sub{
        font-size: 16px;
    }
    .intr-icon{
        font-size: 14px;
    }
    .case-cn{
        font-size: 15px;
    }
    .chart-bord {
        font-size: 15px;
        padding: 6px 15px 6px 26px;
    }
    .chart-one:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 20px solid #03BBBA;
        position: absolute;
        left: 50%;
        margin-left: -20px;
        bottom: -10px;
        transform: rotate(180deg);
    }
    .chart-two-pad02{
        height: 100px;
    }
    .chart-two-bfont{
        font-size: 16px;
    }
    .chart-date-left{
        font-size: 16px;
    }
    .chart-date-right{
        font-size: 16px;
    }
    .chart-right-lr{
        font-size: 16px;
    }
    .case-ccn{
        font-size: 15px;
    }
    .methodology-h1{
        font-size: 16px;
    }
    .methodology-li{
        font-size: 15px;
        padding:2px 0 2px 10px;
    }
    .chart-two-pad {
        padding: 0 15px 0 60px;
    }
    .gap-li{
        padding: 20px;
    }
    .gap-li03{
        padding: 20px;
    }
    .system-tit01{
        font-size: 18px;
    }
    .sys-dd{
        font-size: 15px;
    }
    .sys-dt{
        font-size: 18px;
    }
    .sys-left-tit{
        font-size: 18px;
    }
    .case-h3{
       font-size: 22px;
    }
    .bizframe-01{
        height: 88px;
    }
    .bizframe-02{
        height: 88px;
    }
    .bizframe-03{
        height: 88px;
    }
    .bizframe-04{
        height: 88px;
    }
    .bizframe-05{
        height: 88px;
    }
    .bizframe-06{
        height: 88px;
    }
    .bizframe-tep{
        margin-top: 118px;
    }
    .bizframe-left:before {
        height: 1px;
        content: "";
        background: #03BBBA;
        bottom: 317px;
        right: 0;
        position: absolute;
    }
    .bizframe-right:before {
        height: 1px;
        content: "";
        background: #03BBBA;
        bottom: 453px;
        left: 0;
        position: absolute;
    }
    .bizframe-right:after {
        width: 1px;
        content: "";
        background: #03BBBA;
        left: 50%;
        bottom: 453px;
        margin-left: -0.5px;
        top: 55px;
        position: absolute;
    }
    .bizframe-left:after {
        width: 1px;
        content: "";
        background: #03BBBA;
        left: 50%;
        bottom: 317px;
        margin-left: -0.5px;
        top: 55px;
        position: absolute;
    }
}

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

/* 平板竖屏 */
@media screen and (max-width: 991px) {
    .banner .swiper-button-prev{
        display: none;
    }
    .banner .swiper-button-next {
        display: none;
    }
    .relation{
        display: none;
    }
    .navigation{
        display: none;
    }
    .main-about-ico{
        width: 120px;
    }
    .main-about-ico img{
        width: 100%;
    }
    .conleft{
        width: 100%;
        padding: 15px 0 10px;
    }
    .header {
        padding: 0 15px;
    }
    .banflxab {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 3;
    }
    .title {
        font-size: 16px;
        padding-bottom: 15px;
        max-width: 70%;
    }
    .subtitle{
        color: #03BBBA;
        font-size: 22px;
        padding-bottom: 15px;
        font-weight: bolder;
    }
    .submitMore{
        border-radius: 1000px;
        font-size: 13px;
        padding: 8px 15px;
        line-height: 1;
        display: flex;
        align-items: center;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
    .banner .swiper-horizontal> .banner .swiper-pagination-bullets, 
    .banner .swiper-pagination-bullets.swiper-pagination-horizontal, .banner  .swiper-pagination-custom, .banner .swiper-pagination-fraction {
        bottom: var(--swiper-pagination-bottom,8px);
        top: var(--swiper-pagination-top,auto);
        left: 0;
        width: 100%;
    }
    .banner .swiper-pagination-bullet {
        width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
        height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
        display: inline-block;
        border-radius: var(--swiper-pagination-bullet-border-radius,50%);
        background: var(--swiper-pagination-bullet-inactive-color,#ffffff);
        opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.99);
    }
    .main-about-rela {
        width: 100%;
        position: relative;
        padding: 30px 0 0;
    }
    .main-title {
        font-size: 20px;
        color: #03BBBA;
        font-weight: bolder;
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 15px;
        text-align: center;
    }
    .main-title:after {
        width: 20px;
        height: 2px;
        background: #03BBBA;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        content: "";
    }
    .main-subtitle {
        width: 100%;
        font-size: 14px;
        color: #555555;
    }
    .cnh1 {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .cnh2 {
        font-size: 14px;
        line-height: 1.8;
        padding-bottom: 20px;
    }
    .mh1 {
        font-size: 40px;
    }
    .mh4 {
        font-size: 40px;
    }
    .main-serve-rela {
        width: 100%;
        position: relative;
        padding: 30px 0 0;
        background: url(../images/main-serve-bg.jpg) center top no-repeat;
        background-size: 100%;
    }
    .main-serve-flex {
        width: 100%;
        display: block;
        align-items: center;
        justify-content: space-between;
        padding: 30px 0;
    }
    .main-serve-left {
        width: 100%;
    }
    .main-serve-right {
        flex: 1;
        padding-left: 0px;
        box-sizing: border-box;
    }
    .main-serve-li{
        display: block;
        width: 100%;
        border-radius: 10px;
    }
    .serve-left {
        width: 120px;
        text-align: center;
        background: #03BBBA;
        color: #ffffff;
        padding: 6px 0;
        border-radius: 1000px;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .serve-right{
        width: 100%;
        padding: 0;
    }
    .client-tit {
        font-size: 20px;
        color: #03BBBA;
        font-weight: bolder;
        position: relative;
    }
    .main-client {
        width: 100%;
        position: relative;
        padding: 30px 0;
        background: url(../images/main-customer-bg.jpg) center bottom no-repeat;
        background-size: cover;
    }
    .main-client-cent-flex {
        width: 100%;
        padding: 15px 0 0 0;
        display: block;
        justify-content: space-between;
    }
    .client-left {
        width: 100%;
        padding: 0;
        box-sizing: border-box;
    }
    .client-a {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 6px 0;
        position: relative;
        cursor: pointer;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
    .client-right{
        width: 100%;
        padding: 15px 0;
    }
    .client-arr {
        width: 24px;
        height: 24px;
        font-size: 12px;
    }
    .on .client-arr {
        width: 24px;
        height: 24px;
    }
    .on:after {
        background: #03BBBA;
        width: 66px;
        height: 3px;
        position: absolute;
        left: 0;
        bottom: 0px;
        content: "";
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
    .client-a:after {
        background: #03BBBA;
        width: 0;
        height: 2px;
        position: absolute;
        left: 0;
        bottom: 10px;
        content: "";
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
    .main-news {
        width: 100%;
        background: url(../images/main-news-bg.png) center bottom #f2f5fc no-repeat;
        background-size: 100%;
        padding: 30px 0;
    }
    .main-news-nav-flex {
        width: 100%;
        display: block;
        justify-content: space-between;
    }
    .news-tit {
        font-size: 20px;
        text-align: center;
        width: 100%;
    }
    .news-narr{
        width: 100%;
        justify-content: space-between;
        padding: 15px 0;
    }
    .news-narr a{
        width: 100%;
        margin: 0 5px;
    }
    .news-narr-a {
        border-radius: 1000px;
        margin: 0;
        text-align: center;
        border: 1px solid #929497;
        color: #333333;
        padding: 8px 0px;
        font-size: 14px;
        cursor: pointer;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
    .news-swiper {
        width: 100%;
        position: relative;
        padding: 0 0 10px 0;
    }
    .footer-flex{
        display: block;
        width: 100%;
    }
    .dl:nth-child(2){
        width: 100%;
    }
    .dl:last-child{
        width: 100%;
    }
    .ft02 a{
        width: 100%!important;
        box-sizing: border-box;
    }
    .dt {
        font-size: 15px;
        font-weight: bolder;
        color: #333;
        padding-bottom: 5px;
    }
    .dl {
        width: 100%;
        padding-bottom: 10px;
    }
    .dd {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .dd a {
        font-size: 14px;
        color: #333333;
        box-sizing: border-box;
        display: block;
        width: 33.3%;
        padding: 5px 0 5px 20px;
        position: relative;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
    .dd-inp input{
        width: 100%;
        height: 40px;
        line-height: 40px;
        border:0!important;
        border-radius: 4px;
        padding: 0 10px;
        overflow: hidden;
        font-size: 14px;
        box-sizing: border-box;
    }
    .copy {
        width: 100%;
        font-size: 14px;
        color: #555555;
        padding: 15px 0 0;
        text-align: center;
    }
    .tit-cn{
        font-size: 24px;
    }
    .tit-en{
        font-size: 16px;
    }
    .about-section{
        width: 100%;
        padding: 50px 0;
    }
    .about-section-flex{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .about-section-left{
        width: 100%;
    }
    .about-section-right{
        width: 100%;
        padding: 0;
        box-sizing: border-box;
    }
    .about-num {
        width: 100%;
        display: flex;
        align-items: unset;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 0 10px 0;
    }
    .amh1{
        font-size: 40px;
    }
    .amh4{
        font-size: 40px;
    }
    .about-section-right .swiper-pagination-bullet {
        width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
        height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    }
    .about-cn {
        font-size: 14px;
        line-height: 1.8;
    }
    .culture-section {
        width: 100%;
        background: url(../images/about-page02-bg.jpg) no-repeat center;
        background-size: cover;
        padding: 50px 0;
    }
    .culture-flex {
        width: 100%;
        display: block;
        justify-content: space-between;
    }
    .culture-img {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        margin-top: -50px;
        top: 0;
        background: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 1000px;
        width: 80px;
        height: 80px;
    }
    .culture-img img{
        width: 35px;
    }
    .culture-li {
        width: 100%;
        position: relative;
        background: #ffffff;
        border-radius: 20px;
        padding: 40px 15px 30px;
        box-sizing: border-box;
    }
    .culture-li-pad{
        margin-bottom: 0;
        padding-top: 50px;
    }
    .about-name {
        font-size: 18px;
        padding-bottom: 15px;
    }
    .honor-pad {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        display: block;
    }
    .honor-left{
        width: 80%;
        margin: 0 auto;
    }
    .honor-right{
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .about-tit {
        font-size: 20px;
        padding-bottom: 20px;
    }
    .contact-section {
        width: 100%;
        background: url(../images/contact-bg.jpg) no-repeat center bottom;
        background-size: cover;
        position: relative;
        padding: 50px 0;
    }
    .contact-bot{
        position: static;
        padding: 20px 0;
    }
    .contact-left {
        width: 60px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .contact-left img {
        width: 30px;
    }
    .contact-add-name {
        width: 100%;
        display: block;
        text-align: center;
        font-size: 15px;
        color: #333;
        font-weight: bolder;
        padding-top: 6px;
    }
    .contact-right {
        display: block;
        justify-content: space-between;
        flex: 1;
        padding: 0 0 0 10px;
        box-sizing: border-box;
    }
    .contact-ban{
        position: absolute;
        width: 100%;
        padding: 20px 0;
        top: 14%;
    }
    .contact-botBg:after{
        width: 1px;
        height: 100%;
        background: #dddddd;
        position: absolute;
        content: "";
        left: 60px;
        top: 0;
        bottom: 0;
    }
    .contact-botBg:before{
        width: 1px;
        height: 100px;
        background: #03BBBA;
        position: absolute;
        content: "";
        left: 60px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }
    .contact-right-li{
        width: 100%;
        display: flex;
        align-items: center;
        padding: 10px 0;
    }
    .con-icn {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
    .con-img{
        width: 60px;
    }
    .con-m{
        flex: 1;
    }
    .con-h1{
        font-size: 14px;
        text-align: left;
        padding: 0 0 3px 0;
    }
    .con-h2{
        width: 100%;
        text-align: left;
        font-size: 14px;
    }
    .contact-h2 {
        font-size: 24px;
    }
    .serve-li {
        box-sizing: border-box;
        width: 100%;
        margin: 0 0 20px 0;
        height: auto;
    }
    .serve-li-bot {
        width: 100%;
        padding: 15px 10px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
    }
    .serve-li-cn {
        font-size: 15px;
    }
    .serve-li-en {
        font-size: 12px;
    }
    .serve-li-arr {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }
    .news-ban-tit {
        font-size: 20px;
        line-height: 1.56;
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }
    .news-detail-pad {
        width: 100%;
        background: #ffffff;
        padding: 15px;
        box-sizing: border-box;
    }
    .summary {
        padding: 15px;
        box-sizing: border-box;
        font-size: 13px;
    }
    .news-detail-cn{
        width: 100%;
    }
    .news-detail-cn{
        width: 100%;
        font-size: 14px;
    }
    .news-flex{
        width: 100%;
        display: block;
    }
    .news-a {
        width: 100%;
        padding: 5px 0 5px 16px;
        box-sizing: border-box;
        position: relative;
        font-size: 16px;
    }
    .news-right {
        flex: 1;
        padding: 0;
        box-sizing: border-box;
        width: 100%;
    }
    .news-li {
        width: 100%;
        display: block;
        justify-content: space-between;
        padding: 8px 0;
    }
    .news-li-left{
        width: 100%;
    }
    .news-li-right {
        flex: 1;
        padding: 10px 0 0 0;
        box-sizing: border-box;
        width: 100%;
        margin-left: 0;
    }
    .news-li-h1{
        width: 100%;
        font-size: 16px;
    }
    .obs-nav-one-t {
        margin-right: 5px;
    }
    .jobs-table-header {
        width: 100%;
        background: #e5ecf9;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px;
        box-sizing: border-box;
    }
    .jobs-detail {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
        background: #ffffff;
        border-radius: 0 0 10px 10px;
    }
    .jobs-detail-h1 {
        font-size: 16px;
    }
    .jobs-detail-cn {
        font-size: 14px;
    }
    .jobs-bot-left{
        width: 100%;
        display: block;
    }
    .jobs-bot-flex{
        width: 100%;
        display: block;
    }
    .jobs-bot {
        width: 100%;
        margin: 20px 0 0;
        background: #ffffff;
        border-radius: 10px;
        padding: 15px;
        box-sizing: border-box;
    }
    .jobs-email{
        width: 100%;
        padding: 5px 0;
        font-size: 14px;
    }
    .jobs-tel{
        width: 100%;
        padding: 5px 0;
        font-size: 14px;
    }
    .jobs-bot-right{
         width: 100%;
         display: flex;
         align-items: center;
         justify-content: center;
         padding-top: 15px;
    }
    .jobs-bot-tit {
        font-size: 16px;
        padding-bottom: 5px;
    }
    .job-section {
        width: 100%;
        background: url(../images/jobs-bg.jpg) no-repeat center;
        background-size: cover;
        padding: 30px 0;
    }
    .HeaderMobile{
        display: block;
    }
    .header{
        display: none;
    }
    .jobs-ico{
        width: 22px;
    }
    .jobs-ico img{
        width: 22px;
    }
    .jobs-btn{
        font-size: 18px;
    }
    .menu-btn p {
        position: relative;
        }
    .menu-btn p span {
        display: block;
        width: 30px;
        height: 2px;
        background: #03BBBA;
        margin: 8px 0;
      }
    .menu-btn p span:nth-child(1) {
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
      }
    .menu-btn p span:nth-child(2) {
        opacity: 0;
      }
    .menu-btn p span:nth-child(3) {
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
      }
    .menu-btn p::before {
        content: '';
        position: absolute;
        top: 0;
        width: 100%;
        height: 2px;
        background: #03BBBA;
        top: 50%;
        margin-top: -1px;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
      }
    .menu-btn p::after {
        content: '';
        position: absolute;
        top: 0;
        width: 100%;
        height: 2px;
        background: #03BBBA;
        top: 50%;
        margin-top: -1px;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
      }
    .active p span {
        opacity: 0;
    }
    .active p::before {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
    }
    .active p::after {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }

     .button {
        width: 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .HeaderMobile{
        width: 100%;
        padding: 5px 15px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: rgba(255, 255, 255, 0.7);
        backdrop-filter: blur(10px);
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 999;
    }
    .logo-m{
        width: 150px;
    }
    .logo-m img{
        width: 100%;
    }
    .banner{
        margin-top: 66px;
    }
    .MobileNav{
        position: fixed;
        width: 100%;
        height: -webkit-calc(100vh - 50px);
        height: calc(100vh - 50px);
        background: #fff;
        z-index: 3;
        left: 0;
        right: 0;
        top: 50px;
        z-index: 999;
        bottom: 0;
    }
    .Mbox{
        margin: 0;
        padding: 30px 15px;
        height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        overflow-y: scroll;
    }
    .item-nav{
        width: 100%;
        padding: 10px 0;
        margin: 10px 0;
        border-bottom: 1px solid #f1f1f1;
        justify-content: space-between;
    }
    .item-nav a{
        color: #333333;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .container-m{
        width: 100%;
        margin-left: 0;
    }
    .siwp-right{
        display: none;
    }
    .client-cn .swiper-slide {
        height: calc((100% - 80px) / 4) !important;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ffffff;
    }
    .serve-section{
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    .jobs-table-header{
        width: 100%;
        display: block;
    }
    .tab01{
        width: 100%;
    }
    .tab-r{
        width: 100%;
        padding: 10px 0 0 0;
    }
    .obs-nav-one-t a{
        padding: 5px 16px;
    }
    .contact-h1 {
        font-size: 16px;
        color: #ffffff;
        padding-bottom: 15px;
    }
    .contact-h2 {
        font-size: 22px;
        padding-bottom: 15px;
    }
    .contact-tel {
        display: flex;
        align-items: center;
        padding-bottom: 20px;
    }
    .contact-add-btn {
        padding: 8px 12px;
        background: #03BBBA;
        font-size: 16px;
        color: #ffffff;
        letter-spacing: 1px;
        border-radius: 1000px;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
    .contact-add {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .contact-botBg {
        padding: 0;
    }
    .int-h1 {
        font-size: 24px;
        padding-bottom: 20px;
    }
    .int-btn {
        padding: 8px 40px;
        background: #03BBBA;
        font-size: 16px;
        color: #ffffff;
        letter-spacing: 2px;
        border-radius: 1000px;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
    .news-more {
        padding-top: 10px;
    }
    .pic_m{
        display: none;
    }
    .pic_mb{
        display: block;
        width: 100%;
        margin: 0;
    }
    .pic_mb img{
        width: 100%;
    }
    .nbanner{
        margin: 68px 0 0 0;
    }
    .jobs-detail-cn{
        padding: 10px 0 20px;
    }
    .news-left{
        display: none;
    }
    .news-section {
        width: 100%;
        padding: 20px 0;
    }
    .news-li-m {
        width: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 34px;
        border-radius: 1000%;
        background: #eee;
        border: 1px solid #eee;
        color: #03BBBA;
    }
    .news-li:hover .news-li-m{
        width: 34px;
        height: 34px;
    }
    .news-li-arr{
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .news-li:hover {
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        box-shadow: 0px 8px 12px 4px rgba(255,255,255,1);
    }
    .news-li-time {
        font-size: 12px;
        color: #333;
        padding-bottom: 10px;
    }
    .news-ban-bg {
        padding: 128px 0 60px;
    }
    .ntime{
        font-size: 13px;
    }
    .nstyle {
        font-size: 13px;
    }
    .serve-info{
        margin-top: 50px;
        padding: 50px 0 0 0;
    }
    .page-home{
        font-size: 14px;
        padding: 18px 0;
    }
    .page-home img {
        margin-right: 2px;
        width: 14px;
    }
    .serve-info-bg {
        width: 100%;
        background: rgba(255, 255, 255, 0.8);
        backdrop-filter: blur(20px);
        z-index: -1;
        transition: all 0.36s;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        padding: 15px;
        box-sizing: border-box;
        border-radius: 10px;
    }
    .ser-tit:after {
        width: 2px;
        position: absolute;
        left: 0;
        top: 8px;
        bottom: 8px;
        content: "";
        background: #03BBBA;
    }
    .ser-tit {
        width: 100%;
        position: relative;
        padding: 0 0 0 10px;
        box-sizing: border-box;
        margin-bottom: 20px;
    }
    .ser-tit-h1 {
        width: 100%;
        font-size: 22px;
        font-weight: bolder;
        color: #03BBBA;
        padding-bottom: 5px;
    }
    .ser-tit-h2{
        font-size: 14px;
    }
    .ser-tit:after{
       top: 3px;
       bottom: 3px;
    }
    .clear-h {
        clear: both;
        width: 100%;
        height: 40px;
    }
    .culture-tit {
        width: 100%;
        color: #03BBBA;
        font-size: 20px;
        font-weight: bolder;
        text-align: center;
        padding-bottom: 20px;
    }
    .culture-h1 {
        font-size: 20px;
    }
    .culture-txt{
        padding-bottom: 10px;
    }
    .culture-en {
        width: 100%;
        font-weight: normal;
        text-align: center;
        color: #d4d4d4;
        padding-top: 2px;
        font-size: 14px;
    }
    .culture-li-pad:hover .culture-li {
        margin-top: 0px;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        box-shadow: 0px 8px 12px 4px rgb(0 67 200 / 15%);
    }
    .team-section {
        width: 100%;
        background: url(../images/team-bg.png) no-repeat center bottom;
        padding: 50px 0;
    }
    .team-tit {
        font-size: 20px;
        padding-bottom: 20px;
    }
    .team-sub {
        font-size: 18px;
        box-sizing: border-box;
        padding: 10px 15px 20px;
    }
    .team-pad {
        width: 100%;
        background: url(../images/team-user-bg.png) no-repeat center bottom #ffffff;
        background-size: 100%;
        padding: 20px 15px 0;
        box-sizing: border-box;
        border-radius: 20px;
        position: relative;
        box-shadow: 0px 0px 12px 4px rgb(0 0 0 / 4%);
    }
    .team-introduce {
        font-size: 14px;
    }
    .team .swiper-slide-active .team-name {
        font-weight: bolder;
        font-size: 20px;
    }
    .team .swiper-slide {
        transform: scale(1)!important;
        opacity: 1;
    }
    .team-img{
        left: 30px;
    }
    .cpagination {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 190px;
        height: 54px;
        margin: 0px auto 0;
        padding: 0;
    }
    .team-next{
        width: 36px;
        height: 36px;
    }
    .team-prev {
        width: 36px;
        height: 36px;
    }
    .honor-section {
        width: 100%;
        background: url(../images/honor.png) no-repeat center;
        background-size: cover;
        padding: 50px 0;
    }
    .honor-tit {
        width: 100%;
        color: #03BBBA;
        font-size: 20px;
        font-weight: bolder;
        text-align: center;
        padding-bottom: 20px;
    }
    .honor-sub {
        width: 100%;
        text-align: center;
        font-size: 16px;
        color: #555555;
        padding-bottom: 30px;
    }
    .honor-next-prev {
        width: 190px;
        margin: 20px auto 0;
        height: 54px;
        position: relative;
        padding: 0;
    }
    .about-section-right:after{
        height: 240px;
        background: #d5ddef;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        content: "";
        z-index: 0;
        border-radius: 20px;
    }
    .headlin-flex{
        width: 100%;
        display: block;
    }
    .intr-fibt {
        font-size: 15px;
        padding: 0 0 0 10px;
        box-sizing: border-box;
    }
    .pagination {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 16px 0;
    }
    .intr-img {
        position: relative;
        padding: 0 20px 20px 0;
        margin-left: 0;
        width: 100%;
    }
    .intr-img:after {
        position: absolute;
        top: 20px;
        left: 20px;
        right: 6px;
        bottom: 0;
        background: #a2c1ff;
        content: "";
        z-index: -1;
    }
    .headline:after {
        width: 26px;
        height: 2px;
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        background: #0041c3;
    }
    .assets {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        background: #f3f3f3;
    }
    .assets img {
        max-width: 100%;
    }
    .cent-flex{
        padding: 10px;
    }
    .current-flex{
        display: block;
    }
    .current-left{
        width: 100%;
        padding: 0 0 10px 0;
    }
    .cent-li{
        width: 100%;
        padding: 8px 0;
    }
    .financial-li{
        width: 100%;
        padding: 8px 0;
    }
    .cent-tit{
        font-size: 16px;
    }
    .headline-cn {
        font-size: 20px;
        padding-right: 10px;
    }
    .headline-en {
        font-size: 16px;
        padding: 4px 0 0 0;
    }
    .current-imgs img{
        width: 100%;
    }
    .current-right{
        width: 100%;
    }
    .gap-ul{
        padding: 10px;
        width: 100%;
        display: block;
    }
    .gap-li02{
        width: 100%;
        padding: 10px 0;
    }
    .gap-tit {
        font-size: 16px;
    }
    .gap-li {
        padding: 20px 0;
        width: 100%;
    }
    .chart-two-li{
        font-size: 14px;
    }
    .case-h1{
        font-size: 20px;
    }
    .case-h2{
        font-size: 16px;
    }
    .case-h3 {
        font-size: 20px;
    }
    .chart-two-h1 {
        padding-bottom:10px;
        font-size: 16px;
    }
    .chart-design{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .chart-design-arr{
        margin: 10px auto;
        transform: rotate(90deg);
    }
    .chart-txt {
        font-size: 16px;
        padding: 0;
    }
    .case-ul02 {
        width: 100%;
        background: #f3f3f3;
        padding: 10px;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
    }
    .case-li02{
        width: 100%;
        padding: 10px 0;
    }
    .case-liflex{
        width: 100%;
        display: block;
    }
    .situation-flex{
        width: 100%;
        display: block;
        padding: 20px 0 0 0;
    }
    .situation-img{
        padding: 20px 0;
    }
    .situation-tit {
        width: 100%;
        font-size: 18px;
        color: #0041c3;
        padding-bottom: 10px;
    }
    .situation-left{
        width: 100%;
        padding: 0 0 20px 0;
    }
    .situation-tit-r{
        font-size: 18px;
    }
    .situation-li{
        font-size: 16px;
    }
    .situation-right{
        width: 100%;
    }
    .leader-flex{
        width: 100%;
        display: block;
        padding: 10px;
        box-sizing: border-box;
    }
    .gap-tit{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .gap-tit:after {
        max-width: 80px;
        height: 1px;
    }
    .sit-li-tit {
        width: 100%;
        font-size: 16px;
        padding: 10px;
        box-sizing: border-box;
        color: #03BBBA;
    }
    .case-ul {
        width: 100%;
        background: #f3f3f3;
        padding: 10px;
        box-sizing: border-box;
        display: block;
    }
    .achievement-flex{
        display: block;
        width: 100%;
    }
    .achievement-right{
        width: 100%;
    }
    .achievement-left{
        width: 100%;
        padding-bottom: 20px;
    }
    .case-li{
        width: 100%;
        padding-bottom: 20px;
    }
    .case-lim3{
        width: 100%;
        padding: 10px 0;
    }
    .case-step-r{
        display: none;
    }
    .sit-li{
        width: 100%;
    }
    .chart-date-left {
        font-size: 18px;
        padding: 0 ;
        margin-right: 0;
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .chart-date-left:after{
        display: none;
    }
    .chart-date-right{
        font-size: 16px;
        width: 100%;
        display: block;
        padding: 10px 0;
    }
    .chart-date-right div{
        padding: 5px 0;
        text-align: center;
    }
    .chart-right-lr{
        font-size: 24px;
    }
    .rfont{
        font-size: 14px;
    }
    .rfont-s{
        font-size: 15px;
    }
    .rfont-w {
        padding: 0 20px;
        box-sizing: border-box;
        position: relative;
        font-size: 15px;
        color: #fff;
    }
    .rfont-s:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-bottom: 14px solid #03BBBA;
        position: absolute;
        top: 50%;
        margin-top: -6px;
        right: 0px;
        transform: rotate(90deg);
        z-index: 1;
    }
    .rfont-w:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-bottom: 14px solid #03BBBA;
        position: absolute;
        top: 50%;
        margin-top: -6px;
        left: 0px;
        transform: rotate(270deg);
        z-index: 1;
    }
    .rfont-w:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-bottom: 14px solid #03BBBA;
        position: absolute;
        top: 50%;
        margin-top: -6px;
        right: 0px;
        transform: rotate(90deg);
        z-index: 1;
    }
    .rtfont{
        font-size: 15px;
        padding-left: 50%;
    }
    .chart-one{
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        position: relative;
        border-radius: 0;
    }
    .chart-one-no{
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        position: relative;
        border-radius: 0;
    }
    .chart-one-no:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 20px solid #03BBBA;
        position: absolute;
        left: 50%;
        margin-left: -20px;
        bottom: -10px;
        transform: rotate(180deg);
    }
    .chart-right-lr{
        position: relative;
        writing-mode: unset;
        margin: 20px 0 0 0;
        font-size: 16px;
    }
    .chart-two {
        width: 100%;
        padding: 0;
        box-sizing: border-box;
    }
    .chart-one-ico{
        margin:2px;
        width: 20px;
    }
    .chart-two-line{
        width: 100%;
        height: 1px;
        margin: 15px 0;
    }
    .chart-one-font{
        margin:2px;
        padding:0;
        line-height:1;
    }
    .chart-one-rela{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 0;
        border-radius: 0;
    }
    .chart-one-font{
        width: auto;
        font-size: 16px;
        font-weight: bolder;
    }
    .chart-two-pad{
        height: auto;
        width: 100%;
        padding: 30px 10px 20px;
        box-sizing: border-box;
        display: block;
    }
    .chart-two-sque{
        max-width: 100%;
        padding: 0;
    }
    .chart-one:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        border-bottom: 10px solid #03BBBA;
        position: absolute;
        left: 50%;
        margin-left: -20px;
        bottom: -10px;
        transform: rotate(180deg);
    }
    .achievement-li {
        font-size: 15px;
        padding: 6px 0 6px 14px;
    }
    .achievement-li p{
        font-size: 15px;
    }
    .achievement-font {
        width: 100%;
        font-size: 18px;
        color: rgba(0,67,200,0.5);
        padding: 0 0 10px 0;
    }
    .case-cn {
        margin-top: 10px;
        width: 100%;
        border-top: 1px solid #03BBBA;
        padding: 10px 0 0 0;
        color: #7f8083;
        line-height: 1.6;
    }
    .chart-two-pad02{
        height: auto;
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }
    .chart-two-list {
        padding: 10px 0;
    }
    .metho-flex {
        width: 100%;
        display: block;
    }
    .methodology-list{
        width: 100%;
        max-width: 100%;
        padding-bottom: 20px;
    }
    .strategy{
        width: 100%;
        text-align: center;
    }
    .consulting{
        width: 100%;
        padding: 10px 0 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .consulting-font{
        display: flex;
        align-items: center;
    }
    .metho-cent {
        width: 100%;
        background: #ebf1ff;
        margin: 20px 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .metho-cent-pad{
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }
    .metho-right{
        display: none;
    }
    .gap-li03 {
        padding: 20px 0;
    }
    .gap-li-dt {
        width: 100%;
        display: block;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        background: #ffffff;
        box-sizing: border-box;
    }
    .gap-li-dt-left {
        padding:10px 0;
        box-sizing: border-box;
    }
    .gap-img-tt {
        font-size: 16px;
        padding-bottom: 10px;
        color: #03BBBA;
    }
    .system-ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .credit-flex {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .credit-tep {
       width: 20%;
    }
    .credit-bt-flex {
        width: 100%;
        display: block;
        justify-content: space-around;
        padding: 20px 0;
    }
    .credit-w2 {
        width: 100%;
    }
    .bizframe-01{
        height: auto;
        display: block;
        width: 100%;
        padding: 8px;
        margin-bottom: 8px;
        box-sizing: border-box;
    }
    .bizframe-02{
        height: auto;
        display: block;
        width: 100%;
        padding: 8px;
        margin-bottom: 8px;
        box-sizing: border-box;
    }
    .bizframe-03{
        height: auto;
        display: block;
        width: 100%;
        padding: 8px;
        margin-bottom: 8px;
        box-sizing: border-box;
    }
    .bizframe-04{
        height: auto;
        display: block;
        width: 100%;
        padding: 8px;
        margin-bottom: 8px;
        box-sizing: border-box;
    }
    .bizframe-05{
        height: auto;
        display: block;
        width: 100%;
        padding: 8px;
        margin-bottom: 8px;
        box-sizing: border-box;
    }
    .bizframe-06{
        height: auto;
        display: block;
        width: 100%;
        padding: 8px;
        box-sizing: border-box;
    }
    .bizframe-cent {
        flex: 1;
        width: 20px;
    }
    .bizframe-left {
        width: 40px;
    }
    .bizframe-right{
        width: 40px;
    }
    .container {
        width: 100%;
        margin: 0 auto;
    }
    .bizframe-sque {
        width: 100%;
        display: flex;
        align-items: center;
        font-size: 16px;
        flex-wrap: nowrap;
        border-right: 0;
        padding-bottom: 10px;
    }
    .bizframe-sque div{
        width: auto;
    }
    .bizframe-tep{
        font-size: 14px;
    }
    .bizframe-rflex {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        flex: 1;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .rw5{
        width: 50%;
    }
    .chart-nflex{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .chart-ft {
        padding: 4px 10px 0 14px;
    }
    .chart-fbot{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mbord{
        width: 48%;
        box-sizing: border-box;
        margin: 1%;
    }
    .metho-cent-h1 {
        font-size: 18px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .metho-cent-ul{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .metho-cent-li {
        width: 50%;
        padding: 5px 0 5px 10px;
        position: relative;
        box-sizing: border-box;
        color: #0041c3;
    }
    .system-li {
        padding: 0 0 0 24px;
        position: relative;
        font-size: 16px;
        margin: 5px 0;
        color: #0041c3;
        box-sizing: border-box;
        width: 50%;
    }
    .sys-dl{
        padding: 5px 0;
        width: 50%;
    }
    .headline-system-01 {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        border-radius: 10px;
        background: #ebf1ff;
    }
    .headline-system-02 {
        width: 100%;
        margin: 20px 0;
        padding: 10px;
        box-sizing: border-box;
        border-radius: 10px;
        background: #ebf1ff;
    }
    .headline-system-03{
        width: 100%;
        margin: 20px 0;
        padding: 10px;
        box-sizing: border-box;
        border-radius: 10px;
        background: #ebf1ff;
    }
    .sys-left{
        width: 100%;
    }
    .sys-cent{
        width: 100%;
        height: 2px;
        position: relative;
        margin: 20px 0;
    }
    .sys-right{
        width: 100%;
    }
    .sys-cent:after {
        width: 100%;
        height: 1px;
        background: rgba(0, 67, 200, 0.8);
        position: absolute;
        top: 10px;
        left: 0;
        transform: scale(1);
        content: "";
    }
    .sys-right-tit {
        width: 100%;
        text-align: center;
        font-size: 18px;
        color: #0041c3;
        padding-bottom: 10px;
    }
    .leader-img{
        padding: 5px 0;
    }
    .case-step-l {
        font-size: 18px;
    }
    .credit-wtit {
        width: 100%;
        padding: 6px 0;
        text-align: center;
        font-size: 18px;
        color: #ffffff;
        margin-bottom: 10px;
        background: rgba(0, 67, 200, 1);
    }
    .credit-wul{
        width: 100%;
        padding: 0 15px 15px;
        box-sizing: border-box;
    }
    .bizframe-arr:after{
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 12px solid #03BBBA;
        position: absolute;
        top: 50%;
        margin-top: -6px;
        right: -5px;
        transform: rotate(90deg);
        z-index: 1;
    }
    .bizframe-arrr:after{
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 12px solid #03BBBA;
        position: absolute;
        top: 50%;
        margin-top: -6px;
        left: -5px;
        transform: rotate(270deg);
        z-index: 1;  
    }
    .fontflex{
        display: flex;
        align-items: center;
        width: 100%;
    }
    .rfont-s:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 12px solid #03BBBA;
        position: absolute;
        top: 50%;
        margin-top: -6px;
        right: 0px;
        transform: rotate(90deg);
        z-index: 1;
    }

    .bizframe-01:after{
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #03BBBA;
        position: absolute;
        left: 50%;
        bottom: -10px;
        margin-left: -10px;
        transform: rotate(180deg);
        z-index: 1;
    }
    .bizframe-02:after{
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #1c61ed;
        position: absolute;
        left: 50%;
        bottom: -10px;
        margin-left: -10px;
        transform: rotate(180deg);
        z-index: 1;
    }
    .bizframe-03:after{
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #4378e3;
        position: absolute;
        left: 50%;
        bottom: -10px;
        margin-left: -10px;
        transform: rotate(180deg);
        z-index: 1;
    }
    .bizframe-04:after{
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #5987e1;
        position: absolute;
        left: 50%;
        bottom: -10px;
        margin-left: -10px;
        transform: rotate(180deg);
        z-index: 1;
    }
    .bizframe-05:after{
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #80a4ed;
        position: absolute;
        left: 50%;
        bottom: -10px;
        margin-left: -10px;
        transform: rotate(180deg);
        z-index: 1;
    }
    .bizframe-arr {
        position: absolute;
        width: 20px;
        height: 1px;
        background: #0041c3;
        right: 0;
        top: 42px;
    }
    .bizframe-left:before {
        height: 1px;
        content: "";
        background: #03BBBA;
        bottom: 389px;
        right: 0;
        width: 20px;
        position: absolute;
    }
    .bizframe-left:after {
        width: 1px;
        content: "";
        bottom: 389px;
        background: #03BBBA;
        left: 50%;
        margin-left: -0.5px;
        top: 42px;
        position: absolute;
    }
    .bizframe-arrr {
        position: absolute;
        width: 20px;
        height: 1px;
        background: #0041c3;
        left: 0;
        top: 42px;
    }
    .bizframe-right:after {
        width: 1px;
        bottom: 542px;
        content: "";
        background: #03BBBA;
        left: 50%;
        margin-left: -0.5px;
        top: 42px;
        position: absolute;
    }
    .bizframe-right:before {
        height: 1px;
        content: "";
        background: #03BBBA;
        bottom: 542px;
        left: 0;
        width: 20px;
        position: absolute;
    }
   .client-next{
        width: 36px;
        height: 36px;
        border: 1px solid #03BBBA;
        background: #ffffff;
        color: #03BBBA;
        border-radius: 6px;
        transform: rotate(45deg);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 20px;
        cursor: pointer;
    }
    .client-prev{
        width: 36px;
        height: 36px;
        border: 1px solid #03BBBA;
        background: #ffffff;
        color: #03BBBA;
        border-radius: 6px;
        transform: rotate(45deg);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    } 
            /**产品详情**/
    .pro-h1 {
        font-size: 22px;
        color: #03BBBA;
        font-weight: bolder;
        padding-bottom: 10px;
    }
    .pro-h2 {
        font-size: 18px;
        color: #03BBBA;
        font-weight: bolder;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .pro-about-pad{
        width: 100%;
        display: block;
    }
    .pro-about-left{
        width: 100%;
    }
    .pro-about:after {
        background: #03BBBA;
        width: 100%;
        left: 0;
        right: 0;
        bottom: 1px;
        top: 0;
        content: "";
        position: absolute;
        z-index: 1;
        border-radius: 0 20px 0 0;
    }
    .inside_left_style{
        width: 100%;
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    .pro-solu-pad:after {
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 15px;
        height: 6px;
        position: absolute;
        content: "";
        border-radius: 1000px;
        background: #03BBBA;
    }
    .pro-adv-tit {
        padding: 15px;
        font-size: 18px;
    }
    .pro-dl {
        font-size: 18px;
    }
    .pro-nemu {
        font-size: 18px;
    }
    .pro-product-li {
        font-size: 15px;
        padding: 8px 0;
        font-weight: normal;
    }
    .pro-plan-h1 {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .pro-dd {
        width: 95%;
    }
    .pro-plan-cn{
        font-size: 15px;
    }
    .pro-about-right{
        line-height: 1.5;
        font-size: 14px;
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
        margin: 0;
    }
    .pro-solu-pad{
        font-size: 16px;
        padding-left: 20px;
        box-sizing: border-box;
    }
    .pro-solu-li {
        width: 100%;
        padding: 0;
        box-sizing: border-box;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
    }
    .pro-solution02{
        width: 100%;
        display: block;
    }
    .pro-adv-pad{
        width: 100%;
        border: 1px solid #d9d9d9;
        margin-bottom: 15px;
    }
    .pro-adv-ul {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }
    .pro-dl {
        font-size: 17px;
    }
    .pro-dd {
        width: 100%;
        padding-bottom: 0;
        font-size: 14px;
    }
    .pro-adv-dt {
        width: 100%;
        padding: 0 0 10px;
        border-bottom: 1px solid #d9d9d9;
        margin-bottom: 10px;
    }
    .pro-plan-flex{
        width: 100%;
        display: block;
    }
    .pro-plan-li {
        background: #03BBBA;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .pro-product-mar{
        width: 100%;
        display: flex;
    }
    .pro-product-nemu {
        width: 50px;
        display: block;
        align-items: center;
        background: #03BBBA;
        justify-content: space-between;
        border-radius: 0;
        overflow: hidden;
    }
    .pro-nemu{
        width: 50px;
        padding: 15px 5px 5px;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .pro-product-cent {
        flex: 1;
        display: block;
        padding-top: 0;
    }
    .pro-product-ul{
        width: 100%;
        border-right: 0;
        border-bottom: 1px dashed #555;
        min-height: 130px;
        padding: 10px 20px;
        box-sizing: border-box;
    }
    .pro-product-ul:nth-child(1){
        border-top: 1px dashed #555;
        border-bottom: 1px dashed #555;
    }
   .pro-product-uls{
        width: 100%;
        border-right: 0;
        border-bottom: 1px dashed #555;
        min-height: 130px;
        padding: 10px 20px;
        box-sizing: border-box;
    }
    .pro-product-uls:nth-child(1){
        border-top: 1px dashed #555;
        border-bottom: 1px dashed #555;
    }
    .pro-nemu-add{
        background: url(../images/new-product/pro-adds.png) no-repeat center;
        background-size: 100%;
        width: 50px;
        height: 60px;
    }
    .pro-nemu-add img{
        width: 14px;
        margin: 15px 0;
    }
    .pro-plan-list {
        width: 100%;
        padding: 20px 15px 15px 15px;
        box-sizing: border-box;
        color: #ffffff;
        position: relative;
    }
    .pro-h3 {
        width: 100%;
        font-size: 18px;
        color: #03BBBA;
        font-weight: bolder;
        padding-top: 0;
        padding-bottom: 15px;
        padding-left: 20px;
        box-sizing: border-box;
    }
    .pro-h4 {
        width: 100%;
        font-size: 18px;
        color: #03BBBA;
        font-weight: bolder;
        padding-top: 0;
        padding-bottom: 15px;
        padding-left: 40px;
        box-sizing: border-box;
    }
    .pro-sciarr{
        width: 12px;
        padding: 10px 0 0 0;
    }
    .pro-sciarr img{
        width: 100%;
    }
    .pro-science-top{
        align-items: unset;
    }
    .pro-science-name{
        width: 100%;
        font-size: 12px;
    }
    .pro-science-bot-h1 {
        color: #ffffff;
        margin-right: 10px;
        font-size: 16px;
    }
    .pro-plan-img {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
        background: #f2f2f2;
    }
    .pro-one-case-left {
        width: 30%;
        padding: 10px;
        box-sizing: border-box;
        border-right: 1px solid #ffffff;
        text-align: center;
        color: #ffffff;
        font-size: 16px;
        font-weight: bolder;
    }
    .pro-one-case-right {
        width: 70%;
        padding: 10px;
        box-sizing: border-box;
        text-align: center;
        color: #ffffff;
        font-size: 16px;
        font-weight: bolder;
    }
    .pro-one-case-bleft {
        width: 30%;
        padding: 10px;
        box-sizing: border-box;
        border-right: 1px solid #ffffff;
        text-align: center;
        color: #333;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bolder;
    }
    .pro-one-case-bright{
        padding: 10px;
        box-sizing: border-box;
        font-size: 14px;
    }
    .pro-plan-two-left{
        width: 100%;
    }
    .pro-plan-two-right{
        width: 100%;
    }
    .arr-jy img {
        width: 50px;
    }
    .pro-science-bot-ab{
       padding: 8px 15px;
    }
    .tit-nav-flex{
        width: 100%;
        display: block;
    }
    .tit-nav-pad{
        font-size: 16px;
        width: 200px;
        padding: 5px 0;
        text-align: center;
        box-sizing: border-box;
        margin: 8px 0;
        background: #636e82;
        border: 1px solid #636e82;
    }
    .container-info {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .serve-section-h1{
        font-size: 18px;
        padding: 50px 0 20px;
    }
    .serve-section-h1:after {
        width: 20px;
        height: 4px;
        background: #03BBBA;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        content: "";
        border-radius: 0;
    }
    .serve-li a{
        display: block;
        width: 100%;
    }
    .bade-ul-flex{
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }
    .bade-left{
        width: 100%;
        font-size: 16px;
    }
    .serve-section-two{
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    .news-return{
        font-size: 14px;
        padding: 8px 26px;
    }
    .news-return img{
        width: 18px;
    }
    .pc-show{
        display: none;
    }
    .mob-show{
        display: block;
        width: 100%;
    }
    .service-container {
        display: flex;
        width: 100%;
        margin: 40px 0;
        border-radius: 10px;
        overflow: hidden;
        flex-wrap: wrap;
    }
    .service-item{
        flex: auto;
        width: 50%;
        padding: 15px 0;
    }
    .service-item:nth-child(1){
        background-color: #028584;
    }
    .service-item:nth-child(2) {
     	background-color: #03BBBA;
    }
    .service-item:nth-child(3) {
        background-color: #03BBBA;
    }
    .service-item:nth-child(4){
        background-color: #028584;
    }
    .service-title {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 1.2;
        font-weight: bolder;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
    }
    .service-desc {
        font-size: 14px;
        line-height: 1.5;
        opacity: 0.9;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .main-product-box {
        width: 100%;
        background: url(../images/main-porduct-bg.png) center bottom no-repeat #F2FBFB;
        padding-bottom: 40px;
        background-size: 100%;
        padding-top: 40px;
    }
    .drug-container{
        display: block;
        width: 100%;
        background: none;
    }
    .drug-sidebar{
        width: 100%;
        padding: 0;
        background: none;
        color: #03BBBA;
    }
    .sidebar-list{
        display: none;
    }
    .drug-content{
        flex: 1;
        padding: 20px 0;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .product-swiper-section {
        background: none;
        display: block;
    }
    .product-swiper-wrap {
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    .main-about-flex{
        display: block;
    }
    .conright{
        width: 100%;
        padding: 0;
    }
    .client-li{
        padding: 5px;
    }
    .footer-content{
        display: block;
    }
    .footer-col{
        display: none;
    }
    .footer-qrcode{
        display: none;
    }
    .drug-name {
        font-size: 16px;
        color: #00bfa5;
        font-weight: 500;
        width: 100%;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .drug-structure{
        height: 150px;
    }
    .search-banner{
        width: 100%;
        position: relative;
        margin-top: 66px;
    }
    .search-banner h2 {
        font-size: 20px;
        margin-bottom: 10px;
        font-weight: 600;
        color: #ffffff;
    }
    .search-banner-a{
        width: 90%;
    }
    .search-banner-btn {
        padding: 12px;
        background-color: #00c1b5;
        border: none;
        border-radius: 0 25px 25px 0;
        color: #ffffff;
        font-size: 14px;
        cursor: pointer;
        border-radius: 1000px;
        transition: background 0.3s;
    }
    .banner-tags span {
        font-size: 12px;
        background: rgba(255, 255, 255, 0.8);
        padding: 4px 8px;
        border-radius: 4px;
    }
    .sidebar-left{
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        background-color: #ffffff;
        z-index: 999;
        padding-left: 0;
        transition: transform 0.3s ease-in-out;
        box-shadow: 5px 0px 10px 3px rgba(0, 0, 0, 0.18);
        display: none;
    }
    .product-list-pad {
        flex: 1;
        padding: 15px;
        box-sizing: border-box;
    }
    .product-box {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }
    .product-structure {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 150px;
    }
    .product-name{
        font-size: 16px;
    }
    .product-dt{
        display: none;
    }
    .info-product-grid{
        width: 100%;
        display: block;
    }
    .info-product__molecule{
        width: 100%;
        height: 240px;
    }
    .info-similar__grid {
        display: flex;
        flex-wrap: wrap;
        margin-left: -1%;
        margin-right: -1%;
    }
    .info-action__title{
        font-size: 15px;
    }
    .info-hot{
        display: none;
    }
    .info-action__card{
        padding: 10px;
    }
    .info-action{
        gap: 10px;
    }
    .info-action__desc {
        font-size: 13px;
        color: #999;
        margin-bottom: 10px;
    }
    .info-action__desc{
        display: none;
    }
    .info-action__btn {
        font-size: 13px;
        color: #03BBBA;
        text-decoration: none;
    }
    .support-breadcrumb{
       padding: 0 20px;
       box-sizing: border-box;
    }
    .case-list {
        margin: 20px auto 40px;
        padding: 0 20px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        box-sizing: border-box;
        gap: 10px;
    }
    .support-hot{
        display: none;
    }
    .support-main {
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
        display: grid;
        grid-template-columns: auto;
        gap: 20px;
    }
    .support-faq-detial h2{
        font-size: 18px
    }
    .solution-cards{
        margin: 20px 0 0 0;
        padding: 0 10px;
        gap: 10px;
        grid-template-columns: repeat(2, 1fr);
    }
    .solution-card__title{
        font-size: 18px;
    }
    .solution-card__desc{
        padding: 10px 0 0 0;
        font-size: 13px;
        height: 40px;
        line-height: 1.3;
    }
    .solution-card{
        padding: 20px 10px;
    }
    .solution-card__icon img{
        width: 40px;
        height: 40px;
    }
    .solution-tech-title {
        text-align: center;
        font-size: 24px;
        color: #26BFB5;
        margin-bottom: 20px;
        position: relative;
    }
    .solution-tech-card .solution-tech-card__content{
        display: block;
    }
    .solution-item-img{ 
        width: 100%;
    }
    .solution-tech-content{
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }
    .solution-tech-card .solution-item-list {
        padding: 0;
        box-sizing: border-box;
    }
    .solution-tech-card__text{
        font-size: 14px;
    }
    .solution-tech-card__title {
        font-size: 18px;
        font-weight: 600;
    }
    .solution-intro {
        max-width: 1000px;
        margin: 0 auto;
        padding: 30px 20px 30px;
        text-align: center;
        font-size: 14px;
        color: #333;
        line-height: 1.8;
    }
    .banner-tags{
        display: none;
    }
    .client-li {
        width: 50%;
    }
    .news-swiper .swiper-button-next ,.news-swiper .swiper-button-prev{
        display: none;
    }
    .foot-logo img {
        width: 150px;
    }
    .footer {
        width: 100%;
        background: url(../images/footerBg.png) no-repeat;
        background-size: cover;
        padding: 30px 0;
    }
    .search-result-table {
        width: 100%;
        border-collapse: collapse;
        font-size: 14px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .product-dd{
        margin-top: 5px;
    }
    .drug-content .drug-card:last-child{
        display: block;
    }
    .float-sidebar{
        display: none;
    }
    .back-top {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #00bfa5;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        position: fixed;
        right: 10px;
        bottom: 5%;
        z-index: 99;
        color: #ffffff;
        font-size: 28px;
    }
    .inquiry-form{
        padding: 15px;
        box-sizing: border-box;
    }
    .info-main{
        width: 100%;
        display: block;
        padding-bottom: 20px;
    }
    .item-nav-li{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    /* 移动端导航子菜单 */
    .mnav-sub {
        width: 100%;
        padding: 10px 0;
        overflow: hidden;
        display: none;
    }
    .mnav-sub.show {
        display: block;
    }
    .mnav-sub .mnav-sub-item {

    }
    .mnav-sub .mnav-sub-item:last-child {
        border-bottom: none;
    }
    .mnav-sub .mnav-sub-item > a,
    .mnav-sub .mnav-sub-item .item-nav-li > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0 10px 5px;
        font-size: 14px;
        color: #555;
        text-decoration: none;
        box-sizing: border-box;
    }
    .mnav-sub .mnav-sub-item > a .item-nav-a,
    .mnav-sub .mnav-sub-item .item-nav-li > a .item-nav-a {
        font-size: 14px;
        color: #555;
    }
    .mnav-sub .mnav-sub-item > a .iconfont {
        font-size: 14px;
        color: #bbb;
    }
    .mnav-sub .mnav-sub-item > a:hover,
    .mnav-sub .mnav-sub-item .item-nav-li > a:hover {
        color: #00B4CC;
    }
    .mnav-sub .mnav-sub-item > a:hover .item-nav-a,
    .mnav-sub .mnav-sub-item .item-nav-li > a:hover .item-nav-a {
        color: #00B4CC;
    }
    .mnav-sub .mnav-sub-item > a .iconfont {
        font-size: 14px;
        color: #bbb;
    }
    .mnav-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 28px;
        margin: 0;
        cursor: pointer;
    }
    .mnav-toggle .icon-jiahao {
        display: block;
        color: #999;
        transition: transform 0.2s;
        font-size: 14px;
        padding-right: 4px;        
    }
    .mnav-toggle .icon-jianhao {
        display: none;
        font-size: 16px;
        color: #999;
        transition: transform 0.2s;
    }
    .mnav-toggle.active .icon-jiahao {
        display: none;
    }
    .mnav-toggle.active .icon-jianhao {
        display: block;
    }
    .mnav-sub-child {
        display: none;
        background: #fff;
        padding: 0 0 0 20px;
        box-sizing: border-box;
    }
    .mnav-sub-child.show {
        display: block;
    }
    .mnav-sub-child a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 9px 0;
        font-size: 13px;
        color: #666;
        text-decoration: none;
    }
    .mnav-sub-child a .iconfont {
        font-size: 16px;
        color: #bbb;
    }
    .mnav-sub-child a:last-child {
        border-bottom: none;
    }
    .mnav-sub-child a:hover {
        color: #00B4CC;
    }
    .mnav-sub-child a:hover .iconfont {
        color: #00B4CC;
    }
    .item-nav-b{
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }
    .product-card-list{
        padding: 12px;
        box-sizing: border-box;
    }
    .product-card-list-a {
        width: 48%;
        margin: 1%;
    }
    .info-similar__link {
        width: 48%;
        margin: 1%;
    }
    .container-info-flex{
        gap: 0;
    }
}

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

}

/* 手机横屏 */
@media screen and (max-width: 768px) {
    
}

/* 手机横屏 */
@media screen and (max-width: 767px) {

}

/* 手机竖屏 */
/* 320px-416px */
@media screen and (max-width: 480px) {

}