.bannerTxt{
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    z-index: 99;
    animation:textShow 3s forwards;
}

@keyframes textShow{
    0%{
        top: 40%;
        opacity: 0;
    }
    100%{
        top:50%;
        opacity: 1;
    }
}
.idx-line{
    width:120px;
height:6px;
background:rgba(47,208,181,1);
margin:20px auto;
}
.space{margin-left:35px}
.bannerBg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}
.item-1{
    /* width:100%;
    height:500px; */
    padding-top:150px;
    background-image: url(/static/img/index/global.png);
    background-size: 100% 400px;
    background-position-y: bottom;
    background-repeat: no-repeat;
    z-index: 2;
    /* padding: 10px 0; */
}
.item-3-bg{
    width:100%;
    height:815px;
    background-image:url(/static/img/index/item-3-img1.jpg);
    background-repeat: no-repeat;
    background-size:100% auto;
    position: absolute;
    top: 263px;
    left:0px;
}
.item-3-bgc{
    position: absolute;
    top: 263px;
    left:0px;
    width:100%;
    height:815px;
    background:rgba(255,255,255,0.7)
}
.items-1{
    width:100%;
    height:500px;
    position: relative;
    text-align: center;
}
.items-1-1{
    position: absolute;
}
.items-1-1:nth-child(1){
    left:15%;
    top:120px
}
.items-1-1:nth-child(2){
    left:35%;
    top:50px
}
.items-1-1:nth-child(3){
    right:35%;
    top:50px
}
.items-1-1:nth-child(4){
    right:15%;
    top:120px
}
.item-2{
    width:100%;
}

.items-2{
    width:550px;
    height: 500px;
    background: white;
    box-shadow: 1px 1px 10px #ccc;
    border-radius: 15px;
    box-sizing: border-box;
    margin-top: 30px;
    line-height: 1.5;
    cursor: pointer;
}
.items-2:nth-child(2){margin-left: 50px;}
.items-2-img{width:100%;height:350px;position:relative}
.items-2-img img{
    width:100%;
    height: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.items-2-img-title{
    width:237px;
    height: 30px;
    /* background:rgba(0,71,157,1); */
    background-image: url(/static/img/index/title-bg.png);
    background-size: 100% 100%;
    color: white;
    position:absolute;
    left: 0;
    top:30px;
    font-size:20px;
    box-sizing: border-box;
    padding-left:20px;
    line-height: 30px;
}
.items-2-img-desc{
    width:100%;
    height:50px;
    background:rgba(0,0,0,0.66);
    color: white;
    position: absolute;
    bottom: 0px;
    font-size: 25px;
    line-height: 50px;
    text-align: center;
}
.items-2-txt{
    width:100%;
    height:150px;
}
.item-2:nth-child(2) .items-2:nth-child(2) .items-2-txt div{
    width:100%;
    height:50%
}
.items-2-txt p{margin: auto;}
/* .items-2:hover{
    background-image: linear-gradient( 125deg,black 10%,#555 100%);
    cursor: pointer;
} */
.item-3{
    width:100%;
    max-width: 1200px;
    height: 816px;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
    /* border-radius: 15px; */
}
.imgShow{
    animation:imgRight 1.5s forwards;
}
@keyframes imgRight{
    0%{right:-1200px}
    100%{right: 0px;}
}
.item-3 img{
    width:100%;
    height: 100%;
    position: absolute;
    /* border-radius: 15px; */
}
.items-3{
    width:100%;
    height:227px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 50px 0 20px;
    box-sizing: border-box;
    display: flex;
    flex-flow: wrap;
    line-height: 1;
}
.items-3-item{
    border-right: solid 1px white;
    height: 100%;
    width: calc(25% - 1px);
    text-align: center;
}
.items-3-bg{
    background:black;
    opacity: 0.6;
}

.item-4{
    width: 1200px;
    height: 600px;
    margin-top: 50px;
    display: flex;
    flex-flow: wrap-reverse;
    text-align: justify;
    position: relative;
}
.items-4{
    border-radius: 20px;
}
.items-4-1{
    width: 555px;
    height: 500px;
    padding: 20px 35px;
    box-sizing: border-box;
    background:rgba(0,0,0,0.74);
    /* opacity: 0.74; */
    border-radius: 15px;
    position: relative;
    z-index: 9;
}
.items-4-2{
    width: 798px;
    height: 560px;
    background: white;
    box-shadow: 1px 1px 10px #ccc;
    position: absolute;
    bottom:0;
    right: 0;
}
.items-4-2 img{
    width:100%;
    height: 100%;
    border-radius: 20px;
}
.items-4-line{
    width: 80%;
    height: 1px;
    background: white;
    opacity: 0.4;
    margin: 40px 0;
}
.item-5{
    width:1200px;
    height: 500px;
    margin-top: 50px;
    display: flex;
    flex-flow: wrap-reverse;
}
.items-5{
    width: 290px;
    min-height: 400px;
    height: max-content;
    margin:0 auto;
    border-radius: 10px;
    display: flex;
    flex-flow: wrap-reverse;
    box-sizing: border-box;
    /* padding:10px; */
}
.items-5:hover{
    background: white;
    cursor: pointer;
    box-shadow: 1px 1px 10px #ccc;
}
.items-5:hover img{
    animation:imgShow 1.5s forwards;
}
@keyframes imgShow{
    0%{transform: scale(1) rotate(0deg);}
    100%{transform: scale(1.2) rotate(10deg);}
}
.items-5-img{
    width: 100%;
    max-width: 290px;
    height: 300px;
    max-height: 300px;
    overflow-y: hidden;
    overflow-x: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.items-5-img img{
    width: 100%;
    height: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.items-5-txt{
    width: 100%;
    height: 100px;
    display: flex;
    flex-flow: wrap;
    padding:10px 20px;
    box-sizing: border-box;
    text-align: center;

}
.items-5-txt p{
    text-align: center;
    width: 100%;
}
.slider video{
    display: block;
    width: 100%;
}

.swiper-slide{
    text-align: center;
    font-size: 18px;
    margin: auto;
    background: none !important;
    height:max-content !important;
    /* box-shadow: 1px 1px 10px #ccc; */
    border-radius: 10px;
    /* Center slide text vertically */
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex; */
    /* display: flex; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}