/**/
/**/
.industry1 .position2 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    top: 0;
    left: 0;
    /*opacity: 0;*/
    pointer-events: none;
    transition: 1s
}

.industry1 .endImg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: 1s ease;
}

.industry1 .endImg.on{
    opacity: 1;
}

.industry1 .position2.on {
    pointer-events: auto
}

.industry1 .position2.on .content .matter.on{
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.industry1 .position2 .black {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    pointer-events: none;
}

.industry1 .position2 .content {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5
}
.industry1 .position2 .content .matter{
    width: 400px;
    border-radius: 20px;
    border: 1px solid #FFFFFF;
    background: rgba(255,255,255,.4);
    backdrop-filter: blur(20px);
    padding: 34px 10px 15px 10px;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    transition: 1s;
}
.industry1 .position2 .content .matter:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
}
.industry1 .position2 .content .matter .close{
    position: absolute;
    right: 17px;
    top: 23px;
    z-index: 2;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    border: 1px solid rgba(0, 63, 150, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease;
    cursor: pointer;
}
.industry1 .position2 .content .matter .close svg{
    width: 15px;
    height: 15px;
}
.industry1 .position2 .content .matter .close svg path{
    transition: .6s ease;
}
.industry1 .position2 .content .matter .close:hover{
    border: 1px solid #003F96;
    background: #003F96;
}
.industry1 .position2 .content .matter .close:hover svg path{
    fill: #fff;
}
.industry1 .position2 .content .matter .headline{
    font-weight: bold;
    font-size: 24px;
    color: #003F96;
    margin: 0 56px 27px 49px;
}
.industry1 .position2 .content .matter .matter_color{
    width: 380px;
    background: #FFFFFF;
    height: fit-content;
    border-radius: 14px 8px;
    padding: 30px 47px;
}
.industry1 .position2 .content .matter .matter_color a{
    font-size: 16px;
    color: #1A1A1A;
    line-height: 30px;
    width: fit-content;
    display: block;
    transition: .6s ease;
}
.industry1 .position2 .content .matter .matter_color a:hover{
    color: var(--color);
}
/**/
/**/
.industry1 .position_video{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.industry1 .position_video video{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    opacity: 0;
    /*display: none;*/
    transition: 1s ease;
}

.industry1 .position_video .all{
    opacity: 1;
    /*display: block;*/
}
.industry1 .position_video video.hide{
    opacity: 0;
}
.industry1 .position_video video.on {
    opacity: 1;
}
.industry1 {
    height: 100vh;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-end
}

.industry1 .position_other {
    position: absolute;
    right: 30px;
    bottom: 37px;
    z-index: 5;
    /*width: 270px;*/
    height: 68px;
    border-radius: 8px;
    border: 1px solid #FFFFFF;
    padding: 9px 11px;
    display: flex;
    justify-content: space-between;
    transition: .6s ease;
}
.industry1 .position_other.hide{
    opacity: 0;
    pointer-events: none;
}

.industry1 .position_other .all {
    display: flex;
    gap: 8px;
    width: 124px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.industry1 .position_other .all .icon {
    width: fit-content;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 2px;
    height: fit-content
}

.industry1 .position_other .all .icon span {
    width: 5px;
    height: 5px;
    background: #003F96
}

.industry1 .position_other .all p {
    font-weight: 400;
    font-size: 14px;
    color: #1A1A1A
}

.industry1 .position_other .dis {
    display: flex;
    gap: 4px
}

.industry1 .position_other .dis .list {
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease;
    cursor: pointer
}

.industry1 .position_other .dis .list:hover {
    background: var(--color)
}

.industry1 .position_other .dis .list:hover .iconfont {
    color: #fff
}

.industry1 .position_other .dis .list:last-child .iconfont {
    transform: rotate(180deg)
}

.industry1 .position_other .dis .list .iconfont {
    color: #666;
    font-size: 13px;
    transition: .6s ease
}

.industry1 .position_all {
    position: absolute;
    width: 1860px;
    padding: 45px 50px 42px 72px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
    display: flex;
    justify-content: space-between;
    z-index: 2;
    opacity: 0;
    transition: 1s;
    pointer-events: none
}

.industry1 .position_all.on {
    opacity: 1;
    transform: translate(-50%, -50%);
    pointer-events: auto;
    transition-delay: .3s
}

.industry1 .position_all .radius {
    position: absolute;
    right: 0;
    top: 0;
    width: 85px;
    pointer-events: none
}

.industry1 .position_all .radius path {
    fill: rgba(255, 255, 255, 0.8)
}

.industry1 .position_all:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 30px;
    --w: 85px;
    clip-path: polygon(0 0, calc(100% - var(--w)) 0, calc(100% - var(--w)) var(--w), 100% var(--w), 100% 100%, 0 100%, 0 0)
}

.industry1 .position_all .item .headline {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 0 35px
}

.industry1 .position_all .item .headline .icon {
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center
}

.industry1 .position_all .item .headline .icon img {
    object-fit: contain
}

.industry1 .position_all .item .headline p {
    font-weight: 500;
    font-size: 24px;
    color: #003F96
}

.industry1 .position_all .item .level a {
    font-size: 16px;
    color: #1A1A1A;
    line-height: 30px;
    width: fit-content;
    display: block;
    transition: .6s ease
}

.industry1 .position_all .item .level a:hover {
    color: var(--color)
}

.industry1 .position_all .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .6s ease
}

.industry1 .position_all .close:hover {
    background: var(--color)
}

.industry1 .position_all .close:hover svg path {
    fill: #fff
}

.industry1 .position_all .close svg {
    width: 17px;
    height: 17px
}

.industry1 .position_all .close svg path {
    transition: .6s ease
}

.industry1 .common_bg {
    transition: .6s ease
}

.industry1.all_on .common_bg {
    filter: blur(20px)
}

.industry1.all_on .wrap .content {
    opacity: 0;
    pointer-events: none
}

.industry1 .wrap {
    margin: 8% 30px 0 0
}

.industry1 .wrap .content {
    width: 400px;
    background: rgba(255, 255, 255, 0.67);
    backdrop-filter: blur(15px);
    border-radius: 12px;
    padding: 10px;
    transition: .6s ease
}
.industry1 .wrap .content.hide{
    opacity: 0;
    pointer-events: none;
}
.industry1 .wrap .content .item {
    width: 380px;
    background: #FFFFFF;
    border-radius: 8px
}

.industry1 .wrap .content .item.on .show p {
    color: var(--color);
    transform: scale(1.2)
}

.industry1 .wrap .content .item.on .show .icon img {
    filter: none;
    opacity: 1
}

.industry1 .wrap .content .item:not(:last-child) {
    margin: 0 0 4px
}

.industry1 .wrap .content .item .show {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 38px 0 50px;
    cursor: pointer
}

.industry1 .wrap .content .item .show p {
    font-size: 20px;
    color: #1A1A1A;
    transform-origin: top left;
    transition: .6s ease
}

html[lang="en"] .industry1 .wrap .content .item .show p{
    font-size: 15px;
}

.industry1 .wrap .content .item .show .icon {
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center
}

.industry1 .wrap .content .item .show .icon img {
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.5;
    transition: .6s ease
}

.industry1 .wrap .content .item .hide {
    overflow: hidden;
    display: none
}

.industry1 .wrap .content .item .hide > div {
    margin: 5px 27px 15px 50px
}

.industry1 .wrap .content .item .hide > div .scroll {
    height: 275px
}

.industry1 .wrap .content .item .hide > div a {
    display: block;
    width: fit-content;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 30px;
    transition: .6s ease
}

.industry1 .wrap .content .item .hide > div a:hover {
    color: var(--color)
}

@media screen and (max-width: 1919px) {
    .industry1 .position_other{
        right: 1.5625vw;
        bottom: 1.9270833333vw;
        /*width: 14.0625vw;*/
        height: 3.5416666667vw;
        border-radius: 0.4166666667vw;
        padding: 0.46875vw 0.5729166667vw;
    }
    .industry1 .position_other .all{
        gap: 0.4166666667vw;
        width: 6.4583333333vw;
        height: 2.6041666667vw;
        border-radius: 0.3125vw;
    }
    .industry1 .position_other .all .icon{
        gap: 0.1041666667vw;
    }
    .industry1 .position_other .all .icon span{
        width: 0.2604166667vw;
        height: 0.2604166667vw;
    }
    .industry1 .position_other .all p{
        font-size: 0.7291666667vw;
    }
    .industry1 .position_other .dis{
        gap: 0.2083333333vw;
    }
    .industry1 .position_other .dis .list{
        width: 2.6041666667vw;
        height: 2.6041666667vw;
        border-radius: 0.15625vw;
    }
    .industry1 .position_other .dis .list .iconfont{
        font-size: 0.6770833333vw;
    }
    .industry1 .position_all{
        width: 96.875vw;
        padding: 2.34375vw 2.6041666667vw 2.1875vw 3.75vw;
    }
    .industry1 .position_all .radius{
        width: 4.4270833333vw;
    }
    .industry1 .position_all::after{
        border-radius: 1.5625vw;
        --w: 4.4270833333vw;
    }
    .industry1 .position_all .item .headline{
        gap: 1.0416666667vw;
        margin: 0px 0px 1.8229166667vw;
    }
    .industry1 .position_all .item .headline .icon{
        width: 1.40625vw;
        height: 1.40625vw;
    }
    .industry1 .position_all .item .headline p{
        font-size: 1.25vw;
    }
    .industry1 .position_all .item .level a{
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
    }
    .industry1 .position_all .close{
        width: 2.6041666667vw;
        height: 2.6041666667vw;
    }
    .industry1 .position_all .close svg{
        width: 0.8854166667vw;
        height: 0.8854166667vw;
    }
    .industry1.all_on .common_bg{
        filter: blur(1.0416666667vw);
    }
    .industry1 .wrap{
        margin: 8% 1.5625vw 0px 0px;
    }
    .industry1 .wrap .content{
        width: 20.8333333333vw;
        border-radius: 0.625vw;
        padding: 0.5208333333vw;
    }
    .industry1 .wrap .content .item{
        width: 19.7916666667vw;
        border-radius: 0.4166666667vw;
    }
    .industry1 .wrap .content .item:not(:last-child){
        margin: 0px 0px 0.2083333333vw;
    }
    .industry1 .wrap .content .item .show{
        height: 3.3333333333vw;
        padding: 0px 1.9791666667vw 0px 2.6041666667vw;
    }
    .industry1 .wrap .content .item .show p{
        font-size: 1.0416666667vw;
    }
    html[lang="en"] .industry1 .wrap .content .item .show p{
        font-size: 0.78125vw;
    }
    .industry1 .wrap .content .item .show .icon{
        width: 1.40625vw;
        height: 1.40625vw;
    }
    .industry1 .wrap .content .item .hide > div{
        margin: 0.2604166667vw 1.40625vw 0.78125vw 2.6041666667vw;
    }
    .industry1 .wrap .content .item .hide > div .scroll{
        height: 14.3229166667vw;
    }
    .industry1 .wrap .content .item .hide > div a{
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
    }
}

@media screen and (max-width: 1024px) {
    .industry1{
        height: auto;
        min-height: 100vh;
    }
    .industry1 .position_other{
        display: none;
    }
    .industry1 .wrap{
        margin: 100px 5%;
        width: 100%;
    }
    .industry1 .wrap .content{
        width: 100%;
        border-radius: 7px;
        padding: 10px;
    }
    .industry1 .wrap .content .item{
        width: 100%;
        border-radius: 7px;
    }
    .industry1 .wrap .content .item .show{
        height: 50px;
        padding: 0 5%;
    }
    .industry1 .wrap .content .item .show p{
        font-size: 14px!important;
    }
    .industry1 .wrap .content .item:not(:last-child){
        margin: 0 0 10px;
    }
    .industry1 .wrap .content .item .show .icon{
        width: 22px;
        height: 22px;
    }
    .industry1 .wrap .content .item .hide > div{
        margin: 10px 5% 20px 5%;
    }
    .industry1 .wrap .content .item .hide > div a{
        font-size: 13px;
        line-height: 30px;
    }
    .industry1 .wrap .content .item .hide > div .scroll{
        height: auto;
        padding: 0 10px 0 0;
    }
    .industry1 .position_video,.industry1 .position2{
        display: none;
    }
    .industry1 .common_bg{
        display: block!important;
    }
}
