html, body {
    position: relative;
    height: 100%;
}

#welcome-wrap{
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url('../img/welcome_bg1.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.logo-foot{
    position: absolute;
    right: 102px;
    bottom: 119px
}

.index-head-wrap{
    position: absolute;
    top: 106px;
    left: 120px;
    z-index: 5;
    display: flex;
}

.index-head-item{
    display: flex;
    align-items: center;
    margin-left: 24px;
}
.index-head-item img{
    width: 26px;
    height: 44px;
}

.index-head-item-text-1{
    text-align:center;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
}

.index-head-item-text-2{
    text-align:center;
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
    color: #FFFFFF;
}

.index-button-wrap{
    position: absolute;
    left: 140px;
    bottom: 400px;
    z-index: 5;
}

.index-button{
    width: 148px;
    height: 48px;
    background: #152F59;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    cursor: pointer;
    transition: .6s;
    position: relative;
    overflow: hidden;
}

/*.index-button:hover{
    background:  #06908C;
}

.index-button:active{
    background:#037A7A;
}*/

.weclome-banner-wrap{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    /*background-color: #0C77F5;*/
}

.weclome-pagination-list{
    position: absolute;
    top: 241px;
    left: 168px;
}

.weclome-pagination-item{
    display: none;
}

.weclome-pagination-item.pagination-active{
    display: block;
}

.weclome-swiper-container{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    /*background: #0C77F5;*/
}

.weclome-swiper-wrapper{
    display: flex;
    flex-wrap: nowrap;
    /*width: 2600px;*/
    height: 100%;
    position: absolute;
    transition-duration: 0.3s;
}

.weclome-swiper-slide{
    width: 100%;
    height: 100%;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-grow: 0;
    flex-shrink: 0;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    /*background-position: center;*/
    position: relative;
    opacity: 0;
}

.slide-text-wrap{
    position: absolute;
    bottom: 150px;
    left: 140px;
    animation-duration: 1s;
    animation-delay: 0.3s;
}

.slide-text-1{
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    color: #ffffff;
    margin-bottom: 12px;
    animation-duration: 1s;
    animation-delay: 0.58s;
    /*display: none;*/
}

.slide-text-2{
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 12px;
    font-family: wendaochaohei;
    animation-duration: 1s;
    animation-delay: 0.63s;
}

.slide-text-3{
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
    width: 871px;
    height: 64px;
    animation-duration: 1s;
    animation-delay: 0.58s;
}

.index-button-dian{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dian{
    width: 0;
    height: 0;
    background: #037A7A;
    transition: .6s;
    border-radius: 50%;
}

.index-button:hover .dian{
    width: 166px;
    height: 166px;
}

.index-welcome-wrap{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-welcome-list{
    width: 100%;
    height: 100%;
    position: relative;
}

.index-welcome-item{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.6s;
    position: absolute;
    top: 0;
    left: 0;
}

.index-welcome-item.active{
    opacity: 1;
    z-index: 1;
}

.index-welcome-text-wrap{
    width: 1200px;
    margin-bottom: 100px;
}

.index-welcome-text-wrap-1{
    width: 964px;
    margin-bottom: 100px;
    display: flex;
    align-items: flex-end;
}

.index-welcome-text-wrap-1-l{
    margin-right: 54px;
}

.index-welcome-text1{
    margin-bottom: 12px;
}

.index-welcome-text2{
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.index-welcome-text3{
    font-weight: 400;
    font-size: 88px;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 12px;
    font-family: xiquezhaopai;
}

.index-welcome-text4{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 12px;
    width: 720px;
}

.index-welcome-text5,
.text-wrap-1-r-text3{
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
}

.text-wrap-1-r-text1{
    font-weight: 400;
    font-size: 88px;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 12px;
    font-family: xiquezhaopai;
}

.text-wrap-1-r-text2{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.text-wrap-2-r-text1{
    font-family: xiquezhaopai;
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.text-wrap-2-r-text2{
    width: 78px;
    height: 3px;
    background: #FFFFFF;
    border-radius: 32px;
    margin-bottom: 12px;
}

.text-wrap-2-r-text3{
    font-family: xiquezhaopai;
    font-weight: 400;
    font-size: 120px;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.text-wrap-2-r-text4{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.text-wrap-3-r-text1{
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.text-wrap-3-r-text2{
    font-family: xiquezhaopai;
    font-weight: 400;
    font-size: 90px;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.text-wrap-3-r-text3{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.index-welcome-bottom-wrap{
    position: absolute;
    z-index: 1;
    width: 1200px;
    height: 120px;
    bottom: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-welcome-bottom-wrap:after{
    content:"";
    width: 100%;
    height: 1px;
    background: #FAFAFA;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
}

.index-welcome-bottom-item{
    width: 120px;
    height: 120px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
    position: relative;
}

.index-welcome-bottom-item:last-child{
    margin-right: 0;
}

.dot{
    cursor: pointer;
}

.item-bt{
    opacity: 0;
    width: 80px;
    height: 80px;
    position: absolute;
    transition: .6s;
}

.index-welcome-bottom-item:hover .item-bt {
    width: 120px;
    height: 120px;
    opacity: 1;
}

.index-welcome-bottom-item.active .item-bt{
    width: 120px;
    height: 120px;
    opacity: 1;
}

.index-weclome-btn-wrap{
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 107px;
    z-index: 2;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    cursor: pointer;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow-down{
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: bounce-down 1s linear infinite;
    animation: bounce-down 1s linear infinite;
}

@-webkit-keyframes bounce-down {
    25% {
        -webkit-transform: translateY(-4px);
    }
    50%, 100% {
        -webkit-transform: translateY(0);
    }
    75% {
        -webkit-transform: translateY(4px);
    }
}

@keyframes bounce-down {
    25% {
        transform: translateY(-4px);
    }
    50%, 100% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(4px);
    }
}

.index-weclome-btn-wrap1{
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    top: 88px;
    z-index: 2;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    cursor: pointer;
    background: linear-gradient(180deg, rgba(86, 116, 149, 0.8) 0%, rgba(139, 164, 192, 0) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}