#main .vs{
    position: relative;
    width: 100%;
    height: 615px;
}
#main .vs > *{
    position: absolute;
}
#main .vs .tit{
    z-index: 3;
    width: 100%;
    top: 220px;
    color: #fff;
}
#main .vs .tit p{
    font-size: 18px;
    margin-bottom: 25px;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}
#main .vs .tit h2{
    margin-top: 50px;
    font-size: 52px;
    font-weight: 800;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#main .vs .img{
    width: 100%;
    height: 615px;
    overflow: hidden;
}
#main .vs .img img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
#main .vs .scr-img{
    width: 50px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    animation: srr 2s infinite;
}
#main .vs .vs-btn{
    bottom: 26px;
    left: calc((100% - 1140px) / 2);
    z-index: 3;
}
#main .vs .vs-btn button{
    color: #fff;
}
#main .vs .vs-btn .vs-play{
    display: none;
}

@keyframes srr {
    0%{
        opacity: 1;
        bottom: 20px;
    }
    50%{
        opacity: 0.5;
        bottom: 15px;
    }
    100%{
        opacity: 1;
        bottom: 20px;
    }
}
#main .vs .scr-img img{
    width: 100%;
}
#main .vs .slick-list{
    height: 100%;
}
#main .vs .slick-track{
    height: 100%;
}
#main .vs .slick-dots{
    bottom: 27px;
    width: auto;
    left: calc(((100% - 1140px) / 2) + 50px);
}
#main .vs .slick-dots li button:before{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 1;
}
#main .vs .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #3399ff;
}


#main .quickBtn{
    width: 100%;
    height: 120px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
#main .quickBtn .inner{
    display: flex;
}
#main .quickBtn .cbox{
    position: relative;
    width: 20%;
    height: 120px;
    padding: 20px 15px 25px;
    transition: all 0.4s;
}
#main .quickBtn .cbox:not(:last-child)::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 60px;
    background-color: #3399ff;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
#main .quickBtn .cbox h3{
    color: #000099;
    font-size: 24px;
}
#main .quickBtn .cbox p{
    font-size: 16px;
    margin-top: 15px;    
}

#main .quickBtn .cbox span{
    position: absolute;
    font-size: 20px;
    line-height: 33px;
    top: 30px;
    right: 20px;
    width: 34px;
    height: 34px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #121212;
    transition: all 0.4s;
}

#main .quickBtn .cbox:hover {
    background-color: #335CD6;
}
#main .quickBtn .cbox:hover h3{
    color: #fff;
}
#main .quickBtn .cbox:hover p{
    color: #fff;
}
#main .quickBtn .cbox:hover span{
    border-color: #fff;
    color: #fff;
}
#main .notice{
    padding: 135px 0 110px;
}
#main .notice .top{
    display: flex;
    height: 330px;
}
#main .notice .tit {
    width: calc(100% - 805px);
}
#main .notice .tit h3{
    position: relative;
    color: #000066;
    font-size: 60px;
    font-weight: 800;
}
#main .notice .tit h3::after{
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin-left: 10px;
    margin-top: -15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/common/tit-deco.png);
}
#main .notice .tit p{
    font-size: 30px;
    color: #666666;
}
#main .notice .tit a{
    position: relative;
    margin-top: 100px;
    display: block;
    font-weight: 600;
    padding-left: 150px;
    transition: all 0.4s;
}
#main .notice .tit a:hover{
    padding-left: 0;
}
#main .notice .tit a:hover::before{
    width: 0;
}
#main .notice .tit a::before{
    position: absolute;
    content: "";
    width: 140px;
    height: 1px;
    background-color: #111;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
#main .notice .tbox{
    width: 805px;
    height: 330px;
    color: #fff;
    background-color: #335cd6;
    padding: 50px 70px;
    transition: all 0.4s;
} 
#main .notice .tbox:hover{
    margin-top: -10px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1) ;
}
#main .notice .tbox h4{
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 700;
}
#main .notice .tbox .txt{
    font-size: 20px;
    line-height: 1.4;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 300;
    margin-bottom: 50px;
}
#main .notice .tbox .date{
    font-size: 18px;
}
#main .notice .list{
    margin-top: 66px;
    display: flex;
    gap: 0 65px;
}
#main .notice .list .item{
    padding: 35px;
    border: 1px solid #c3dbff;
    transition: all 0.4s;
    max-width: 30%;
}
#main .notice .list .item:hover{
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1) ;
    margin-top: -10px;
}
#main .notice .list .item h4{
    font-size: 24px;
    color: #000066;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 35px;
}
#main .notice .list .item .txt{    
    font-size: 20px;
    line-height: 1.4;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 300;
    margin-bottom: 100px;
}
#main .notice .list .item .date{
    font-size: 18px;
}
#main .notice .list .item .date svg{
    vertical-align: middle;
}

#main .banner{
    display: flex;
    gap: 0 3px;
}
#main .banner>div{
    position: relative;
    width: 50%;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#main .banner>div .tbox{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}
