<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */
/*适应新网站新增部分*/
#news_article ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

body h1 {
    font-size: 30px;
    font-weight: bold;
    margin: 0px auto 5px auto;
}

@media (min-width:1200px) {

    #news_article,
    #nav_new .nav_content,
    body h1 {
        width: 1200px;
    }
}

@media (max-width:1199px) and (min-width:992px) {

    #news_article,
    #nav_new .nav_content,
    body h1 {
        width: 992px;
    }
}

@media (max-width:991px) and (min-width:768px) {

    #news_article,
    #nav_new .nav_content,
    body h1 {
        width: 768px;
    }
}

@media (max-width:767px) {

    .body_block&gt;#news_article,
    #nav_new .nav_content,
    body h1 {
        padding-left: 24px;
        padding-right: 24px;
    }
}

#nav_new {
    background: #F9FAFB;
    font-size: 15px;
    border-bottom: 1px solid #E4E4E4;
    padding: 8px 0;
    margin-bottom: 20px;
}

#nav_new .nav_content {
    margin: 0px auto;
    font-size: 15px;
    padding-left: 15px;
}

#nav_new span {
    color: #eff0f3;
    padding: 0 8px;
}

#nav_new a {
    color: #04478e;
    text-decoration: none;
}

#news_article a {
    color: #04478e;
    text-decoration: none;
}

#news_article a:hover {
    color: #04478e;
    text-decoration: underline;
}

#news_article {
    font-size: 15px;
    color: #333;
    overflow: hidden;
    margin: 20px auto 30px;
}

#news_article .information_new_left {
    width: 72%;
    float: left;
}

#news_article .information_new_right {
    width: 26%;
    float: right;
}



#news_article h2 {
    color: #FFF;
    line-height: 20px;
    font-size: 18px;
    margin: 0;
    font-weight: bold;
}

#news_article .panel-heading {
    position: relative;
    padding: 0;
    border-bottom: none;
}

#news_article .panel_heading_inner {
    background: #04478e;
    padding: 16px 45px 16px 15px;
    border-radius: 30px 30px 30px 0;
    height: 100%;
}

#news_article .panel-heading .toggle .iconfont {
    font-size: 24px;
}

#news_article .panel-heading .panel-toolbar {
    position: absolute;
    top: 0;
    right: 30px;
}

#news_article .panel-heading .panel-toolbar&gt;a {
    color: #ffffff;
}

#news_article .panel_body_inner {
    border: 1px solid #ebebeb;
    background-color: #FEFFFF;
}

#news_article .panel_heading_inner a {
    color: #ffffff;
    text-decoration: underline;
}

#news_article .panel_body_inner {
    border: 1px solid #ebebeb;
    background-color: #FEFFFF;
}

#news_article .panel_body_inner_2 {
    background-color: #F9FAFB;
}

#news_article .panel_body_inner {
    margin-bottom: 20px;
}

#news_article .inner_title {
    padding-left: 10px;
    font-size: 16px;
    background-image: url(/asster/images/button-bg.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
}

#news_article .inner_title a {
    color: #333;
    text-decoration: underline;
}

#news_article .inner_date {
    color: #797979;
    float: right;
}

#news_article .bullet_new {
    font-size: 15px;
    padding: 10px 20px;
    overflow: hidden;
}

#news_article .bullet_new ul {
    border: 1px solid #ebebeb;
    margin: 0;
    padding: 5px;
    background-color: #ffffff;
    border-radius: 4px;
}

#news_article .bullet_new ul li {
    background-image: url(//cdn1.sinobiological.com/styles/default/images/technical-service/protein-technology-service/u5.png);
    background-repeat: no-repeat;
    background-position: 0 6px;
    border: none;
    line-height: 160%;
    padding-left: 15px;
}

#news_article .form_new {
    width: 100%;
    line-height: 1.6em;
    background-color: #FAFAFA;
    border-left: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    margin-bottom: 10px;
}

#news_article .form_new td {
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 5px;
}

#news_article .product_inner {
    padding: 10px 2px;
    overflow: hidden;
}

#news_article .product_inner ul li:hover {
    border: 1px solid #04478e;
}

#news_article .product_inner .product_col {
    padding: 10px;
}

#news_article .product_inner .product_col table {
    width: 100%;
    text-align: center;
}

#news_article .product_inner .product_col p {
    font-size: 15px;
}

