.top-block{
    width: 100%;
    height: 72px;
}
.top-banner{
    width: 100%;
    height: 600px;
    background-image: url("../img/top-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 33px;
    box-sizing: border-box;
}
.top-banner-logo{
    display: block;
    width: 168px;
    height: 64px;
    margin: 0 auto 26px;
}
.top-banner-title-box{
    width: 775px;
    height: 56px;
    margin: 0 auto 55px;
    position: relative;
}
.top-banner-title-img{
    width: 100%;
    height: 100%;
}
.top-banner-title-text{
    font-size: 46px;
    font-weight: 400;
    line-height: 48px;
    color: rgb(0, 49, 146);
    position: absolute;
    bottom: -16px;
    left: 46px;
    z-index: 99;
}
.top-banner-pointer{
    width: 520px;
    height: 38px;
    margin: 0 auto 68px;
    text-align: center;
}
.top-banner-pointer>span{
    font-size: 32px;
    font-weight: 300;
    color: rgb(255, 127, 101);
    line-height: 38px;
}
.top-banner-pointer #typed{
    font-size: 32px;
    font-weight: 300;
    color: rgb(91,91,91);
    line-height: 38px;
}
.top-banner-btn{
    width: 272px;
    height: 39px;
    border-radius: 220px;
    background: rgb(255, 127, 101);
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0 auto;
  	cursor: pointer
}
.top-banner-btn-text{
    width: 115px;
    height: 38px;
    margin-right: 11px;
}
.top-banner-btn-img{
    width: 26px;
    height: 26px;
}
.top-banner-info{
    width: 1235px;
    height: 195px;
    border-radius: 0px 12px 12px 12px;
    background: rgba(255, 255, 255, 0.3);
    margin: 61px auto 0;
    border: 1px solid rgb(210, 218, 237);
    box-shadow: 0px 2px 10px 0px rgba(81, 112, 178, 0.1);
    box-shadow: inset 0px 2px 13px 0px rgba(255, 255, 255, 0.5);
    padding: 30px 40px 0px 40px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    backdrop-filter: blur(4px);
}
.top-banner-info-item{
    width: 230px;
}
.top-banner-info-title{
    font-size: 22px;
    line-height: 32px;
    color: rgb(0, 49, 146);
    margin-bottom: 16px;
    font-weight: 400;
    letter-spacing: 2px;
}
.top-banner-info-content{
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: rgb(91, 91, 91);
}
.page-card-title{
    margin-top: 60px;
    font-size: 36px;
    text-align: center;
    color: rgb(0, 49, 146);
}
.page-card-title-text{
    margin: 0px 21px;
    color: rgb(0, 0, 0);
}
.blue-card{
    width: 1280px;
    border-radius: 5px;
    margin: 40px auto 0px;
    background-color: rgb(249, 251, 255);
    border: 1px solid rgb(213, 231, 255);
    padding: 18px 49px 18px 0px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    text-align: center;
}
.blue-card-title{
    width: 229px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: rgb(0, 49, 146);
    letter-spacing: 2px;
    line-height: 35px;
    font-weight: 400;
}
.blue-content-box{
    width: calc(100% - 229px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blue-content-card-small{
    width: 170px;
    height: 41px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 10px rgba(81, 112, 178, 0.1);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 41px;
    text-align: center;
    color: rgb(0, 0, 0);
}
.blue-content-card-big{
    width: 230px;
    height: 61px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 10px rgba(81, 112, 178, 0.1);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 61px;
    text-align: center;
    color: rgb(0, 0, 0);
}
.blue-content-card-big-two-row{
    font-size: 16px !important;
    line-height: 30px !important;
}
.page-tab-list{
    width: 100%;
    height: 40px;
    margin-top: 40px;
    border-bottom: 1px solid rgb(204, 204, 204);
    display: flex;
    justify-content: center;
}
.page-tab-item{
    width: auto;
    height: 40px;
    font-size: 15px;
    color: rgb(0, 0, 0);
    line-height: 23px;
    margin-right: 64px;
    cursor: pointer;
}
.page-tab-item:last-child{
    margin-right: 0px;
}
.tab-active-block{
    width: 40px;
    height: 4px;
    background-color: rgb(0, 49, 146);
    margin: 13px auto 0px;
    display: none;
}
.tab-active .tab-active-block{
    display: block;
}
.page-tab-content-box{
    width: 100%;
    height: 442px;
    position: relative;
    margin-top: 10px;
}
.page-tab-content{
    width: 100%;
    height: 442px;
    position: absolute;
    opacity: 0;
    display: flex;
}
.tab-content-show{
    opacity: 1 !important;
}
.tab-content-left{
    width: 50%;
    height: 442px;
    background: linear-gradient(90deg, rgb(135, 151, 255) 0%, rgb(71, 157, 255) 100%);
}
.tab-content-right{
    width: 50%;
    height: 442px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.tab-content-text-box{
    position: absolute;
    top: 70px;
    left: 16%;
    width: 30%;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.5s;
}
.tab-content-text-title-en{
    font-size: 36px;
    font-weight: 400;
    line-height: 53px;
    color: rgba(255, 255, 255, 0.2);
    margin-bottom: 10px;
}
.tab-content-text-title-zh{
    font-size: 36px;
    font-weight: 400;
    line-height: 52px;
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
}
.tab-content-text-info{
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 2px;
    color: rgb(255, 255, 255);
}
.tab-content-img{
    position: absolute;
    left: 47%;
    bottom: 0px;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.5s;
}
.tab-content-show .tab-content-text-box{
    transform: translateY(0px);
    opacity: 1;
}
.tab-content-show .tab-content-img{
    transform: translateY(0px);
    opacity: 1;
}
.bottom-banner{
    width: 100%;
    height: 235px;
    background-image: url("../img/bottom-banner.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 82px;
}
.bottom-banner-text{
    font-size: 30px;
    line-height: 44px;
    color: rgb(0, 0, 0);
    text-align: center;
    margin-bottom: 18px;
}
.bottom-banner-btn{
    width: 120px;
    height: 36px;
    border-radius: 8px;
    background: linear-gradient(90deg, rgb(135, 151, 255) 0%, rgb(71, 157, 255) 100%);
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    line-height: 36px;
    color: rgb(255, 255, 255);
    margin: 0 auto;
    box-sizing: border-box;
}
.mobile-item{
	display: none;
}