#main .banner>div .tbox h3{
    position: relative;
    font-size: 40px;
    margin-bottom: 40px;
    font-weight: 800;
}
#main .banner>div.n-1 .tbox h3::after{
    display: inline-block;
    content: "";
    vertical-align: top;
    margin-left: 10px;
    margin-top: -5px;
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/common/tit-deco.png);
}
#main .banner>div.n-2 .tbox h3::before{
    display: inline-block;
    content: "";
    vertical-align: top;
    margin-right: 10px;
    margin-top: -5px;
    width: 15px;
    height: 15px;
    transform: scaleX(-1);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/common/tit-deco.png);
}
#main .banner>div .tbox p{
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 300;
}
#main .banner>div a{
    position: relative;
    color: #fff;
    font-weight: 700;
}
#main .banner>div.n-1{
    background-image: url(../images/main/banner1.png);
}
#main .banner>div.n-1 a::after{
    width: 140px;
    display: inline-block;
    height: 1px;
    background-color: #fff;
    content: "";
    vertical-align: middle;
    margin-left: 8px;
    transition: all 0.4s;
}
#main .banner>div.n-1 .tbox{
    left: calc((100vw - 1240px) / 2);
}
#main .banner>div.n-2{
    background-image: url(../images/main/banner2.png);
    text-align: right;
}
#main .banner>div.n-2 a::before{
    width: 140px;
    display: inline-block;
    height: 1px;
    background-color: #fff;
    content: "";
    vertical-align: middle;
    margin-right: 8px;
    transition: all 0.4s;
}

#main .banner>div:hover a::after{
    width: 280px;
}
#main .banner>div:hover a::before{
    width: 280px;
}
#main .banner>div.n-2 .tbox{
    right: calc((100vw - 1240px) / 2);
}
@media screen and (max-width: 1240px){
    #main .banner>div.n-1 .tbox{
        left: 20px;
    }
    #main .banner>div.n-2 .tbox{
        right: 20px;
    }
}
@media screen and (max-width: 1024px){
    #main .vs .vs-btn{
        left: 20px;
    }
    #main .vs .slick-dots{
        left: 50px;
    }
    #main .quickBtn .cbox span{
        top: 20px;
    }
    #main .quickBtn .cbox p{
        font-size: 14px;
        margin-top: 15px;    
    }
    #main .quickBtn .inner{
        padding: 0;
    }
    #main .quickBtn{
        height: 100px;
    }
    #main .quickBtn .cbox{
        height: 100px;
        padding: 15px;
    }
    #main .notice .tit {
        width: calc(100% - 600px);
    }
    #main .notice .tbox{
        width: 600px;
        height: 300px;
        padding: 25px 35px;
        word-break: keep-all;
    }
    #main .notice .tbox .txt{
        font-size: 18px;
        margin-bottom: 40px;
    }
    #main .notice .list{
        gap: 0 30px;
    }
    #main .notice .list .item{
        max-width: 30%;
        padding: 30px;
    }
    #main .notice .list .item .txt{
        margin-bottom: 70px;
    }
    #main .banner{
        gap: 0 1px;
    }
}

/*768*/
@media screen and (max-width: 768px){
    #main .vs .tit{
        top: 120px;
    }
    #main .vs .tit p{
        font-size: 11px;
        margin-bottom: 0;
    }
    #main .vs .tit h2{
        font-size: 40px;
    }
    #main .vs{
        height: 400px;
    }
    #main .vs .img{
        height: 400px;
    }
    #main .vs .scr-img{
        width: 30px;
    }
    #main .quickBtn{
        padding: 0 10px;
        height: auto;
        box-shadow: none;
        margin-top: 10px;
    }
    #main .quickBtn .cbox{
        height: auto;
        padding: 10px 5px;
        background-color: #000066;
        color: #fff;
        border-right: 1px solid rgba(255, 255, 255, 0.4);
    }
    #main .quickBtn .cbox:last-child{
        border-right: none;
    }
    #main .quickBtn .cbox h3{
        font-size: 15px;
        color: #fff;
        text-align: center;
    }
    #main .quickBtn .cbox span{
        display: none;
    }
    #main .quickBtn .cbox:not(:last-child)::after{
        display: none;
    }
    #main .quickBtn .cbox p{
        display: none;
    }
    #main .notice{
        padding-top: 60px;
        padding-bottom: 20px;
    }
    #main .notice .top{
        display: block;
        height: auto;
    }
    #main .notice .tit{
        width: 100%;
    }
    #main .notice .tit h3{
        font-size: 40px;
    }
    #main .notice .tit p{
        font-size: 22px;
    }
    #main .notice .tit a{
        margin-top: 20px;
        text-align: right;
    }
    #main .notice .tbox{
        width: 100%;
        height: auto;
        margin-top: 20px;
        padding: 15px 25px;
    }
    #main .notice .tbox h4{
        font-size: 20px;
    }
    #main .notice .tbox .txt{
        font-size: 15px;
    }
    #main .notice .tit a::before{
        left: unset;
        right: 110px;
    }
    #main .notice .list{
        margin-top: 20px;
        gap: 0 20px;
    }
    #main .notice .list .item{
        max-width: 47%;
        padding: 15px;
    }
    #main .notice .list .item:nth-child(n+3){
        display: none;
    }
    #main .notice .list .item h4{
        font-size: 16px;
        line-height: 1.3;
    }
    #main .notice .list .item .txt{
        font-size: 14px;
        margin-bottom: 20px;
    }
    #main .notice .list .item .date{
        font-size: 13px;
    }
    #main .notice .list .item .date svg{
        width: 12px;
        height: 12px;
    }
    #main .banner{
        display: block;
        margin-bottom: 50px;
    }
    #main .banner>div{
        margin: 0 auto 10px;
        width: calc((100% - 40px));
        height: 240px;
    }
    #main .banner>div .tbox h3{
        font-size: 34px;
        margin-bottom: 15px;
    }
    #main .banner>div .tbox p{
        font-size: 15px;
        margin-bottom: 30px;
    }
    #main .banner>div a{
        font-size: 14px;
    }
}