.factory-content {
    padding: .3rem;
}

.factory-Picture {
    width: 100%;
    height: 2.26rem;
}

.factory-Picture>img {
    width: 100%;
    height: 100%;
}

.factory-content {
    font-size: .28rem;
}

.factory-content-title {
    color: rgba(51, 51, 51, 1);
    font-size: .48rem;
    font-weight: bold;
    text-align: center;
    margin-top: .6rem;
}

.factory-borde {
    width: .44rem;
    height: .04rem;
    background: rgba(239, 126, 24, 1);
    border-radius: .4rem;
    margin: 0 auto;
    margin-top: .18rem;
}

.brief-introduction {
    color: rgba(51, 51, 51, 1);
    font-size: .32rem;
    margin-top: .4rem;
    font-weight: bold;
}

.factory-txt {
    color: rgba(102, 102, 102, 1);
    margin-top: .25rem;
    line-height: .45rem;
}

.video {
    width: 100%;
    height: 3.88rem;
    margin: .4rem 0rem;
}

.video>img {
    width: 100%;
    height: 100%;
}

.factory-scrolling {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.factory-scrolling-nav {
    width: 2.8rem;
    padding: .3rem;
    background: rgba(251, 251, 251, 1);
    font-size: .24rem;
    margin-bottom: .1rem;
}

.factory-scrolling-nav-num {
    color: rgba(239, 126, 24, 1);
}

.factory-scrolling-nav-num>.num {
    font-size: .48rem;
    font-weight: bold;
}

.factory-scrolling-nav-num>.unit {
    font-size: .28rem;
}

.factory-scrolling-nav-border {
    width: 100%;
    height: 1px;
    background: rgba(234, 234, 234, 1);
    margin: .16rem 0rem;
}

.factory-scrolling-nav-text {
    display: flex;
    align-items: center;
    margin: .2rem 0rem;
}

.workshop {
    width: .24rem;
    margin-right: .12rem;
}

.history {
    position: relative;
    width: 100%;
    background: url('../../img/history-bg.png') no-repeat;
    height: 11.62rem;
    background-size: 100% 100%;
    margin-top: .5rem;
}

.history-time {
    position: absolute;
    font-size: 1.8rem;
    color: rgba(245, 245, 245, 1);
    text-align: center;
    top: .88rem;
    left: 1.6rem;
    z-index: 0;
    pointer-events: none;
}

.history-title {
    position: relative;
    color: rgba(51, 51, 51, 1);
    font-size: .48rem;
    font-weight: bold;
    text-align: center;
    padding-top: 1.8rem;
    z-index: 1;
}

.history-item {
    padding: 0rem .3rem;
}

.history-Picture {
    width: 100%;
    height: 4.6rem;
    margin-top: 1.06rem;
    margin-bottom: .1rem;
}

.history-Picture>img {
    width: 100%;
    height: 100%;
}

.history-characters {
    display: flex;
    align-items: center;
    font-size: .28rem;
    color: rgba(51, 51, 51, 1);
    margin-top: .3rem;
}

.history-characters-circle {
    float: left;
    width: .12rem;
    height: .12rem;
    border-radius: 50%;
    background: rgba(239, 126, 24, 1);
    margin-right: .15rem;
}

.history-characters-txt {
    width: 92%;
}

.timeline {
    padding: 0rem .3rem;
    height: 4px;
    background: #F7F8FC;
    border-radius: 5px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    /* overflow-x: scroll;
    white-space: nowrap; */
}

.timeline::-webkit-scrollbar {
    display: none;
    /* 针对Webkit浏览器 */
}

.timeline li {
    margin-top: 0.7rem;
    position: relative;
    padding: 18px 0.4rem;
    cursor: pointer;
    font-weight: 400;
    font-size: 0.28rem;
    color: rgba(153, 153, 153, 1);
}

.timeline li.active:before {
    content: '';
    position: absolute;
    top: -16%;
    left: 44%;
    transform: rotate(90deg);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 10px;
    border-color: transparent transparent transparent #EF7E18;
}

.corporateCulture {
    margin-top: 1.4rem;
    background: rgba(248, 249, 251, 1);
    padding-top: .3rem;
    padding-bottom: .8rem;
}

.corporateCulture-item {
    padding: 0rem .3rem;
}

.corporateCulture-item-list {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: .6rem;
    flex-wrap: wrap;
}

.corporateCulture-item-list-item {
    width: 2.8rem;
    height: 5.8rem;
    padding: 0rem .3rem;
    padding-top: .4rem;
    font-size: .24rem;
    margin-bottom: .1rem;
    background: url('../../img/culture-bg.png');
    background-size: 100% 100%;
    color: #fff;
    text-align: center;
}

.corporateCulture-item-list-item-title {
    font-size: .32rem;
    font-weight: bold;
}

.corporateCulture-item-list-item-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: .28rem;
    margin-top: -.5rem;
    /* text-align: left; */
}

.strength {
    padding: 0rem .3rem;
}

.strength-context {
    font-size: .28rem;
    color: rgba(153, 153, 153, 1);
    padding: .3rem;
    line-height: .45rem;
}

.strength-list {
    display: flex;
    overflow-x: scroll;
    width: 100%;
    height: 4.58rem;
    justify-content: space-between;
}

.strength-list-item {
    /* display: flex;
    flex-direction: column; */
    min-width: 3.4rem;
    height: 2.04rem;
    white-space: nowrap;
    margin-right: .1rem;
}

.strength-list-item-banner {
    width: 100%;
    height: 100%;
}

.strength-list-item-banner>img {
    width: 100%;
    height: 100%;
}

.activeBanner {
    margin-top: .1rem;
}

.strength-list-item-right {
    width: 3.4rem;
    height: 4.18rem;
}

.strength-list-item-right>img {
    width: 100%;
    height: 100%;
}

.qualification {
    width: 100%;
    height: 6.8rem;
    background: url('../../img/Qualification-bg.png') no-repeat;
    background-size: 100% 100%;
}

.qualification-context {
    font-size: .24rem;
    color: rgba(153, 153, 153, 1);
    padding: .3rem .51rem;
}

.qualification-text {
    font-size: .24rem;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    margin-top: .3rem;
}

.VideoImage {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 3.88rem;
}

.carouselBanner {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.carouselBanner .swiper-slide {
    /* width: 3rem!important;
    height: 4.24rem; */
    width: 172px!important;
    height: 242px;
    /* transform: translate3d(-80px, 0px, -480px) rotateX(0deg) rotateY(-40deg) scale(1)!important; */
}

.dateTimeList {
    display: flex;
    overflow-x: scroll;
    width: 100%;
    height: 4.58rem;
    justify-content: space-between;
}

.dateTimeList-date {
    font-size: .28rem;
    height: 2.04rem;
    margin-right: .1rem;
}

#histroy-html {
    height: 2.5rem;
}