.container {
    margin: 0;
}
.ibox1 {
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.ibox1 .tit {
    position: absolute;
    bottom: 1.2rem;
    left: 1.2rem;
}
.ibox1 .tit .content-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ibox1 .tit .content-box .h3 {
    line-height: 1.4;
    margin-right: 1rem;
}
.swiper-banner {
    height: 7.5rem;
}
/*.ibox1 .tit .content-box .text {*/
/*    padding-right: 1.2rem;*/
/*}*/
.ibox1 img {
    max-height: 7.5rem;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.ibox2 {
    margin: 0.5rem 0;
}
.ibox2 .ibox2-small {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 0.32rem;
    margin-bottom: 0.2rem;
}
.ibox2 .ibox2-small .circle {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--color-primary);
    position: relative;
    top: -2px;
}
.ibox2 .ibox2-small .title {
    line-height: 1;
    margin-left: 0.08rem;
    color: var(--color-primary); 
}
.ibox2 .ibox2-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}
.ibox2 .ibox2-content p {
    width: 46%;
}
.ibox2 .ibox2-content p.left-text {
    color: var(--color-primary);
    /*line-height: 1.1;*/
    line-height: 1.3;
}
.ibox2 .ibox2-content p.right-text span {
    color: var(--color-primary);
}
.ibox2 .animate-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 8rem;
}
.ibox2 .animate-box .video-box {
    position: relative;
    width: 100%;
    height: 7.22rem;
    object-fit: cover;
    border-radius: 0.16rem;
    overflow: hidden;
    z-index: 9;
}
.ibox2 .animate-box .ani-item {
    position: absolute;
    width: 16%;
    height: 7.22rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0.2rem;
    z-index: 1;
}
.ibox2 .animate-box .ani-item.ani-left {
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
}
.ibox2 .animate-box .ani-item.ani-right {
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
}
.ibox2 .animate-box .ani-item .item {
    position: relative;
    display: flex;
    align-items: flex-start;
    /*justify-content: center;*/
    /*padding: 0.2rem 0;*/
    padding: 0.4rem 0 .6rem;
}
.ibox2 .animate-box .ani-item .item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(139, 198, 228, 0) 0%, #8BC6E4 53.37%, rgba(139, 198, 228, 0) 100%);
    border-radius: 50%;
}
.ibox2 .animate-box .ani-item .item:last-child::after {
    display: none;
}
.ibox2 .animate-box .ani-item .item .icon {
    position: relative;
    top: 0.08rem;
    width: 0.48rem;
    height: 0.48rem;
    margin-right: 0.15rem;
}
.ibox2 .animate-box .ani-item .item .tit {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.ibox2 .animate-box .ani-item .item .tit .num-box {
    color: var(--color-primary);
}
.ibox3 {
    padding: 0.9rem 0;
    background: #f4f4f4;
}

.ibox3 .list {
    margin-top: 0.5rem;
}

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

.ibox3 .list .top .item:nth-child(1) {
    width: calc(1050 / 1650 * 100% - 0.15rem);
    margin-right: 0.3rem;
}

.ibox3 .list .top .left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc((100% - 0.2rem) / 2);
}
.ibox3 .list .top .left .left-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.2rem;
}
.ibox3 .list .top .left .left-top .item {
    width: 100%;
    aspect-ratio: 1 / 1;
}
.ibox3 .list .top .left .left-top .item .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ibox3 .list .top .left .left-bottom {
    width: 100%;
    flex: 1;
}
.ibox3 .list .top .left .left-bottom .item {
    width: 100%;
    aspect-ratio: 2 / 1;
}
.ibox3 .list .top .left .left-bottom .item .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ibox3 .list .top .right {
    width: calc((100% - 0.2rem) / 2);
}
.ibox3 .list .top .right .item {
    width: 100%;
    aspect-ratio: 1 / 1;
}
.ibox3 .list .top .right .item .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ibox3 .list .bot {
    display: flex;
    justify-content: space-between;
    margin-top: 0.2rem;
}
.ibox3 .list .bot .item {
    width: calc((100% - 0.2rem) / 2);
    height: 4.05rem;
}
.ibox3 .list .bot .item .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ibox3 .list .item .img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.46) 100%);
    z-index: 2;
}

.ibox3 .list .item {
    position: relative;
    overflow: hidden;
    border-radius: 0.2rem;
}

.ibox3 .list .item .img {
    position: relative;
    overflow: hidden;
}

.ibox3 .list .item .img img {
    height: 100%;
    object-fit: cover;
}

