body {
    padding-top: 132px;
}

li {
    list-style: none;
}

.navbar {
    background: #FFFFFF;
}

.mainheader {
    padding: 30px 0;
}

.navbar-brand {
    height: auto;
    padding: 0 20px;
}

.navbar-brand img {
    float: left;
    margin-right: 20px;
    width: 200px;
}

.navbar-nav {
    float: right;
}

.navbar-default .navbar-nav>li>a {
    color: #000000;
    font-size: 16px;
    padding: 25px 15px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #00235a;
    background: #FFFFFF;
}

.navbar-default .navbar-nav>.active>a {
    color: #00235a;
    background: #FFFFFF;
    border-bottom: 2px solid #00235a
}

#think_page_trace_open {
    display: none;
}

.footer {
    background: #00235a;
    padding: 30px 0;
}

.wrap {
    width: 1170px;
    margin: 0 auto;
}

.footerflex {
    display: flex;
    justify-content: space-between;
}

.footerfl {
    color: #FFFFFF;
    font-size: 16px;
}

.footerfl ul {
    display: flex;
}

.footerfl ul li {
    margin-right: 30px;
}

.footerfl ul li dl dt {
    font-size: 18px;
    margin-bottom: 20px;
}

.footerfl ul li dl dd {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.8);
}

.footerfl ul li dl dd a {
    color: rgba(255, 255, 255, 0.8);
}

.footerfl ul li dl dd a:hover {
    color: rgba(255, 255, 255, 1);
}

.footerfr {
    width: 400px;
    height: 175px;
    /*margin-top: 24px;*/
}

.footerfr img {
    width: 300px;
}
.footerfl-text{
    padding-top: 20px;
}
.footerfl-text span{
    color: #ffffff;
    font-size: 14px;
}

.icp {
    text-align: center;
    color: #666666;
    margin: 10px 0;
    font-size: 16px;
}


.subtitle {
    margin-top: 80px;
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    color: #000000;
}

.titleborder {
    border-bottom: 5px solid #00235a;
    width: 100px;
    margin: 0px auto;
}

.contactus {
    margin: 50px 0;
}

.contactus ul {
    display: flex;
    flex-wrap: wrap;
}

.contactus ul li {
    width: 50%;
    transition: all .3s;
    display: flex;
    align-items: center;
    margin: 30px 0;
}

.contactus ul li img {
    width: 50px;
    height: 50px;
}

.contactus ul li img:hover {
    transform: rotateY(180deg);
}

.contactus ul li span {
    color: #000;
    padding-left: 20px;
    font-size: 20px;
    line-height: 1.6;
}

.companyprofile {
    display: flex;
    margin: 50px 0;
    justify-content: space-between;
}

.companyfl {
    width: 600px;
}

.companyfl .title {
    font-size: 26px;
    color: #000000;
}

.companyfl .eTitle {
    font-size: 18px;
    color: #000000;
    padding: 10px 0 20px 0;
}

.companytext {
    color: #000;
    font-size: 16px;
    text-indent: 21px;
    line-height: 28px;
}

.companytext p {
    text-indent: 2rem;
}

.companyfr {
    width: 400px;
    height: 310px;
    border: 2px solid #02050e;
    border-radius: 10px;
    margin-top: 80px;
    text-align: center;
}

.companyfr img {
    width: 360px;
    height: 270px;
    margin-top: 20px;
}

.line {
    height: 3px;
    background: #000000;
    width: 100%;
    position: relative;
}

.circular {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #FFFFFF;
    color: #fff;
    border: 3px solid #b1abab;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.subtitle {
    margin: 30px 0;
    text-align: center;
    color: #000;
    font-weight: 400;
}

.subtitle span {
    text-align: center;
    font-size: 30px;
}

