#banner {
    width: 100%;
    height: 725px;
    padding: 0;
    overflow: hidden;
    background-image: url('https://website-1322978539.cos.ap-guangzhou.myqcloud.com/zrczwms/img/cold-chain-park/banner.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
}

#banner .banner-left {
    position: absolute;
    top: 30%;
}

#banner .banner-left .banner-left-title {
    font-weight: 600;
    font-size: 50px;
    margin-bottom: 20px;
}

#banner .banner-left .banner-left-content {
    font-size: 25px;
    line-height: 50px;
    margin-bottom: 40px;
    color: #717171;
}

#banner .banner-left-fotter {
    display: flex;
    align-items: center;
}


#banner .banner-left .banner-left-button {
    width: 180px;
    background: #1669ff;
    color: #fff;
    border: none;
    border-radius: 35px;
    font-size: 17px;
    padding: 14px 0;
    cursor: pointer;
    transition: background 0.2s;
    margin-left: 20px;
    outline: none;
}

#banner .banner-left .shadow1 {
    background: #78a2f8;
    width: 143px;
}

#banner .banner-left .shadow1:hover {
    background: #1669ff;
    color: #fff;
}

#banner .banner-right {
    margin-left: auto;
    display: flex;
    justify-content: right;
}

#banner .banner-right img {
    width: 85%;
}

#video-deatil {
    /* --un-bg-opacity: 0.5;
  background-color: rgba(0, 0, 0, var(--un-bg-opacity)); */
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 100vw; */
    width: 100%;
    height: 100vh;
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
}

#video-deatil .dialog-video {
    width: 50vw;
    margin-top: 70px;
    position: relative;
}

#video-deatil .video {
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
    display: inline-block;
    vertical-align: baseline;
    box-shadow: 0 8px 16 rgba(0, 0, 0, .3);
}

#video-deatil .video-close-icon {
    position: absolute;
    line-height: 40px;
    border-radius: 50%;
    top: 6px;
    right: 6px;
    width: 36px;
    height: 36px;
    fill: #fff;
    cursor: pointer;
    display: block;
}

#video-deatil .video-close-icon:hover {
    fill: #2268f0;
}

.main {
    width: 100%;
    padding: 0;
    overflow: hidden;
    position: relative;
    background-image: url('https://website-1322978539.cos.ap-guangzhou.myqcloud.com/zrczwms/img/cold-chain-park/bj.webp');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}


/*--------------------------------------------------------------
# plan Section
--------------------------------------------------------------*/
#plan .container {
    padding: 50px 0;
    height: 100%;
}


#plan .section-box {
    position: relative;
    display: flex;
    height: 100%;
}

#plan .section-box .section-box-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding: 0px;
}

#plan .section-box .section-box-text .title {
    font-size: 40px;
    font-weight: 550;
}

#plan .section-box .section-box-text .desc {
    font-size: 20px;
    color: #717171;
    /* margin-left: 20px; */
}


#plan .section-box .section-box-text .detail {
    position: relative;
    font-size: 18px;
    color: #717171;
    letter-spacing: 0;
    text-align: justify;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 10px;
}

#plan .section-box .consult-btn-box {
    margin-top: 20px;
}


#plan .section-box .section-box-img {
    margin-left: 85px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#plan .section-box .section-box-img img {
    width: 85%;
}

/*--------------------------------------------------------------
# core Section
--------------------------------------------------------------*/

#core {
    padding-bottom: 55px;
}

#core .core-title {
    font-weight: 600;
    font-size: 40px;
    padding-top: 60px;
    padding-bottom: 5px;
    text-align: center;
    color: #333333;
}

#core .core-english {
    text-align: center;
    font-size: 24px;
}

#core .core-footer {
    display: grid;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 36px;
    padding-top: 70px;
}

#core .core-content {
    display: flex;
    align-items: center;
    height: 110px;
    background-color: #f6f9ff;
    border-radius: 20px;
    max-width: 290px;
    border: 2px solid #fff;
}


#core .core-content .core-content-img {
    width: 56px;
    margin-left: 25px;
    margin-right: 20px;

}

