.main{
    width: 100%;
    min-width: 1280px;
    /* background: white; */
}
.banner{
    width: 100%;
    position: relative;
}
.banner-1{
    width: 100%;
    height: auto;
}
.b-box{
    position: absolute;
    width: 1280px;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
}
.b-box-text {
    width: 638px;
    margin-top: 100px;
    float: left;
}
.b-box-text img{
    width: 638px;
}
.b-box-text p{
    font-size: 40px;
    line-height: 100px;
    font-weight: bold;
    letter-spacing: 2px;
    color: white;
}
.banner-2{
    width: 38.2vw;
    position: absolute;
    right: 7.8vw;
    bottom: -2.7vw;
    z-index: 2;
}
.banner-5{
    width: 7.3vw;
    position: absolute;
    right: 11.8vw;
    bottom: 2.3vw;
    z-index: 2;
}
.banner-3{
    width: 128px;
    position: absolute;
    top: 50px;
    right: 550px;
    z-index: 2;
}
.banner-4{
    width: 158px;
    position: absolute;
    right: 500px;
    bottom: -250px;
    z-index: 2;
}
.container-1{
    width: 1280px;
    margin:100px auto 0px auto;
}
.introduce{
    width: 100%;
    height: 180px;
    background: white;
    border-radius: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0px 50px;
}

