/*弹性盒样式*/
.f-no {
    display: flex;
    flex-flow: row wrap;
}

.f-no-b-center {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.f-no-b-start {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.f-no-b-stretch {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
}

.f-no-c-center {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.f-no-c-end {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: center;
}

.f-b-start {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;

}

.f-no-c-start {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
}

.f-no-c-stretch {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
}

.f-no-s-center {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

.f-no-s-end {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-end;
}

.f-no-s-stretch {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.f-no-end-start {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
}

.f-no-col {
    display: flex;
    flex-flow: column wrap;
}

.f-no-col-b-center {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
}

.f-no-col-c-center {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
}

.f-no-col-s-center {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
}

.f-no-col-s-end {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-end;
}

.f-no-col-c-start {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: flex-start;
}

.f-no-col-b-start {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.f-no-col-end-start {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-end;
    align-items: flex-start;
}

.f-no-col-s-start {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.banner-g {
    width: 100%;
    height: 100vh;
    /* padding-top: 2.25rem; */
}

.swiper-container {
    width: 100%;
    height: 100%;

}

/* .swiper-container .gw {
    z-index: 6;
    height: 100vh;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} */
.g-box-content{
    position: relative;
}
.swiper-container .g-box-content {
    height: 100%;
}

.swiper-container .g-box-content .li-g {
    height: 100%;
    width: 25%;
    /* flex: 1; */
    /* padding: 8.825rem 2.8rem 0; */
    padding: 5rem 2.8rem 0;
    position: relative;
    z-index: 10;

}

.swiper-container .g-box-content .li-g .li-t {
    width: 100%;
    z-index: 3;
    transition: all .3s;
}

.swiper-container .g-box-content .li-g .li-t img {
    max-height: 100%;
    object-fit: contain;

}

.swiper-container .g-box-content .li-g .li-t span {
    cursor: pointer;
    margin: .95rem 0 .525rem 0;
    font-weight: 500;
}

.swiper-container .g-box-content .li-g .li_1{
    z-index: 6;
    
}
.swiper-container .g-box-content .li-g .li-text {
    opacity: 0;
    transform: translateY(6px);
    transition: all 0.8s;
    z-index: 10;
    display: none;
}


.swiper-container .g-box-content .li-g .li-text a {
    margin-bottom:.85rem;
    cursor: pointer;
    position: relative;
    opacity: 0.5;
    transition: all 0.5s;
}
.swiper-container .g-box-content .li-g .li-text a:hover{
    opacity: 1;
}


.arrow-g {
    width: 0;
    color: #fff;
    position: absolute;
    left: 50%;
    border-bottom: 2px solid #fff;
    z-index: 10;
    bottom: 0;
    opacity: 0;
    transition: all .2s;
}

.arrow-gbc {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    background-image: linear-gradient(to top, rgba(13, 98, 167, 1), transparent, transparent);
    transition: all .3s;
    z-index: 5;
}

.swiper-container .g-box-content .li-g .li-text a::after {
    content: '';
    position: absolute;
    top: 44%;
    opacity: 0;
    right: -.4rem;

    transform: rotate(-135deg);
    height: .325rem;
    width: .325rem;
    z-index: 10;
    transition: all .5s;
    background-color: #fff;
    clip-path: polygon( 0 0 ,0 100%,100% 100%);
}

.swiper-container .g-box-content .li-g .li-text a::before {
    border-width:1px ;
    content: '';
    position: absolute;
    top: 44%;
    opacity: 0;
    left: -.4rem;
    transform: rotate(45deg);
    height: .325rem;
    width: .325rem;
    z-index: 10;
    transition: all .5s;
    background-color: #fff;
    clip-path: polygon( 0 0 ,0 100%,100% 100%);
}

.swiper-container .g-box-content .li-g .li-text a:hover::after {
    right: -0.57rem;
    opacity: 1;
}

.swiper-container .g-box-content .li-g .li-text a:hover::before {
    left: -0.57rem;
    opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    margin-bottom: 10px;
}
.swiper-pagination-0 .swiper-pagination-bullet-active {
    background-color: #fff;
    background-image: url('web/img/po.png');
}
.swiper-pagination-0 .swiper-pagination-bullet{

    transform:rotate(45deg);
    border-radius: 0;
    border: 2px solid #fff;
}
.swiper-container3 .sw1 .swiper-button-next, 
.swiper-container3 .sw1 .swiper-button-prev{
height: 10px;
}
.wh {
    height: 100%;
    width: 100%;
}

.bc {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}

.gw .g-tit-01 {
    font-weight: 700;
    position: absolute;
    left: 50%;
    top: 40%;
    line-height: 1;
    transform: translate(-50%, -50%);
    text-align: center;
}

.gw .g-tit-02 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.gw .g-tit-02 span {
    display: block;
    line-height: 1;
}

.gw .g-tit-02 span:nth-child(2) {
    margin: 1.25rem 0 1.7rem;
font-weight: 600;
}

.gw .g-btn {
    text-align: center;
    height: 1.1rem;
    line-height: 1.1rem;
    width: 3.125rem;
    color: #fff;
    background-color: #0060a9FF;
        cursor: pointer;
        background-image: linear-gradient(to right,  #0D2763 50%, transparent 50%);
        background-size: 200% 100%;
        background-position: right bottom;
        transition: background-position 0.3s;

}
.contentbox .leftbox .ul{
    /* border-bottom:2px solid #DDDDDD; */
}
.g-tit-02 .btn1 .g-btn {
    display: block;
    margin-top: 1.725rem;
    margin-right: .5rem;
}

.g-tit-02 .btn1 a:last-child {
    margin-right: 0;
}

.i-list1 {
    background: #fff;
    position: relative;
    z-index: 1;
}

.i-list1 .leftbox .tit2 {
    padding-bottom: 62px;
    border-bottom: 2px solid  rgba(233, 233, 233, .4);
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.i-list1 .leftbox .ul {

    padding-bottom: 1.25rem;
    /* margin-bottom:1.9rem; */
}

.i-list1 .leftbox .li {
    width:28%;
    /* padding-right: 2%; */
    margin-bottom: 1.175rem;
}
.i-list1 .leftbox .li:nth-child(3) {
    /* width: auto; */
}
.i-list1 .hrefbtn {
    height:1.1rem;
    background: #0062A7FF;
    transition: all .5s;
    display: inline-flex;
    cursor: pointer;
    background-image: linear-gradient(to right, #0D2763 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: background-position 0.3s;
    padding: 0 0.55rem;

}

.i-list1 .hrefbtn .icon {
    width: 12px;
    height: 12px;
    fill: #fff;
    margin-left: 0.1rem;
}
.tit {
    font-weight: 500;
}
.col-006 {
    font-weight:500;
    color: #0060AA;
}
.contentbox .rightbox {
    flex: 1;
    margin-left: 3rem;
}
.rightbox .img-wrap {
    padding-top: 1.075rem;
    overflow: hidden;
}

.rightbox .img-wrap:hover .r-bc {
    /* transform: scale(1.1); */
}

.rightbox .img-wrap:hover .xa {
    transform: scale(.95);

}

.rightbox .img-wrap img:first-child {
    /* margin-left: 4%; */

}

.rightbox .img-wrap img {
    transition: all .3s;
}

.rightbox .img-wrap img.xa {
    margin-top: -3.45rem;
/* margin-left: 1.05rem; */
}

.contentbox {
    padding: 4.5rem 1.125rem 0 1.925rem;
    /* padding:4.825rem .975rem 4.775rem 1.925rem; */
}

.contentbox .leftbox {
max-width: 43%;
    /* margin-right: 2rem; */
}
.home-b .contentbox .leftbox .ul .li {
    /* border-bottom: 2px solid #DDDDDD; */
    margin-bottom: 1.5rem;

}

.contentbox .leftbox .ul .li:nth-child(5) span{

    letter-spacing:normal ;
}
.i-list1 .hrefbtn:hover {
    background-position: left bottom;
    color: #fff;

}


.g-tit-02 .btn1 .g-btn:hover,
.g-tit-02 .g-btn:hover {
    /* background-color: #087; */
    background-position: left bottom;
}



.swiper-container .g-box-content .li-g .li-text a:hover .arrow-g {
    left: 0;
    opacity: 1;
    width: 100%;
    transition-delay: .1s;
}
.swiper-container .g-box-content .li-g:hover .li-text {
    transform: translateY(0px);
    transition-delay: 0.2s;
    opacity: 1;
    display: flex;
}

.swiper-container .g-box-content .li-g:hover .li_1 {
    transition: all .3s;
    /* transform: translateY(-35%); */
    transform: translateY(-16%);
}



.swiper-container .g-box-content .li-g:hover .li-text a {
    color: #fff;

}

.swiper-container .g-box-content .li-g:hover .arrow-gbc {
    opacity: 1;
    height: 100%;
}
.bc-box{
    position: absolute;
    left: 0;
    top: 0;
}

 .li-gbc{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* transition: all .1s; */
    object-fit: contain;
    /* transition-delay: 100ms; */
display: none;
background-repeat: no-repeat;
background-size: cover;
}
.op{
    display: block;
}
/* //mb */ 
.g-box-content .bc .img{
position: absolute;
top: 0;
left: 0;
max-height: 100%;
width: 100%;
}

.i-list2 .tab-container{
background-color: #0D2763;
}

.i-list2 .tab-container .item{
    height: 4rem;
    margin:  0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.i-list2 .tab-container .icon {
    height: 1rem;
    margin-right: 0.3rem;
    transition: all .5s;
}
.i-list2 .tab-container .txt {
    margin-left: 0.25rem;
    max-width: calc(100% - 60px);
}

.i-list2 .tab-container .btn {
    margin-top: 0.15rem;
}
.i-list2 .tab-container .icon2{
    width: 10px;
    height: 10px;
    fill: #fff;
    margin-left: 0.2rem;
}
.side-top{
position: fixed;
right: 5%;
bottom:20% ;
z-index: 50;
width: 54px;
height: 54px;
background-color: #fff;
border-radius: 50%;
margin: 0 auto;
transform: translate(50%,-50%);

}
@media (max-width:1680px) {
    .contentbox .leftbox{
        width: 43%;
    }
}
@media (max-width:1024px) {
    /* .contentbox {
        padding-top: 1.25rem;
    } */

    .contentbox .leftbox {
        width: 100%;
    }

    .contentbox .leftbox .ul .li {
        width: 33%;
        line-height: 1.2;
    }

    .i-list1 .leftbox .tit2 {
        margin-bottom: .575rem;
        padding-bottom: .8rem;
    }

    .i-list1 .leftbox .ul {
        padding-bottom: 1rem;
        margin-bottom: 0;

    }

}

.i-list3{
    padding: 2.4rem 0 5rem;
    background: url(https://www.xolift.com/bocstatic/web/css/../img/i3img.jpg) no-repeat center top;
    background-size: cover;
}

@media (max-width: 1024px){

.about-list1 .rightbox .li {
    width: 50%;
}
}
@media (max-width:769px) {
    .li-t img{

        height: .7rem;
    }
    .contentbox {
        padding-top: 1.25rem;
width: 100%;
        margin: 0 auto;
    }


    .i-list1 .leftbox{
        width: 100%;
        margin-bottom: 1.3rem;
    }
    .i-list1 .leftbox .ul{
        margin-bottom: 1rem;
    }
    .contentbox .leftbox .ul .li {
        width: 50%;
        padding-right: 5%;

        margin-bottom: 0.5rem;
    }
    .i-list1{
        padding: 1.3rem 0 0;
    }

    .i-list1 .leftbox .tit2 {
        padding-bottom: 1.25rem;
        /* border-bottom: 2px solid #DDDDDD; */
        margin-bottom: 1.7rem;
    }


    .i-list1 .hrefbtn{
        height: 1.3462rem;
    padding: 0 0.7rem;

    }
    .i-list2 .imgbox-container .bg{
        height: 10rem;
    }
    .bc1{
         height: 100vh;
    }
    .bc2{
        overflow: hidden;
    }
    .i-list2{
        padding: 2rem 0;
    }
    .i-list3 .cases-container{
        margin-top: 2rem;
    }
    .rightbox .img-wrap img.xa{

        /* margin-left: 15px; */
        margin-top: -2rem;
    }

}


.home-b .contentbox .leftbox .ul .li .tit3 span.col-006{
    font-weight: 600;
    }

    .gw .g-tit-01{
        font-family: 'OPPO-B';
    }