@charset "utf-8";

/* CSS Document */
html {
    font-size: 12px;
}
@media (min-width:768px) {
    html {
      font-size: 13.5px;
    }
}
@media (min-width:992px) {
    html {
      font-size: 14px;
    }
}
@media (min-width:1200px){
    html {
      font-size: 14.5px;
    }
}
@media (min-width:1360px){
    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: #0051a2;
        color: #ffffff;
        border-color: #0051a2;
        box-shadow: none;
    }
    .pagination .page-item:first-child .page-link:hover::before,
    .pagination .page-item:last-child .page-link:hover::before {
        border-color: #fff;
    }
}
@media (min-width:1200px) {
    .container {
        max-width: 1140px;
    }
    .w_container {
        max-width: 1110px;
    }
}
@media (min-width:1460px) {
    .container {
        max-width: 1370px;
    }
    .w_container {
        max-width: 1230px;
    }
}

@media (max-width:1559px) {
    body {
        font-size: 16px;
    }
    footer .footer_nav li .con {
        font-size: 14px;
    }
}
@media (max-width:1200px) {
    body {
        font-size: 15px;
    }
}
@media (max-width:1100px) {
    header .header-nav li {
        margin-right: 1vw;
    }
}
@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;
    }
    .menu_botton span, 
    .menu_botton span:after, 
    .menu_botton span:before {
        width: 32px;
    }
    .menu_botton span:before {
        top: -8px;
    }
    .menu_botton span:after {
        bottom: -8px;
    }
    /**/
    body {
        font-size: 14px;
    }
    header .header-nav,
    header .header-language {
        display: none;
    }
    header .logo {
        padding: 10px 0;
    }
    header .header-language .header_language,
    header .header-language .header_href {
        display: none;
    }
    header .header-language .header_search {
        margin-right: 4.15rem;
    }
    footer .footer_main {
        display: none;
    }
    .cultureHead .list li.liIcon {
        display: none;
    }
    .cultureHead .list li {
        width: 17vw;
        height: 17vw;
    }

}
@media screen and (max-width:767px) {
    header {
        height: auto;
    }
    body {
        font-size: 14px;
    }
    header .logo {
        padding: 10px 0;
        width: 7.575rem;
    }
    /**/
    .bannerHeading .title {
        font-size: 1.875rem;
    }
    .bannerHeading .box {
        padding-right: 0;
    }
    footer .footer_main {
        display: none;
    }
    footer .footer_copyright {
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
    }
    footer .footer_copyright .fPrivacy {
        width: 100%;
        margin-bottom: 0.75rem;
        font-size: 14px;
    }
    /**/
    .hAbout .hAboutTitle {
        max-width: 100%;
        font-size: 1.725rem;
    }
    .hAbout .hAboutText {
        max-width: 100%;
    }
    .hAboutList li .box .title {
        padding: 1.5rem 0 0.75rem;
    }
    #wBanner .title {
        font-size: 1.625rem;
        padding: 9rem 0 3.5rem;
    }
    .aboutUsHead {
        display: block;
    }
    .aboutUsHead .w_title,
    .aboutUsHead .w_text {
        width: 100%;
        display: block;
    }
    .aboutUsHead .w_text {
        padding-left: 0;
    }
    .aboutUsHead .w_text::after, 
    .aboutUsHead .w_text::before {
        display: none;
    }
    .w_title {
        font-size: 1.85rem;
    }
    .hTitle {
        font-size: 2.6rem;
    }
    .aboutUsText::after {
        height: 10vh;
    }
    .team_list li {
        margin-bottom: 2.75rem;
    }
    .team_list li .box {
        padding-top: 0;
    }
    .team_list li .box .img,
    .team_list li .box .text {
        width: 100%;
    }
    .team_list li .box .img {
        padding-left: 0;
        padding-right: 0;
    }
    .team_list li .box .img img {
        width: 100%;
    }
    .team_list li .box .text {
        padding-bottom: 0rem;
        padding-left: 4.5%;
        padding-right: 4.5%;
    }
    .team_list li .box .text .title {
        font-size: 1.825rem;
        padding-top: 1.75rem;
    }
    .team_list li .up_con {
        padding-left: 4.5%;
        padding-right: 4.5%;
    }
    .visionHeading .box {
        border-radius: 0 0 3.75rem 0;
        padding: 2.125rem 3rem 2.375rem 1.875rem;
    }
    .visionHeading .box .vLable {
        font-size: 1.25rem;
    }
    .visionHeading .box .vTitle {
        font-size: 1.75rem;
    }
    .honor .honorImg {
        width: 77.1042vw;
        margin-left: 11.4479vw;
    }
    .honor .honorImg .honorImgLogo {
        width: 44.8125vw;
    }
    .honorItem {
        width: 74.83333vw;
    }
    #pictureViewer .handel-prev, #pictureViewer .handel-next {
        width: 32px;
        height: 32px;
    }
    #pictureViewer .handel-prev {
        left: 10px;
    }
    #pictureViewer .handel-next {
        right: 10px;
    }
    #pictureViewer .handel-next::before {
        width: 2.25rem;
    }
    .benefit-line {
        height: 2px;
        margin-top: -1px;
    }
    .honorItem .img {
        padding-top: 6.125vw;
    }
    .honorItem.flip .img {
        padding-bottom: 6.125vw;
    }
    .technology {
        padding-top: 3.25rem;
    }
    .technology .list li {
        display: block;
        margin-bottom: 3rem;
    }
    .technology .list li .title,
    .technology .list li .text {
        display: block;
        width: 100%;
    }
    .technology .list li .title {
        padding-right: 0;
        padding-bottom: 1.25rem;
    }
    .pipelineHead {
        padding-top: 3.25rem;
    }
    .clinical {
        padding: 3.25rem 0 4rem;
    }
    .clinicalList .item .itemTitle {
        padding: 1.5625rem 4.75rem 1.5625rem 1.5625rem;
    }
    .clinicalList .item .itemTitle::after {
        right: 1.45rem;
    }
    .clinicalList .item .itemCon .text {
        padding: 1.5625rem;
    }
    .clinicalList .item .itemCon .clinicalTest {
        padding: 2.25rem 15px 2.25rem;
    }
    .testAccordion .testCard .testCardHeader .icon {
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }
    .cooperation {
        padding: 3.25rem 0 4rem;
    }
    .cooperation .list li .box {
        height: 10.75rem;
        padding: 10%;
    }
    .product {
        padding: 3.25rem 0 2.1875rem;
    }
    .productList li {
        margin-bottom: 1.8125rem;
    }
    .productList li .box {
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      border: 2px solid #eef4fc;
      padding: 0;
    }
    .productList li .box .img,
    .productList li .box .text {
        width: 100%;
    }
    .productList li .box .more,
    .productList li .box::after {
        display: none;
    }
    .productList li .box .text {
        padding: 15px;
    }
    .productList li .box .text .ptitle {
        font-size: 1.575rem;
    }
    .productDHead {
        border-top: 1px solid #cccccc;
        padding-top: 3.25rem;
    }
    .productDContainer {
        padding-left: 15px;
        padding-right: 15px;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
    }
    .productDHead::after {
        display: none;
    }
    .productDContainer .img,
    .productDContainer .con {
        width: 100%;
    }
    .productDImgSwiper {
        padding-bottom: 0;
    }
    .productDImgSwiper .swiper-pagination {
        bottom: 0.625rem;
    }
    .productDContainer .con .ptitle {
        font-size: 1.625rem;
    }
    .productDContainer .con .more {
        margin-top: 3rem;
    }
    .productDContainer .con .more .moreText::after {
        bottom: -35px;
    }
    .productDContainer::before {
        height: 4.125rem;
    }
    .productDMode .productDModeBox {
        padding: 1.25rem 1.5rem;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
    }
    .productDModeLeft,
    .productDModeRight {
        width: 100%;
    }
    .productDModeLeft {
        margin-bottom: 1.5rem;
    }
    .productDTab {
        padding-top: 2.125rem;
    }
    .productDTab ul>li {
        font-size: 1.275rem;
        margin-right: 1.125rem;
        padding-right: 1.125rem;
    }
    .productDMain {
        padding: 2.375rem 0 3.25rem;
    }
    .news {
        padding-top: 3.375rem;
        padding-bottom: 4.325rem;
    }
    .newsList li .box {
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      padding: 2.125rem 0;
    }
    .newsList li .box .img,
    .newsList li .box .text {
        width: 100%;
    }
    .newsList li .box .img {
        margin-bottom: 1.5rem;
    }
    .newsList li .box .text {
        padding-right: 0;
    }
    .newsList li .box .text .ntitle {
        font-size: 1.425rem;
    }
    .newsList li .box .more {
        display: none;
    }
    .newsList li .box .img::after {
        border-width: 2px;
    }
    #newsD .title {
        font-size: 1.625rem;
    }
    #newsD .newsDMain {
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
    }
    #newsD .newsDMain .mainLeft {
        display: none;
    }
    #newsD .newsDMain .mainRight {
        width: 100%;
    }
    #newsD .page .page_title {
        display: none;
    }
    #newsD .page .page_text {
        margin-top: 0;
    }
    #newsD .page::after {
        height: 2.375rem;
    }
    .cultureHead {
        padding-top: 3.25rem;
    }
    .cultureText {
        display: block;
        padding-bottom: 3.875rem;
    }
    .cultureText .w_title {
        display: block;
        width: 100%;
    }
    .cultureText .w_text {
        display: block;
        width: 100%;
        padding-left: 0;
    }
    .cultureText .w_text::after, .cultureText .w_text::before {
        display: none;
    }
    .cultureHead .list {
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      padding: 1.75rem 0 0.5rem;
    }
    .cultureHead .list li.liIcon {
        display: none;
    }
    .cultureHead .list li {
        width: 30vw;
        height: 30vw;
        margin-bottom: 15px;
    }
    .culture {
        padding-top: 3.25rem;
    }
    .recruitText ul.row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .recruitText ul.row li {
        padding-left: 15px;
        padding-right: 15px;
    }
    .recruitText ul.row::after {
        display: none;
    }
    .recruitText {
        padding: 4rem 0 1.75rem;
    }
    .campus .campusBox  {
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
    }
    .campus .campusText,
    .campus .provideSwiper {
        width: 100%;
    }
    .regularDisclosure {
        padding-top: 3.625rem;
        padding-bottom: 1.5rem;
    }
    .regularMain .regularList ul.row li .img {
        border-width: 2px;
    }
    .temporaryDisclosure {
        padding: 3.375rem 0 4rem;
    }
    .stockInformation {
        padding: 3.25rem 0 3.875rem;
    }
    .stockInformation .con,
    .stockInformation .img {
        width: 100%;
    }
    .stockInformation .con::after {
        bottom: 0;
        height: 100%;
    }
    .stockInformation .con {
        padding: 3.25rem 3.125rem 2.125rem;
    }
    .interactiveMode {
        padding: 3.25rem 0 3.875rem;
    }
    .contactUs {
        padding-top: 3.25rem;
    }
    .contactTle {
        padding-top: 0;
        margin-bottom: 3.375rem;
    }
    .contactTle .item {
        width: 100%;
    }
    .contactTle .item2 {
        position: relative;
    }
    .contactTle .item .title {
        font-size: 2.0rem;
    }
    .contactTle .item .mailbox {
        font-size: 1.725rem;
    }
    .contactUs .list li {
        border-width: 2px;
        margin-bottom: 2.75rem;
        padding-bottom: 2.75rem;
    }
    .contactUs .list li .title {
        font-size: 1.575rem;
    }
    .accessStatement {
        padding: 3.25rem 0;
    }
    .aboutUs {
        padding: 3.25rem 0;
    }
    .aboutUsText {
        padding-bottom: 3.375rem;
    }
    .baseText {
        padding-bottom: 0;
    }
    .baseSwiper {
        height: 34vh;
    }
    .baseSwiper li.swiper-slide {
        width: 90%;
    }
    .testAccordion .testCard .testCardBody {
        padding: 1.25rem;
    }
    .productDMain .productDList ul>li {
        font-size: 14px;
    }
    .culture .baseSwiper li.swiper-slide {
        width: 90%;
    }
    #banner {
        height: 44vh !important;
    }
    
    .pipeline{
        
        overflow: scroll;
    }
    .pipelinemy{
        overflow: scroll;
        width: 925px;
    }
    
      .pipelinetable{
        margin-top: 0;
    }
    .investoyul li .box_t {
    width: 62%;
}
    
    .ipo .box{
        width: 100%;
    }
    .inesserbox{
        display: block;
    }
    
    .inesserbox .time{
        margin-bottom: 1rem;
    }
    .boardob .box .box_sm{
        width: 48%;
    }
    .header_languagebox .box::after{
            right: 9%;
    }
     #sideNav .sideNavBox ul{
         flex-wrap: wrap;
     }
    #sideNav .sideNavBox li{
        width: 50%;
    }
    
    #sideNav .sideNavBox li::before{
            content: '';
    position: absolute;
    right:  0;
    top: 50%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    height: 1.125rem;
    margin-top: -0.5625rem;
    }
    
    .team .w_container .col-md-3 {
    -ms-flex: 0 0 33%;
    flex: 0 0 50%;
    max-width: 50%;
}



