﻿/* 公司概况（走进莱域） CompanyOverview */


.bannerCarousel {
    height: 100%;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.bannerCarousel > .bannerCarousel-main {
    position: relative;
    width: 100%;
    height: 100%;
}
.bannerCarousel .bannerCarousel-img-box, .bannerCarousel .bannerCarousel-img-box > div {
    width: 100%;
    height: 100%;
    text-align: right;
    display: none;
} 
.bannerCarousel .bannerCarousel-img-box, .bannerCarousel .bannerCarousel-img-box > div.active {
    display: block;
}
.bannerCarousel .bannerCarousel-img-box img {
    width: auto;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
}
.bannerCarousel .bannerCarousel-num-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    text-align: center;
    height: 20px;
}
.bannerCarousel .bannerCarousel-num-box .bannerCarousel-num-list {
    width: 22px;
    height: 22px;
    display: inline-block;
    background: none;
    border: 2px solid #fff;
    text-align: center;
    margin: 0 20px;
    border-radius: 100%;
}
.bannerCarousel .bannerCarousel-num-box .bannerCarousel-num-list.active {
    background: #fff;
    color: #fff;
}
.bannerCarousel .bannerCarousel-title-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -100px;
}
.bannerCarousel .bannerCarousel-title-box .bannerCarousel-title-list {
    display: none;
}
.bannerCarousel .bannerCarousel-title-box .bannerCarousel-title-list.active {
    display: block;
}
.bannerCarousel .bannerCarousel-title-box .bannerCarousel-title-list-title {
    width: 270px;
    margin: 0 auto 40px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 26px;
    line-height: 80px;
    text-align: center;
}
.bannerCarousel .bannerCarousel-title-box .bannerCarousel-title-list-text {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    font-family: KaiTi;  /*STXingkai 华文行楷*/
    letter-spacing: 10px;
    text-indent: -10px;
}

.overview-office {
    width: 100%;
    margin: 30px 0 90px;
}

.overview-phylogeny {
    width: 100%;
    margin: 0 0 2px;
}

.overview-text {
    line-height: 40px;
}

.certificate ul {
    margin: 20px -20px 40px;
}
.certificate li {
    float: left;
    width: 15%!important;
    padding: 3px;
}
.certificate li:first-child  {
    width: 235px!important;
}
.certificate li:first-child + li  {
    width: 246px!important;
}
.certificate li:first-child + li + li  {
    width: 250px!important;
}
.certificate li:first-child + li + li + li {
    width: 135px!important;
}
.certificate li:first-child + li + li + li + li  {
    width: 136px!important;
}
.certificate li:first-child + li + li + li + li + li  {
    width: 136px!important;
}
.certificate li img {
    display: block;
    margin: 0 auto;
    width: 94%;
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    -webkit-box-shadow:  0 0 6px rgba(0, 0, 0, .2);
    box-shadow:  0 0 6px rgba(0, 0, 0, .2);
    padding: 0;
}
.certificate li:first-child img {
    width: 98%;
}
.certificate li:first-child + li img {
    width: 96%;
}


.flashback {
    padding: 20px 0;
}
    .flashback .container {
        width: 1240px;
        position: relative;
        left: -35px;
    }
.flashback .left {
    width: 33%;
    height: 595px;
    border: 1px solid #000;
    position: relative;
}
.flashback .flashback-header {
    width: 100px;
    border-left: 3px solid #ed813c;
    text-align: center;
    font-size: 20px;
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -50px;
    z-index: 3;
    height: 24px;
    line-height: 22px;
    font-family: STZhongsong;
}
    .flashback .flashback-center {
        width: 100%;
        height: 555px;
        padding-top: 30px;
        padding-left: 15px;
        background: #fff;
        overflow: hidden;
        position: absolute;
        left: 2px;
        top: 20px;
        z-index: 2;
    }
.flashback .flashback-center li {
    line-height: 41px;
    letter-spacing: 2px;
    font-size: 14px;
} 
.flashback .flashback-footer {
    width: 100%;
    line-height: 30px;
    position: absolute;
    bottom: 10px;
    left: 0;
    padding-left: 40px;
    z-index: 3;
} 
.flashback .right {
    width: 67%;
    padding: 30px 0 0 0;
}
.flashback .right>div>div {
    float: left;
    padding: 5px;
    position: relative;
 }
    .flashback .right .right-row-1 > div {
        height: 168px;
    }
    .flashback .right .right-row-2 > div {
        height: 170px;
    }
    .flashback .right .right-row-3 > div {
        height: 193px;
    }
.flashback .right img {
    width: 100%;
    /*height: 100%;*/
    display: block;
}
.flashback .right .text {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 5px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: #eee;
    background: rgba(0,0,0,0.5);
    z-index: 2;
}
.flashback .row-1 {
    width: 33%;
    width: calc(100% / 3);
}
.flashback .row-2 {
    width: 25%;
    width: calc(100% / 4);
}

.flashback .bannerCarousel .bannerCarousel-title-box{
    margin: 0;
    top: auto;
    left: 0;
    right: 0;
    bottom: 5px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: #eee;
    background: rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#99000000,endColorStr=#99000000,ShadowOpacity=0.2);
    z-index: 2;
}

.flashback .row-1 .bannerCarousel .bannerCarousel-title-box{
    bottom: 8px;
}
.flashback .row-2 .bannerCarousel .bannerCarousel-title-box{
    bottom: 5px;
}
.flashbackCarousel {
    cursor: pointer;
}