#core .core-content .core-content-text {
    font-size: 20px;
    padding-right: 20px;
}

/*--------------------------------------------------------------
# property
--------------------------------------------------------------*/
#property {
    width: 100%;
    /* height: 800px; */
    padding: 0;
    overflow: hidden;
    position: relative;
    background-image: url('https://website-1322978539.cos.ap-guangzhou.myqcloud.com/zrczwms/img/cold-chain-park/azy-cold-chain-park-management-platform-property-management-software-interface.webp');
    background-size: 45%;
    background-position: 80%;
    background-repeat: no-repeat;
}

#property .container {
    padding: 50px 0;
    height: 100%;
}


#property .section-box {
    position: relative;
    display: flex;
    height: 100%;
}

#property .section-box .section-box-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40%;
    padding: 0px;
}

#property .section-box .section-box-text .title {
    font-size: 40px;
    font-weight: 550;
}

#property .section-box .section-box-text .desc {
    font-size: 20px;
    color: #717171;
    margin-left: 20px;
}


#property .section-box .section-box-text .detail-nub {
    position: relative;
    font-size: 18px;
    color: #717171;
    letter-spacing: 0;
    text-align: justify;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 10px;
}

#property .section-box .section-box-text .detail-nub {
    color: #1669ff;
    font-weight: 600;
}

#property .section-box .detail-nub span {
    display: block;
    margin-top: 2px;
    color: #717171;
    font-weight: 400;
}

#property .detail .detail-list {
    margin-top: 30px;
    padding-left: 0;
}


/* #property .section-box .section-box-img {
    margin-left: 85px;
        display: flex;
    flex-direction: column;
    justify-content: center;
} */


/*--------------------------------------------------------------
# car
--------------------------------------------------------------*/


#car .container {
    padding: 50px 0;
    height: 100%;
}


#car .section-box {
    position: relative;
    display: flex;
    height: 100%;
}

#car .section-box .section-box-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* width: 40%; */
    padding: 0px;
    margin-left: 85px;
}

#car .section-box .section-box-text .title {
    font-size: 40px;
    font-weight: 550;
}

#car .section-box .section-box-text .desc {
    font-size: 20px;
    color: #717171;
    margin-left: 20px;
}


#car .section-box .section-box-text .detail-nub {
    position: relative;
    font-size: 18px;
    color: #717171;
    letter-spacing: 0;
    text-align: justify;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 10px;
}

#car .section-box .section-box-text .detail-nub {
    color: #1669ff;
    font-weight: 600;
}


#car .section-box .detail-nub span {
    display: block;
    margin-top: 2px;
    color: #717171;
    font-weight: 400;
}


#car .detail .detail-list {
    margin-top: 30px;
    padding-left: 0;
}


#car .section-box .section-box-img {
    /* margin-right: 85px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 43%;
}


/*--------------------------------------------------------------
# dispatch
--------------------------------------------------------------*/
#dispatch {
    width: 100%;
    padding: 0;
    overflow: hidden;
    position: relative;
    background-image: url(https://website-1322978539.cos.ap-guangzhou.myqcloud.com/zrczwms/img/cold-chain-park/azy-cold-chain-park-management-platform-cold-storage-platform-vehicle-dispatching-function-introduction.webp);
    background-size: 40%;
    background-position: 80%;
    background-repeat: no-repeat;
}

#dispatch .container {
    padding: 50px 0;
    height: 100%;
}


#dispatch .section-box {
    position: relative;
    display: flex;
    height: 100%;
}

#dispatch .section-box .section-box-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40%;
    padding: 0px;
}

#dispatch .section-box .section-box-text .title {
    font-size: 40px;
    font-weight: 550;
}

#dispatch .section-box .section-box-text .desc {
    font-size: 20px;
    color: #717171;
    margin-left: 20px;
}


#dispatch .section-box .section-box-text .detail-nub {
    position: relative;
    font-size: 18px;
    color: #717171;
    letter-spacing: 0;
    text-align: justify;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 10px;
}

#dispatch .section-box .section-box-text .detail-nub {
    color: #1669ff;
    font-weight: 600;
}


