@charset "utf-8";

header {
    position: relative;
}

a {
    text-decoration: none !important;
}



/*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;
}



/*News and Events 新闻和事件*/
/* 轮播图 */
.events{
    padding-bottom: 50px;
}
.top-section {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 100px;
    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;
}
.eventslist{
    width: 1173px !important;
}
.events .events-slices {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    /* background-color: red; */
}

.events .events-slices img {
    width: 25px;
    height: 25px;
}

.events .events-slices h5 {
    font-size: 25px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #222222;
    line-height: 50px;
    margin-left: 5px;
}

.events .events-slices .longstring {
    width: 3px;
    height: 30px;
    background-color: #222222;
    margin: 0 20px;
}

.events .events-slices .longstring2 {
    width: 260px;
    height: 2px;
    background-color: #86B333;
    margin-left: 75px;

}

.events .events-slices .riqi {
    font-size: 19px;
    font-family: 'Microsoft YaHei';
    font-weight: 600;
    color: #222222;
    line-height: 24px;
}

.events .events_list {
    display: flex;
}

.events .events-box {
    /* background-color: red; */
    display: flex;
    /* justify-content: flex-start; */
    flex-direction: column;
    align-items: flex-start;
}

.events .events-box .box-text1 {
    font-size: 22px;
    font-family: 'Microsoft YaHei';
    font-weight: 600;
    color: #114488;
    line-height: 36px;
    text-align: left;
}

.events .events-box img {
    width: 555px;
    height: 320px;
}

.events .events-box .box-text2 {
    font-size: 13px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    height: 94px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

/* 三个圆点 */
.paging {
    display: flex;
    justify-content: space-between;
}

.paging .paging-left,
.paging .paging-right {
    width: 430px;
    height: 3px;
    background-color: #86B333;
}

.paging .paging-centre {
    display: flex;
    align-items: center;
}

.paging .paging-centre div:nth-child(1),
.paging .paging-centre div:nth-child(3) {
    width: 12px;
    height: 12px;
    background: #114488;
    opacity: 0.4;
    border-radius: 50%;
}

.paging .paging-centre div:nth-child(2),
.paging .paging-centre .circle {
    width: 20px;
    height: 20px;
    background: #114488;
    border-radius: 50%;
    margin: 0 18px;
}

/* readmore开始 */
.readmore {
    width: 196px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #0C428A;
    line-height: 30px;
    margin: 45px auto;
    border: 3px solid #0C428A;
    border-radius: 42px;
    margin-bottom: 0;
}

.readmore:hover {
    background-image: linear-gradient(90deg, #0C428A 0%, #2B75D1 100%);
    color: #FFFFFF;
    border: 0;
}

/* Promotion Policy开始*/
.Policy {
    background: #F5F5F5;
    padding-top: 100px;
    padding-bottom: 50px;
}

.Policy .Policy-cont {
    margin-bottom: 71px;
    width: 1177px !important;
}

.Policy .Policy-left {
    background: url(/assets/images/group61.png) no-repeat;
    background-size: 100% 100%;
    width: 525px;
    height: 300px;
}

/* .Policy .Policy-items .bot-img{
    background: url(/assets/images/group22.png) no-repeat !important;
} */
.Policy .Policy-items {
    display: flex;
}

.Policy .Policy-left h3 {
    font-size: 19px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    padding: 55px 0 25px 0;
}

.Policy .Policy-left p,
.Policy .Policy-left h3 {
    padding-left: 55px;
    padding-right: 30px;
}

.Policy .Policy-left p {
    font-size: 12px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    height: 94px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    /* opacity: 0.4; */
}

.Policy .Policy-right {
    width: 645px;
    height: 300px;
}

/*Thesis Knowledge开始 */
.knowledge{
    padding-bottom: 50px;
}
.knowledge-content {
    padding-top: 101px;
}

.science-tech-content .top-section {
    margin-bottom: 104px;
}
/* .knowledge-box{
    width: 1175px !important;
} */
.knowledge-box .knowledge-list {
    display: flex;
    height: 245px;
}

.knowledge-box .knowledge-list .list-text {
    margin-left: 60px;
}

.knowledge-box .knowledge-list .top {
    border-top: 4px solid #86B333;
}

.knowledge .paging {
    margin-top: 30px;
}

.knowledge .paging .paging-centre {
    margin: auto;
}

.knowledge-box .knowledge-list .bot {
    border-bottom: 4px solid #86B333;
}

.knowledge-box .leptonema {
    height: 5px;
    background: #86B333;
    opacity: 0.3;
    margin: 30px 0;
}

.knowledge-box .list-text h3 {
    font-size: 22px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #222222;
    line-height: 30px;
    padding: 34px 0 20px 0;
}

.knowledge-box .list-text p {
    font-size: 12px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #666666;
    height: 93px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

/* Thesis Knowledge2开始*/

.Knowledge2 {
    padding-top: 100px;
    background: #F5F5F5;
    padding-bottom: 50px;
}

.Knowledge2 .Immunological-List .List_image {
    position: relative;
}

.Knowledge2 .Immunological-List .List_image img {
    width: 335px;
    height: 390px;
    display: flex;
    /* background: #6C8AAA; */
    /* box-shadow: 0px 4px 30px 0px rgba(131, 131, 131, 0.4); */
    /* background: #FFFFFF url(../images/图层\ 844.png) no-repeat;
    background-size: 100% 100%; */
    align-items: flex-end;
}

.Knowledge2 .Immunological-List .List_image .image-Text {
    position: absolute;
    bottom: 0;
    height: 70px;
    background: #0C428A;
    opacity: 0.6;
    width: 335px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    padding-left: 20px;

}

.Knowledge2 .Immunological-List p {
    height: 92px;
    width: 335px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-top: 20px;
    margin-bottom: 35px;
    border-bottom: 4px solid #86B333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.news-information .left-section .text1 {
    width: 69px;
    font-size: 29px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 37px;
}

.news-information .center-section {
    padding: 0 30px;
}

.news-information .center-section .desc1 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #0C428A;
}

.news-information .center-section .desc2 {
    padding-bottom: 5px;
    font-size: 10px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #222222;
}

.news-information .center-section .desc3 {
    font-size: 10px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #AAAAAA;
}

.news-information .right-section .pic {
    width: 190px;
    height: 143px;
}

.knowledge2 .paging {
    margin-top: 30px;
}

/*底部开始*/
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;
    }

    /*SCI解决方案*/
    .sci-package {
        padding: 20px 0;
    }

    .top-section h1 {
        padding-bottom: 35px;
        width: 170px;
        font-size: 28px;
    }

    .top-section h2 {
        margin-top: 7px;
        font-size: 18px;
    }

    .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.00020098686218262-->