.handoff {}

.handoff .headerY {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border: solid 1px #e3e6e8; */

}

.handoff .headerY .div2 {
    border-left: solid 1px #e3e6e8;
    border-right: solid 1px #e3e6e8;
}

.handoff .headerY div {
    text-align: center;
    height: 62px;
    line-height: 62px;
    width: 400px;
    font-size: 18px;
}

.handoff .headerY .colorActive {
    color: #000000;
    border-bottom: 4px solid #165dff;
}

.handoff .headerY .colorNotActive {
    color: #86909c;
}

.handoff .headerY .shadowLeft {
    box-shadow: -5px 0 5px -5px rgba(0, 0, 0, 0.3);
    /* 左边阴影 */
}

.handoff .headerY .shadowBoth {
    box-shadow: -5px 0 5px -5px rgba(0, 0, 0, 0.3), 5px 0 5px -5px rgba(0, 0, 0, 0.3);
    /* 左右边阴影 */
}

.handoff .headerY .shadowRight {
    box-shadow: 5px 0 5px -5px rgba(0, 0, 0, 0.3);
    /* 右边阴影 */
}

.handoff .cenBox {
    padding: 80px 40px;
    display: flex;
    justify-content: space-between;
    background-color: #f4f6fc;
}

.handoff .cenBox .leftBox {
    width: 490px;
}

.handoff .cenBox .leftBox .divTitle {
    font-size: 24px;
    color: #000000;
    line-height: 30px;
}

.handoff .cenBox .leftBox .divText {
    margin-top: 25px;
    font-size: 16px;
    color: #4e5969;
    line-height: 30px;
}



.handoff .headerY .colorActiveShiZhan {
    color: #165dff;
    /* border-bottom: 4px solid #165dff; */
}

.handoff .headerY .colorNotActiveShiZhan {
    color: #86909c;
}

.handoff .headerY .underline {
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
}

.handoff .headerY .underline::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 20%;
    /* 相对于父级的40% */
    height: 4px;
    background-color: #165dff;
}

.handoff .shiZhanImg img {
    width: 277px;
    height: 166px;
    box-shadow: 0px 5px 10px 0px rgba(0, 19, 82, 0.1);
    border-radius: 10px;
}

.handoff .shiZhanImg .text {
    color: #000;
    font-size: 14px;
    margin-top: 30px;
}

.trophyJuly {}

.trophyJuly .boxJiang {
    width: 100%;
    /* 可以根据需要调整高度 */
    display: flex;
}

.trophyJuly .left,
.right {
    flex: 1;
    /* 平均分配剩余空间 */
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
}

.trophyJuly .middle {
    padding: 68px 0;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trophyJuly .middle .middle-items {
    /* width: 100%; */
    /* height: 100%; */
    display: flex;
    justify-content: space-between;
    /* 在5个子div之间均匀分配空间 */
}

.trophyJuly .middle .middle-item {
    /* height: 127px; */
    /* 可以根据需要调整高度 */
    min-width: calc(13vw);
    /* max-width: 240px; */
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* 不需要设置宽度，因为父元素会自动分配空间 */
    padding: 0 10px;
    /* 可选：添加一些内边距使内容更舒适 */
}




.moresSubassembly .boxMores {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    width: 100%;
    margin: 0 auto;

}

.moresSubassembly .boxMores .boxItem {
    width: calc(25% - 20px);
    background-color: white;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 20px;

}

.moresSubassembly .boxMores .iconfont {
    font-size: 30px !important;
    color: #165dff;
    background-color: #f6f9ff;
    border-radius: 10px;
    margin: 0 auto;
    text-align: center;
    padding: 12px;
}

.moresSubassembly .boxMores .disCenAli {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.moresSubassembly .boxMores .textTop {
    color: #000000;
    font-size: 16px;
}

.moresSubassembly .boxMores .textDown {
    font-size: 12px;
    color: #86909c;
    margin-top: 8px;
}


                               
.aLinkCss{
        text-decoration: none;
}

.disCenBaselineA{
    display: flex;
        justify-content: center;
        align-items: baseline;

}









.allProBox .boxMores {
    display: flex;
    flex-wrap: wrap;
    gap:  0px 40px;
    width: 100%;
    margin: 0 auto;

}

.allProBox .boxMores .boxItem {
    /* width: calc(33% - 20px); */
    width: 260px;
    height: 84px;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 20px;

}

.allProBox .boxMores  :hover {
    background-color: #fafafa;
}

.allProBox .boxMores .iconfont {
    font-size: 30px !important;
    color: #165dff;
    background-color: #f6f9ff;
    border-radius: 10px;
    margin: 0 auto;
    text-align: center;
    padding: 12px;
}

.allProBox .boxMores .disCenAli {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.allProBox .boxMores .textTop {
    color: #000000;
    font-size: 16px;
}

.allProBox .boxMores .textDown {
    font-size: 12px;
    color: #86909c;
    margin-top: 8px;
}


/* 
<div></div>
<span></span>
 */

  /* 
  <div class="commonBut_July">
        <a class="aLinkCss" href="@Url.Action("index","ExhibitionCloudExhibitionApply")" target="_blank">
        <div class="btnJuly">
        <div class="btnText disJusCen">
        <div>立即咨询 </div>
        <span class="icon iconfont icon-zhixiangyou"></span>
        </div>
        </div>
        </a>
   </div>

data-aos="fade-updata-aos-delay=" 200" data-aos-offset=" 50"

data-aos="fade-up"          <!-- 向上淡入 -->
data-aos="fade-down"        <!-- 向下淡入 -->
data-aos="fade-left"        <!-- 向左淡入 -->
data-aos="fade-right"       <!-- 向右淡入 -->
data-aos="fade-up-right"    <!-- 右上淡入 -->
data-aos="fade-up-left"     <!-- 左上淡入 -->
data-aos="fade-down-right"  <!-- 右下淡入 -->
data-aos="fade-down-left"   <!-- 左下淡入 -->
data-aos="slide-up"         <!-- 向上滑动 -->
data-aos="slide-down"       <!-- 向下滑动 -->
data-aos="slide-left"       <!-- 向左滑动 -->
data-aos="slide-right"      <!-- 向右滑动 -->
data-aos="flip-up"          <!-- 向上翻转 -->
data-aos="flip-down"        <!-- 向下翻转 -->
data-aos="flip-left"        <!-- 向左翻转 -->
data-aos="flip-right"       <!-- 向右翻转 -->
data-aos="zoom-in"          <!-- 逐渐放大 -->
data-aos="zoom-out"         <!-- 逐渐缩小 -->
data-aos="spin"             <!-- 旋转 -->
data-aos="bounce"           <!-- 反弹效果 -->
   */