@charset "utf-8";

header {
    position: relative;
}

/*banner区*/
.banner-wrapper {
    width: 100%;
}

/*轮播图片*/
.swiper-slide img {
    width: 100%;
    display: block;
}

.banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.banner-wrapper .banner .slide-text {
    width: 632px;
    height: 25px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #999999;
    position: absolute;
    margin-left: 100px;
    bottom: 36px;
    /* top: 303px; */
    z-index: 99;

}

.banner-wrapper .banner .slide-text i {
    color: #000;
}

/*导航条开始*/
.navbar-wrapper {
    width: 100%;
    height: 62px;
    /* background: #262b37; */
    background: #fff url(../images/head-bg.png) no-repeat;
    background-size: 100%;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 25%);
}

/* .navbar-nav .menuItem .drop-down {
    height: 35px;
    display: flex;
    background: #56D5FF;
    opacity: 0.2;
    border-radius: 22px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #0C428A !important;
} */
.navbar-nav .menuItem .navbar-img {
    width: 18px;
    height: 11px;
    margin-left: 4px;
}


.menu {
    z-index: 10000;
    width: 100%;
}

.logo {
    display: inline-block;
}

.navbar-header .logon-section {
    display: flex;
    align-items: center;
}

.navbar-header .logonImg {
    width: 99px;
    height: 29px;
}

.nav-click-mobile {
    width: 52px;
    cursor: pointer;
    padding: 15px;
    margin: 0;
    float: left;
    margin-top: -37px;
}

/*三条杠*/
.navbar-header {
    /* display: none; */
}

.navbar-header a.navbar-brand {
    display: none;
}

.navbar.navbar-inverse {
    margin: 0 auto;
    line-height: 62px;
    /* background: #262b37; */
    color: #c3c8d6;
    border: none;
    font-size: 14px;
}

.nav>li>a {
    display: inline-block;
}

.navbar-nav>li {
    /* float: none; */
    /* overflow: hidden; */
    display: inline;
}

.navbar-nav {
    margin: 0 auto;
    text-align: center;
    float: none;
    z-index: 5000;
}

.navwrapper {
    z-index: 1000;
}

/*高亮*/
.active {
    /* background: #1b1f29; */
    /* background: #56D5FF; */
    /* opacity: 0.2;
	border-radius: 12px;
	color: #0C428A; */
}

.pos {
    position: fixed;
    top: 0px;
}

.navbar-inverse .navbar-nav .active,
.navbar-inverse .navbar-nav .active:focus {
    /* background:#1b1f29;
  color:#c3c8d6; */
    opacity: 0.2;
    border-radius: 12px;
    color: #0C428A;
    font-size: 11px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    padding: 1px 20px;
}

.navbar-inverse .navbar-nav .active:hover {
    /* background:#1b1f29;
  color:#fff; */
    background: #56D5FF;
    opacity: 0.2;
    border-radius: 12px;
    color: #0C428A;
}



/*整体生物医学主题解决方案*/
.solutions {
    /* max-width: 960px; */
    text-align: center;
    padding-bottom: 60PX;
    margin-top: 70px;
    background-color: #fff;
}

.bottom-section .row:nth-child(1) {
    margin-bottom: 30px;
}

.solutions .solutions-left {
    margin-right: 50px;
}

.solutions .solutions-left .left-img img {
    width: 610px;
    height: 300px;
}

