.hezuo-header{
    min-width: 1200px;
    margin: 0 auto;
    height: 500px;
    background: url('/img/index-bg.webp') no-repeat center center;
    background-size: cover;
}
.hezuo-header-box{
    min-width: 1200px;
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    height: 100%;
}
.hezuo-header-box .header-left{
    padding: 40px 20px;
}
.hezuo-header-box .header-right{
    padding: 0 20px;
}

.header-left h1{
    font-size: 48px;
    margin-top: 100px;
    font-family:'CustomFont', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.header-left p{
    font-size: 18px;
    color: #666;
    margin: 20px 0;
}
.header-left p span{
    color: #e43b03;
    font-weight: 600;
    font-size: 24px;
}
.header-right{
    position: relative;
    height: 100%;
}
.header-right img{
    width: 400px;
    height: 400px;
    animation: float 1.5s ease-in-out infinite;
    position: absolute;
    bottom: 30px;
    margin: 0 auto;
    opacity: 0.7;
}
@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}
.header-left-btn{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 70px;
    position: relative;
}
.header-left-btn a{
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-left-btn a i{
    width: 27px;
    height: 27px;
    margin-right: 3px;
}
.header-left-btn a:hover{
    background: #2878ff;
    color: #fff;
    opacity: 0.8;
}
.msjr-btn{
    color: #fff;
    background: #3367d6;
    box-shadow: 1px 3px 8px 0 rgba(7, 62, 128, .53);
}
.kf-btn{
    background: #f8fafe;
    border: 1px solid #7894d1;
    color: #0e1d3c;
    display: flex;
    align-items: center;
}
.hezuo-title1 h2{
    text-align: center;
    font-size: 40px;
    font-weight: 350;
    color: #000;
    margin-top: 60px;
    margin-bottom: 20px;
}

.hezuo-title1 p {
    text-align: center;
    font-size: 16px;
    color: #666;
    font-weight: 350;
    margin-bottom: 60px;
}
.share_con_card{
    min-width: 1200px;
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    border-radius: 5px;
}
.share_con_card .item{
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    box-shadow: 0 0 0 5px #fff inset, 0 0 20px 0 rgba(229, 229, 229, .5);
}

.share_con_card .item .item-title{
    color: #333;
    margin: 10px 0;
    font-size: 20px;
    font-weight: normal;
}
.share_con_card .item .item-desc{
    font-size: 14px;
    color: #555;
    margin: 0;
}
.share_con_card .item .item-title a{
    display:inline-block;
    line-height:20px;
    color:#fff;
    background:#f5ba40;
    padding:1px 10px;
    font-size:12px;
    font-weight:normal;
    vertical-align:middle;
    margin:-6px 0 0 10px;
    border-radius:10px;
    transition:.25s
}

.share_con_card .item>i{
    height: 40px;
    width: 40px;
    margin-right: 20px;
}
.hezuo-content1{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    border-radius: 5px;
   
   
}
.hezuo-content1 .content1-item{
    padding: 20px;
    border-radius: 3px;
    border: solid 1px #eee;
    margin-top: 20px;
    background-color: rgb(244 250 255 / 50%);
}
.hezuo-title2{
    min-width: 1200px;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 60px;
    padding: 50px 30px;
    background: url('/img/t2_index_full.png') no-repeat center center;
    background-size: cover;
}

.hezuo-title2 h2{
    font-size: 24px;
    color: #0469dc;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.item-head{
    position: relative;
    padding: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
}
.item-head > span{
    position: absolute;
    top: 10px;
    left: 0;
    padding: 8px 18px;
    background-color: rgba(6, 114, 245, 0.1);
    color: #0469dc;
    font-size: 14px;
    border-radius: 25px;
}
.item-head .icon{
    width: 220px;
    height: 220px;
    margin-top: -20px;
}

.item-head>h3{
    font-weight: 400;
    font-size: 20px;
}

.item-head >div{
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 10px;
}
.item-head >div >p{
    font-size: 12px;
    padding: 2px 10px;
    background-color:rgba(245, 186, 64, 0.1);
    border-radius: 3px;
    color: #f5ba40;
}

.content1-item>p{
    font-size: 14px;
    line-height: 30px;
    color: #666;
}

.tuiguang-xz{
    min-width: 1200px;
    margin: 0 auto;
    margin-top: 80px;
    /* border: 1px solid #eee; */
    background-color: #0e1d3c;
    padding: 30px 0;
}
.tuiguang-xz>h2{
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 200;
}
.tuiguang-xz>div{
    padding: 20px;
    /* border-radius: 5px; */
    margin: 0 auto;
    min-width: 1200px;
    max-width: 1400px;
    /* background-color: rgb(244 250 255 / 50%); */
}
.tuiguang-xz div>ul{
    list-style: none;
    padding: 0;
    /* 加序号 */
    counter-reset: item;
}

.tuiguang-xz div>ul>li{
    font-size: 14px;
    line-height: 30px;
    color: #eee;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    counter-increment: item;
}

/* 样式2：方形数字序号（注释掉，需要时取消注释） */
.tuiguang-xz div>ul>li::before {
    content: counter(item);
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    background: #c68605;
    color: #fff;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}