.ibox3 .list .item .txt {
    position: absolute;
    bottom: -0.97rem;
    /*bottom: -0.9rem;*/
    left: 0;
    width: 100%;
    padding: 0 0.33rem 0.53rem 0.4rem;
    z-index: 3;
}

.ibox3 .list .item .txt .t1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 0.26rem;
    padding: 0.05rem 0.1rem;
    background: linear-gradient(90deg, #007BBB 0%, rgba(0, 123, 187, 0) 100%);
    border-radius: 0.13rem;
}

.ibox3 .list .item .txt .t2 {
    line-height: calc(38 / 26);
    margin-top: 0.16rem;
}

.ibox3 .list .item .txt .t3 {
    line-height: calc(1em + 2px);
    margin-top: 0.18rem;
}

.ibox3 .list .item .txt .web_btn {
    margin-top: 0.4rem;
}

.ibox3 .list .item:hover .txt {
    bottom: 0;
    padding-bottom: 0.43rem;
}

.ibox3 .list .item:hover .txt .web_btn {
    margin-top: 0.3rem;
}

.ibox3 .list .item:hover .img img {
    transform: scale(1.05);
}
.ibox3 .list .item:hover .img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 124, 186, 0) 10%, rgba(0, 68, 102, 1) 100%);
    z-index: 2;
}
.ibox4 {
    margin: 0.9rem 0
}
.ibox4 .ibox4-con1 {
    margin: 0.5rem 0 0.1rem ;
}
.ibox4 .swiper {
    width: 100%;
    height: 1.2rem;
}
.ibox4 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 1.2rem;
}
.ibox4 .swiper-slide img {
    width: 80%;
    object-fit: cover;
}
.ibox5 {
    background: #f4f4f4;
    padding: 0.9rem 0;
}
.ibox5 .ibox5-con {
    position: relative;
    width: 100%;
    height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*padding: 0 1.9rem;*/
    margin-top: 0.5rem;
    border-radius: 0.3rem;
    overflow: hidden;
    background: url(../images/ind_1.png) no-repeat center center;
    background-size: cover;
}
.ibox5 .ibox5-con .ibox5-con-mock {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}
.ibox5 .ibox5-con .item {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 0.2rem;
    /*width: 24%;*/
    width: 50%;
    height: 100%;
}
.ibox5 .ibox5-con .item .desc {
    line-height: 1.2;
}

.ibox5 .ibox5-con .line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 3.1rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 55.77%, rgba(255, 255, 255, 0) 100%);
    border-radius: 50%;
}

/* 按钮 透明 */
.mbtn {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 0.25rem;
}
.web_btn {
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 0.04rem 0.04rem 0.04rem 0.18rem;
    border-radius: 0.4rem;
}

.web_btn .bxt {
    line-height: 0.3rem;
}

.web_btn .arr {
    margin-left: 0.25rem;
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 0.3rem;
}
.web_btn_vi {
    border: 1px solid #E8E8E8;
}

.web_btn_vi .bxt {
    color: #fff;
}

.web_btn_vi .arr {
    background: #fff;
}

.web_btn_vi:hover {
    background: #fff;
}

.web_btn_vi:hover .bxt {
    color: var(--color-primary);
}

.web_btn_vi:hover .arr {
    background: var(--color-primary);
}

.web_btn_vi:hover .arr img {
    filter: var(--imgwhite);
}

.ibox5 .ibox5-con .web_btn {
    /*position: absolute;*/
    bottom: -0.5rem;
    transform: translateY(0.2rem);
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.ibox5 .ibox5-con:hover {
    background: url(../images/ind_2.png) no-repeat center center;
    background-size: cover;
}
/*.ibox5 .ibox5-con:hover .web_btn {*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*    transform: translateY(0);*/
/*}*/
.ibox5 .ibox5-con .item-left:hover .web_btn {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.ibox5 .ibox5-con .item-right:hover .web_btn {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.ibox5 .ibox5-con .item-left:hover .tit {
    transform: translateY(-0.2rem);
}
.ibox5 .ibox5-con .item-left:hover .desc {
    transform: translateY(-0.2rem);
}
.ibox5 .ibox5-con .item-right:hover .tit {
    transform: translateY(-0.2rem);
}
.ibox5 .ibox5-con .item-right:hover .desc {
    transform: translateY(-0.2rem);
}
/*.ibox5 .ibox5-con:hover .item:first-child .tit,*/
/*.ibox5 .ibox5-con:hover .item:first-child .desc {*/
/*    transform: translateY(-0.2rem);*/
/*}*/