#dispatch .section-box .detail-nub span {
    display: block;
    margin-top: 2px;
    color: #717171;
    font-weight: 400;
}


#dispatch .detail .detail-list {
    margin-top: 30px;
    padding-left: 0;
}


/* #dispatch .section-box .section-box-img {
    margin-left: 85px;
        display: flex;
    flex-direction: column;
    justify-content: center;
} */


/*--------------------------------------------------------------
# logistics
--------------------------------------------------------------*/

#logistics .container {

    padding: 50px 0;
    height: 100%;
}


#logistics .section-box {
    position: relative;
    display: flex;
    height: 100%;
}

#logistics .section-box .section-box-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* width: 40%; */
    padding: 0px;
    margin-left: 85px;
}

#logistics .section-box .section-box-text .title {
    font-size: 40px;
    font-weight: 550;
}

#logistics .section-box .section-box-text .desc {
    font-size: 20px;
    color: #717171;
    margin-left: 20px;
}


#logistics .section-box .section-box-text .detail-nub {
    position: relative;
    font-size: 18px;
    color: #717171;
    letter-spacing: 0;
    text-align: justify;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 10px;
}

#logistics .section-box .section-box-text .detail-nub {
    color: #1669ff;
    font-weight: 600;
}


#logistics .section-box .detail-nub span {
    display: block;
    margin-top: 2px;
    color: #717171;
    font-weight: 400;
}


#logistics .detail .detail-list {
    margin-top: 30px;
    padding-left: 0;
}


#logistics .section-box .section-box-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40%;
}


/*--------------------------------------------------------------
# service
--------------------------------------------------------------*/
#service {
    width: 100%;
    height: 600px;
    padding: 0;
    overflow: hidden;
    position: relative;
    background-image: url(https://website-1322978539.cos.ap-guangzhou.myqcloud.com/zrczwms/img/cold-chain-park/cold-storage-staff-fresh-food-processing.webp);
    background-size: 40%;
    background-position: 80%;
    background-repeat: no-repeat;
}

#service .container {
    padding: 50px 0;
    height: 100%;
}


#service .section-box {
    position: relative;
    display: flex;
    height: 100%;
}

#service .section-box .section-box-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40%;
    padding: 0px;
}

#service .section-box .section-box-text .title {
    font-size: 40px;
    font-weight: 550;
}

#service .section-box .section-box-text .desc {
    font-size: 20px;
    color: #717171;
    margin-left: 20px;
}


#service .section-box .section-box-text .detail-nub {
    position: relative;
    font-size: 18px;
    color: #717171;
    letter-spacing: 0;
    text-align: justify;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 10px;
}

#service .section-box .section-box-text .detail-nub {
    color: #1669ff;
    font-weight: 600;
}


#service .section-box .detail-nub span {
    display: block;
    margin-top: 2px;
    color: #717171;
    font-weight: 400;
}


#service .detail .detail-list {
    margin-top: 30px;
    padding-left: 0;
}


/* #service .section-box .section-box-img {
    margin-left: 85px;
        display: flex;
    flex-direction: column;
    justify-content: center;
} */


/*--------------------------------------------------------------
# visual
--------------------------------------------------------------*/

#visual .container {
    padding: 50px 0;
    height: 100%;
}


#visual .section-box {
    position: relative;
    display: flex;
    height: 100%;
}

#visual .section-box .section-box-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* width: 40%; */
    padding: 0px;
    margin-left: 85px;
}

#visual .section-box .section-box-text .title {
    font-size: 40px;
    font-weight: 550;
}

#visual .section-box .section-box-text .desc {
    font-size: 20px;
    color: #717171;
    display: block;
    /* margin-left: 20px; */
}


#visual .section-box .section-box-text .detail-nub {
    position: relative;
    font-size: 18px;
    color: #717171;
    letter-spacing: 0;
    text-align: justify;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 10px;
}

#visual .section-box .section-box-text .detail-nub {
    color: #1669ff;
    font-weight: 600;
}


#visual .section-box .detail-nub span {
    display: block;
    margin-top: 2px;
    color: #717171;
    font-weight: 400;
}


#visual .detail .detail-list {
    margin-top: 30px;
    padding-left: 0;
}