.introduce img{
    width: 102px;
}
.introduce-text{
    width: 620px;
    display: inline-block;
    margin-left:20px ;
    color: #060F3C;
}
.introduce-text sub{
    color: #666666;
}
.introduce-btn{
    width: 120px;
    height: 36px;
    margin-right: 50px;
    line-height: 36px;
    border-radius: 18px;
    font-size: 14px;
    color: white;
    text-align: center;
    background: #084FEF;
    cursor: pointer;
}
.introduce-list{
    width: 100%;
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}
.introduce-item{
    width: 240px;
    height: 180px;
    background: white;
    border-radius: 40px;
    display: flex;
    justify-items: center;
    align-items: center;
    flex-direction: column;
}
.introduce-item img{
    width: 90px;
    height: 90px;
    display: block;
    margin-top: -20px;
}
.introduce-num {
    margin-top: 20px;
    text-align: center;
}
.introduce-num span:nth-child(1){
    width: 100%;
    display: block;
    color: #060F3C;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}
.introduce-num span:nth-child(2){
    width: 100%;
    font-size: 14px;
    color: #666666;
}
.container-2{
    width: 100%;
    position: relative;
}
.container-2 .bg{
    width: 100%;
    height: 1160px;
    display: block;
}
.c2-c{
    width: 1280px;
    position: absolute;
    left: 0;
    right: 0;
    top: 200px;
    margin: auto;
}
.c2-box{
    position: relative;
    width: 100%;
}
.c2-box .c2-left{
    width: 400px;
    height: 260px;
    position: absolute;
    left: -100px;
    top: 0px;
}
.title {
    display: flex;
    justify-items: center;
    flex-direction: column;
    align-items: center;
}
.title-text{
    font-size: 30px;
    color: #060F3C;
    font-weight: bold;
    position: relative;
    z-index: 2;
}
.title-text img{
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: -1;
}
.title sub{
    color: #999999;
    line-height: 40px;
}
.ljgdImg{
    display: block;
    width: 750px;
    margin: 50px auto;
    cursor: pointer;
}
.c2-list{
    width: 100%;
}
.c2-item{
    width: 370px;
    border-radius: 30px;
    cursor: pointer;
}
.c2-img img{
    width: 100%;
    height: 190px;
    margin: auto;
    display: block;
    transition: all .3s ease;
}
.c2-img:hover img{
    transform: scale(1.2);
}
.c2-item-tbox{
    overflow: hidden;
    background: white;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.c2-item-txt{
    height: 100px;
    padding: 15px 25px 10px 25px;
}
.c2-item-txt sub{
    color: #999999;
}
.c2-item-tt{
    font-weight: bold;
    font-size: 20px;
    color: #060F3C;
}
.c2-item-btn{
    width: 100px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: white;
    background: #0163F9;
    font-size: 14px;
    border-radius: 18px;
    float: right;
    margin-right: 20px;
    margin-bottom: 20px;
}
.c2-list{
    display: flex;
    justify-content: space-between;
}
.container-3{
    width: 100%;
    background-image: linear-gradient(to bottom, rgb(249,249,253), white);
    margin-top: -3px;
}
.c3-box{
    width: 1280px;
    margin: auto;
}
.tag{
    margin-top: 50px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 6;
    cursor: pointer;
}
.tag div{
    width: 130px;
    float:left ;
    text-align: center;
    line-height: 36px;
    height: 40px;
    border: 2px solid #999999;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background: #F6F6FC;
    color: #999999;
}
.tag div:hover{
    border: 0!important;
   background: #0B4EEB!important;
   color: white!important;
   line-height: 40px!important;
}
.tag-a{
   border: 0!important;
   background: #0B4EEB!important;
   color: white!important;
   line-height: 40px!important;
}
.tag-box{
    width: 100%;
    height: 644px;
    position: relative;
    z-index: 5;
}
.tag-item{
    width: 100%;
    position: absolute;
}
.tag-item img{
    width: 100%;
}
.tag-item-text{
    position: absolute;
    width: 500px;
    height: 200px;
    left: -500px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: white;
}
.tag-item-title{
    font-weight: bold;
}
.tag-item-text sub{
    font-size: 14px;
}
.tag-item-btn{
    width: 100px;
    text-align: center;
    border-radius: 40px;
    line-height: 30px;
    color: white;
    border: 1px solid #FFFFFF;
    font-size: 14px;
    margin-top: 30px;
}
.noa{
    animation-name: move;
    animation-duration: .5s;
    /* animation-play-state: paused; */
    animation-fill-mode: forwards;
}


@keyframes move {

    /* from{
        transform: translate(0,0);
    }
    to {
        transform: translate(1000px,0);
    } */
    0% {
        top:0px;
        right:0px;
    }
    50% {
        top: -5px;
        right: -5px;
    }
    100% {
        top: -10px;
        right: -10px;
        z-index: -1;
    }
}

.container-4{
    width: 100%;
    /* height: 600px; */
    background: white;
    padding-top: 200px ;
    padding-bottom: 200px ;
}
.c-4-list{
    width: 1280px;
    height: 400px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.c-4-item{
    height: 140px;
    padding: 20px 0px;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    float: left;
}
.c-4-sp{
    font-size: 26px;
    color: white;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.c-4-pd{
    width: 170px;
    height: 320px;
    float: left;
    position: relative;
    border-radius: 30px;
}
.c-4-item .c-4-pd:nth-child(3){
    margin-left: 15px;
}
.c-4-bc-1{
    background-image: linear-gradient(to bottom, #5994FF, transparent);
}
.c-4-bc-1 .c-4-pd{
    background-image: linear-gradient(to bottom, #F0F5FF, #C8DBFF);
}
.c-4-bc-2{
    background-image: linear-gradient(to bottom, #5FE188, transparent);
}
.c-4-bc-2 .c-4-pd{
    background-image: linear-gradient(to bottom, #F5FFF8, #A7F5C0);
}
.c-4-bc-3{
    background-image: linear-gradient(to bottom, #45E0BE, transparent);
}
.c-4-bc-3 .c-4-pd{
    background-image: linear-gradient(to bottom, #F3FFFD, #9BEEDC);
}
.c-4-bc-4{
    background-image: linear-gradient(to bottom, #5FE188, transparent);
}
.c-4-bc-4 .c-4-pd{
    background-image: linear-gradient(to bottom, #F5FFF8, #A7F5C0);
}
.c-4-bc-5{
    background-image: linear-gradient(to bottom, #F3C62A, transparent);
}
.c-4-bc-5 .c-4-pd{
    background-image: linear-gradient(to bottom, #FFFCF2, #FFEE91);
}
.c-4-pd{
   cursor: pointer;
   overflow: hidden;
}
.c-4-pd:hover .c-4-pd-2{
    top: 0px;
}
.c-4-pd .c-4-name{
    color: #060F3C;
    font-weight: bold;
    text-align: center;
}
.c-4-pd-img{
    width: 110px;
    
}
.c-4-pd .c-4-pd-text{
    color: #060F3C;
    text-align: center;
}
.c-4-pd-1{
    height: 100%;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    padding: 30px 0px;
}
.c-4-pd-2{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 320px;
    transition: all .5s ease;
}
.pd-2-js{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}
.pd-2-js img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.pd-js-box{
    width: 100%;
    height: 100%;
    padding: 30px 20px;
    z-index: 2;
}
.pd-js-box .hxpf{
    width: 80px;
    line-height: 30px;
    font-size: 14px;
    background: #0163F9;
    color: white;
    border-radius: 20px;
    text-align: center;
    margin: auto;
}
.js-text{
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 10px;
}
.ljgd{
    width: 80px;
    line-height: 30px;
    font-size: 14px;
    border: 1px solid #060F3C;
    color: #060F3C;
    border-radius: 20px;
    text-align: center;
    margin:10px auto auto auto;
}
.container-5{
    width: 100%;
    height: 900px;
    position: relative;
}
.container-5 .bgimg{
    width: 100%;
    height: 100%;
}
.c-5-box{
    position: absolute;
    width: 1280px;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
}
.c-5-news{
    width: 100%;
    position: relative;
    display: flex;
    margin-top: 50px;
}
.c-5-news .left{
    width: 50%;
    height: 500px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}
.c-5-news .left .news-img{
    width: 100%;
    height: 100%;
    display: block;
}
.c-5-news .left-news-icon{
    width: 130px;
    height: 130px;
    z-index: 3;
    position: absolute;
    left: -65px;
    top: -65px;
}
.c-5-news .right{
    width: 50%;
    height: 500px;
    background: #F8F9FC;
    position: relative;
    z-index: 2;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
}
.c-5-icon1{
    width: 100px;
    left: -150px;
    position: absolute;
    bottom: 0;
}
.c-5-icon2{
    width: 100px;
    right: -150px;
    position: absolute;
    bottom: 0;
}
.c-5-news .right-news-icon{
    position: absolute;
    width: 220px;
    height: 150px;
    z-index: 3;
    top: -120px;
    right: 0;
}
.news-item{
    width: 100%;
    height: 100px;
    cursor: pointer;
    background: #F8F9FC;
}
.news-num{
    width: 100px;
    height: 100px;
    float: left;
    font-weight: bold;
    font-size: 46px;
    color: #CECCCC;
    text-align: center;
    line-height: 100px;
}
.news-cont{
    width: 500px;
    height: 100%;
    padding: 20px 0px;
    display: flex;

    flex-direction: column;
    justify-content: space-around;
    float: left;
}
.news-cont p{
    color: #060F3C;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-cont .sub{
    font-size: 14px;
    display: block;
    width: 100%;
    color: #666666;
}
.news-cont .sub span:nth-child(1){
    width: 350px;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-cont .sub span:nth-child(2){
    width:150px;
    float: right;
    display: block;
    text-align: center;
}
.news-item:hover{
    background: white;

}
.news-item:hover .news-num{
    color: #0054FF;
}