@charset "utf-8";

/* CSS Document */
html {
    font-size: 10px;
}
@media (min-width:768px) {
    html {
        font-size: 11px;
    }
}
@media (min-width:992px) {
    html {
        font-size: 12px;
    }
}
@media (min-width:1200px) {
    html {
        font-size: 13px;
    }
}
@media (min-width:1390px) {
    html {
        font-size: 14px;
    }
}
@media (min-width:1440px) {
    html {
        font-size: 15px;
    }
}
@media (min-width:1500px) {
    html {
        font-size: 16px;
    }
}
/*1280X720 1366X768 1440X900 1920X1080*/
/*手机样式*/
@media (min-width:992px) {
    .pagination .page-item .page-link:hover,
    .pagination .page-item .page-link:focus {
        background: #2baee4;
        color: #ffffff;
        box-shadow: none;
    }

    .pagination .page-item:first-child .page-link:hover::before,
    .pagination .page-item:last-child .page-link:hover::before {
        border-color: #fff;
    }
    .modal-dialog {
        max-width: 700px;
    }
}

@media (min-width:1390px) {
    .container {
        max-width: 1330px;
    }
}
@media (min-width:1390px) {
    .container {
        max-width: 1330px;
    }
}
@media (min-width:1530px) {
    .container {
        max-width: 1430px;
    }
}

@media screen and (max-width: 1390px) {}

@media screen and (max-width: 1200px) {
    header .header-nav>ul>li {
        margin-right: 3vw;
    }

}

@media screen and (max-width:991px) {
    #menu_toggle1 {
        display: block;
    }

    .menu_botton {
        right: 15px;
        top: 50%;
        float: right;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .menu_botton strong {
        display: none;
    }

    /**/

    header .header-nav,
    header .header-language {
        display: none;
    }
    header .logo {
        padding: 10px 0;
        bottom: 0;
        width: 9rem;
        left: 0;
        position: relative;
    }
    header .header-main {
      box-shadow: 0 1.5rem 1.5rem rgba(0, 0, 0, 0.04);
    }
    header .header-main .headerContainer {
        -ms-flex-pack: space-between !important;
        justify-content: space-between !important;
    }
    body.headerScollfox header .logo {
        bottom: 0;
    }
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header_column .header_language {
        flex: 0.7;
    }
    .header_column .header_language .language_link {
        height: 38px;
        line-height: 38px;
        width: 100%;
    }
    .header_column .header_search .header_search_form .form-control {
        height: 26px;
        line-height: 26px;
    }
    .header_column .header_search {
        flex: 1;
    }
    .header_column .header_search .header_search_form {
        width: 100%;
    }
    .container {
        max-width: 100%;
    }
    .cultureColumn .list li .box {
        padding-left: 22rem;
    }
    .cultureColumn .list li .box .con::after {
        left: -5rem;
    }
    .servicesAvailableList li {
        padding-bottom: 2.2rem;
    }

}