#news_article .product_inner .product_title {
    font-size: 17px;
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 5px;
}

#news_article h3 {
    font-size: 18px;
    padding: 15px 0 10px 20px;
    margin: 0;
    font-weight: normal;
}

#news_article .col_main {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 5px;
    overflow: hidden;
}

#news_article .col_main h3 {
    background-image: url(/asster/images/button-bg.jpg);
    background-repeat: no-repeat;
    background-position: left 16px;
}

#news_article .col_main_bg {
    background-color: #F9FAFB;
}

#news_article p {
    font-size: 16px;
    line-height: 1.8em;
    padding: 10px 0;
    margin: 0;
}

#news_article .information_right_box {
    padding-bottom: 20px;
}

#news_article .information_right_header {
    background: #F5F5F5;
    padding: 3px 0;
    border: 1px solid #EBEBEB;
}

#news_article .information_right_header h3 {
    padding: 10px 0 10px 20px
}

#news_article .information_right_content {
    border: 1px solid #EBEBEB;
    padding: 10px;
}

#news_article .information_right_content_tel {
    border: 1px solid #EBEBEB;
    padding: 10px;
}

#news_article .information_right_content_tel li {
    color: #333;
    padding: 10px 20px 10px 10px;
    display: block;
}

#news_article .information_right_content_tel li a {
    color: #333;
}

#news_article .information_right_content li {
    border: 1px solid transparent;
}

#news_article .information_right_content li:hover {
    border: 1px solid #04478e;
    background-color: #EFFDF9;
    border-radius: 4px;
}

#news_article .information_right_content li a {
    color: #333;
    text-decoration: none;
    padding: 10px 20px 10px 10px;
    display: block;
    background-image: url(/asster/images/button.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#news_article .information_right_content .button_add a {
    color: #333;
    text-decoration: none;
    padding: 10px 20px 10px 42px;
    display: block;
}

#news_article .information_right_content .button_add {
    background-repeat: no-repeat;
    background-position: left center;
}

#news_article .information_right_content .button_add1 {
    background-image: url(/asster/images/fc/protein-cro.png);
}

#news_article .information_right_content .button_add2 {
    background-image: url(/asster/images/fc/antibody-cro.png);
}

#news_article .information_right_content .button_add3 {
    background-image: url(/asster/images/fc/cdna.png);
}

#news_article .information_right_content .button_add4 {
    background-image: url(/asster/images/fc/biopharmaceutical-service.png);
}

#news_article .information_right_content .button_add5 {
    background-image: url(/asster/images/fc/therapeutic-antibody.png);
}

#news_article .information_right_content .button_add6 {
    background-image: url(/asster/images/fc/all-cro.png);
}

#news_article .information_right_content .button_add7 {
    background-image: url(/asster/images/fc/tel.png);
}

#news_article .information_right_content .button_add8 {
    background-image: url(/asster/images/fc/email.png);
}

#news_article .information_right_content .button_add9 {
    background-image: url(/asster/images/fc/distributors.png);
}

#news_article .information_right_content .button_add10 {
    background-image: url(/asster/images/fc/message.png);
}

#news_article .information_right_content .button_add11 {
    background-image: url(/asster/images/fc/virus.png);
}

#news_article .information_right_content .button_add12 {
    background-image: url(/asster/images/fc/cell.png);
}

#news_article .information_right_content a:hover {
    color: #04478e;
}

#news_article .job_main .job_information {
    border: 1px solid #ECECEC;
    background-color: #FFFFFF;
    padding: 0 20px;
    margin: 20px 0;
    border-radius: 4px;
}

#news_article .job_main .job_title {
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb;
    font-size: 18px;
}

#news_article .job_main ul {
    padding: 10px 0;
    margin: 0;
    line-height: 1.6em;
    font-size: 16px;
}

#news_article .job_main p {
    padding: 10px 0;
    margin: 0;
    line-height: 1.6em;
    font-size: 16px;
}

#news_article .titleAnno {
    margin: 0;
    color: #04478e;
    padding: 10px 0 10px 0;
    font-weight: bold;
}

#news_article .formNew {
    width: 100%;
    line-height: 1.6em;
    border-top: 1px solid #006453;
    border-bottom: 1px solid #006453;
}

#news_article .formNew td {
    padding: 5px 0;
}

#news_article .colNew,
#news_article .colNew_1 {
    overflow: hidden;
}

