/*清除浮动*/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

.clear {
    clear: both;
}

.w1000 {
    width: 1000px;
    margin: 0 auto;
}

.w700 {
    width: 700px;
    margin: 0 auto;
}

.w300 {
    width: 300px;
    margin: 0 auto;
}

.w320 {
    width: 320px;
    margin: 0 auto;
}

.w250 {
    width: 250px;
    margin: 0 auto;
}

.margin50-l {
    margin-left: 50px !important;
}

.margin15-t {
    margin-top: 15px !important;
}

.margin15-b {
    margin-bottom: 15px !important;
}

.banner-slide {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.banner-slide .bx-viewport {
    height: 500px;
}

.banner-slide ul li img {
    width: 100%;
    height: 500px;
    display: block;
}

.home .line-title {
    border-top: 3px solid #01529C;
    background: linear-gradient(180deg, #ACD7FF 0%, #FFFFFF 100%);
    border-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 6px;
}

.home .line-title .name {
    font-size: 16px;
}

.jx-line {
    border: 1px solid #979797;
    border-top: 0px;
}

.synopsis .content {
    padding: 0px 10px 10px;
}

.synopsis .entry {
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
}

.synopsis .entry span,
.synopsis .entry p {
    font-size: 13px !important;
    color: #01529C;
    line-height: 1.6;
    word-wrap: break-word;
}

.science .researchs_title {
    color: #01529C;
    padding: 0 10px;
}

.dvert-slider {
    height: 90px;
    overflow: hidden;
    position: relative;
    margin: 15px 0;
}

.dvert-slider img {
    width: 100%;
    height: 100%;
    display: block;
}

.dvert-text {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 22;
    color: #fff;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.backbone {
    position: relative;
    /* padding: 0 2em; */
    margin-top: 20px;
}

.backbone .swiper-container {
    height: 159px !important;
}

.backbone .slide img {
    width: 120px;
    height: 130px;
    overflow: hidden;
    max-height: 130px;
    margin-left: 10px;
    vertical-align: top;
    object-fit: cover;
}

.backbone .slide h3 {
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    padding: 5px 0;
    color: #333;
}