select::-ms-expand {
    display: none;
}

* {
    padding: 0px;
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
    /*font-family: "lato",sans-serif, Microsoft New Tai Lue, Arial;  font-family:"Century Gothic" ,Century Gothic;*/
}

/*@font-face {
    font-family:'Century Gothic';
    src: url('fonts/CenturyGothicPro.eot');
    src: url('fonts/CenturyGothicPro.eot?#iefix') format('embedded-opentype'),
         url('fonts/CenturyGothicPro.woff') format('woff'),
         url('fonts/CenturyGothicPro.ttf') format('truetype'),
         url('fonts/CenturyGothicPro.svg#CenturyGothicPro') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.eot');
    src: url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-Regular.woff') format('woff'), url('fonts/Montserrat-Regular.ttf') format('truetype'), url('fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*@font-face {
    font-family:'Questrial-Regular';
    src: url('fonts/Questrial-Regular.eot');
    src: url('fonts/Questrial-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Questrial-Regular.woff') format('woff'),
         url('fonts/Questrial-Regular.ttf') format('truetype'),
         url('fonts/Questrial-Regular.svg#Questrial-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
    font-family: 'Arial';
    src: url('css/fonts/ARIAL.eot');
    src: url('css/fonts/ARIAL.eot?#iefix') format('embedded-opentype'), url('css/fonts/ARIAL.woff') format('woff'), url('css/fonts/ARIAL.ttf') format('truetype'), url('css/fonts/ARIAL.svg#ARIAL') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.in-the-page-body {
    background-color: #f9f9f9;
}

body {
    margin-top: 0;
}

ul {
    margin: 0;
}

/* body.haswebinar{
	margin-top: 79px;
} */

.close1 {
    width: 100%;
    height: 60px;
}

#closebt {
    float: right;
}

#closebt img {
    width: 25px;
}

.btn-a {
    border: 1px solid #a40a5e;
    padding: 7px 20px;
    border-radius: 50px;
    color: #a40a5e;
    display: inline-block;
    cursor: pointer;
}

.btn-a:hover {
    background-color: #a40a5e;
    color: #fff;
}

/*input*/
.search-sc {
    border: 0;
    outline: none;
    cursor: pointer;
    height: 50px;
    width: 200px;
    font-size: 18px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    padding-left: 10px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/icon-623149.png);
    background-position: 170px 20px;
    background-repeat: no-repeat;
}

.search-sc option {
    border: 1px red solid;
}


.goodtxt1 .btn {
    display: inline-block;
    margin-left: 10px;
    padding: 18px 40px 18px 40px;
    clear: both;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    background-color: #9e1c64;
    border-radius: 30px;
    border: 0px;
    outline: none;
    cursor: pointer;
}



/*body-first line -css*/
.line {
    width: 100%;
    margin: auto;
    background: #f9f9f9;
    border-bottom: #898989 1px solid;
    position: relative;
}

.contact {
    width: 1100px;
    margin: auto;
    height: auto;
    overflow: hidden;
}

.contact-left {
    width: 30%;
    float: right;
    height: auto;
    overflow: hidden;
    border-left: #898989 1px solid;
    border-right: #898989 1px solid;
}

.contact-left img {
    max-width: 100%;
    overflow: hidden;
    display: block;
    float: right;
}

.contact-right {
    width: 60%;
    float: left;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
}

.contact-left-title {
    width: 100%;
    color: #333333;
    font-size: 34px;
    font-weight: 700;
}

.contact-left-title a {
    color: #9e1c64;
    text-decoration: none;
}

.contact-left-title a:hover {
    color: #333;
}

.contact-left-body {
    width: 100%;
    color: #333333;
    line-height: 30px;
    font-size: 18px;
    margin-top: 10px;
    font-family: "lato", sans-serif, Microsoft New Tai Lue, Arial;
}

.contact .btn {
    display: inline-block;
    margin: 20px 0 40px 0;
    padding: 15px 30px 15px 30px;
    clear: both;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    background-color: #9e1c64;
    border-radius: 25px;
    border: 1px #9e1c64 solid;
}

.contact .btn:hover {
    background: rgba(0, 0, 0, .15);
    color: #9e1c64;
    border: 1px #9e1c64 solid;
    transition: background-color .3s;
}

/*body- second line -css*/
.line2 {
    width: 100%;
    margin: auto;
    background: #fff;
    border-bottom: #898989 1px solid;
    position: relative;
}

.contact-left-2 {
    width: 30%;
    float: left;
    height: auto;
    overflow: hidden;
    border-left: #898989 1px solid;
    border-right: #898989 1px solid;
}

.contact-left-2 img {
    max-width: 100%;
    overflow: hidden;
}

.contact-right-2 {
    width: 60%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
    float: right;
    position: relative;
}

.contact-left-title-2 {
    width: 100%;
    color: #333333;
    font-size: 34px;
    font-weight: 700;
}

.contact-left-body-2 {
    width: 100%;
    color: #333333;
    line-height: 30px;
    font-size: 18px;
    margin-top: 10px;
    font-family: "lato", sans-serif, Microsoft New Tai Lue, Arial;
}

.contact-left-title-2 a {
    color: #9e1c64;
    text-decoration: none;
}

.contact-left-title-2 a:hover {
    color: #333;
}

/*end*/
.bottom-bg {
    width: 100%;
    min-height: 60px;
    background-color: #333333;
}

.bottom-font {
    max-width: 1650px;
    line-height: 60px;
    color: #FFF;
    margin: auto;
}

.bottom-font span {
    color: #FFF;
    padding: 0px 20px 0px 30px;
    float: left;
    width: auto;
}

.bottom-font span span {
    padding: 0;
}

.adds {
    width: 22px;
    height: 60px;
    background-image: url(../images/address-icon.png);
    background-repeat: no-repeat;
    background-position: 4px 17px;
    background-size: 25px;
}

.fax {
    width: 22px;
    height: 60px;
    background-image: url(../images/fax.png);
    background-repeat: no-repeat;
    background-position: 0px 16px;
}

.tel {
    width: 22px;
    height: 60px;
    background-image: url(../images/phone-icon.png);
    background-repeat: no-repeat;
    background-position: 4px 18px;
    background-size: 23px;
}

.email {
    width: 22px;
    height: 60px;
    background-image: url(../images/email-icon.png);
    background-repeat: no-repeat;
    background-position: 0px 18px;
    background-size: 24px;
}

.contact-ico {
    padding-left: 8px;
    border: 0px;
}

.email a:link {
    color: #ff9900;
    text-decoration: none;
}

.email a:visited {
    color: #ff9900;
    text-decoration: none;
}

.email a:hover {
    color: #ff9900;
    text-decoration: underline;
}