#news_article .colNew li,
#news_article .colNew_1 li {
    list-style: none;
    font-size: 15px;
    padding: 0;
    margin: 0;
}

#news_article .colNew li,
#news_article .colNew_1 li {
    display: block;
    float: left;
    margin-right: 2%;
    margin-bottom: 1%;
    font-size: 15px;
    box-sizing: border-box;
}

@media screen and (max-width: 1920px) {
    #news_article .colNew li {
        width: 31.3%;
    }

    #news_article .colNew_1 li {
        width: 48%;
    }
}

@media screen and (max-width: 1440px) {
    #news_article .colNew li {
        width: 31.3%;
    }

    #news_article .colNew_1 li {
        width: 48%;
    }
}

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

    #news_article .colNew li,
    #news_article .colNew_1 li {
        width: 48%;
    }
}

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

    #news_article .colNew li,
    #news_article .colNew_1 li {
        width: 100%;
    }
}

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

    #news_article .colNew li,
    #news_article .colNew_1 li {
        width: 100%;
    }
}

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

    #news_article .information_new_right,
    #news_article .information_new_left {
        width: 94%;
        margin: 0 auto;
        float: none;
    }

    body h1 {
        font-size: 40px;
        line-height: 100%;
    }

    #news_article p,
    #news_article ul li a,
    #news_article ul li,
    #news_article div,
    #news_article div a {
        font-size: 28px !important;
        line-height: 1.6em;
    }

    #news_article table tr td {
        font-size: 24px;
        line-height: 1.4em;
    }

    #news_article h2,
    #news_article h2 a {
        font-size: 34px !important;
        line-height: 100%;
    }

    #news_article h3,
    #news_article h3 a {
        font-size: 32px;
        line-height: 100%;
    }
}

/*modal*/
.hide {
    display: none
}

.formSubmit1,
.pdfDown1 {
    color: #0e4738;
    display: inline;
    cursor: pointer
}

.cn_form .formSubmit1,
.cn_form .pdfDown1 {
    color: #0e4738;
    padding: 18px 0 0 60px;
    display: inline-block;
    cursor: pointer
}

.pdfDown1,
.cn_form .pdfDown1 {
    display: none
}

.modalForm {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 50%;
    margin-left: -25%;
    margin-top: -250px;
    z-index: 10000;
    background-color: white;
    padding: 60px 45px;
    border-radius: 10px
}

.shade {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .8;
    background-color: black;
    z-index: 9000
}

.modalForm .col-sm-12.receiveSino {
    margin-top: 10px;
    margin-bottom: 40px
}

.modalForm .col-sm-12 .infoSubmit {
    float: none;
    background-color: #04478e;
    border-color: #04478e;
    border-radius: 17px
}

.modalForm .col-sm-12 .form-control {
    margin-bottom: 20px;
    border: 1px solid #979797;
    border-radius: 16px
}

.modalForm .col-sm-12 .error_tip {
    display: none;
    color: red;
    position: absolute;
    left: 30px;
    top: 33px
}

.modalForm .col-sm-12.drop_box .error_tip {
    left: 15px
}

.modalForm .col-sm-12 b {
    color: red;
    position: absolute;
    right: 5px;
    top: 0
}

.modalForm .close-btn {
    position: absolute;
    top: 15px;
    right: 15px
}

.modalForm .close-btn i {
    font-size: 30px
}

.drop_box {
    position: relative;
    margin-bottom: 20px
}

.drop_box .drop_select {
    position: relative;
    height: 34px;
    line-height: 32px;
    border: 1px solid #979797;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    border-radius: 16px;
    cursor: pointer
}

.drop_box .drop_select:focus {
    box-shadow: none
}

.drop_box .drop_select .icon.icon-arrow-down {
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    height: 32px;
    line-height: 32px;
    width: 34px;
    font-size: 20px
}

.drop_box .drop_select .form-control {
    box-shadow: none;
    line-height: 34px;
    height: 32px;
    border-color: #e4e4e5;
    font-size: 15px
}

.drop_box.open .drop_content {
    position: absolute;
    background: #FFF;
    z-index: 1101;
    left: 0;
    right: 0;
    margin: 0 15px;
    padding: 8px 10px;
    border-radius: 4px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: -1px;
    max-height: 170px;
    overflow: auto;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none
}

.drop_box .drop_content {
    display: none
}

.drop_box.open .drop_content {
    display: block
}

