.site-info{
    width:100%;
    margin-top: 40px;
}


.site-info #top-list{
    width:100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}

.site-info #top-list li {
    width: 15%;/*219px*/
    text-align: center;
}

.site-info #top-list li .title {
    width: 100%;
    text-align: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 20px;
    color: #222222;
    margin-top:14px;
}

.site-info #top-list li .desc{
    width:100%;
    text-align: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #666666;
}
/*********/
#company-introduction {
    width: 100%;
    height: 530px;
    margin-top: 140px;
    position: relative;
    display: flex;
    justify-content: space-between;
    /*background: url("../images/intr.png") no-repeat 100% 100%;*/
    background-size: cover;
}

#company-img-2 {
    width: 100%;
    height: 100%;
    display: block;
}

.bg {
    display: block;
    width: 100%;
}


.img-1 {
    width: 50%;
}

.img-2 {
    width: 50%;
}

.img-2 #company-img {
    width: 100%;
    height: 100%;
}

#company-introduction .container {
    width: 100%;
    max-width: 1400px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    /*border:solid 1px #ccc;*/
    z-index: 99;
    height: 100%;
}

.intr-box {
    width:49%;
    color:#fff;
    padding-top: 20px;
    position: absolute;
    top:0 ;
    left: 0;

}

.intr-box h1 {
    font-size: 60px;
}
.intr-box h2 {
    font-size: 32px;
}


.intr-box .txt {

}

.flower-shop-container {
    width: 100%;
    margin-top:140px;
}

.title-wrap {
    /*height: 60px;*/
    /*width: 240px;*/
    width: 100%;
    height: 50px;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 2rem;
    color: #222222;
    text-align: left;
    font-style: normal;
    text-transform: none;
    position: relative;
}

.title {

}