#visual .section-box .section-box-img {
    /* margin-right: 85px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 43%;
}


/*--------------------------------------------------------------
# security
--------------------------------------------------------------*/
#security {
    width: 100%;
    height: 600px;
    padding: 0;
    overflow: hidden;
    position: relative;
    background-image: url(https://website-1322978539.cos.ap-guangzhou.myqcloud.com/zrczwms/img/cold-chain-park/cold-chain-park-gate-entrance-exit-security-inspection-business-scenario-diagram.webp);
    background-size: 40%;
    background-position: 80%;
    background-repeat: no-repeat;
}

#security .container {
    padding: 50px 0;
    height: 100%;
}


#security .section-box {
    position: relative;
    display: flex;
    height: 100%;
}

#security .section-box .section-box-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding: 0px;
}

#security .section-box .title {
    font-size: 40px;
    font-weight: 550;
}

#security .section-box .desc {
    font-size: 20px;
    color: #717171;
    margin-left: 20px;
}


#security .section-box .detail-nub {
    position: relative;
    font-size: 18px;
    color: #717171;
    letter-spacing: 0;
    text-align: justify;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 10px;
}

#security .section-box .section-box-text .detail-nub {
    color: #1669ff;
    font-weight: 600;
}


#security .section-box .detail-nub span {
    display: block;
    margin-top: 2px;
    color: #717171;
    font-weight: 400;
}


#security .detail .detail-list {
    margin-top: 30px;
    padding-left: 0;
}


#security .section-box .section-box-img {
    /* margin-left: 85px; */
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    width: 50%;
}

#security .section-box .section-box-img img {
    width: 75%;
    margin-left: 85px;
}

#security .section-box .section-box-img .detail-nub {
    color: #1669ff;
}

#security .section-box .section-box-img .detail-nub span {
    color: #717171;
}

#security .section-box .section-box-img .title {
    margin-top: 110px;
}

#security .show-img1 {
    display: block;
}

#security .show-img2 {
    display: none;
}


/*--------------------------------------------------------------
# office
--------------------------------------------------------------*/
#office .container {
    height: 100%;
}


#office .section-box {
    position: relative;
    display: flex;
    height: 100%;
}

#office .section-box .section-box-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40%;
    padding: 0px;
}

#office .section-box .section-box-text .title {
    font-size: 40px;
    font-weight: 550;
}

#office .section-box .section-box-text .desc {
    font-size: 20px;
    color: #717171;
    margin-left: 20px;
}


#office .section-box .section-box-text .detail-nub {
    position: relative;
    font-size: 18px;
    color: #717171;
    letter-spacing: 0;
    text-align: justify;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 10px;
}

#office .section-box .section-box-text .detail-nub {
    color: #1669ff;
    font-weight: 600;
}


#office .section-box .detail-nub span {
    display: block;
    margin-top: 2px;
    color: #717171;
    font-weight: 400;
}


#office .detail .detail-list {
    margin-top: 30px;
    padding-left: 0;
}


#office .section-box .section-box-img {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: 608px;
}

/*detail*/

#detail {
    padding-top: 60px;
}

#detail .detail-box {
    display: flex;
    padding-top: 100px;
    position: relative;
    align-items: center;
    justify-content: space-around;
}

#detail .storage-box-left {
    width: 50%;
}

#detail .detail-box > div:not(.storage-box-left):first-child {
  text-align: left;
}

#detail .detail-box > div:not(.storage-box-left):last-child {
  text-align: center;
}

#detail .storage-box-left .storage-title {
    font-size: 40px;
    font-weight: 550;
    color: #333333;
}

#detail .storage-box-left .storage-list {
    margin-top: 30px;
    padding-left: 0;
}

#detail .storage-list .storage-list-nub {
    position: relative;
    font-size: 18px;
    color: #707274;
    letter-spacing: 0;
    text-align: justify;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 10px;
}

#detail .storage-list .storage-list-nub > div:first-child {
    color: #1669ff;
    font-weight: 600;
}

#detail img {
    width: 100%;
}

#detail .h-150 {
    height: 150px;
}