.partners .box .box_s{
    width: 49%;
}


   
}
@media screen and (max-width:641px) {}
@media screen and (max-width:575px) {
    .cultureHead .list li {
        width: 42vw;
        height: 42vw;
        margin-bottom: 15px;
    }
}
@media screen and (max-width:481px) {}
@media screen and (max-width:414px) {
    .hAboutList li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .hDiscovery .list ul {
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
    }
    .hDiscovery .list ul li {
        width: 100%;
    }
    .hDiscovery .list ul li+li {
        margin-left: 0;
        padding-left: 0;
    }
    .hDiscovery .list li+li::after {
        height: 1px;
        width: 100%;
        top:0;
        left: 0;
        margin-top: 0;
    }
    .hProduct .box {
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
    }
    .hProduct .con,
    .hProduct .img {
        width: 100%;
    }
    .hProduct .con {
        margin-bottom: 3rem;
    }
    .accordionTable {
        padding: 0 0.875rem;
    }
    .accordion .card-header .btn {
        padding: 1.25rem 0.875rem;
    }
    .accordionTable .education,
    .accordion .card-header .btn .education,
    .accordionTable .address, .accordion .card-header .btn .address {
        display: none;
    }
    .accordionTable .name, .accordion .card-header .btn .name {
        width: 39.44%;
    }
    .accordionTable .major, .accordion .card-header .btn .major {
        width: 49.44%;
    }
    .cultureHead .list li {
        width: 40vw;
        height: 40vw;
        margin-bottom: 15px;
    }
    .hProduct .img {
        border-radius: 3.625rem 0 3.625rem 0;
    }
    .testbox{
        flex-direction: column-reverse;
    }
    .testbox .img ,.testbox .testintroduce{
        width: 100%;
    }
    .testbox .testintroduce{
        
        padding-left: 0;
    }
    .testbox .testintroduce .content{
        margin-bottom: 1.75rem;
        
    }
    .testbox .img {
        margin-top: 1.75rem;
    }
       .testbox:nth-child(2n+1) {
           flex-direction: column;
       }
       .testbox:nth-child(2n+1) .testintroduce{
           padding-right: 0;
       }
    .webModal1 .modal-dialog {
    max-width: 100%;
}#teamModal .modalMain {
    padding: 2rem 1.25rem;
}
.webModal .modal-dialog {
    max-width: 100%;
}
header .header-language .header_search img{
    display: none;
}
.hAboutList li .box .img img{

    width: 100%;
    
}



}
@media screen and (max-width:340px) {
    footer .footer_copyright {
        font-size: 12px;
    }
}