.enterprise {
    width: 1300px;
    margin: 0 auto;
}

.enterprise-title {
    width: 100%;
    height: 164px;
    padding-left: 46px;
}


.enterprise-title>div:nth-child(1)>div:nth-child(1) {
    font-size: 38px;
    color: #313332;
    position: relative;
    font-weight: 700;
}

.enterprise-title>div:nth-child(1)>div:nth-child(1)::before {
    content: 'Corporate memorabilia';
    position: absolute;
    left: 0;
    top: 39px;
    text-transform: uppercase;
    font-size: 79px;
    height: 111px;
    z-index: 1;
    line-height: 111px;
    color: transparent;
    -webkit-text-stroke: 1px rgb(229, 229, 229);
    white-space: nowrap;
}
.enterprise-title-1>div:nth-child(1)>div:nth-child(1)::before  {
    content: 'company distribution';
}
.enterprise-title-2>div:nth-child(1)>div:nth-child(1)::before  {
    content: 'intellectual property';
}

.enterprise-title>div:nth-child(1)>div:nth-child(2) {
    font-size: 17px;
    color: #999999;
    margin-left: 13px;
}

.enterprise-arrow {
    width: 44px;
    height: 44px;
    background-color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 20px;
}

.enterprise-arrow-active {
    opacity: .6;
}

.enterprise-arrow-active .iconfont {
    color: #ccc;
}

.enterprise-box {
    width: 1300px;
    height: 426px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.enterprise-box-main {
    position: absolute;
    left:calc((99vw - 1300px) / 2 - (99vw - 1300px));
    top: 0;
    width: 100%;
    z-index: 10;
}

.enterprise-box-main-line {
    width: calc(99vw / 2 - 650px);
    height: 426px;
}

.enterprise-box-main-item {
    height: 426px;
    width: 303px;
    flex-shrink: 0;
    
}
.enterprise-box-main-item-nian {
    position: relative;
    font-size: 40px;
    color: #42a05f;
    font-weight: 700;
    display: inline-block;
}

.enterprise-box-main-item-nian::before {
    position: absolute;
    left: 98px;
    top: 3px;
    width: 14px;
    height: 18px;
    content: '年';
    font-size: 14px;
    font-weight: normal;


}

.enterprise-box-main-line-grey {
    width: calc(100% - 10px);
    height: 3px;
    background:  #dddddd;
    margin-bottom: 15px;
}

.enterprise-box-main-item-nian::after {
    position: absolute;
    left: 98px;
    bottom: 15px;
    content: '';
    width: calc(100% - 110px);
    height: 3px;
    background:  #dddddd;
}
.enterprise-box-main-item-nian1::after {
    width: calc(100vw - 1300px);
}
.enterprise-box-main-item-left-line {
    width: 1px;
    height: 260px;
    background-image: linear-gradient(to bottom, #ccc 0%, #ccc  50%, transparent 50%);
  background-size: 1px 10px;
  background-repeat: y-repeat;
   position: relative;
}

.enterprise-box-main-item-top {
    position: relative;
    height: 2px!important;
}

.enterprise-box-main-item-float {
    position: absolute;
    width: 234px;
    left: 0;
    top: 40px;
    background-color: #ffffff;
    box-shadow: 0px 2px 25px 0px rgba(0, 157, 74, 0.04);
    border-radius: 15px 15px 15px 0;
    padding: 29px 43px;
    color: #000000;
    font-size: 14px;
    line-height: 22px;
    z-index: 10000;
}
.enterprise-box-main-item-float::before {
    position: absolute;
    content: '';
    bottom: -14px;
    left: 0;
    width: 24px;
    height: 14px;
    background: url(/images/about/float-icon.png) no-repeat;
}
.enterprise-box-main-item-float div {
    position: relative;
    margin-bottom: 7px;
}
.enterprise-box-main-item-float div::before {
    content: '';
    position: absolute;
    left: -13px;
    top: 7px;
    width: 7px;
	height: 7px;
	border-radius: 50%;
	border: solid 1px #42a05f;
    flex-shrink: 0;
}
.owl-nav {
    display: none;
}
.owl-dots {
    display: none;
}
.customPrevBtn-active,.customNextBtn-active {
    opacity: .6;
    cursor: not-allowed;
}
.customPrevBtn-active,.customNextBtn-active .iconfont {
    color: #cccccc;
}