.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;
    }
}
.item-1{
    width: 100%;
    height: 650px;
    background: white;
    box-sizing: border-box;
    box-shadow: 1px 1px 10px #ccc;
    border-radius: 15px;
    display: flex;
    flex-flow: wrap;
}

.items-1{
    height: 100%;
}
.items-1-1{
    width: 35%;
    padding:30px;
    box-sizing: border-box;
    background:black;
    line-height: 1.5;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.items-1-1 p{
    margin: 10px 0;
}
.items-1-2{
    width: 65%;
    background: url(/static/img/about/items-1-img.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.items-1-2-1{
    background-image:url(/static/img/about/items-1-img1.jpg);
}



.about-line{
    width:116px;
    height:1px;
    background: black;
    opacity:0.27;
    margin: 20px 0;
}
.item-3{
    width: 100%;
    height: 500px;
    border: 15px;
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 1px 1px 10px #ccc;
}
.items-3-1{
    width: 45%;
    padding: 20px;
}
.items-3-1 input{
    width: 100%;
    height: 55px;
    border: solid 1px #ccc;
    border-radius: 15px;
    margin-top: 58px;
    outline: none;
    box-sizing: border-box;
    padding-left: 15px;
    font-size: 20px;
}
.items-3-1 input:nth-child(1){
    margin-top: 0;
}
.items-3-2{
    width: 55%;
    box-sizing: border-box;
    padding: 15px;
}
.items-3{
    height: 100%;
    box-sizing: border-box;
}

#message{
    width: 100%;
    height: 350px;
    resize: none;
    border-radius: 15px;
    border: solid 1px #ccc;
    box-sizing: border-box;
    outline: none;
    padding: 20px;
    color: #666;
    font-size: 20px;
    box-shadow: 1px 1px 5px #ccc inset;
}
.items-3-2 button{
    width: 250px;
    height: 40px;
    margin: 10px auto;
    border: none;
    color: white;
    border-radius: 15px;
    outline: none;
    background-image: linear-gradient(-90deg, #29bdd9 0%, #276ace 100%);
}
.items-3-2 button:nth-child(3){
    margin-left: 85px;
    background-image: linear-gradient(to right, #ff9569 0%, #e92758 100%);
}

.swiper-slide{
    text-align: center;
    font-size: 18px;
    margin: auto;
    background: none !important;
    height:max-content !important;
    border-radius: 10px;
    -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;
}

#container{
    width: 100%;
    height: 650px;
    border-radius: 15px;
    box-shadow: 1px 1px 10px #ccc;
}

.item-5{
    width:1200px;
    height: 500px;
    margin-top: 50px;
    display: flex;
    flex-flow: wrap;
}
.items-5{
    width: 390px;
    min-height: 400px;
    height: max-content;
    margin:0 auto;
    border-radius: 10px;
    display: flex;
    flex-flow: wrap-reverse;
    box-sizing: border-box;
    box-shadow: 1px 1px 10px #ccc;
}
.items-5:hover{
    background: white;
    cursor: pointer;
    
}
.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: 390px;
    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: 150px;
    display: flex;
    flex-flow: wrap;
    padding:10px 20px;
    box-sizing: border-box;
    text-align: center;

}
.items-5-txt p{
    text-align: center;
    width: 100%;
}



.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: 550px;
    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: 650px;
    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;
}