.drop_box ul li {
    height: 22px;
    line-height: 22px
}

.drop_box ul&gt;li.active,
.drop_box ul&gt;li:focus,
.drop_box ul&gt;li:hover {
    color: #04478e
}

input::-webkit-input-placeholder {
    color: #000
}

input:focus::-webkit-input-placeholder {
    color: #cacaca
}

input:-moz-placeholder {
    color: #000
}

input:focus:-moz-placeholder {
    color: #cacaca
}

input::-moz-placeholder {
    color: #000
}

input:focus::-moz-placeholder {
    color: #cacaca
}

input:-ms-input-placeholder {
    color: #000
}

input:focus:-ms-input-placeholder {
    color: #cacaca
}

@media screen and (max-width: 767px) {
    .modalForm {
        width: 100%;
        margin-left: -50%;
        padding: 120px 55px;
        top: 0;
        margin-top: 0;
        height: 100%;
    }

    .modalForm .close-btn {
        top: 45px;
        right: 25px;
    }

    .modalForm .close-btn i {
        font-size: 55px;
    }

    .modalForm .col-sm-12 .form-control {
        height: 70px;
        padding: 15px 35px;
        border-radius: 35px;
        font-size: 30px;
    }

    .modalForm .col-sm-12 b {
        font-size: 35px;
        right: 0;
        top: 5px;
    }

    .drop_box .drop_select {
        height: 70px;
        border-radius: 35px;
    }

    .drop_box .drop_select .icon.icon-arrow-down {
        height: 68px;
        line-height: 68px;
        width: 70px;
        font-size: 35px;
    }

    .drop_box.open .drop_content {
        max-height: 270px;
    }

    #main_content .drop_box ul li {
        height: 36px;
        font-size: 26px;
    }

    .modalForm .col-sm-12.receiveSino {
        font-size: 30px !important;
    }

    .modalForm .col-sm-12 .infoSubmit {
        height: 70px;
        padding: 15px 35px;
        border-radius: 35px;
        font-size: 30px;
    }

    input[type=checkbox] {
        -webkit-appearance: checkbox;
        height: 30px;
        width: 30px;
    }
}

/*新增样式*/
#news_article .information_right_content .information_right_ul .featured_products_more,
#news_article .information_right_content .information_right_ul .featured_products_less {
    border: 1px solid #04478e;
    text-align: center;
    color: #04478e;
    font-weight: 600;
    padding: 2px;
    border-radius: 13px;
    margin-top: 10px;
    cursor: pointer;
}

#news_article .information_right_content .information_right_ul .featured_products_less {
    display: none;
}

#news_article .information_right_content .information_right_ul .more_featured {
    display: none;
}

#news_article .col_product {
    overflow: hidden;
    border: 1px solid #ebebeb;
    padding: 10px 20px;
}

#news_article .col_product li a {
    color: #333333;
}

#news_article .col_product li a:hover {
    color: #04478e;
}

#news_article .col_product li {
    display: block;
    float: left;
    margin-right: 0.8%;
    font-size: 14px;
    box-sizing: border-box;
    padding: 5px 0;
}

@media (min-width:1200px) {
    #news_article .col_product li {
        width: 24.2%;
    }
}

@media (max-width:1199px) and (min-width:992px) {
    #news_article .col_product li {
        width: 24.2%;
    }
}

@media (max-width:991px) and (min-width:768px) {
    #news_article .col_product li {
        width: 49.2%;
    }
}

@media (max-width:767px) and (min-width:575px) {
    #news_article .col_product li {
        width: 49.2%;
    }
}

#news_article .container {
    padding: 0;
    width: 100%;
}

#news_article .col-md-8:nth-child(1),
#news_article .col-xs-12:nth-child(1) {
    padding-left: 0
}

#news_article .citeAb {
    border: 1px solid #ebebeb;
    padding: 15px 15px 0 15px;
    font-size: 14px;
    margin-bottom: 15px;
}

#news_article .citeAb .citeAb_title {
    background-color: #ebebeb;
    text-align: center;
    border-radius: 40px;
    padding: 5px;
    margin-bottom: 5px;
    font-size: 16px;
}

#news_article .citeAb img {
    margin: 5px 0 15px;
}

#news_article .img_Fig {
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
    color: #6f6f6f;
}

@media screen and (max-width: 767px) {
    #news_article .img_Fig {
        font-size: 20px;
    }
}</pre></body></html>