.banner1 {
    width: 100%;
    height: 100vh;
    position: relative;
    display: block;
}
.banner1 .bg {
    width: 100%;
    height: 100%;
}
.banner1 .bg img {
    display: block;
    width: 100%;
    height: 100%;
}
.banner1 .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.banner1 .text h1 {
    font-size: 50px;
    font-family: PingFang SC l;
    font-weight: 300;
    text-align: center;
    justify-content: center;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.banner1 .text p {
    font-size: 24px;
    font-family: PingFang SC l;
    font-weight: 300;
    line-height: 24px;
    color: #FFFFFF;
    justify-content: center;
    text-align: center;
}
.banner1 .links {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 1680px;
}
.banner1 .links .item {
    display: block;
    width: 540px;
    height: 80px;
    background: #005CA9;
    opacity: 1;
    font-size: 24px;
    font-family: PingFang SC r;
    font-weight: 400;
    line-height: 80px;
    color: #FFFFFF;
    text-align: center;
    transition: 0.6s;
    margin-right: 1px;
    opacity: 0.8;
}
.banner1 .text h1 div {
    min-width: 20px;
}
.banner1 .text p div {
    min-width: 12px;
}
.banner1 .links .item:nth-child(2n) {
    /*background: #07AFD3;*/
}
.banner1 .links .item:hover {
    height: 140px;
}
@media screen and (max-width: 2560px){

}


@media screen and (max-width: 2048px){

}

@media screen and (max-width: 1856px){

}

@media screen and (max-width: 1792px){
    .banner1 .links {
        width: 90%;
    }
}

@media screen and (max-width: 1680px){
	.banner1 .links .item {
        width: 480px;
        height: 70px;
        line-height: 70px;
        font-size: 20px;
    }
    .banner1 .links .item:hover {
        height: 120px;
    }
}

@media screen and (max-width: 1600px){

}

@media screen and (max-width: 1440px){
	.banner1 .links .item {
        width: 420px;
    }
    .banner1 .text h1 {
        font-size: 36px!important;
    }
    .banner1 .text p {
        font-size: 20px!important;
    }
    .banner1 .links .item {
        height: 60px;
        line-height: 60px;
        font-size: 18px;
    }
}

@media screen and (max-width: 1400px){

}

@media screen and (max-width: 1366px){

}






@media screen and (max-width: 820px){
    .banner1 .text p {
        font-size: 16px!important;
    }
    .banner1 .links{
        width: 100%;
    }
    .banner1 .links .item{
        height: 70px;
        line-height: 70px;
        width: 50%;
        display: block;
        font-size: 18px;
    }
    .banner1 .text{
        transform: none;
    }
    .banner1 .links .item:hover {
        height: 100px;
    }
}


@media screen and (max-width: 768px){

}


@media screen and (max-width: 540px){
	.banner1 .links .item {
        height: 60px;
        line-height: 60px;
        font-size: 16px;
    }
    .banner1 .links .item:hover {
        height: 80px;
    }
}


@media screen and (max-width: 414px){
	.banner1 .text h1 {
        font-size: 24px !important;
    }
	.banner1 .links .item {
        font-size: 12px;
        height: 40px;
        line-height: 40px;
    }
}

@media screen and (max-width: 375px){
	.banner1 .text h1 {
        font-size: 20px !important;
    }
}

@media screen and (max-width: 360px){

}