.title-bg {
    width: 238px;
    height: 16px;
    background: linear-gradient( 90deg, #78B7FF 0%, rgba(120,183,255,0) 100%);
    border-radius: 8px 8px 8px 8px;
    position: absolute;
    bottom: 9px;
}

.sub-title {
    /*height: 80px;*/
    /*line-height: 80px;*/
    width: 100%;
    margin-top:14px;
    font-size: 1.6rem;
}


.sub-title h2{
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 1.2rem;
    color: #222222;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin:0;
}

.desc {
    margin-top:24px;
    width: 100%;
    /*height: 80px;*/
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #222222;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.shop-list-wrap {
    width: 100%;
    margin-top:60px;
}

.shop-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.shop-list li {
    width: 30%;
    /*width: 446px;*/
    height: 748px;
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    /*border: 1px solid #CCCCCC;*/
    overflow: hidden;
    margin-bottom: 40px;
}

.shop-list li .video {
    width: 100%;
    height: 446px;
    border-radius: 0px 0px 0px 0px;
}

.shop-list li .video img,.shop-list li .video video {
    width: 100%;
    height: 446px;
    border-radius: 0px 0px 0px 0px;
}

.shop-info-wrap {
    width: 100%;
    margin-top: 20px;
}

.face {
    width: 32px;
    height: 32px;
    margin-left: 20px;
    float: left;
}

.face img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.shop-name {
    line-height: 32px;
    height: 32px;
    font-size: 24px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #222222;
    text-align: left;
    font-style: normal;
    text-transform: none;
    float: left;
    margin-left: 5px;
}

.smile {
    float: left;
    margin-left: 5px;
}



.smile img {
    float: left;
}

.progress-outer {
    float: left;
    width: 142px;
    height: 28px;
    line-height: 28px;
    border-radius: 14px 14px 14px 14px;
    border: 1px solid #F06E00;
}

.progress-inner {
    display: inline-block;
    width: 82px;
    height: 28px;
    line-height: 28px;
    background: #F06E00;
    border-radius: 14px 14px 14px 14px;
}

.progress-inner .emotion {
    color:#fff;
    margin-left: 6px;
}

.progress-outer .progress-text{
    height: 20px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 20px;
    color: #F06E00;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-left: 5px;
}
/**********************title**********************/
.shop-title-wrap {
    width: 100%;
    padding-left: 20px;
    margin-top: 20px;
}

.shop-title {
    width: 303px;
    height: 28px;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 28px;
    color: #222222;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.grade {
    width: 47px;
    height: 20px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 28px;
    color: #94DA19;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
/**********************tag-wrap**********************/
.tag-wrap {
    padding-left: 20px;
    width: 100%;
    margin-top: 20px;
}

.sale-info {
    display: block;
    width: 108px;
    height: 36px;
    line-height: 36px;
    background: #388EF0;
    border-radius: 4px 4px 4px 4px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
    float: left;
}

.goods-type {
    display: block;
    width: 64px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    background: #FFA82F;
    border-radius: 4px 4px 4px 4px;
    float: left;
    margin-left: 20px;
}

.goods-type::after {
    display: block;
    content: " ";
    clear: both;
}

/**********************more**********************/
.progress {
    width: calc(100% - 40px);
    height: 24px;
    background: #F3EFE9;
    border-radius: 12px 12px 12px 12px;
    margin: 20px auto;
}

.progress .inner {
    display: inline-block;
    width: 60%;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    padding-left: 5px;
    color: #fff;
    font-weight: 500;
    background: #FFA82F;
    border-radius: 12px 12px 12px 12px;
}

.progress .text {
    display: inline-block;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #666666;
    line-height: 14px;
    font-style: normal;
    text-transform: none;
    width: 35%;
    text-align: right;
}

/**********************more**********************/
.price-wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-deriction: row;
}

.price-wrap .price {
    height: 36px;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    color: #DD2323;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.price-wrap .price .num {
    font-size: 36px;
    display: inline-block;
}

.price-wrap .price .unit {
    display: inline-block;
}
.price-wrap .btn-wrap {
    width: 133px;
    height: 40px;
    background: #82B8FF;
    border-radius: 20px 20px 20px 20px;
}

.price-wrap .btn-wrap .btn {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 40px;
}

/**********************more**********************/
.more-wrap {
    height: 90px;
    width: 330px;
    position: relative;
    margin: 80px auto;
}

.see-more {
    width: 320px;
    height: 80px;
    background: #78B7FF;
    border-radius: 8px 8px 8px 8px;
    text-align: center;
    line-height: 80px;
    position: absolute;
    left: 0px;
    top:0px;
    z-index: 99;
    display: flex;
    justify-content:center;
    align-items: center;
}

.see-more a {
    display: block;
    /*width: 128px;*/
    /*height: 80px;*/
    text-align: center;
    font-style: normal;
    text-transform: none;
    color: #fff;
    font-size: 32px;
    padding: 0 10px;
}

.see-more div{
    /*background: #1e7e34;*/
    /*height: 100%;*/
    /*line-height: 80px;*/
    display: grid;

}

.see-more img {
    margin-left:16px;
    /*width: 100%;*/
    /*margin-top: -16px;*/
    /*display: inline-block;*/
    /*object-fit: cover;*/
}

.see-more2 {
    width: 320px;
    height: 80px;
    border-radius: 8px 8px 8px 8px;
    border: 2px solid #78B7FF;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
/*****************************************************************************/
section {
    margin-top: 150px;
}
/********************************************************************************/
.table-wrap {
    width: 100%;
}

.table-wrap ul {
    width: 100%;
}


.table-wrap table th {

}

.table-wrap ul li{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    height: 100px;
    line-height: 100px;
}

.table-wrap ul li div {
    width: 30%;
}

.table-wrap ul li .last {
    text-align: right;
}

.table-wrap ul .row{
    border-bottom: 1px #ccc solid;
}

.table-wrap ul .row div{

}

.table-wrap ul .row div .tag{
    display: inline-block;
    width:36px;
    height: 24px;
    font-size: 14px;
    color:#fff;
    line-height: 24px;
    text-align: center;
    background: #78B7FF;
    border-radius: 8px 8px 8px 8px;
}

.table-wrap ul .row div .name {

}

.table-wrap ul .row div .price {
    font-size: 20px;
}
.table-wrap ul .row div .add-price {
    font-size: 12px;
}


.increase {
    display: inline-block;
    text-align: center;
    width: 120px;
    height: 40px;
    line-height: 40px;
    color:#fff;
    /*background: #DD2323;*/
    border-radius: 8px 8px 8px 8px;
}

.middle {
    text-align: center;
}
/************************************商学院********************************************/
.list-wrap {
    width: 100%;
}

.list-wrap ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.list-wrap ul li{
    width: 30%;
    height: 30vw;
    /*min-height: 346px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    /*overflow: hidden;*/
    margin-top: 30px;
    position: relative;
}

.list-wrap ul li video, .list-wrap ul li img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

/* 隐藏默认的控件 */
video::-webkit-media-controls-play-button {
  display:none !important;
}

.list-wrap ul li video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.play-btn {
    position: absolute; /* 定位 */
    top: 50%; /* 垂直居中 */
    left: 50%; /* 水平居中 */
    transform: translate(-50%, -50%); /* 居中调整 */
    width: 50px; /* 宽度 */
    height: 50px; /* 高度 */
    color: white; /* 文字颜色 */
    border: none; /* 无边框 */
    border-radius: 50%; /* 圆形按钮 */
    cursor: pointer; /* 鼠标样式 */
    outline: none; /* 无轮廓 */
    background: url("../images/icon/play.png") no-repeat;
    background-size: cover;
}

.pause-btn {
    position: absolute; /* 定位 */
    top: 50%; /* 垂直居中 */
    left: 50%; /* 水平居中 */
    transform: translate(-50%, -50%); /* 居中调整 */
    width: 50px; /* 宽度 */
    height: 50px; /* 高度 */
    color: white; /* 文字颜色 */
    border: none; /* 无边框 */
    border-radius: 50%; /* 圆形按钮 */
    cursor: pointer; /* 鼠标样式 */
    outline: none; /* 无轮廓 */
    background: url("../images/icon/pause.png") no-repeat;
    background-size: cover;
}

#download-btn {
    position: absolute;
    right: 35px;
    top:35px;
    display: block;
    width: 24px;
    height: 24px;
    background: url("../images/icon/download.png") no-repeat;
    background-size: cover;
}

/************************************加盟合作********************************************/
.intr {
    margin-top: 60px;
    display: flex ;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;

}

.txt-wrap {
    width: 50%;
    position: relative;
}

.txt-wrap img {
    width: 100%;
    height: 100%;
}

.txt-wrap .txt {
    width: 100%;
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    padding: 40px;
    color:#fff;
}

.txt-wrap .txt .tit {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 32px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.txt-wrap .txt .desc {
    color:#fff;
}

.img-wrap {
    width: 50%;
}

.img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form-wrap {
    margin-top: 60px;
    width: 100%;
    height: 490px;
    background: url("../images/form-bg.png") no-repeat;
    padding: 40px;
}

.form-wrap .tit {
    width: calc(100% - 80px);
    height: 42px;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 32px;
    color: #222222;
    line-height: 42px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.form-wrap .row {
    width: calc(100% - 100px);
    height: 40px;
    line-height: 40px;
    /*background: #fff;*/
    margin-top: 25px;
    border-radius: 4px;
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-wrap input,textarea,select {
    border-radius: 6px;
    padding:0 8px;
}

.select-row{
    background: none;
}

.form-wrap .row label{
    display: inline-block;
    width: 100px;
}

.form-wrap .row input {
    width: calc(100% - 100px);
    border: none;
}

.select-wrap {
    width: calc(100% - 100px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*border: solid 1px #ccc;*/
}

.form-wrap .row .select-wrap select {
    width: 30%;
    border: none;
    margin:0;
}

#select-wrap-flower select {
    width: 48%;
}

.sub-btn {
    display: block;
    text-align: center;
    width: 320px;
    height: 60px;
    line-height: 60px;
    background: #78B7FF;
    border-radius: 8px 8px 8px 8px;
    margin: 32px auto;
    color: #fff;
}

.sub-btn:hover {
    color: #fff;
}
/*******聚合融合介绍*********/
.intr2 {
    margin-top: 60px;
    width: 100%;
}

.intr2 .left {
    float: right;
    width: 240px;
    height: 240px;

}

.intr2 .left img{
    width: 100%;
    height: 100%;
}

.intr2 .right {
    width: calc(100% - 260px);
    float: right;
    margin-right: 20px;
}

.intr2 .right .tit{
    text-align: right;
    width: 100%;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 32px;
    color: #222222;
    font-style: normal;
    text-transform: none;
}

.intr2 .right .desc {
    width: 100%;
}

/**********************************人才招聘**********************************************/
.recruitment {

}

.recruitment .list {
    margin-top: 60px;
    width: 100%;
}

.recruitment .list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.recruitment .list li {
    width: 30%;
    height: 400px;
    background: #F4FCFF;
    border-radius: 16px 16px 16px 16px;
    border: 1px solid #CCCCCC;
    padding: 40px;
    margin-bottom:20px;
}

.recruitment .list li .tit {
    width: 100%;
    height: 54px;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 36px;
    color: #222222;
    line-height: 54px;
    text-align: left;
    font-style: normal;
    text-transform: none;

}
.recruitment .list li .row {
    width: 100%;
    height: 42px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 28px;
    color: #222222;
    line-height: 42px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 36px;
}
.recruitment .list li .detail {
    margin-top:68px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    height: 3vw;
    line-height: 3vw;
}

.recruitment .list li .detail a {
    display: inline-block;
    /*width: 112px;*/
    height: 100%;
    /*height: 42px;*/
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 28px;
    color: #388EF0;
    line-height: 3vw;
    text-align: left;
    font-style: normal;
    text-transform: none;
    /*padding-left: 10px;*/
    padding-right: 10px;
}

.recruitment .list li .detail img{
    display: inline-block;
    /*margin-top: -14px;*/
    margin-left:18px;
    /*height: 5vw;*/
    /*margin-top:6px;*/
}

/********************************************************************************/
.title-s {
    width: 100%;
    height: 67px;
    margin-top: 60px;
}

.title-s span{
    display: inline-block;
    height: 67px;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 48px;
    color: #222222;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.title-s .left-s {
    margin-top: -60px;
    margin-right: 8px;
}

.title-s .right-s {
    margin-left: 8px;
}

.service-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 60px;
}

.service-list li{
    width: 30%;
    /*height: 30vw;*/
    /*border: solid 1px #ccc;*/
    border-radius: 8px;
    margin-bottom: 60px;
    padding-bottom: 20px;
}

.service-list li img{
    display: block;
    width: 100%;
    height: 50vh;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
    object-fit: cover;
    /*height: 25vw;*/
}

/*.see-detail img {*/
/*    height: 28px;*/
/*    width: 28px;*/
/*}*/

.service-list li div img {
    height: 28px;
    width: 28px;
}

.service-list li p.intr{
    margin-top:20px;
}

/***********************************time line*********************************************/
.time-line-wrap {
    margin-top: 60px;
}
/********************************************************************************/
.zs-wrap {
    margin-top: 60px;
    width: 100%;
    padding: 40px;
    height: 640px;
    background: url("../images/zs-bg.png") no-repeat;
}
.zs-wrap .title {
    width: 80%;
    margin: 0px auto;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 28px;
    color: #222222;
    line-height: 48px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}


.zs-wrap ul{
    margin-top:60px;
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: flex-end; /* 底部对齐 */
    gap: 10px; /* 设置图片之间的间距 */
    padding: 0; /* 移除默认的列表项内边距 */
    list-style: none; /* 移除列表项的默认样式 */

}

.zs-wrap ul li{
    width: 18%;
    /*height: 395px;*/
    /*border:solid 1px #ccc;*/
    display: flex;
    justify-content: center; /* 子项内部水平居中 */
    align-items: flex-end; /* 底部对齐 */
}

.zs-wrap ul li img{
    height: 80%;
    width: 80%;
    display: block;
}

.zs-wrap ul li.current {

}

.zs-wrap ul li.current img{
    height: 100%;
    width: 100%;
}

/********************************************************************************/
.media-title {
    margin-top: 100px;
}

.news-list {
    width: 100%;
}

.news-list  li{
    width: 100%;
    /*height: 335px;*/
    margin-top:60px;
}

.news-list  li .cover{
    display: block;
    float: left;
    width: 30%;
}

.news-list li .right-part{
    float: left;
    width: 70%;
    /*height: 100%;*/
    position: relative;
    padding-left:40px;
}

.news-list li .right-part .title {
    /*height: 40px;*/
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 40px;
    color: #222222;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.news-list li .right-part .date-part {
    margin-top: 20px;
    height: 30px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 20px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;

    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*flex-direction: row;*/
    /*justify-content: space-between;*/
}

.news-list li .right-part .date-part span {
    margin-right: 40px;
}

.news-list li .right-part .date-part  .author{

}
.news-list li .right-part .date-part .date{

}
.news-list li .right-part .desc-part {
    margin-top: 20px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 20px;
    color: #222222;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    /*height: 160px;*/
    overflow: hidden;
    text-overflow: ellipsis;
}

.see-detail {
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: 0;*/
    width: 100%;
    color: #388EF0;
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}

.see-detail a{
    color: #388EF0;
    font-size: 1.2rem;
}

.see-detail a:hover{
    color: #388EF0;
}

.see-detail img{
    margin-left:8px;
    width: 28px;
    /*height: 28px;*/
}

#carousel-container-home {
    height: 980px;
}


