.layout-content {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 77px;
    padding-bottom: 100px;
}

.content-intro {
    display: flex;
}

.intro-title {
    font-weight: bold;
    font-size: 32px;
    color: #000000;
    padding-top: 20px;
}

.intro-content {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    width: 451px;
    margin-top: 22px;
    max-height: 300px;
    margin-right: 30px;
    margin-bottom: 26px;
}

.intro-number {
    font-weight: bold;
    font-size: 33px;
    color: #000000;
}

.intro-banners{
    width: 820px;
    height: 470px;
}


.intro-swiper {
    /*width: 820px;*/
    /*height: 470px;*/
    width: 1300px;
    height: 470px;
    overflow: hidden;
    position: relative;
}

.intro-swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.intro-progress {
    width: 262px;
    margin-right: 60px;
}
.intro-progress .intro-progress-model{
    background: #BFBFBF;
    border-radius: 0px 0px 0px 0px;
    height: 4px;
    position: relative;
}
.intro-progress-tabs{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
}
.tabs-active-intro{
    background-color: black !important;
}
.arrows-left{
    margin-right: 15px;
    cursor: pointer;
}
.arrows-right{
    cursor: pointer;
}

.intro-pagination{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}


/*园区*/
.content-park{
    width: 1300px;
    padding-top: 120px;
}
.content-park .park-title{
    font-weight: bold;
    font-size: 36px;
    color: #000000;
}
.content-park .park-subTitle{
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    padding-top: 24px;
    padding-bottom: 44px;
}
.content-park .park-swiper{
    height: 350px;
    width: 100%;
    overflow-x: hidden;
    position: relative;
}
.content-park .swiper-wrapper{
    width: 100%;
    height: 100%;

}
.content-park .park-cad-img{
    width: 100%;
    height: 234px;
    position: relative;
}

.content-park .card-body .park-card-title{
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    padding-bottom: 19px;
}

.content-park a{
    font-weight: 400;
    font-size: 18px;
    color: #3B89C3;
    text-decoration:none;
}

.park-cad-img-360{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top:0;
}


/* 自定义前一个按钮的样式 */
.swiper-button-prev {
    background-image: url("/site/assets/img/left.png");
    background-size: cover;
    width: 56px;
    height: 56px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

/* 自定义后一个按钮的样式 */
.swiper-button-next {
    background-image: url("/site/assets/img/right.png");
    background-size: cover;
    width: 56px;
    height: 56px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

.swiper-button-next:after, .swiper-button-prev:after{
    display: none;
}


/*企业服务*/
.content-ent{
    width: 1300px;
    padding-top: 120px;
}
.content-ent .ent-title{
    font-weight: bold;
    font-size: 36px;
    color: #000000;
}
.content-ent .ent-subTitle{
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    padding-top: 24px;
    padding-bottom: 44px;
}
.content-ent .ent-swiper{
    height: 350px;
    width: 100%;
    overflow-x: hidden;
    position: relative;
}
.content-ent .swiper-wrapper{
    width: 100%;
    height: 100%;
}
.content-ent .ent-cad-img{
    width: 100%;
    height: 234px;
    position: relative;
}

.content-ent .card-body .ent-card-title{
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    padding-bottom: 19px;
}

.content-ent a{
    font-weight: 400;
    font-size: 18px;
    color: #3B89C3;
    text-decoration:none;
}

.ent-cad-img-360{
    width: 100%;
    height: 54px;
    background: rgba(0, 0, 0, 0.54);
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    bottom: 0;
    text-align: center;
    line-height: 54px;
}
.ent-cad-img-360 span{
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}