.solutions .solutions-left .left-text {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.solutions .solutions-left .left-img {
    position: relative;
    margin-bottom: 20px;

}

.solutions .solutions-left .left-img h4 {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 60px;
    line-height: 60px;
    background: #0C428A;
    opacity: 0.6;
    text-align: left;
    padding-left: 30px;
    color: #FFFFFF;
}

.solutions .solutions-left .left-text p {
    width: 390px;
    font-size: 12px;
    font-family: 'Microsoft YaHei';
    /* font-weight: 600; */
    color: #AAAAAA;
    line-height: 20px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 80px;
}

.solutions .readmore:hover {
    background: linear-gradient(90deg, #0C428A 0%, #2B75D1 100%);
    border-radius: 31px;
    color: #FFFFFF !important;
    border: 0;
    line-height: 40px;
}

.solutions .readmore {
    width: 175px;
    height: 40px;
    border: 2px solid #0C428A;
    border-radius: 31px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0C428A;
    line-height: 36px;
}

.solutions .solutions-right {
    width: 465px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.solutions .solutions-right .right-img {
    width: 465px;
    height: 200px;
}

.solutions .solutions-right .left-img h4 {
    z-index: 99;
    height: 50px;
    background-color: #000;
}

.solutions .solutions-right .right-text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}


.solutions .solutions-right .right-text h4 {
    width: 100%;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    font-size: 18px;
    color: #222222;
    /* line-height: 61px; */
    border-bottom: 2px solid #86B333;
    padding-bottom: 20px;
    margin-bottom: 10px;
    text-align: left;
}

.solutions .solutions-right .right-text p {
    font-family: Microsoft YaHei;
    font-size: 12px;
    /* font-weight: 600; */
    color: #AAAAAA;
    line-height: 30px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 65px;
    margin-bottom: 25px;
}

.top-section {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.top-section h1 {
    padding-bottom: 40px;
    /* width: 212px; */
    height: 32px;
    font-size: 33px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #2A303E;
    line-height: 28px;
    text-align: center;
    border-bottom: #86B333 solid 3px;
}

.sci-text-pic .top-line {
    width: 98%;
    height: 2px;
    background: #86B333;
    opacity: 0.3;
}

.sci-text-pic .under-line {
    margin-top: 162px;
    width: 98%;
    height: 2px;
    background: #86B333;
    opacity: 0.3;
}

.sci-text-pic .text1 {
    margin: 38px 0 24px 0;
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #0C428A;
    line-height: 14px;
    text-align: right;
}

.sci-text-pic .content {
    padding-right: 10px;
    font-size: 11px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 19px;
    text-align: right;
    padding-bottom: 40px;
}

.sci-text-pic .pic {
    /* 	width: 546px;
	height: 241px; */
    width: 110px;
    height: 110px;
}

.sci-text-pic .text2 {

    margin: 60px 0 37px 0;
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #222222;
}

.sci-text-pic .content2 {
    padding-left: 10px;
    font-size: 11px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 19px;
    text-align: left;
    padding-bottom: 40px;
}

.bottom-section .before-item {
    display: flex;
}

.sci-text-pic .content3 {
    padding-right: 10px;
    font-size: 11px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 19px;
    text-align: left;
}



/* <!-- 整体生物信息主题解决方案 --> */
.Topic-solutions {
    /* margin: 56px 0; */
    /* width: 1920px; */
    /* height: 760px; */
    background: #F5F5F5;
}

.Topic-solutions .Topic-solutions_box-lists .small {
    display: flex;
    margin-bottom: 100px;
}

.Topic-solutions .top-section {
    margin-top: 99px;
}

.Topic-solutions .Topic-solutions_box-lists .Topic-left {
    position: relative;
}

.Topic-solutions .Topic-solutions_box-lists .Topic-left img {
    height: 440px;
    width: 610px;
    margin-right: 50px;
    /* height: 628px; */
}

.Topic-solutions .Topic-solutions_box-lists .Topic-left p {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #114488;
    line-height: 50px;
    position: absolute;
    bottom: 0px;
    left: 20px;
}

.Topic-solutions .Topic-solutions_box-lists .text_ {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #222222;
    line-height: 50px;
    text-align: right;
    padding: 16px 0;
    border-bottom: 4px solid #0a0;
}

.Topic-solutions .Topic-solutions_box-lists .Topic-right {
    position: relative;
}

.Topic-solutions_box-lists .Topic-right .Topic-right-text {
    width: 460px;
    height: 355px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/assets/images/SCIsolutions_slices/file954.png);
    /* opacity: 0.8; */

}

.Topic-solutions_box-lists .Topic-right .Topic-right-text .background {
    width: 420px;
    height: 320px;
    background: #114488;
    opacity: 0.8;
}

.Topic-right .Topic-right-text .background h3 {
    margin: 40px 30px 10px;
}

.Topic-right .Topic-right-text .background p {
    margin-left: 30px;
}

.Topic-right .Topic-right-text .background .learnmor {
    width: 145px;
    height: 45px;
    background: #FFFFFF;
    border-radius: 28px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-align: center;
    color: #114488;
    line-height: 45px;
    margin-left: 30px;
}

/* 医学研究服务开始 */

.medical-content .top-section {
    margin-top: 101px;
    margin-bottom: 104px;
}
.medical-content .medical_box .scientific-item:hover{
    box-shadow: 4px 8px 14px rgb(179 179 179 / 40%);
    padding-right: 0;
    padding-left: 0;
}
.medical-content .medical_box .scientific-item {
    display: flex;
    width: 565px;
    margin-right: 20px;
    padding: 0;
    margin-bottom: 30px;
    box-shadow: 0px 0px 6px rgb(179 179 179 / 40%);
}

.medical-content .medical_box .medical_letf {
    width: 200px;
    height: 275px;
    position: relative;
    /* background: url(/assets/images/SCIsolutions_slices/file959.png)no-repeat;
    background-size: 100% 100%; */
}

.medical-content .medical_box .medical_letf .img1 {
    width: 80px;
    position: absolute;
}

.medical-content .medical_box .medical_right {
    width: 380px;
    height: 275px;
    background: url(/assets/images/SCIsolutions_slices/group39.png) no-repeat;
    background-size: 100% 100%;
}

.medical-content .medical_box .medical_right h3 {
    width: 325px;
    height: 30px;
    font-size: 23px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #2A303E;
    line-height: 24px;
    margin: 37px 0 45px 30px;
}

.medical-content .medical_box .medical_right p {
    width: 310px;
    height: 70px;
    font-size: 12px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #2A303E;
    line-height: 34px;
    margin: 0 30px 25px 16px;
    /* margin-right: 16px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.medical-content .medical_box .medical_right .more {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #86B333;
    line-height: 24px;
    text-align: right;
    margin-right: 25px;
    margin-top: 4px;
}

/* servives开始*/
.servives {
    /* height: 956px; */
    /* height: 765px; */
    background: #F5F5F5;
}

.servives .servives-container {
    margin: 100px 0;
}
.servives .servives-item:hover{
    box-shadow: 10px 10px 5px -4px rgb(203 199 199 / 40%);
}
.servives .servives-item {
    width: 370px;
    height: 380px;
    background: #FFFFFF;
    position: relative;
    margin-bottom: 105px;
    margin-right: 20px;
}

.servives .servives-item .biology {
    width: 130px;
    height: 130px;
    background: #86B333;
    border-radius: 50%;
    display: flex;
    position: absolute;
    top: -65px;
    left: 120px;
}

.servives-item .servives-box h3 {
    font-size: 23px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #2A303E;
    line-height: 24px;
    margin: 115px 0 30px 0;
}

.servives-item .servives-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.servives-item .servives-box p {
    width: 100%;
    height: 70px;
    font-size: 12px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #2A303E;
    line-height: 26px;
    margin: 0 20px 0 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.servives-item .servives-box .servives-more {
    width: 165px;
    height: 45px;
    border: 2px solid #0C428A;
    /* background: linear-gradient(90deg, #0C428A 0%, #2B75D1 100%); */
    border-radius: 31px;
    font-size: 19px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #0C428A;
    line-height: 40px;
    text-align: center;
    margin-top: 35px;
}

.servives-item .servives-box .servives-more:hover {
    background: linear-gradient(90deg, #0C428A 0%, #2B75D1 100%);
    border-radius: 31px;
    color: #ffffff;
    border: 0;
    line-height: 45px;
}

/*底部开始*/
footer {
    width: 100%;
    /* height: 327px; */
    background: #1C2230;
}

.footer-section {
    padding: 28px 0 41px 0;
}

.footer-section .footer-item:not(:last-child)::after {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    width: 1px;
    height: 161px;
    border: 1px solid #ABB1BF;
    opacity: 0.2;
}

.footer-item .desc {
    margin-bottom: 28px;
    text-align: center;
}

.footer-item .desc .pic {
    width: 113px;
    height: 33px;
}

.footer-item .desc-cont p {
    font-size: 9px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: right;
}

.footer-item .text1 {
    margin-bottom: 16px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.footer-item .text-desc {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 9px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #969BA7;
}

.footer-item .text-desc span {
    width: 50%;
}

.footer-section .qrcode-list {
    display: flex;
    padding-left: 30px;
}

.footer-item .qrcode {
    margin-right: 17px;
}

.footer-item .qrcode .pic {
    width: 66px;
    height: 65px;
}

.footer-item .qrcode div {
    text-align: center;
    font-size: 9px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.footer-item .qrcode .name {
    margin: 18px 0 5px 0;
}

.footer-section .link-list {
    display: flex;
    margin-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #383E4C;
}

.footer-section .link-list li {
    flex: 1;
    text-align: center;
}

.footer-section .company-info {
    margin: 14px 0;
    text-align: center;
}

.footer-section .company-info .company-item {
    font-size: 9px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #808591;
}

.footer-section .company-info .company-item:not(:last-child) {
    margin-right: 10px;
}

.footer-section .copyRight {
    text-align: center;
    font-size: 9px;
    font-family: Microsoft YaHei;
    font-weight: 400;
}

.footer-section .copyRight .cont1 {
    color: #808591;
}

.footer-section .copyRight .code {
    margin-left: 34px;
    color: #808591;
}

.footer-section .copyRight .code-cont {
    color: #333232;
}


/*判断屏幕大小*/
@media only screen and (max-width: 768px) {

    /*导航条三道杠*/
    .navbar-header {
        display: block;
    }
}

/*适配*/
@media screen and (min-width: 1200px) {
    .nav-custom .navbar-wrapper .container {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

/*banner区*/
@media screen and (max-width: 991px) {

    /*导航条*/
    .navbar.navbar-inverse. a {
        padding-left: 18px;
        padding-right: 18px;
    }

    .top-section h1 {
        padding-bottom: 35px;
        width: 170px;
        font-size: 28px;
    }

    .sci-text-pic .text1,
    .sci-text-pic .text2 {
        margin: 30px 0 16px 0;
        font-size: 14px;
    }

    .sci-text-pic .content {
        padding-bottom: 10px;
    }

    .sci-text-pic .under-line {
        margin-top: 104px;
    }

    .more-pic-section .pic {
        position: absolute;
        width: 57px;
        height: 70px;
        left: 20px;
        top: -12px;
    }

    .more-pic-section .cont {
        height: 115px;
    }

    .more-pic-section .text-box {
        width: 490px;
    }

    .more-pic-section .text1 {
        font-size: 20px;
        ine-height: 24px;
    }

    .more-pic-section .text2 {
        height: auto;
        margin-top: 14px;
        line-height: 14px;
    }

    .more-pic-section .more-btn {
        margin-left: 10px;
        width: 120px;
        height: 30px;
        background: #FFFFFF;
        border-radius: 15px;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #86B333;
        text-align: center;
        line-height: 30px;
    }

    .news-information .left-section .text1 {
        font-size: 27px;
        line-height: 36px;
    }

}




@media screen and (max-width: 810px) {
    body {
        min-height: 700px;
    }

    #header h3 {
        font-size: 38px;
    }

    #header h3 span {
        font-size: 16px;
    }

    /*导航条*/
    .navbar.navbar-inverse a {
        padding-left: 17px;
    }

}




@media screen and (max-width: 768px) {

    .navbar-wrapper .container,
    .navwrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}


@media screen and (max-width: 767px) {
    .navbar-header {
        display: block;
    }

    .navbar-header a.navbar-brand {
        display: block;
    }
}


@media screen and (max-width: 650px) {
    #wrapper {
        top: 200px !important;
    }

    .navbar-inverse .navbar-collapse {
        background: #fff;
    }

    .sci-package {
        padding: 15px 0;
    }

    .top-section h1 {
        width: 150px;
        font-size: 24px;
    }

    .top-section h2 {
        font-size: 16px;
        text-align: center;
    }

    .sci-text-pic .text1,
    .sci-text-pic .text2 {
        margin: 16px 0 10px 0;
        font-size: 14px;
    }

    .sci-text-pic .pic {
        width: 97%;
        margin-bottom: 10px;
    }

    .sci-text-pic .content2 {
        padding-bottom: 0;
    }

    .bottom-section .before-item {
        margin-bottom: 5px;
        padding-top: 0;
    }

    .sci-text-pic .content3 {
        padding-left: 5px;
        text-align: left;
    }

    .sci-text-pic .under-line {
        margin-top: 10px;
    }

    .more-pic-section .pic {
        position: absolute;
        width: 28px;
        height: 35px;
        left: 22px;
        top: -6px;
    }

    .more-pic-section .cont {
        height: 90px;
    }

    .more-pic-section .text-box {
        width: 70%;
        height: 104px;
    }

    .more-pic-section .text1 {
        font-size: 13px;
    }

    .more-pic-section .text2 {
        height: auto;
        margin-top: 6px;
    }

    .more-pic-section .more-btn {
        margin-left: 5px;
        width: 70px;
        height: 20px;
        border-radius: 10px;
        font-size: 12px;
        line-height: 20px;
    }

    .scientific-cont .scientific-item {
        margin-bottom: 10px;
    }

    .scientific-cont .middle {
        width: 100%;
    }

    .scientific-cont .middle .pic {
        width: 100%;
        height: 100%;
    }

    .scientific-cont .middle .detail-cont {
        padding-top: 0px;
    }

    .scientific-cont .middle .detail-cont .desc {
        padding: 0;
        margin: 0;
        width: unset;
    }

    .scienceClassroom .science-classroom-videos .right {
        margin-top: 10px;
    }

    .news-information .left-section {
        padding: 4px;
        width: 70px;
        height: 80px;
    }

    .news-information .left-section .text1 {
        font-size: 14px;
        line-height: 33px;
    }

    .news-information .center-section {
        padding: 0 10px;
    }

    .news-information .center-section .desc1 {
        font-size: 16px;
    }

    .news-information .right-section .pic {
        width: 130px;
        height: 110px;
    }

    .footer-item {
        padding: 10px;
    }
}


@media screen and (max-width: 480px) {
    .navbar.navbar-inverse.navbar-static-top a {
        line-height: 17px;
        padding-top: 11px;
        padding-bottom: 11px;
    }
}


@media screen and (max-width: 400px) {}<!--0.00019693374633789-->