@media screen and (max-width:767px) {
    .pb_36 {
        padding-bottom: 1.25rem !important;
    }
    .pb_46 {
        padding-bottom: 1.8rem !important;
    }
    .pb_56 {
        padding-bottom: 2rem !important;
    }
    header {
        height: auto;
    }
    header .logo {
        width: 7.25rem;
        left: 1rem;
    }
    body.headerScollfox header .logo {
        width: 7.25rem;
    }
    footer .footer_main {
        display: none;
    }
    #banner {
        height: 40vh !important;
    }
    .bannerNewsList {
        width: calc(100% - 15px);
        top: 20vh;
    }
    .bannerHeading .title br {
        display: none;
    }
    .bannerHeading .title {
        font-size: 1.35rem;
        line-height: 1.4;
    }
    .bannerNewsList li .box .time {
        padding: 0.38rem 1rem 0 1.25rem;
        color: #ffffff;
    }
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .hTitle {
        font-size: 1.75rem;
    }
    .hServicesBox {
        padding-left: 0;
    }
    .hServicesBox .img {
        position: relative;
        width: 100%;
        height: 60vw;
    }
    .hServicesBox .tab li {
        padding: 0 15px;
    }
    .hServicesBox .tab li .title {
        font-size: 1.5rem;
    }
    .hNewsList li.swiper-slide .box .img {
        position: relative;
        width: 100%;
        height: 60vw;
    }
    .hNewsList li.swiper-slide .box .con {
        width: 100%;
        padding: 2.88rem 15px 4.75rem;
    }
    .hNewsList li.swiper-slide .box .con .title {
        font-size: 1.5rem;
    }
    .hAbout .text {
        max-width: 100%;
        font-size: 1.5rem;
    }
    .hJoin {
        padding: 5.88rem 0;
    }
    .hPartner .list ul {
        margin-left: -5px;
        margin-right: -5px;
    }
    .hPartner .list li {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }
    .hServices {
        padding-top: 5rem;
    }
    .hNews {
        padding-top: 5rem;
    }
    .hNewsList li.swiper-slide .box .con .time {
        padding-bottom: 1.25rem;
    }
    .hNewsList li.swiper-slide .box .con .title {
        padding-bottom: 1.25rem;
    }
    .hPartner {
        padding: 5rem 0;
    }
    .hAbout {
        padding: 5rem 0;
    }
    /**/
    #sideNav {
        display: none;
    }
    #wBanner .title {
        font-size: 2rem;
    }
    #wBanner .box {
        bottom: 1.5rem;
    }
    #wBanner .title span {
        padding-bottom: 0.5rem;
        border-bottom: 2px solid #ffffff;
    }
    .enterpriseIntroduction .w_title::before,
    .enterpriseIntroduction .w_title::after {
        content: '';
        display: none;
    }
    .enterpriseIntroduction .w_title {
        margin-bottom: 1.5rem;
        width: 100%;
        margin-right: 0;
    }
    .enterpriseIntroductionBg {
        padding: 3.75rem 0;
    }
    .enterpriseIntroductionBg .webSwiper {
        top: 0;
    }
    .swiper-container .swiper-pagination {
        bottom: 1.5rem;
    }
    footer .footer_copyright {
        border-top: none;
    }
    .enterpriseIntroduction {
        padding: 5rem 0;
    }
    .culture {
        padding: 5rem 0;
    }
    .culture .cultureLogo {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2rem;
    }
    .w_title {
        font-size: 2rem;
    }
    .cultureColumn {
        padding: 5rem 0;
    }
    .cultureColumn .list li .box {
        padding-left: 0;
    }
    .cultureColumn .list li .box .img {
        position: relative;
        margin-top: 0;
        top: 0;
        width: 100%;
        border-radius: 10px;
    }
    .cultureColumn .list li .box .con {
        margin-left: 0;
    }
    .cultureColumn .list li .box .con::after {
        display: none;
    }

    .team {
        padding: 5rem 0 3rem;
    }
    .teamList li {
        padding-bottom: 3rem;
    }
    .modalMain {
        padding: 5.75rem 15px 8.62rem;
    }
    .modalMain .modalMainImg {
        width: 100%;
        display: none;
    }
    .modalMain .modalMainCon {
        width: 100%;
    }
    .webModal .modalButton {
        bottom: 1.75rem;
        right: 15px;
    }
    .modalMain .modalMainCon .text {
        height: auto;
    }

    .hardwareHead {
        padding: 1.25rem 0 3.75rem;
    }
    .hardwareHead .w_title {
        width: 100%;
        margin-right: 0;
    }
    .hardwareHead .w_title::before,
    .hardwareHead .w_title::after {
        display: none;
    }
    .hardwareList .hardwareListLeft {
        width: 100%;
    }
    .hardwareList .hardwareListLeft::after {
      bottom: -0.88rem;
      left: 50%;
      border-top: 0.88rem solid #00aef5;
      border-right: 0.88rem solid transparent;
      border-left: 0.88rem solid transparent;
      margin-left: -0.88rem;
    }
    .hardwareList .hardwareListRight li {
        margin-top: -1px;
    }
    .hardwareList .hardwareListRight li .box {
        margin-left: 0;
    }
    .servicesAvailableList li {
        padding-bottom: 1.75rem;
    }
    .productionBase {
        padding: 1.25rem 0;
    }
    .productionBaseList .items {
        padding: 3.25rem 0;
    }
    .productionBaseList .items .box .img {
        position: relative;
        width: 100%;
        border-radius: 10px 10px 0 0;
    }
    .productionBaseList .items .box .con {
        position: relative;
        top: 0;
        bottom: 0;
        width: 100%;
        border-radius: 0 0 10px 10px;
    }
    .productionBaseList .items .box .con .title {
        font-size: 1.75rem;
        padding-bottom: 0.75rem;
    }

    .historyHeadSwiper {
        overflow: hidden;
    }
    .history {
        padding: 5rem 0;
        min-height: auto;
    }
    .guarantee {
        padding: 5rem 0;
    }
    .guaranteeHead .img,
    .guaranteeHead .w_text {
        width: 100%;
    }
    .guaranteeHead .img {
        padding-bottom: 1.5rem;
    }
    .guarantee_hr {
        margin: 3.25rem 0;
    }
    .contact {
        padding: 5rem 0;
    }
    .contactMap li {
        padding-bottom: 3.25rem;
    }
    .pb_66 {
        padding-bottom: 2.12rem !important;
    }
    .contactMap li .title {
        font-size: 1.75rem;
        margin: 2.75rem 0 1.5rem;
    }
    .contact_br {
        margin-top: 2.38rem;
        margin-bottom: 5rem;
    }
    .HRContact .box .icon {
        width: 10rem;
    }
    /**/
    .news {
        padding: 5rem 0;
    }
    .sideNavTertiary {
        padding-bottom: 3rem;
    }
    .newsList li {
        margin-bottom: 3.2rem;
    }
    .newsList li .box .img {
        height: 50vw;
    }
    .newsList li .box .title {
        font-size: 1.5rem;
    }
    .newsD {
        padding: 5rem 0;
    }
    .newsDLeft {
        display: none;
    }
    .newsD .newsDBox {
        padding-left: 0;
    }
    .newsDPage .page_next .link {
        padding: 3rem 2rem;
    }

    .kaituoValues {
        padding: 5rem 0;
    }
    .kaituoValues .list {
        padding-bottom: 3rem;
        margin-bottom: 3rem;
    }
    .kaituoValues .list ul {
        flex-flow: row wrap;
    }
    .kaituoValues .list li {
        margin-bottom: 1.25rem;
    }
    .recruit {
        padding: 5rem 0;
    }
    .joinUsAccordion .joinUsAccordion_items {
        padding: 0 15px;
    }
    .joinUsAccordionHead .title {
        width: 70%;
    }
    .joinUsAccordionHead .add {
        width: 30%;
    }
    .joinUsAccordionHead .icon {
        width: 26px;
        height: 26px;
        margin-top: -13px;
    }
    .recruitHead .select {
        margin-top: 3rem;
    }
    .recruitHead .select .form-control {
        width: 80%;
    }
    /**/
    .plasmidCdmo {
        padding: 5rem 0 4rem;
    }
    .technologyPlatform .technologyPlatformLeft {
        width: 100%;
    }
    .technologyPlatform .technologyPlatformLeft::after {
      bottom: -0.88rem;
      left: 50%;
      border-top: 0.88rem solid #00aef5;
      border-right: 0.88rem solid transparent;
      border-left: 0.88rem solid transparent;
      margin-left: -0.88rem;
    }
    .cdmoCustomization .cdmoCustomization_items {
        padding-bottom: 3rem;
        margin-bottom: 3rem;
    }
    .technologyPlatform .technologyPlatformRight li {
        margin-top: -1px;
    }
    .technologyPlatform .technologyPlatformRight li .box {
        margin-left: 0;
    }
    .cdmo_br_2baee4 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
    .pb_100 {
        padding-bottom: 4.25rem !important;
    }
    .technologyPlatform .technologyPlatformRight li .box .img {
          margin: 0 auto 1.0rem;
          width: 100%;
          height: 4.5rem;
          display: flex;
          padding-bottom: 0;
          align-items: flex-end;
          justify-content: center;
    }
    .technologyPlatform .technologyPlatformRight li .box .img img {
        max-height: 100%;
    }
    .technologyPlatform .technologyPlatformRight li .box .title {
        font-size: 1.5rem;
    }
    .deliveryPlatform .deliveryPlatform_items {
        margin-bottom: 3.25rem;
    }
    .technologyPlatform .technologyPlatformLeft {
        padding: 5rem 15px;
    }

    .plasmidCdmoTable {
        overflow-x: auto;
    }
    .plasmidCdmoTable table {
        font-size: 1.5rem;
    }
    .plasmidCdmoTable table td {
        white-space: nowrap
    }
}

@media screen and (max-width:480px) {}

@media screen and (max-width:414px) {}

@media screen and (max-width:340px) {}