.subtitle p {
    font-size: 20px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper .swiper-slide {
    width: 60%;
}

.time-show {
    width: 700px;
    height: 100%;
    margin: 0 auto;
    display: flex;
}

.time-show-item {
    width: 350px;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.item-top,
.item-bottom {
    height: 190px;
}

.el-divider {
    background-color: #6d6d6d;
    height: 3px;
    position: relative;
}

.el-divider--horizontal {
    margin: 1px 0;
    display: block;
    height: 1px;
    width: 100%;
}

.el-divider .el-divider__text {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 0;
    color: #fff;
    border: 3px solid #b1abab;
}

.el-divider__text.is-center {
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.el-divider__text {
    position: absolute;
    background-color: #fff;
    padding: 0 20px;
    font-weight: 500;
    color: #303133;
}

.el-divider__text,
.el-image__error,
.el-link,
.el-timeline,
.el-transfer__button i,
.el-transfer__button span {
    font-size: 14px;
}

.item-bottom-content {
    background-color: #00265f;
    margin: 20px 0;
}

.item-bottom-content p {
    color: #fff;
    text-align: center;
    padding: 10px 15px;
}

.order-top {
    order: 1;
}

.order {
    order: -1;
}

.content-culture {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-color: #dbdbdb;
    margin-top: 60px;
    padding: 50px 0 30px 100px;
}

.content-culture h3 {
    color: #03080e;
    font-size: 26px;
    font-weight: bold;
    margin: 0 0;

}

.content-culture p {
    color: #0b0e11;
    font-size: 26px;
    padding: 5px 0;
}

.content-culture span {
    font-weight: 400;
    line-height: 36px;
    font-size: 18px;
    padding: 5px 0;
    color: #383737;
}

.border {
    border-bottom: 1px solid #666667;
    width: 15%;
    margin: 0 auto;
}

.certificate {
    margin: 80px 0;
}

.certificateimg {
    width: 220px;
    padding: 10px 0;
    list-style: none;
    border: 1px solid #eee8aa;
}

.certificateimg img {
    width: 100%;
}

.swiper.mySwipers .swiper-slide {
    width: 234px;
}

.swiper.mySwipers .swiper-button-prev,
.swiper.mySwipers .swiper-button-next {
    background: rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    width: 28px;
    height: 50px;
}
.swiper.mySwipers .swiper-button-prev:hover,
.swiper.mySwipers .swiper-button-next:hover{
    background: rgba(0, 0, 0, 0.8);
}

.swiper.mySwipers .swiper-button-prev:after,
.swiper.mySwipers .swiper-button-next:after {
    font-size: 26PX;
}


/*活动剪影*/
.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.activity .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.9);
    opacity: 0.55;
}

.activity .swiper-slide-active,
.activity .swiper-slide-duplicate-active {
    transform: scale(1);
    opacity: 1;
}

.activity {
    overflow: hidden;
    height:350px;
}

.swiper-container .swiper-slide {
    height: 300px;
}
.swiper-container .swiperpagination{
    position:absolute;
    transform: translateX(34%);
}
.swiper-container .swiper-button-next,.swiper-container .swiper-button-prev{
    background: rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    width: 38px;
    height: 38px;
    border-radius:20px;
}
.swiper-container .swiper-button-next:hover,.swiper-container .swiper-button-prev:hover{
    background: rgba(0, 0, 0, 0.8);
}

.rartners{
    margin:100px auto 50px auto;
}
.rartnerslist{
    margin-top:50px;
}
.rartnerslist ul{
    display:flex;
    flex-wrap: wrap;
}
.rartnerslist ul li{
    width: 67px;
    height: 67px;
    list-style: none;
    margin: 15px 22px;
}
.rartnerslist ul li img{
    width: 100%;
    height: 100%;
    border: 1px solid #c2daeb;
}


/*文章中心*/
.article-infobox span{
    margin-right:15px;
}



/*产品中心*/
.productslide{
    margin:100px 0 50px 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.productslide_fl{
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 700px;
    justify-content: center;
    background-color: rgb(0, 160, 200);
}
.productslide_fl .slidetitle{
    align-self: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 50px;
    background-color: #fff;
    border-radius: 10px;
    font-weight: 600;
    color: #45daff;
    font-size: 27px;
}
.productslide_fl p{
    margin-top: 40px;
    align-self: center;
    width: 70%;
    height: fit-content;
    text-indent: 50px;
    font-size: 22px;
    line-height: 2;
    text-align: justify;
    color: #fff;
    white-space: pre-wrap;
}
.productslide_fr{
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 700px;
    justify-content: space-between;
}

.rightinto{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.rightinto_1{
    justify-content: center;
}
.rightinto img{
    width:100%;
}
.rightinto img.productimg{
    width:48%;
}
.rightinto img.productimg_1{
    width:50%;
}

.product .swiper-button-next,.product .swiper-button-prev{
    width:38px;
    height:38px;
    background:rgba(0, 0, 0, 0.25);
    color:#FFFFFF;
    border-radius:20px;
}
.product .swiper-button-next:after,.product .swiper-button-prev:after{
    font-size:18px;
}
.product .swiper-button-next:hover,.product .swiper-button-prev:hover{
    background:rgba(0, 0, 0,1);
}

.video{
    margin:30px 0;
    width:100%;
}
.video video{
    width:100%;
    height:600px;
    margin-bottom:20px;
}

/*文章中心*/
.col-md-10{
    width:100%;
    margin-top:50px;
    display:flex;
    flex-wrap: wrap;
}
.col-md-9 .list-boxes{
    width:260px;
    border: solid 1px #E5E5E5;
    margin-right:25px;
}
.col-md-9 .list-boxes .listimg{
    display:block;
    width:100%;
    height:150px;
    overflow:hidden;
}
.col-md-9 .list-boxes .listimg img{
    width:100%;
    height:100%;
}
.col-md-9 .list-boxes h2{
    margin-top:10px;
}
.col-md-9 .list-boxes h2 a{
    display:block;
    height:60px;
    color:#15669e;
    font-size:20px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height:28px;
    font-weight:bold;
}
.col-md-9 .list-boxes h2 a:hover{
    text-decoration: underline;
}
.col-md-9 .list-boxes p{
    font-size:14px;
    color:#666666;
    height:80px;
    overflow:hidden;
    margin:15px 0;
}
.pull-right{
    float:none !important;
}

.pagecenter{
    text-align:center;
}

/*科学支持*/
.science_list{
    border:1px solid #DDDDDD;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:40px 0;
    margin-bottom:10px;
}
.science_list img{
    margin: 0 100px;
    width: 20vw;
    height: 20vh;
}
.sciencetext{
    width: 490px;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.sciencetext_active{
    order: -1;
}
.science_title{
    line-height:30px;
    font-size: 24px;
    color: #000;
    display:block;
    font-weight:bold;
}
a:hover{
    text-decoration:none;
}
.science_title:hover{
    color:#F00;

}
.sciencetext p{
    color:#999999;
}
.sciencetext .science_subtext{
    height: 150px;
    color: #484848;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    white-space: normal!important;
    word-wrap: break-word;
}
.science_more{
    display:block;
    width:70px;
    height:32px;
    background:#FF7518;
    color:#FFFFFF;
    font-size:16px;
    text-align:center;
    line-height:32px;
}
.science_more:hover{
    color:#FFFFFF;
    background:#c04d00;
}
.list-boxes img{
    width: 220px;
    height: 150px;
}





/*兼容H5*/
@media (max-width:1024px) {
    body {
        padding-top: 70px;
    }

    .navbar-default .navbar-nav>li>a {
        padding: 15px;
        font-size: 14px;
    }

    .navbar-brand img {
        margin-right: 10px;
        width: auto;
        height: 50px;
    }

    .mainheader {
        padding: 12px 0 0 0;
    }

    .navbar-toggle {
        margin-top: 10px;
    }
    .wrap{
        width:100%;
    }
}

@media (max-width:766px) {
    .navbar-nav {
        float: none;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background: #FFFFFF;
    }

    .navbar-default .navbar-nav>li>a {
        padding: 12px 0 12px 30px;
    }

    .navbar-default .navbar-nav>.active>a {
        border-bottom: none;
    }

    .navbar-default .navbar-collapse {
        box-shadow: 0 12px 12px rgba(0, 0, 0, 0.25);
    }

    .mobilehide {
        display: none;
    }

    .footerflex {
        display: block;
    }
    .footerfr {
        width: 125px;
        height: 125px;
        margin: 20px auto 0;
    }

    .footerfl ul li dl dt {
        display: none;
    }

    .subtitle {
        font-size: 30px;
        margin-top: 50px;
    }

    .titleborder {
        width: 60px;
        border-bottom: 3px solid rgb(0, 0, 255);
    }

    .contactus ul {
        display: block;
        padding-left: 20px;
    }

    .contactus ul li {
        width: 100%;
    }

    .contactus ul li img {
        width: 40px;
        height: 40px;
    }

    .contactus ul li span {
        font-size: 16px;
    }

    /*走进BIAI*/
    .companyprofile{
        display:block;
    }
    .companyfl{
        width:100%;
        padding:0 20px;
    }
    .companyfl .title{
        font-size:20px;
    }
    .companyfl .eTitle{
        font-size:14px;
        padding:0;
    }
    .companyfr{
        width:auto;
        height:auto;
        padding:20px;
        margin:20px;
    }
    .companyfr img{
        width:100%;
        height:auto;
        margin-top:0;
    }
    .subtitle span{
        font-size:20px;
    }
    .subtitle p{
        font-size:16px;
    }
    .swiper .swiper-slide{
        width:100%;
    }
    .time-show{
        width:100%;
    }
    .time-show-item{
        width:50%;
    }
    .item-bottom-content p{
        font-size:14px;
        padding:7px 10px;
    }
    .content-culture{
        padding:30px 0 12px 20px;
    }
    .content-culture h3{
        font-size:22px;
    }
    .content-culture p{
        font-size:20px;
    }
    .content-culture span{
        font-size:14px;
    }
    .certificate{
        margin:50px 0;
    }
    .swiper-container .swiper-slide{
        height:200px;
    }
    .activity{
        height:230px;
    }
    .activity .swiper-slide{
        transform: scale(0.85);
        -ms-transform: scale(0.85);
        -moz-transform: scale(0.85);
        -webkit-transform: scale(0.85);
    }
    .activity .swiper-slide-active, .activity .swiper-slide-duplicate-active{
        transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
    }
    .swiper-container .swiperpagination{
        opacity: 0;
    }

    .rartners{
        margin:50px 0;
    }
    .rartnerslist ul{
        padding-left:20px;
    }
    .rartnerslist ul li{
        margin:12px 15px;
    }
    /*产品中心*/
    .productslide{
        margin:70px 0 50px 0;
    }
    .productslide_fl,.productslide_fr{
        height:400px;
    }
    .productslide_fl .slidetitle{
        font-size:14px;
        width:auto;
        height:auto;
        padding:4px 6px;
    }
    .productslide_fl p{
        margin-top:10px;
        font-size:14px;
        text-indent:2rem;
        line-height: 1.6;
    }
    .video video{
        height:300px;
    }

    /*文章中心*/
    .col-md-10{
        display:block;
    }
    .col-md-9 .list-boxes{
        width:100%;
        margin-right:0;

    }
    .col-md-9 .list-boxes .listimg{
        width:125px;
        height:125px;
        float:left;
        margin-right:15px;
    }
    .col-md-9 .list-boxes h2 a{
        font-size:16px;
        height:52px;
        line-height: 24px;
    }
    .col-md-9 .list-boxes p{
        font-size:12px;
        height:52px;
    }
    .pull-right{
        display:none;
    }
    .science_list{
        padding:15px 0;
    }
    .sciencetext_active{
        order: 1;
    }
    .science_list img{
        margin:0 15px;
    }
    .science_title{
        font-size:16px;
        line-height:20px;
        height:40px;
        overflow:hidden;
    }
    .sciencetext .science_subtext{
        height:48px;
        line-height: 24px;
        overflow:hidden;
        font-size:14px;
        margin:10px 0;
    }
    .sciencetext{
        height:auto;
    }
    .science_more{
        font-size:14px;
        width:56px;
        height:32px;
        line-height: 32px;
    }
    .sciencetext p{
        font-size:12px;
    }
}
.view_contents {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    z-index: 10;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
.layout > .view_contents {
    overflow: visible;
    max-width: 1200px;
}
.d-flex{
    display: flex;
}
.flex-1{
    flex: 1;
}
.content{
    padding-top: 100px;
    padding-bottom: 100px;
    justify-content: space-between;
}