.bottom-cop {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

@media(min-width:1600px) {
    .bottom-all {
        width: 1650px;
    }

}

/*in-the-page-css*/
.in-the-page-css-banner {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.in-the-page-css-banner-right {
    width: 60%;
    min-height: 462px;
    background: #898989;
    float: right;
}

.in-the-page-css-banner-left {
    position: absolute;
    width: 50%;
    min-height: 362px;
    background: #a40a5e;
    margin-top: 50px;
}

.in-the-page-css-banner-body {
    width: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    margin-top: 50px;
}

.in-the-page-css-banner-body-left {
    width: 50%;
    color: #FFF;
    font-size: 60px;
    text-align: left;
    font-weight: 400;
    float: left;
    padding-top: 130px;
}

.in-the-page-css-banner-body-right {
    width: 600px;
    height: 300px;
    max-height: 300px;
    color: #FFF;
    font-size: 18px;
    text-align: left;
    line-height: 28px;
    float: left;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    border-top: 1px #FFFFFF solid;
    border-right: 1px #FFFFFF solid;
    border-bottom: 1px #FFFFFF solid;
}

.in-the-page-css-banner-body-right p {
    color: #FFF;
}

/*product-banner-css*/
.product-banner {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.product-banner-right {
    width: 60%;
    min-height: 462px;
    background: #898989;
    float: right;
}

.product-banner-left {
    position: absolute;
    width: 50%;
    min-height: 362px;
    background: #a40a5e;
    margin-top: 50px;
}

.product-banner-body {
    width: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    margin-top: 50px;
}

.product-banner-body-left {
    width: 50%;
    color: #FFF;
    font-size: 60px;
    text-align: left;
    font-weight: 400;
    float: left;
    padding-top: 130px;
}

.product-banner-body-right {
    width: 538px;
    height: 330px;
    max-height: 330px;
    color: #FFF;
    font-size: 20px;
    text-align: left;
    line-height: 28px;
    float: left;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    border-top: 1px #FFFFFF solid;
    border-right: 1px #FFFFFF solid;
    border-bottom: 1px #FFFFFF solid;
}

.product-banner-body-right p {
    color: #FFF;
}






.in-the-page-con {
    width: 1200px;
    height: auto;
    overflow: hidden;
    /*border: 1px #898989 solid;*/
    margin: 0 auto 40px auto;
}

.in-the-page-con-img {
    width: 32%;
    float: left;
    height: auto;
    overflow: hidden;
}

.in-the-page-con-img img {
    max-width: 100%;
    overflow: hidden;
    display: block;
    cursor: pointer;
    transition: all 0.5s;
}

.in-the-page-con-img img:hover {
    transform: scale(1.1);
}

.in-the-page-con-body {
    width: 63%;
    float: right;
    height: auto;
    overflow: hidden;
    padding-left: 20px;
    padding-top: 30px;
}

.in-the-page-con-body-title {
    width: 100%;
    color: #a40a5e;
    font-size: 28px;
    font-weight: 700;
}

.in-the-page-con-body-title a {
    text-decoration: none;
    color: #a40a5e;
}

.in-the-page-con-tody-font {
    width: 96%;
    color: #333333;
    line-height: 26px;
    font-size: 18px;
    margin-top: 10px;
    padding-right: 20px;
    font-family: "lato", sans-serif, Microsoft New Tai Lue, Arial;
}

.in-the-page-con .btn {
    display: inline-block;
    margin: 20px 0 40px 0;
    padding: 15px 30px 15px 30px;
    clear: both;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    background-color: #9e1c64;
    border-radius: 25px;
    border: 1px #9e1c64 solid;
}

.in-the-page-con .btn:hover {
    background: rgba(0, 0, 0, .15);
    color: #9e1c64;
    border: 1px #9e1c64 solid;
}

.in-the-page-con-img-2 {
    width: 32%;
    float: right;
    height: auto;
    overflow: hidden;
}

.in-the-page-con-img-2 img {
    max-width: 100%;
    overflow: hidden;
    display: block;
    cursor: pointer;
    transition: all 0.5s;
}

.in-the-page-con-img-2 img:hover {
    transform: scale(1.1);
}

.in-the-page-con-body-2 {
    width: 63%;
    float: left;
    height: auto;
    overflow: hidden;
    padding-left: 20px;
    padding-top: 30px;
}

.end-line {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 20px;
}

.end-line-body {
    width: 100%;
    /*    height: auto;*/
    overflow: auto;
    margin: 0 auto;
    overflow-x: hidden;
}


.end-line-body-top {
    width: 100%;
    text-align: left;
    color: #a40b5d;
    padding: 10px 0;
}

.end-line-body-top a {
    color: #a40b5d;
}

.end-line-body-top-title {
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #333;
    padding: 40px 0;
    line-height: 40px;
}

.end-line-body-top-title p {
    font-size: 20px;
    color: #333;
}


.related-serive ul {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.related-serive {
    overflow: hidden;
}

.related-serive li {
    list-style-type: disc;

    display: block;
    float: left;
    line-height: 22px;
    color: #333;
    /* background-image: url(../images/icon-type.png); */
    background-repeat: no-repeat;
    background-position: 0px 24px;
    padding-bottom: 10px;
    padding-right: 15px;
}

@media(min-width:992px) {
    .related-serive li {
        width: 50%;
    }

}

@media(max-width:992px) {
    .related-serive li {
        width: 100%;
    }

}

.related-serive li a {
    color: #a40b5d;
    padding-left: 0px;
    text-decoration: none;
}

.related-serive li a:hover {
    list-style-type: disc;
    color: #a40b5d;
    text-decoration: underline;
}

.sis-li {
    margin: 0 auto 50px auto;
    width: 1200px;
    overflow: hidden;
    height: auto;
}

.sis-li li {
    float: left;
    width: 33%;
    overflow: hidden;
    padding-right: 28px;
}

.sis-li li .v1 {
    float: left;
    width: 33%;
    position: relative;
    height: 282px;
    color: #7F7F7F;
}

.sis-li li .v2 {
    padding-top: 0px;
    width: 100%;
    float: left;
}

.sis-li li .v1 img {
    width: 370px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    height: 282px;
    object-fit: contain;
}

.sis-li li .v1 .div {
    width: 370px;
    position: absolute;
    z-index: 10;
    background: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    left: 0;
    bottom: 0;
    height: 282px;
    float: left;
    text-align: left;
}

.sis-li li .v2 h4 {
    width: 100%;
    display: block;
    line-height: 80px;
    height: 80px;
    overflow: hidden;
    text-align: center;
    font-size: 32px;
    background: #e2e2e2;
    color: #333333;
    font-weight: normal;
}


.sis-li li .v1 .div p {
    width: 95%;
    height: 35px;
    line-height: 35px;
    background-color: #a40a5e;
    margin-top: 10px;
    margin-left: 10px;
    z-index: 999;
    color: #fff;
    text-indent: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sis-li li .v1 .div p a:link {
    color: #fff;
    text-decoration: none;
}

.sis-li li .v1 .div p a:visited {
    color: #fff;
    text-decoration: none;
}

.sis-li li .v1 .div p a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #626c6d;
    width: 100%;
    height: 35px;
    line-height: 35px;
    display: block;
}

.about-blood {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.showlistline {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

@media (min-width:1220px) {
    .showlist-blood {
        width: 86%;
        height: auto;
        margin: 0 auto;
        font-size: 16px;
    }

    /*showlist left*/
    .showlist-blood-left {
        border-right: 1px #cecece solid;
        width: 70%;
        padding: 20px 20px 0 0;
        float: left;
    }
}



.showlist-blood h1 {
    color: #a40b5d;
    padding: 20px 0;
    font-size: 34px;
    font-weight: 700;
}

.showlist-blood p {
    line-height: 30px;
    /* padding-top: 10px; */
}

.showlist-blood p img {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.showlist-blood ul {
    width: 100%;
    height: auto;
    font-size: 18px;
}

.showlist-blood ul li {
    list-style-type: disc;
    /* border: 0px red solid; */
    /* display: block; */
    /* float: left; */
    line-height: 28px;
    color: #333;
    font-size: 14px;

}

.showlist-blood ul {
    /* margin-left: 20px; */
    margin-bottom: 15px;
}



/*.showlist-blood ul li{
    float: none;
    display: list-item;
}*/

.hot-target,
.hot-target2,
.hot-target3 {
    overflow: hidden;
    margin-left: 0;
}

.hot-target li,
.hot-target2 li,
.hot-target3 li {
    float: left !important;
    list-style-type: none !important;
}

.showlist-blood li a {
    color: #a40b5d;
    text-decoration: none;
    font-size: 14px;
    vertical-align: middle;
}

.showlist-blood li a:hover {
    list-style-type: disc;
    color: #a40b5d;
    text-decoration: underline;
}

.showlist-blood-nav {
    border: 1px #cecece solid;
    width: auto;
    display: inline-block;
    margin: 10px 2px 0 0;
    vertical-align: top;
    min-height: 160px;
}

.showlist-blood-nav img {
    max-width: 100%;
}

.showlist-blood-nav p {
    line-height: 20px;
    padding: 0 10px;
    margin: 0;
    text-align: center;
    color: #333;
    width: auto;
    min-height: 40px;
    font-size: 14px;
}

.showlist-blood-nav p a {
    text-decoration: none;
    color: #333;
}

.showlist-blood-nav p a:hover {
    text-decoration: underline;
    color: #9e1c64;
}

.showlist-bottom-inquiry {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px 0;
    border-top: 1px #cecece solid;
}

.showlist-bottom-inquiry p {
    line-height: 18px;
    margin-top: 10px;
}

.showlist-bottom-inquiry .btn {
    display: inline-block;
    margin: 25px 0 0;
    padding: 1em 2.5em 1em 2.5em;
    clear: both;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    border: 2px #9e1c64 solid;
    background: #9e1c64;
    border-radius: 30px;
}

.showlist-bottom-inquiry .btn:hover {
    border: 2px #9e1c64 solid;
    background: #fff;
    color: #9e1c64;
    transition: background-color .3s;
}

.online-contact {
    width: 32%;
    float: right;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 32px;
}

.online-contact a {
    color: #a40b5d;
    text-decoration: none;
}

.online-inquiry-title {
    width: 95%;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    line-height: 28px;
    padding: 20px;
}

.online-inquiry-title a {
    color: #a40b5d;
    text-decoration: none;
}

.online-inquiry-title-input {
    width: 95%;
    min-height: 50px;
    font-size: 18px;
    line-height: 28px;
}

.online-inquiry-title-input span {
    color: #a40b5d;
}

.online-inquiry-title-input input {
    outline: none;
    height: 36px;
    line-height: 36px;
    width: 100%;
    font-size: 14px;
    border: 1px #cecece solid;
    padding-left: 20px;
    color: #333;
    border-radius: 20px;
    background-color: inherit;
    padding-top: 5px;
    padding-bottom: 5px;
}

.online-inquiry-title-input textarea {
    outline: none;
    height: 120px;
    line-height: 42px;
    width: 100%;
    font-size: 14px;
    border: 1px #cecece solid;
    padding-left: 20px;
    margin-bottom: 10px;
    border-radius: 20px;
    background-color: inherit;
}

.online-inquiry-title-submit input {
    border: 0px;
    width: 134px;
    height: 48px;
    background-color: #a40b5d;
    color: #FFF;
    border-radius: 30px;
    font-size: 18px;
    outline: none;
    cursor: pointer;
    margin-bottom: 20px;
}

.online-inquiry-title-right {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 24px;
    padding: 30px 0 20px 0;
    font-weight: 600;
    color: #a40b5d;
}




/*in about css*/
.about-body {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 28px;
    font-size: 18px;
}

.about-body p {
    padding: 10px 0;
    line-height: 30px;
}

.about-body h1 {
    font-weight: normal;
    padding-top: 20px;
}

.about-line {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-top: 1px #898989 solid;
    border-bottom: 1px #898989 solid;
    margin: 20px 0 30px 0;
}

.divcss5 {
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
}

.divcss5 img {
    float: left;
    width: 507px;
    height: 353px;
}

.divcss5 .right {
    float: right;
    width: 690px;
    text-align: left;
}

.divcss5 .right div {
    padding-top: 5px;
    height: auto;
    overflow: hidden;
    padding: 20px;
    line-height: 30px;
    font-size: 18px;
}


/*contact us css*/
.divcss6 {
    margin: 0 auto;
    width: 1200px;
    overflow: hidden
}

.divcss6 img {
    float: right;
    width: 677px;
    height: 252px;
    margin-top: 20px;
}

.divcss6 .right {
    float: left;
    width: 500px;
    text-align: left;
}

.divcss6 .right a {
    text-decoration: none;
}

.divcss6 .right div {
    padding-top: 5px;
    height: auto;
    overflow: hidden;
    padding: 20px 0 0 0;
    line-height: 28px;
    font-size: 18px;
}

.divcss6 .right div p {
    padding: 5px 0;
}

.divcss6 .right div h1 {
    padding: 10px 0;
    font-weight: normal;
}

.contact-bottom {
    padding: 50px 0;
    line-height: 30px;
    font-size: 18px;
}

/*header-bg*/
.header-bg {
    width: 100%;
    height: 95px;
    overflow: hidden;
    background-color: #a40b5d;
    display: flex;
    align-items: center;
    /* background-image: url(../images/header-bg.png);
    background: image-set(url(../images/header-bg.webp) 1x);
    background: -webkit-image-set(url(../images/header-bg.webp) 1x); */
}

.header-bg .header-bg-font {
    width: 100%;
}

.header-bg-font .h1 {
    /*line-height: 35px;*/
    text-align: left;
    color: #FFF;
    margin: 0 auto;
    font-weight: normal;
    font-size: 24px;
    word-break: break-all;
    width: 100%;
    max-width: 1650px;
}

.header-bg-font .h1 sub {
    color: #FFF;
}

.header-bg-font .h1 sup {
    color: #FFF;
}

.header-bg-font .h1 em {
    color: #FFF;
}





.showlist-blood-left img,
.showlist-blood img {
    max-width: 100%
}

.ProUnitTit h2 {
    font-size: 22px;
    margin: 12px 0 !important
}

.ProUnitTit h2 h2 a {
    color: #a40b5d;
    text-decoration: none;
}

.ProUnitTit h2 h2 a:hover {
    color: #a40b5d;
    text-decoration: underline;
}

.showlist-blood-left h3 {
    font-size: 18px;
    margin: 12px 0;
}

.showlist-blood-left h3 a {
    color: #a40b5d;
    text-decoration: none;
}

.showlist-blood-left h3 a:hover {
    color: #a40b5d;
    text-decoration: underline;
}

.showlist-blood-left p a {
    color: #a40b5d;
    text-decoration: none;
}

.showlist-blood-left p a:hover {
    color: #a40b5d;
    text-decoration: underline;
}

.showlist-blood-right {
    float: right;
    border: 0px red solid;
    width: 25%;
    height: auto;
    margin-right: 30px;
}

.online-inquiry-right {
    width: 64%;
    float: left;
    padding-left: 20px;
}

/*products bottom list*/
.p-list {
    width: 48%;
    color: #a40b5d;
    text-decoration: none;
    background: url(../images/icon-type.png);
    background-repeat: no-repeat;
    padding-left: 15px;
    background-position: 0 10px;
    float: left;
    margin-bottom: 15px;
    line-height: 24px;
}

.p-list a {
    color: #a40b5d;
    text-decoration: none;
}

.p-list a:hover {
    color: #a40b5d;
    text-decoration: underline;
}

.p-line {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-top: 1px #cecece solid;
    padding: 10px 0;
}

.p-line .name {
    width: auto;
    height: auto;
    overflow: hidden;
    height: auto;
    overflow: hidden;
    vertical-align: middle;
    line-height: 26px;
}

.name_title {
    color: #a40b5d;
    text-decoration: none;
    font-weight: bold;
}

.name_title:hover {
    color: #a40b5d;
    text-decoration: underline;
}

.proshow {
    width: 50%;
    float: left;
    font-size: 16px;
    line-height: 24px;
    padding: 5px 0;
}

.table-row-group {
    width: 100%;
    display: inline-block;
}

.table-cell {
    padding: 10px;
    width: 65%;
    line-height: 24px;
    vertical-align: top;
    display: inline-block;
}

.table-cell-left {
    padding: 10px;
    width: 25%;
    font-weight: bold;
    vertical-align: top;
    display: inline-block;
}

.table-cell img {
    width: 280px;
}

.table-cell a {
    color: #a40b5d;
    text-decoration: none;
}

.fixed {
    position: fixed;
    z-index: 999;
    background: #f9f9f9;
    display: inline-block;
    width: 100%;
    border: 1px #cecece solid;
}

.p_left {
    width: 49%;
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

.p_left P {
    padding: 0 40px 20px 0;
    margin: 0;
}

@media (min-width: 1280px) {


    .fixed {
        position: fixed;
        z-index: 999;
        background: #f9f9f9;
        display: inline-block;
        width: 100%;
        border: 1px #cecece solid;
    }

    .p_left {
        width: 49%;
        height: auto;
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
    }

    .p_left P {
        padding: 0 40px 20px 0;
        margin: 0;
    }
}

@media (max-width: 1280px) {


    .fixed {
        position: fixed;
        z-index: 999;
        background: #f9f9f9;
        display: inline-block;
        width: 100%;
        border: 1px #cecece solid;
    }

    .p_left {
        width: 49%;
        height: auto;
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
    }

    .p_left P {
        padding: 0 40px 20px 0;
        margin: 0;
    }
}



@media (min-width: 768px) and (max-width: 1024px) {
    .fixed {
        position: fixed;
        z-index: 999;
        background: #f9f9f9;
        display: inline-block;
        width: 100%;
        border: 1px #cecece solid;
    }

    .contact-left {
        width: 30%;
        float: right;
        height: auto;
        overflow: hidden;
        border-left: #898989 1px solid;
        border-right: #898989 1px solid;
    }

    .contact-left img {
        max-width: 100%;
        overflow: hidden;
        display: block;
    }

    .contact-right {
        width: 60%;
        float: left;
        height: auto;
        overflow: hidden;
        margin-top: 40px;
    }

    .contact-left-title,
    .contact-left-title-2 {
        width: 100%;
        color: #333333;
        font-size: 24px;
        font-weight: normal;
    }

    .contact-left-body,
    .contact-left-body-2 {
        width: 100%;
        color: #333333;
        line-height: 24px;
        margin-top: 10px;
        font-family: "lato", sans-serif, Microsoft New Tai Lue, Arial;
    }


    .contact {
        width: 90%;
        margin: auto;
        height: auto;
        overflow: hidden;
        padding-left: 10px;
        padding-right: 10px;
    }

    .bottom-bg {
        width: 100%;
        height: auto;
        overflow: hidden;
        background-color: #333333;
    }

    .bottom-font {
        width: 90%;
        color: #FFF;
        margin: auto;
    }

    .bottom-font span {
        color: #FFF;
        padding: 0px 20px 0px 30px;
        float: left;
        width: auto;
    }

    .adds {
        width: 22px;
        height: 50px;
        background-image: url(../images/address-icon.png);
        background-repeat: no-repeat;
        background-position: 4px 17px;
        background-size: 25px;
    }

    .fax {
        width: 22px;
        height: 50px;
        background-image: url(../images/fax.png);
        background-repeat: no-repeat;
        background-position: 0px 16px;
    }

    .tel {
        width: 22px;
        height: 50px;
        background-image: url(../images/phone-icon.png);
        background-repeat: no-repeat;
        background-position: 4px 18px;
        background-size: 23px;
    }

    .email {
        width: 22px;
        height: 50px;
        background-image: url(../images/email-icon.png);
        background-repeat: no-repeat;
        background-position: 0px 18px;
        background-size: 24px;
    }

    .contact-ico {
        padding-left: 8px;
        border: 0px;
    }

    .bottom-cop {
        width: 100%;
        height: auto;
        overflow: hidden;
    }


    /*in-the-page-css*/
    .in-the-page-css-banner {
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
        margin: 0 auto;
    }

    .in-the-page-css-banner-right {
        width: 60%;
        min-height: 462px;
        background: #898989;
        float: right;
    }

    .in-the-page-css-banner-left {
        position: absolute;
        width: 40%;
        min-height: 362px;
        background: #a40a5e;
        margin-top: 50px;
    }

    .in-the-page-css-banner-body {
        width: 1000px;
        position: absolute;
        left: 50%;
        margin-left: -600px;
        margin-top: 50px;
    }

    .in-the-page-css-banner-body-left {
        width: 40%;
        color: #FFF;
        font-size: 46px;
        text-align: left;
        font-weight: 400;
        float: left;
        margin: 0px;
        padding-left: 10%;
        padding-top: 80px;
    }

    .in-the-page-css-banner-body-right {
        width: 40%;
        color: #FFF;
        font-size: 18px;
        text-align: left;
        line-height: 28px;
        float: left;
    }

    .in-the-page-css-banner-body-right p {
        color: #FFF;
    }

    /*product-banner-css*/
    .product-banner {
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
        margin: 0 auto;
    }

    .product-banner-right {
        width: 60%;
        min-height: 462px;
        background: #898989;
        float: right;
    }

    .product-banner-left {
        position: absolute;
        width: 40%;
        min-height: 362px;
        background: #a40a5e;
        margin-top: 50px;
    }

    .product-banner-body {
        width: 1000px;
        position: absolute;
        left: 50%;
        margin-left: -600px;
        margin-top: 50px;
    }

    .product-banner-body-left {
        width: 40%;
        color: #FFF;
        font-size: 46px;
        text-align: left;
        font-weight: 400;
        float: left;
        margin: 0px;
        padding-left: 10%;
        padding-top: 80px;
    }

    .product-banner-body-right {
        width: 40%;
        color: #FFF;
        font-size: 18px;
        text-align: left;
        line-height: 28px;
        float: left;
    }

    .product-banner-body-right p {
        color: #FFF;
    }


    .in-the-page-con {
        width: 1000px;
        height: auto;
        overflow: hidden;
        /*border: 1px #898989 solid;*/
        margin: 0 auto 40px auto;
    }

    .in-the-page-con .btn {
        display: inline-block;
        margin: 20px 0 40px 0;
        padding: 15px 30px 15px 30px;
        clear: both;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        background-color: #9e1c64;
        border-radius: 25px;
        border: 1px #9e1c64 solid;
    }

    .in-the-page-con .btn:hover {
        background: rgba(0, 0, 0, .15);
        color: #9e1c64;
        border: 1px #9e1c64 solid;
        transition: background-color .3s;
    }


    .end-line {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-bottom: 20px;
        padding-top: 20px;
        border-top: 1px #cecece solid;
    }

    .end-line-body {
        width: 100%;
        height: auto;
        overflow: auto;
        margin: 0 auto;
        overflow-x: hidden;
    }

    .end-line-body-top {
        width: 100%;
        text-align: left;
        font-size: 24px;
        padding: 10px 0;
    }

    .end-line-body-top-title {
        width: 100%;
        text-align: center;
        font-size: 32px;
        color: #333;
        padding: 40px 0;
        line-height: 40px;
    }

    .end-line-body-top-title p {
        font-size: 20px;
        color: #333;
    }

    .related-serive ul {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .related-serive li {
        list-style-type: disc;
        width: 50%;
        display: block;
        float: left;
        line-height: 18px;
        color: #333;
        /*        background-image: url(../images/icon-type.png);*/
        /*        background-repeat: no-repeat;
        background-position: 0px 24px;*/
        /*        padding: 15px 20px 10px 10px;*/
    }

    .related-serive li a {
        color: #a40b5d;
        padding-left: 5px;
        text-decoration: none;
    }

    .related-serive li a:hover {
        list-style-type: disc;
        color: #a40b5d;
        text-decoration: underline;
    }

    .sis-li {
        margin: 0 auto 50px 20px;
        width: 1000px;
        overflow: hidden;
        height: auto;
        float: left;
    }

    .sis-li li {
        float: left;
        width: 322px;
        overflow: hidden;
        padding-right: 10px;
    }

    .sis-li li .v1 {
        float: left;
        width: 322px;
        position: relative;
        height: 262px;
        color: #7F7F7F;
    }

    .sis-li li .v2 {
        padding-top: 0px;
        width: 100%;
        float: left;
    }

    .sis-li li .v1 img {
        width: 322px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 5;
        height: 262px
    }

    .sis-li li .v1 .div {
        width: 322px;
        position: absolute;
        z-index: 10;
        background: #fff;
        background-color: rgba(255, 255, 255, 0.8);
        left: 0;
        bottom: 0;
        height: 262px;
        float: left;
        text-align: left;
    }

    .sis-li li .v2 h4 {
        width: 100%;
        display: block;
        line-height: 80px;
        height: 80px;
        overflow: hidden;
        text-align: center;
        font-size: 32px;
        background: #e2e2e2;
        color: #333333;
        font-weight: normal;
    }


    .sis-li li .v1 .div p {
        width: 95%;
        height: 35px;
        line-height: 35px;
        background-color: #a40a5e;
        margin-top: 10px;
        margin-left: 10px;
        z-index: 999;
        color: #fff;
        text-indent: 0.5em;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .sis-li li .v1 .div p a:link {
        color: #fff;
        text-decoration: none;
    }

    .sis-li li .v1 .div p a:visited {
        color: #fff;
        text-decoration: none;
    }

    .sis-li li .v1 .div p a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #626c6d;
        width: 100%;
        height: 35px;
        line-height: 35px;
        display: block;
    }

    .about-blood {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 0 auto;
    }

    .showlistline {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 20px;
    }

    .showlist-blood {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 0 auto;
        background: #FFF;
        padding: 20px;
        font-size: 18px;
    }

    .showlist-blood h1 {
        color: #a40b5d;
        padding: 20px 0;
        font-size: 34px;
        font-weight: 700;
    }

    .showlist-blood p {
        line-height: 30px;
        padding-top: 10px;
        font-size: 16px;
    }

    .showlist-blood p img {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .showlist-blood ul {
        width: 100%;
        height: auto;
        font-size: 18px;
    }

    .showlist-blood li {
        list-style-type: disc;
        width: 100%;
        display: block;
        float: left;
        line-height: 28px;
        color: #333;
        background-repeat: no-repeat;
        background-position: 0 10px;
        /*padding-left: 15px;*/
    }

    .showlist-blood li a {
        color: #333;
        text-decoration: none;
    }

    .showlist-blood li a:hover {
        list-style-type: disc;
        color: #a40b5d;
        text-decoration: underline;
    }

    .showlist-blood-nav {
        border: 1px #cecece solid;
        width: auto;
        display: inline-block;
        margin: 10px 0 0 0;
        vertical-align: top;
        min-height: 160px;
    }

    .showlist-blood-nav img {
        max-width: 100%;
    }

    .showlist-blood-nav p {
        line-height: 20px;
        padding: 10px 0;
        margin: 0;
        text-align: center;
        color: #333;
        width: auto;
        min-height: 40px;
        font-size: 14px;
    }

    .showlist-blood-nav p a {
        text-decoration: none;
        color: #333;
    }

    .showlist-blood-nav p a:hover {
        text-decoration: underline;
        color: #9e1c64;
    }

    .showlist-bottom-inquiry {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 20px 0;
        border-top: 1px #cecece solid;
    }

    .showlist-bottom-inquiry p {
        line-height: 18px;
        margin-top: 10px;
    }

    .showlist-bottom-inquiry .btn {
        display: inline-block;
        margin: 25px 0 0;
        padding: 1em 2.5em 1em 2.5em;
        clear: both;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        border: 2px #9e1c64 solid;
        background: #9e1c64;
        border-radius: 30px;
    }

    .showlist-bottom-inquiry .btn:hover {
        border: 2px #9e1c64 solid;
        background: #fff;
        color: #9e1c64;
        transition: background-color .3s;
    }


    .online-contact {
        width: 32%;
        float: right;
        font-size: 18px;
        font-weight: bold;
        color: #333;
        line-height: 32px;
    }

    .online-contact a {
        color: #a40b5d;
        text-decoration: none;
    }

    .online-inquiry-title {
        width: 95%;
        height: auto;
        overflow: hidden;
        font-size: 18px;
        line-height: 28px;
        padding: 20px;
    }

    .online-inquiry-title a {
        color: #a40b5d;
        text-decoration: none;
    }

    .online-inquiry-title-input {
        width: 95%;
        min-height: 50px;
        font-size: 18px;
        line-height: 28px;
    }

    .online-inquiry-title-input span {
        color: #a40b5d;
    }

    .online-inquiry-title-input input {
        outline: none;
        height: 36px;
        line-height: 36px;
        width: 100%;
        font-size: 14px;
        border: 1px #cecece solid;
        padding-left: 20px;
        color: #333;
        border-radius: 20px;
        background-color: inherit;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .online-inquiry-title-input textarea {
        outline: none;
        height: 120px;
        line-height: 42px;
        width: 100%;
        font-size: 14px;
        border: 1px #cecece solid;
        padding-left: 20px;
        margin-bottom: 10px;
        border-radius: 20px;
        background-color: inherit;
    }

    .online-inquiry-title-submit input {
        border: 0px;
        width: 134px;
        height: 48px;
        background-color: #a40b5d;
        color: #FFF;
        border-radius: 30px;
        font-size: 18px;
        outline: none;
        cursor: pointer;
        margin-bottom: 20px;
    }

    .online-inquiry-title-right {
        width: 100%;
        height: auto;
        overflow: hidden;
        font-size: 24px;
        padding: 30px 0 20px 0;
        font-weight: 600;
        color: #a40b5d;
    }





    /*in about css*/
    .about-body {
        width: 100%;
        height: auto;
        overflow: hidden;
        line-height: 28px;
        font-size: 18px;
    }

    .about-body p {
        padding: 10px 0;
        line-height: 30px;
    }

    .about-body h1 {
        font-weight: normal;
        padding-top: 20px;
    }

    .about-line {
        width: 100%;
        height: auto;
        overflow: hidden;
        border-top: 1px #898989 solid;
        border-bottom: 1px #898989 solid;
        margin: 20px 0 30px 0;
    }

    .divcss5 {
        margin: 0 auto;
        width: 1200px;
        overflow: hidden
    }

    .divcss5 img {
        float: left;
        width: 507px;
        height: 353px;
    }

    .divcss5 .right {
        float: right;
        width: 690px;
        text-align: left;
    }

    .divcss5 .right div {
        padding-top: 5px;
        height: auto;
        overflow: hidden;
        padding: 20px;
        line-height: 30px;
        font-size: 18px;
    }


    /*contact us css*/
    .divcss6 {
        margin: 0 auto;
        width: 1200px;
        overflow: hidden
    }

    .divcss6 img {
        float: right;
        width: 677px;
        height: 252px;
        margin-top: 20px;
    }

    .divcss6 .right {
        float: left;
        width: 500px;
        text-align: left;
    }

    .divcss6 .right a {
        text-decoration: none;
    }

    .divcss6 .right div {
        padding-top: 5px;
        height: auto;
        overflow: hidden;
        padding: 20px 0 0 0;
        line-height: 28px;
        font-size: 18px;
    }

    .divcss6 .right div p {
        padding: 10px 0;
    }

    .divcss6 .right div h1 {
        padding: 10px 0;
        font-weight: normal;
    }

    .contact-bottom {
        padding: 50px 0;
        line-height: 30px;
        font-size: 18px;
    }

    /*header-bg*/
    .header-bg {
        width: 100%;
        height: 95px;
        background-color: #a40b5d;
        /* background-image: url(../images/header-bg.png);
        background: image-set(url(../images/header-bg.webp) 1x);
        background: -webkit-image-set(url(../images/header-bg.webp) 1x); */
    }

    .header-bg-font .h1 {
        width: 95%;
        /*line-height: 80px;*/
        text-align: left;
        color: #FFF;
        margin: 0 auto;
        font-weight: normal;
        font-size: 22px;
    }

    .header-bg-font .h1 sub {
        color: #FFF;
    }

    .header-bg-font .h1 sup {
        color: #FFF;
    }

    .header-bg-font .h1 em {
        color: #FFF;
    }



    .showlist-blood-left img {
        max-width: 100%
    }

    .showlist-blood-left h2 {
        font-size: 22px;
        margin: 12px 0;
    }

    .showlist-blood-left h2 a {
        color: #a40b5d;
        text-decoration: none;
    }

    .showlist-blood-left h2 a:hover {
        color: #a40b5d;
        text-decoration: underline;
    }

    .showlist-blood-left h3 {
        font-size: 18px;
        margin: 12px 0;
    }

    .showlist-blood-left h3 a {
        color: #a40b5d;
        text-decoration: none;
    }

    .showlist-blood-left h3 a:hover {
        color: #a40b5d;
        text-decoration: underline;
    }

    .showlist-blood-left p a {
        color: #a40b5d;
        text-decoration: none;
    }

    .showlist-blood-left p a:hover {
        color: #a40b5d;
        text-decoration: underline;
    }

    .showlist-blood-right {
        float: right;
        border: 0px red solid;
        width: 25%;
        height: auto;
        margin-right: 30px;
    }

    .online-inquiry-right {
        width: 64%;
        float: left;
        padding-left: 20px;
    }

    /*products bottom list*/
    .p-list {
        width: 48%;
        color: #a40b5d;
        text-decoration: none;
        background: url(../images/icon-type.png);
        background-repeat: no-repeat;
        padding-left: 15px;
        background-position: 0 10px;
        float: left;
        margin-bottom: 15px;
        line-height: 28px;
    }

    .p-list a {
        color: #a40b5d;
        text-decoration: none;
    }

    .p-list a:hover {
        color: #a40b5d;
        text-decoration: underline;
    }

    .p-line {
        width: 100%;
        height: auto;
        overflow: hidden;
        border-top: 1px #cecece solid;
        padding: 10px 0;
    }

    .p-line .name {
        width: auto;
        height: auto;
        overflow: hidden;
        height: auto;
        overflow: hidden;
        vertical-align: middle;
        line-height: 26px;
    }

    .name_title {
        color: #a40b5d;
        text-decoration: none;
        font-weight: bold;
    }

    .name_title:hover {
        color: #a40b5d;
        text-decoration: underline;
    }

    .proshow {
        width: 50%;
        float: left;
        font-size: 16px;
        line-height: 24px;
    }


    .table-row-group {
        width: 100%;
        display: inline-block;
        font-size: 16px;
    }

    .table-cell {
        padding: 10px;
        width: 65%;
        line-height: 24px;
        vertical-align: top;
        display: inline-block;
    }

    .table-cell-left {
        padding: 10px;
        width: 25%;
        font-weight: bold;
        vertical-align: top;
        display: inline-block;
    }

    .table-cell img {
        width: 280px;
    }

    .table-cell a {
        color: #a40b5d;
        text-decoration: none;
    }

    .p_left {
        width: 49%;
        height: auto;
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
    }

    .p_left P {
        padding: 0 40px 20px 0;
        margin: 0;
    }
}



/*services search*/
.searchlist {
    border-bottom: 1px #cecece dashed;
    padding: 15px;
}

.searchtitle {
    width: 100%;
    line-height: 30px;
}

.searchtitle a {
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    color: #9e1c64;
}

.pages {
    color: #999;
}

.pages a,
.pages .cpb {
    text-decoration: none;
    float: left;
    padding: 2px 7px;
    border: 1px solid #ddd;
    background: #ffff;
    margin: 0px 4px;
    font-size: 11px;
    color: #000;
}

.pages a:hover {
    background-color: #a40b5d;
    color: #fff;
    border: 1px solid #a40b5d;
    text-decoration: none;
}

.pages .cpb {
    font-weight: bold;
    color: #fff;
    background: #a40b5d;
    border: 1px solid #a40b5d;
}

/*Table CSS*/
table.altrowstable {
    color: #333333;
    border-width: 1px;
    border-color: #ddd;
    border-collapse: collapse;
    width: 100%;
    font-size: 15px;
}

table.altrowstable th {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #ddd;
    text-align: left;
}

table.altrowstable td {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #ddd;
    font-size: 15px;
}

table.altrowstable td img {
    width: 20px;
    height: 20px;
    text-align: center;
}

table.altrowstable td a {
    color: #195ea3;
    text-decoration: none;
}

.oddrowcolor {
    background-color: #ffffff;
}

.evenrowcolor {
    background-color: #f9f9f9;
}

.btn_products {
    display: inline-block;
    text-align: center;
    width: auto;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    background-color: #9e1c64;
    cursor: pointer;
    border-radius: 20px;
    outline: none;
    padding: 10px 20px;
    border: 1px #9e1c64 solid;
    line-height: 16px;
    margin: 5px 0 10px 0;
}

.btn_products:hover {
    background: rgba(0, 0, 0, .10);
    color: #9e1c64;
    border: 1px #9e1c64 solid;
    transition: background-color .3s;
}

.btn_products a {
    color: #FFF;
}

.ServiceShowPic {
    font-size: 0.75em;
    text-align: center;
    line-height: 1.7em !important;
    color: #666666;
}

.ServiceShowPic img {
    margin: auto;
}

.ServiceShowleftPic {
    float: left;
    margin-right: 15px;
    text-align: center;
    color: #666666;
    display: inline-block;
}

.ServiceShowrightPic {
    float: right;
    margin-left: 15px;
    text-align: center;
    color: #666666;
    display: inline-block;
}

.ServiceShowPic,
.ServiceShowrightPic,
.ServiceShowleftPic {
    font-size: 0.75em;
    text-align: center;
    line-height: 1.7em !important;
}

.ServiceShowPic img,
.ServiceShowrightPic img,
.ServiceShowleftPic img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
}


/*2018-5-30 minlee modify*/

.selectItemstarget {
    top: 34px;
    left: 15px;
    background-color: #fff;
    width: 100%;
    text-align: center;
    padding: 0;
    z-index: 1000;
}

.selectItemstarget ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.selectItemstarget ul li {
    height: 30px;
    line-height: 30px;
    color: #666;
    cursor: pointer;
    text-align: left;
    padding-left: 12px;
    list-style-type: none;
    font-size: 14px;
}

.selectItemstarget ul li:hover {
    color: #f60;
}

.selectItemstarget ul li.curr {
    color: #f60;
    background-color: #efefef;
}

.filter-title {
    font-size: 15px;
}

.filter-title a {
    text-decoration: none
}

.filter-one {
    margin-bottom: 15px;
    font-size: .97em;
}

.crumbs-all {
    display: inline-block;
    padding: 6px 12px 6px 6px;
    border: 1px dashed #a40b5d;
    color: #a40b5d;
}

.crumbs-all a {
    text-decoration: none
}

.crumbs-handle {
    display: inline-block;
    padding: 6px 28px 6px 6px;
    border: 1px dashed #a40b5d;
    position: relative;
    color: #a40b5d;
    margin-top: 10px
}

.filter-one a.filter-close:hover {
    background: #a40b5d;
    color: #fff;
}

.filter-one a.filter-close {
    font-size: 1em;
    padding: 7px;
    position: absolute;
    right: -1px;
    top: -1px;
    text-decoration: none;
    color: #333;
}

.clickshow ul li {
    list-style: none;
    background-image: url();
    background-repeat: no-repeat;
    background-position: 0 10px;
}

.GeneNum {
    font-size: 1em;
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 1.7em;
}

.GeneNum strong {
    display: inline-block;
    padding-bottom: 5px;
}

.GeneNum span {
    padding: 3px 5px 3px 5px;
    margin: 2px;
    color: #a40b5d;
    cursor: pointer;
}

.GeneNum span:hover {
    background-color: #a40b5d;
    color: #fff;
}

.GeneNum .choosebg {
    background-color: #a40b5d;
    color: #fff;
}

.Verification-code {
    position: relative;
}

.Verification-code .check-fa {
    position: absolute;
    top: 16px;
    right: 10px;
    font-size: 18px;
    color: #7b9d3b;
}

.MsoNormal {
    line-height: 30px !important;
}

.xiangxi-blood-nav {
    border: 1px solid #ddd;
    padding: 5px 15px;
    margin: 15px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.xiangxi-blood-nav .btn06 {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.webinars-item a {
    text-decoration: none;
    color: #a40a5e;
}

.webinars-item h4 {
    height: 44px;
    font-weight: normal;
}

#webinars {
    border: 0;
}

.navi-menu-li-3 img {
    margin-left: 5px;
}

.webinar-enter {
    background-color: #a40a5e;
    text-align: center;
    padding: 5px 0;
    /* position: fixed;
	left: 0;
	top: 0; */
    width: 100%;
    z-index: 10000;
    display: none;
}

.webinar-enter.open {
    display: block;
}

.webinar-enter h3 {
    color: #fff;
    margin-bottom: 5px;
    font-size: 20px;
}

.webinar-enter p {
    color: #fff;
}

.webinar-enter .btn {
    display: inline-block;
    padding: 15px 30px 15px 30px;
    clear: both;
    color: #a40a5e;
    font-size: 16px;
    text-decoration: none;
    background-color: #fff;
    border-radius: 25px;
}

/* .webinar-enter .btn:hover {
    background: rgba(0,0,0,.15);
    color: #9e1c64;
    border: 1px #9e1c64 solid;
    transition: background-color .3s;
} */

.webinar-enter span {
    color: #fff;
    font-size: 22px;
    position: absolute;
    right: 40px;
    top: 30px;
    cursor: pointer;
}


.webinar-enter-right {
    padding: 10px 0;
}


.webinar-enter-left {
    margin-top: 10px;
}


@keyframes myfirst {
    0% {
        transform: rotate(0);
        transform: rotate(0)
    }

    16% {
        transform: rotate(0);
        transform: rotate(0)
    }

    24%,
    26% {
        transform: rotate(-3deg);
        transform: rotate(-3deg)
    }

    30%,
    38%,
    46%,
    54% {
        transform: rotate(3deg);
        transform: rotate(3deg)
    }

    34%,
    42%,
    50% {
        transform: rotate(-3deg);
        transform: rotate(-3deg)
    }

    58% {
        transform: rotate(0);
        transform: rotate(0)
    }
}

@-moz-keyframes myfirst {
    0% {
        transform: rotate(0);
        transform: rotate(0)
    }

    16% {
        transform: rotate(0);
        transform: rotate(0)
    }

    24%,
    26% {
        transform: rotate(-3deg);
        transform: rotate(-3deg)
    }

    30%,
    38%,
    46%,
    54% {
        transform: rotate(3deg);
        transform: rotate(3deg)
    }

    34%,
    42%,
    50% {
        transform: rotate(-3deg);
        transform: rotate(-3deg)
    }

    58% {
        transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes myfirst {
    0% {
        transform: rotate(0);
        transform: rotate(0)
    }

    16% {
        transform: rotate(0);
        transform: rotate(0)
    }

    24%,
    26% {
        transform: rotate(-3deg);
        transform: rotate(-3deg)
    }

    30%,
    38%,
    46%,
    54% {
        transform: rotate(3deg);
        transform: rotate(3deg)
    }

    34%,
    42%,
    50% {
        transform: rotate(-3deg);
        transform: rotate(-3deg)
    }

    58% {
        transform: rotate(0);
        transform: rotate(0)
    }
}

@-o-keyframes myfirst {
    0% {
        transform: rotate(0);
        transform: rotate(0)
    }

    16% {
        transform: rotate(0);
        transform: rotate(0)
    }

    24%,
    26% {
        transform: rotate(-3deg);
        transform: rotate(-3deg)
    }

    30%,
    38%,
    46%,
    54% {
        transform: rotate(3deg);
        transform: rotate(3deg)
    }

    34%,
    42%,
    50% {
        transform: rotate(-3deg);
        transform: rotate(-3deg)
    }

    58% {
        transform: rotate(0);
        transform: rotate(0)
    }
}

.register {
    -webkit-animation: myfirst 2.5s both infinite;
    -moz-animation: myfirst 2.5s both infinite;
    -ms-animation: myfirst 2.5s both infinite;
    animation: myfirst 2.5s both infinite;
}


.register:hover {
    animation: myfirst 5s;
    animation-play-state: paused;
    -webkit-animation: myfirst 5s;
    -webkit-animation-play-state: paused;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
}


.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline-block;
    padding-left: 12px;
    background-image: url();
    width: min-content;
    border-radius: 4px;
}

.pagination>li>a {
    padding: 2px 7px;
    position: relative;
    float: left;
    font-size: 11px;
    margin-left: -1px;
    line-height: 1.42857143;
    /*color: #a40b5d;*/
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>li>a:hover {
    background-color: #a40b5d;
    color: #fff;
    border: 1px solid #a40b5d;
    text-decoration: none;
}

.pagination>.active>a {
    text-decoration: none;
    background-color: #a40b5d;
    color: #fff;
}

/*  .pagination > .active > a {
        color: #fff;
    }*/





.covid_publicity {
    background-color: #f9f9f9;
    /* color: #fff; */
    display: none;
    border: 1px solid #ddd;
}

.covid_publicity.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
}

#code-sars {
    max-width: 1600px;
    margin: auto;
}

.covid_publicity.close {
    display: none;
}

.covid_publicity .covid_publicity_close {
    position: absolute;
    top: 0;
    right: 0;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    z-index: 999999;
}

.goodtxt1 {
    text-align: center;
}

.goodtxt1 h3 {
    margin-bottom: 10px;
    margin-top: 0;
}

.goodtxt1 a,
.goodtxt1 p {
    /* color: #fff; */
}

.close_read {
    background: #9e1c64;
    color: #fff;
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 30px;
    text-align: center;
    height: 35px;
    width: 240px;
    z-index: 0;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    line-height: 30px;
    border: 1px solid #9e1c64;
    margin-top: 15px;
}

.close_read:hover {
    color: #333;
    background-color: #fff;
}

#closebottom i {
    color: #333;
}


.p_left_img {
    display: flex;
    width: 100%;
    height: 220px;
    position: relative;
    border: 1px solid #ddd;
    justify-content: center;
}

.p_left_img img {
    object-fit: contain;
    width: 100%;
}

.p_left_img a {
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: center;
}

.p_left_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    line-height: 19.5px;
    display: none;
}

.p_left_img:hover .p_left_text {
    display: flex;
}

.p_left_text a {
    color: #9e1c64;
    font-size: 15px;
}

.p_left_text p {
    line-height: 19.5px;
    padding: 0;
}

.p_left_box .p_left {
    width: 100% !important;
}

.p_left_box p {
    text-align: center !important;
    padding: 0;
}

.p_left strong a {
    display: inline-block;
    margin-top: 10px;
}

.quality b {
    font-size: 34px;
}

.quality {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.footer-ul li {
    list-style-type: none;
}

.footer-ul li a {
    text-decoration: none;
}

.bottom-item p {
    border-bottom: 2px solid #9e1c64;
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.bottom-item li {
    font-size: 14px;
    line-height: 30px;
}

.bottom-item {
    position: static;
}

/* .bottom-item img{
      position: absolute;
      right: 50px;
      bottom: 40px;
  } */

.footer-ul li a:hover {
    color: #9e1c64;
}

.footer-ul {
    letter-spacing: -0.5px;
}

.copyright {
    text-align: center;
}

.table-row-group button {
    border: 0px;
    height: 48px;
    background-color: #a40b5d;
    color: #FFF;
    border-radius: 30px;
    font-size: 18px;
    outline: none;
    cursor: pointer;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 0 30px;
}

.table-row-group button:hover {
    border: 2px #a40b5d solid;
    background: #fff;
    color: #a40b5d;
    transition: background-color .3s;
}

.related-item {
    padding: 10px;
    background: #f7f7f7;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 16px;
}

.related-item i:last-child {
    display: none;
}

.related-item.active i:last-child {
    display: block;
}

.related-item.active i:first-child {
    display: none;
}

.related-box .related-service {
    display: none;
    padding: 10px;
}

.related-box .related-service.open {
    display: block;
    border: 1px solid #ddd;
    border-top: 0;
}

.related-service li {
    padding: 0 0 10px 0;
    list-style-type: none;
    background-image: none !important;
    font-size: 15px;
}

.related-service li a {
    line-height: 20px;
    /* color: #9e1c64; */
}

.related-box {
    max-height: 370px !important;
    overflow-y: auto !important;
    margin-top: 15px;
}



.table-title {
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
    margin-bottom: -10px;
}

table th strong {
    color: #fff;
}

.filtercomponent,
.es-list {
    list-style-type: none;
    background-image: none;
}

.filtercomponent .es-list {
    display: none;
    overflow-y: auto;
    cursor: pointer
}

.es-list::-webkit-scrollbar {
    width: 10px;
    border-radius: 4px;
}

.es-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.es-list::-webkit-scrollbar-thumb {
    background: #A40B5D;
    height: 80px;
    border-radius: 4px;
}

.filtercomponent li {
    width: 25%;
    list-style-type: none;
    background-image: none;
}

.filtercomponent> :first-child {
    padding-left: 0px
}

.filtercomponent .es-list li {
    width: 100%;
    list-style-type: none;
    background-image: none;
}

.showlist-blood li .filter-custom {
    background: #A40B5D;
    color: #fff
}

.showlist-blood li .filter-custom:hover {
    background: #A40B5D;
    color: #fff
}

.filter_iv {
    margin-right: 10px;
    background: #FEF1F8;
    display: inline-block;
    margin-bottom: 10px;
    border: 1px dashed #A40B5D;
}

.filter_iv .filter_item {
    color: #297dff;
    font-weight: bold;
    margin-right: 5px;
    padding: 5px 8px;
}

.filter_iv .closebtn {
    cursor: pointer;
    color: red;
}


.product-box1 {
    padding-top: 20px;
    margin-bottom: 0;
}

.product-box1 span {
    margin-left: 15px !important;
}

.filter1 {
    background-color: #f5f5f5;
    padding: 20px 20px 10px 20px;
    margin-bottom: 20px;
}

.filter1 input {
    font-size: 16px;
    padding: 0 10px;
    background-color: #fff !important;
}

.filter1 span {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 10px;
}

.filter1 li {
    font-size: 15px;

}

.custom-box {
    background-color: #f5f5f5;
    padding: 20px 0 10px 20px;
    margin-bottom: 20px;
    margin-right: 20px;
}

.custom-box>.row {
    padding-bottom: 0;
}

.custom-box input,
.custom-box textarea {
    background-color: #fff !important;
}

.hot-target li,
.hot-target2 li,
.hot-target3 li {
    min-width: 25%;
    width: auto;
    list-style: none;
    position: relative;
    padding: 3px;
}

.hot-target li a,
.hot-target2 li a,
.hot-target3 li a {
    color: #a40b5d;
    display: block;
    font-size: 14px;
    padding: 5px 10px;
    background-color: #f5f5f5;
}

.hot-target li:hover a,
.hot-target2 li:hover a,
.hot-target3 li:hover a {
    background-color: #a40b5d;
    color: #fff;
    text-decoration: none;
}

.navi-menu-3 {
    max-height: 60vh;
    overflow: auto;
}


#groupframe {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
}

@media(min-width:993px) {
    #groupframe>li {
        margin-right: 1%;
        width: 24%;
        list-style: none;
        display: inline-block;
    }
}

@media(max-width:992px) {
    #groupframe>li {
        width: 100%;
        list-style: none;
        display: inline-block;
    }
}

.hot {
    position: relative;
    top: -3px;
    right: -5px;
}

.faq-item {
    background-color: #f5f5f5;
    padding: 15px 25px 10px 15px;
    position: relative;
    cursor: pointer;
    margin: 15px 0;
}

.faq-item h4 {
    font-weight: bold;
}

.faq-item i {
    position: absolute;
    top: 13px;
    right: 9px;
    padding: 5px;
    transition: all .2s linear;
}

.faq-item h4 {
    margin-bottom: 5px;
}


.faq-item p {
    display: none;
    margin: 0;
}

.faq-item.open p {
    display: block;
}

.faq-item.open i {
    transform: rotate(180deg);
    transform-origin: center;
}

.resource-video {
    display: block;
}

.page-tab {
    position: sticky;
    top: 150px;
    background-color: #fff;
    box-shadow: 1px 1px 4px #ddd;
    padding: 15px;
    border-bottom: 3px solid #a40a5e;
    margin-bottom: 20px;
    z-index: 10;
    font-size: 14px;
}

.page-tab span,
.page-tab a {
    padding: 7px 10px;
    display: inline-block;
    margin-right: 8px;
    background-color: #f5f5f5;
    cursor: pointer;
}


.page-tab span:hover,
.page-tab span.page-tab-choose {
    background-color: #a40a5e;
    color: #fff;
}

.h2_tit {
    border-left: 5px solid #a40b5d;
    padding-left: 10px;
    background-color: #f8f8f8;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    scroll-margin-top: 240px;
    font-size: 24px;
}


html,
body {
    scroll-behavior: smooth;
}

.pagerow_pt {
    padding-bottom: 0;
}

/*pic & tit*/
@media(min-width: 992px) {
    .pagerow_pt {
        display: flex;
        flex-wrap: wrap;
    }

    .pagerow_pt div[class*="col-md"] a {
        display: block;
        margin-bottom: 15px;
        font-size: 14px;
        text-align: center;
    }

    .pagerow_pt_unit {
        width: 100%;
        height: 175px;
        position: relative;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pagerow_pt_unit img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .pagerow_pt_unit_2 {
        width: 100%;
        height: 175px;
        overflow: hidden;
        position: relative;
        margin-bottom: 10px;
    }

    .pagerow_pt_unit_2 img {
        width: 100%;
        height: auto;
    }

    /*------------------*/
    .service_list,
    .related_list {
        display: table;
        margin: 0px 0px 20px 0px;
        padding: 0px;
    }

    .service_list div[class*="col-md"] {
        padding-top: 15px;
        cursor: pointer;
    }

    .service_list div[class*="col-md"] a {
        font-weight: bold;
        display: block;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .service_list div[class*="col-md"]:hover {
        background-color: #f8f8f8;
    }


    /*Related Sections*/
    @media(min-width: 992px) {
        .related_list {
            display: flex;
            flex-wrap: wrap;
        }
    }

    .related_list div[class*="col-md"] {
        padding-top: 5px;
        padding-bottom: 5px;
        cursor: pointer;
    }

    .related_list div[class*="col-md"] a {
        display: block;
        font-size: 16px;
    }

    .related_list div[class*="col-md"]:hover {
        background-color: #f8f8f8;
    }

    /*CAR-T Cell Platforms*/
    @media(min-width: 992px) {
        .serpic_list {
            display: flex;
            flex-wrap: wrap;
        }
    }

    .serpic_list_unit {
        line-height: 24px !important;
        color: #888;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;

    }

    .serpic_list_unit a {
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }

    .serpic_list_unit .imgarea {
        width: 100%;
        height: 260px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
        border: 1px solid #eee;
    }

    .serpic_list_unit .imgarea img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .serpic_list_unit p {
        color: #444;
    }

    .horizontal-area {
        border-bottom: 1px solid #efefef;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .horizontal-area ul {
        margin-top: 10px;
    }

    .horizontal-img-area {
        width: 100%;
        height: 170px;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .horizontal-img-area img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .tab_nav {
        position: relative;
    }

    .tab_nav span {
        margin-top: 10px;
        margin-right: 15px;
        padding: 8px 15px 8px 15px;
        display: inline-block;
        border-left: 1px solid #efefef;
        border-right: 1px solid #efefef;
        border-bottom: 1px solid #efefef;
        background-color: #f2f2f2;
        cursor: pointer;
    }

    .tab_nav span:hover,
    .tab_nav .tab_choosebg {
        background-color: #a40a5e;
        color: #fff;
    }

    .tab_cont {
        padding: 20px;
        margin-bottom: 25px;
        position: relative;
        border: 1px solid #efefef;
        display: none;
    }

    /*Related Products*/
    @media(min-width: 992px) {
        .relate-pro {
            display: flex;
            flex-wrap: wrap;
        }
    }

    .relate-pro {
        margin-bottom: 20px;
    }

    .relate-pro img {
        margin-bottom: 10px;
        display: block;
        max-width: 100%;
        height: auto;
    }

    .relate-pro div[class*="col-md"] {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .relate-pro div[class*="col-md"] a {
        color: #1d3d6f;
    }

    .relate-pro div[class*="col-md"]:hover {
        background-color: #a40a5e;
    }

    .relate-pro div[class*="col-md"]:hover .relatedpro_area {
        background-color: #fff;
    }

    .relate-pro div[class*="col-md"]:hover a {
        color: #000;
    }

    .relatedpro_area {
        width: 100%;
        height: 247px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 0px;
        margin-bottom: 10px;

    }

    .relatedpro_area img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        margin-bottom: 0px;
    }

    /*published data*/
    .published-list p {
        font-family: "Courier New", Courier, monospace !important;
        font-size: 0.8em;
        line-height: 1.4em;
    }

    .pub-pic-area {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 300px;
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
        padding: 15px;
        border: 1px solid #efefef;

    }

    .pub-pic-area img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .pub-big-pic-area {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 10000;
        top: 0px;
        left: 0px;
        text-align: center;
    }

    .pub-big-pic-area .bigimgarea {
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        z-index: 1000;
    }

    .pub-big-pic-area .close {
        display: inline-block;
        position: absolute;
        color: #fff !important;
        width: 48px;
        height: 48px;
        text-align: center;
        line-height: 48px;
        top: 0px;
        right: 0px;
        font-size: 30px;
        cursor: pointer;
    }

    .pub-big-pic-area .close:hover {
        background-color: #efefef;
        color: #000;
    }
}

.hot-target,
.hot-target2,
.hot-target3 {
    overflow: hidden;
}



.customize a {
    display: inline-block;
    padding: 7px 10px;
    clear: both;
    color: #fff;
    text-decoration: none;
    border: 2px #9e1c64 solid;
    background: #9e1c64;
    border-radius: 30px;
    margin-left: 50px;
}

.customize a:hover {
    border: 2px #9e1c64 solid;
    background: #fff;
    color: #9e1c64;
    transition: background-color .3s;
}

.customize {
    position: relative;
}

.customize i {
    position: absolute;
    bottom: 10px;
    margin: 0 15px 0 5px;
    animation: move 1s ease-out infinite;
    left: 0;
    color: #9e1c64;
    font-size: 22px;
}

@keyframes move {
    0% {
        left: 0;
    }

    50% {
        left: 10px
    }

    100% {
        left: 0;
    }
}


.showlistline .show-center {
    font-size: 13px;
}

.show-center,
.show-left,
.show-right {
    color: #777;
    text-align: center;
    font-size: 16px;
    line-height: 1.7em !important
}

.show-center img,
.show-left img,
.show-right img {
    display: block;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    height: auto;
    max-width: 100%
}

@media (min-width:992px) {

    .show-left,
    .show-right {
        display: inline-block
    }

    .show-right {
        float: right;
        margin-left: 15px
    }

    .show-left {
        float: left;
        margin-right: 15px
    }
}

@media (max-width:992px) {

    .show-right,
    .show-left {
        width: 100%;
        margin: 0
    }
}

.Reference,
.reference {
    color: #777;
    font-size: 16px
}

.Reference p,
.reference p {
    margin-bottom: 10px
}

.Reference ol,
.reference ol {
    margin-bottom: 15px;
    padding-left: 15px;
}


/*table*/
table {
    margin-bottom: 25px;
    width: 100%;
    border: 1px solid #ddd
}

table p,
table td ul,
table td ol {
    margin-bottom: 15px
}

table td ul:last-child,
table td ol:last-child,
table td p:last-child,
table td ul:last-child>li:last-child,
table td ol:last-child>li:last-child {
    margin-bottom: 0
}

table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td,
.table>thead>tr>th,
table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 10px 8px;
    border-top: 1px solid #ddd;
    vertical-align: middle;
    line-height: 1.428571429
}

.service-table tr:first-child,
.service-tr,
.service-table.table-striped tr:first-child {
    background: #048ca9;
    color: #fff
}

.service-table tr:first-child a,
.service-tr a {
    color: #fff
}

.service-table tr:first-child td,
.service-table tr:first-child th,
.table-bordered .service-tr td,
.service-tr td {
    border: none
}

.service-table.table-striped>tbody>tr:nth-child(1)>td,
.service-table.table-striped>tbody>tr:nth-child(1)>th {
    background-color: transparent
}


.img-box {
    display: flex;
    max-width: 170%;
    margin: auto;
}

.img-box img {
    object-fit: scale-down;
}

.img-left {
    max-width: 150px;
}

#pages>.ullist {
    margin-bottom: 15px;
    margin-left: 20px;
}

#pages>.ullist>li {
    margin-bottom: 8px;
}

#pages>.ullist>li>p {
    margin-bottom: 0;
}

sup,
sub {
    line-height: 0;
}

#pages>.reference {
    line-height: 30px !important;
}

#pages>.reference li {
    color: #777;
}

.text-img {
    height: 17px;
}

.h3_tit {
    color: #a40a5e;
    font-size: 20px !important;
}

.doc-box {
    margin: 20px 0;
}

.doc-box a {
    display: inline-block;
    padding: 5px 10px;
}

.customer>.row {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.customer button {
    margin: 0 !important;
}

.customer .table-row-group {
    text-align: center;
}

.customer-item p:first-child img {
    display: inline-block !important;
    width: 40px;
}

.customer-item p img {
    display: inline-block !important;
}

.customer-item {
    padding: 20px;
    background-color: #f7f7f7;
    margin: 20px 0;
}

.customer-item span {
    color: #888;
    display: inline-block;
    margin-left: 20px;
}

.published-item span {
    color: #888;
}

.published-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.published-item>.row {
    padding-bottom: 0;
}

.support-item img {
    display: inline-block !important;
    width: 20px;
    margin-right: 10px;
}

.related-tab {
    position: static;
    border: 0;
    box-shadow: none;
    margin: 0;
}

.related-tab span {
    font-size: 16px;
    border-radius: 8px;
    padding: 7px 15px;
}

.related-tab span:hover,
.related-tab span.active {
    background-color: #a40a5e;
    color: #ffff;
}

.r-box .related-item {
    margin-bottom: 0;
    border: 1px solid #ddd;
    border-top: 0;
    width: 100%;
}

.r-box .related-item:first-child {
    border-top: 1px solid #ddd;
}



.r-box .end-line {
    margin-bottom: 20px;
    display: none;
}

.r-box .end-line.open {
    display: block;
}

.related-box li {
    float: none !important;
}

.r-box .related-box {
    max-height: none !important;
    margin: 0;
}

.r-box .related-box2 {
    overflow: hidden;
}

.r-box .related-box2 li {
    float: left;
    margin: 0 7px 7px 0;
    width: 32.6%;
    padding: 0;
}

.r-box .end-line-body {
    padding: 0;
}

.r-box .related-box2 li a {
    padding: 7px 10px;
    background-color: #f7f7f7;
    width: 100%;
    display: block;
    border: 1px solid #ddd;
}

.page-box2 {
    padding: 15px 20px;
    border: 1px solid #a40b5d;
    border-radius: 16px;
    margin-bottom: 15px;
}

.hot-box {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}


.page-box3>div {
    border: 1px solid #a40a5e;
    background-color: #f5f5f5;
    transform: skewX(-20deg);
    display: inline-block;
    justify-content: center;
    align-items: center;
    color: #a40a5e;
    font-size: 18px;
    width: 800px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: -20px;
    left: 40px;
}

.page-box3>div span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%) skewX(20deg);
}

.page-box3 {
    border: 1px solid #a40a5e;
    border-radius: 16px;
    padding: 30px 20px 0px;
    position: relative;
    margin: 40px 0 20px;
}

.page-box4 .img-box {
    height: 300px;
    display: flex;
    margin-bottom: 10px;
}

.page-box4 img {
    object-fit: cover;
    width: 100%;
}

.faq-box h3 {
    cursor: pointer;
    color: #a40a5e;
}

.faq-box.open h3 i {
    transform: rotate(90deg);
}

.faq-box h3 i {
    margin-right: 5px;

}

.faq-box p {
    margin-left: 20px;
    display: none;
}

.faq-box.open p {
    display: block;
}

.faq-box {
    margin-bottom: 20px;
}

.comment-item {
    padding: 30px 30px;
    margin-bottom: 20px;
}

.mySwiper3 {
    font-size: 16px;
}

.mySwiper3 .img-box {
    height: 250px;
    display: flex;
    margin-bottom: 15px;
}

.mySwiper3 .img-box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#formID {
    scroll-margin-top: 100px;
}



.tank_tit {
    border: 0 !important;
    background-color: #fff !important;
    padding: 0 !important;
    margin-top: 30px;

}

.tank_tit::after {
    content: '';
    border-top: 4px solid #a40a5e;
    display: block;
    margin: 10px 0 30px;
    width: 80px;
}

.tank-banner {
    background-color: #f5f5f5;
    padding: 25px 25px 0;
    margin-bottom: 30px;
    min-height: 450px;
}


.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 1.5rem;
    padding: 2rem;
    margin: 0 auto;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    padding: 25px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    transition: transform 0.2s ease;
}

.benefit-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.benefit-icon {
    width: 50px;
    height: 50px;
    background-color: #a40a5e11;
    color: #a40a5e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}

.benefit-icon svg {
    width: 24px;
    height: 24px;
    stroke: #a40a5e;
}

.benefit-text h3 {
    margin: 0;
    color: #a40a5e;
}

.benefit-text p {
    margin: 0.5rem 0 0;
    color: #666;
}

.p-foot-add .fa.fa-angle-right {
    display: none;
    font-size: 22px;
}

.p-foot-add {
    pointer-events: none;
}

.table-container-add {
    width: 100%;
}

.table-container-add .search-re {
    overflow-x: auto;
}


@media (max-width: 768px) {
    .stats-row {
        flex-direction: column;
        gap: 1rem;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
        padding: 1rem;
    }

    .in-the-page-con .in-the-page-con-img,
    .in-the-page-con .in-the-page-con-img-2 {
        margin-top: 45px;
    }

    .p-foot-add {
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        pointer-events: auto;
    }

    .p-foot-add .fa.fa-angle-right {
        display: block;
    }

    .bottom-all .bottom-item .footer-ul {
        display: none;
    }

    .img-box-add {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }

    .table-row-group button {
        padding: 0 10px;
        width: 100%;
        text-align: center;
    }

    .header-bg .header-bg-font .h1 {
        width: 90%;
    }
    .floating-top-nav.visible {
        top: 83px;
    }
}

.product-list-container {
    width: 100%;
}

.product-list-container .search-re {
    overflow-x: auto;
}



.title {
    color: #2c3e50;
    font-size: 22px;
    margin-bottom: 40px;
}

.section {
    background: white;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(0);
}

.section:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.section-title {
    color: #2c3e50;
    padding: 20px;
    background: #fdfdfd;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #eee;
}

.section-title:hover {
    background: white;
}

.section-icon {
    margin-right: 12px;
    width: 24px;
    color: #a40a5e;
}

.section-arrow {
    margin-left: auto;
    transition: transform 0.3s ease;
}

.section.active .section-arrow {
    transform: rotate(180deg);
}


.section-content {
    padding: 20px;
    display: none;
    background: white;
}

.section.active .section-content {
    display: block;
}

.points-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.point {
    padding: 20px;
    border-radius: 8px;
}

.point-title {
    color: #0047ab;
    font-size: 16px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.point-title::before {
    content: "•";
    color: #60a5fa;
    margin-right: 8px;
    font-size: 24px;
}

.regular-content {
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
}

.citation {
    font-size: 0.6em;
    vertical-align: super;
    color: #2c3e50;
    font-weight: normal;
    margin-left: 2px;
}


.brands-box {
    background-color: #f5f5f5;
    padding: 40px;
}


.inquiry-con i {
    position: absolute;
    padding: 15px;
    right: 0;
    top: 0;
    color: #888;
    cursor: pointer;
    display: none;
}

.inquiry-con h2 {
    margin-bottom: 20px;
}

/*services page General css*/
.tooltip-box {
    position: relative;
}

.tooltip-box .tooltip {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(30, 30, 30, 1);
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    white-space: wrap;
    width: 100%;
    font-size: 14px;
    text-align: left;
    line-height: 1.4em;
}

.tooltip-box .tooltip a {
    color: #f3e04e;
}

.tooltip-box .tooltip a:hover {
    color: #ffe100;
}

.tooltip-box:hover .tooltip {
    display: block;
    opacity: 1;
}

.tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    border-width: 8px;
    border-style: solid;
    border-color: rgba(30, 30, 30, 1) transparent transparent transparent;
    transform: translateX(-50%);
}

.haswebinar .showlistline .showlist-blood .ullist>li {
    display: list-item;
}

.haswebinar .showlistline .showlist-blood div.row {
    padding-left: 20px;
    margin-top: 5px;
}

.showlistline-service .tank-banner {
    min-height: 350px !important;
}

.showlistline-service .page-hr {
    border-bottom: 3px solid #a40a5e;
    margin: 50px 0;
}

.showlistline-service .challenges-css {
    display: flex;
    width: 70%;
    margin: 0 auto;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.showlistline-service .challenges-css>div {
    width: 47.5%;
    box-shadow: 0px 0px 30px 10px rgba(200, 200, 200, 0.5);
    padding: 30px;
    border-radius: 10px;
    min-height: 270px;
    margin-bottom: 30px;
}

.showlistline-service .challenges-css>div>h3 {
    margin-bottom: 20px;
    color: #0066CC;
}

.showlistline-service .challenges-css>div>div {
    line-height: 1.6;
}

.showlistline-service .out-solutions-title {
    width: 100%;
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
}

.showlistline-service .out-solutions-title img {
    width: 75px;
    margin-right: 20px;
}

.showlistline-service .out-solutions-content {
    min-width: 768px;
    max-width: 1300px;
    margin: 50px auto;

}

.showlistline-service .out-solutions-content .out-solutions-content-top {
    padding: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.showlistline-service .out-solutions-content .out-solutions-content-top>div {
    background: #EFF6FF;
    padding: 30px;
    width: 45%;
    box-shadow: 0px 0px 30px 10px rgba(200, 200, 200, 0.45);
    border-radius: 7px;
}

.showlistline-service .out-solutions-content .out-solutions-content-top>div>h3 {
    color: #1E40AF;
    margin-bottom: 20px;
}

.showlistline-service .out-solutions-content .out-solutions-content-top>div>ul {
    color: #415B86;
}

.showlistline-service .out-solutions-content .out-solutions-content-top>div>ul>li {
    margin-bottom: 10px;
}

.showlistline-service .out-solutions-content .out-solutions-content-center {
    padding: 20px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    margin: 20px auto;
    position: relative;
}

.showlistline-service .out-solutions-content .out-solutions-content-center>h3 {
    background: #DBEAFE;
    padding: 30px;
    width: 45%;
    box-shadow: 0px 0px 30px 10px rgba(200, 200, 200, 0.45);
    border-radius: 7px;
    text-align: center;
    color: #1E40AF;
}

.showlistline-service .out-solutions-content .out-solutions-content-center .jt-top {
    position: absolute;
    width: 100%;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    width: 42%;
}

.showlistline-service .out-solutions-content .out-solutions-content-center .jt-bottom {
    position: absolute;
    width: 100%;
    bottom: -30px;
    left: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    width: 42%;
}

.showlistline-service .out-solutions-content .out-solutions-content-bottom {
    padding: 20px;
    display: flex;
    justify-content: space-around;
}

.showlistline-service .out-solutions-content .out-solutions-content-bottom>div {
    background: #F0FDF4;
    padding: 20px;
    width: 30%;
    box-shadow: 0px 0px 30px 10px rgba(200, 200, 200, 0.45);
    border-radius: 7px;
}

.bispecific-antibody-engineering-container {}

.bispecific-antibody-engineering-container .option-list>ul {
    display: flex;
    align-items: center;
    margin-left: 0;
}

.bispecific-antibody-engineering-container .option-list>ul>li {
    padding: 7px 0;
    border-bottom: 2px solid transparent;
    list-style: none;
    margin: 0 20px;
    cursor: pointer;
    font-size: 18px;
    transition: all .2s;
}

.bispecific-antibody-engineering-container .option-list>ul>li:first-child {
    margin-left: 0;
}

.bispecific-antibody-engineering-container .option-list>ul>li.current {
    border-bottom: 2px solid #a40b5d;
    color: #a40b5d;
    transition: all .2s;
}

.bispecific-antibody-engineering-container .card-list>ul {
    list-style: none;
    margin-left: 0;
}

.bispecific-antibody-engineering-container .card-list>ul>li {
    display: none;
}

.bispecific-antibody-engineering-container .card-list>ul>li.current {
    display: block;
}

.bispecific-antibody-engineering-container .card-list table {
    width: 99%;
}

.bispecific-antibody-engineering-container .card-list table td,
.bispecific-antibody-engineering-container .card-list table th {
    width: 28%;
}

.bispecific-antibody-engineering-container .card-list table td:first-child,
.bispecific-antibody-engineering-container .card-list table th:first-child {
    width: 16%;
}

.bispecific-antibody-engineering-container .card-list table td:first-child>div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
}

.bispecific-antibody-manufacturing-css {
    display: flex;
    min-width: 768px;
    max-width: 1300px;
    margin: 50px auto;
    justify-content: space-around;
    padding: 20px;
}

.bispecific-antibody-manufacturing-css>div {
    padding: 20px;
    width: 30%;
    box-shadow: 0px 0px 30px 10px rgba(200, 200, 200, 0.55);
    border-radius: 10px;
}

.bispecific-antibody-manufacturing-css>div>h4 {
    font-size: 18px;
}

.bispecific-antibody-manufacturing-css>div>div {
    margin-top: 20px;
}

.our-platforms-container {
    min-width: 768px;
    max-width: 1300px;
    margin: 50px auto;
}

.our-platforms-container>h3 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 30px;
}

.our-platforms-container>ul {
    list-style-type: none;
    background-color: #F1F5F9;
    margin: 0 !important;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 30px 20px;
}

.our-platforms-container>ul>li {
    list-style-type: none !important;
    text-align: center;
}

.our-platforms-container>ul>li img {
    width: 25px;
    margin-bottom: 3px;
}

.our-platforms-container>ul>li p {
    margin: 0;
}

.our-platforms-container .our-platforms-carousel {
    margin: 40px auto;
    position: relative;
}

.our-platforms-container .arrow-btn.prev {
    left: -40px;
    width: 40px;
    height: 40px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}

.our-platforms-container .arrow-btn.next {
    right: -40px;
    width: 40px;
    height: 40px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}

.our-platforms-container .our-platforms-carousel-content-out {
    overflow: hidden;
}

.our-platforms-container .our-platforms-carousel-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 2200px;
    transition: all .3s;
    padding: 10px 0;
}

.our-platforms-container .our-platforms-carousel-content>div {
    margin-bottom: 20px;
    padding: 20px;
    width: 400px;
    box-shadow: 0px 0px 5px 5px rgba(200, 200, 200, 0.3);
    border-radius: 10px;

}

.our-platforms-container .our-platforms-carousel-content>div>img {
    display: inline-block;
    width: 100%;
    height: 240px;
    background: #ddd;
    object-fit: cover;
    margin: 15px 0;
    border-radius: 7px;
}

.why-choose-us-top {
    background: #F8F9FA;
}

.why-choose-us-top>ul {
    display: flex;
    min-width: 768px;
    max-width: 1300px;
    margin: 50px auto 0 auto !important;
    justify-content: space-around;
    padding: 30px 20px;
    list-style-type: none !important;
}

.why-choose-us-top>ul>li {
    list-style-type: none !important;
    text-align: center;
}

.why-choose-us-top>ul>li>h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #3498DB;
}

.why-choose-us-content {}

.why-choose-us-content>ul {
    display: flex;
    min-width: 768px;
    max-width: 1300px;
    margin: 20px auto !important;
    justify-content: space-around;
    padding: 30px 20px;
    list-style-type: none !important;
    flex-wrap: wrap;
}

.why-choose-us-content>ul>li {
    list-style-type: none !important;
    width: 30%;
    display: flex;
    align-items: start;
    padding: 20px;
    width: 30%;
    box-shadow: 0px 0px 30px 10px rgba(200, 200, 200, 0.55);
    border-radius: 10px;
    min-height: 220px;
    margin-bottom: 20px;
}

.why-choose-us-content>ul>li>img {
    width: 60px;
    margin-right: 10px;
}

.why-choose-us-content>ul>li>div>h3 {
    margin-bottom: 10px;
}

.frequently-asked-q-content {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.frequently-asked-q-content>div {
    width: 48%;
}

.frequently-asked-q-content>div>h3 {
    margin-bottom: 15px;
    color: #a40a5e;
}

.we-are-here {
    padding: 20px;
    width: 90%;
    box-shadow: 0px 0px 30px 10px rgba(200, 200, 200, 0.50);
    border-radius: 10px;
    min-height: 220px;
    text-align: center;
    margin: 20px auto 30px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.we-are-here>h3 {
    margin-bottom: 20px;
}

.we-are-here>a {
    border-radius: 5px;
    background-color: #a40a5e;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-top: 10px;
    padding: 10px 20px;
}
.top-title-add-css {
    font-size: 18px;
    font-family: "lato", sans-serif, Microsoft New Tai Lue, Arial;
}
.f-set-add-css {
    position: relative;
}
.f-set-add-css .btn {
    position: absolute;
    bottom: 120px;
    left: 7%;
}
@media (max-width:2800px) {
    .f-set-add-css .btn {
        position: absolute;
        bottom: 120px;
    }
}
@media (max-width:2300px) {
    .f-set-add-css .btn {
        position: absolute;
        bottom: 100px;
    }
}
@media (max-width:1920px) {
    .f-set-add-css .btn {
        position: absolute;
        bottom: 80px;
    }
}
@media (max-width:1600px) {
    .f-set-add-css .btn {
        position: absolute;
        bottom: 60px;
    }
}
@media (max-width:1400px) {
    .f-set-add-css .btn {
        position: absolute;
        bottom: 40px;
    }
}
@media (max-width:1200px) {
    .f-set-add-css .btn {
        position: absolute;
        bottom: 20px;
    }
}