

.banner-wrap{
    position: relative;
    background: #2A7CFF;
    border-radius: 0 0 100px 0;
    overflow: hidden;
}
.banner-wrap  img{
    border-radius: 100px 0 0 0;
}
.banner-mask{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin: auto;
    z-index:1;
    padding: 40px 40px 100px 40px;
    box-sizing: border-box;
    background: linear-gradient(0deg, rgba(42, 124, 255, 0.6), rgba(42, 124, 255, 0));
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 40px 100px 40px;
    font-family: "PingFang SC";
}
.banner-mask div:nth-of-type(1){
    font-size: 32px;
    font-weight: 600;
}
.banner-mask div:nth-of-type(2){
    margin-top: 18px;
    font-size: 54px;
    font-weight: 600;
}


.block{
    padding: 90px 0;
}
.block-content{
    margin-top: 60px;
}
.block-title{
    color: #2A7CFF;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}
.block-title span{
    display: inline-block;
    border-bottom: 6px solid #FFC461;
}

.xmys-block{
    display: flex;
}
.xmys-block li{
    flex:1;
    height: 272px;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #2A7CFF;
    margin-right: 20px;
    position: relative;
}
.xmys-block li:before{
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    left:-1px;
    top:-1px;
    background: url('../images/icon.png') no-repeat;
}
.xuys-block li:nth-last-of-type(1){
    margin-right: 0px;
}

.xmys-title{
    font-weight: bold;
    font-size: 28px;
    color: #2A7CFF;
    text-align: center;
}
.xmys-content{
    font-size: 20px;
    margin-top: 20px;
    line-height: 1.5;
}

.sqtj-block{
    padding: 21px 28px;
}
.sqtj-row{
    color: var(--text-red-title, #0D0C0C);
    font-size: 18px;
    font-weight: 700;
}
.sqtj-row img{
   width: 21px;
   height: 28px;
   vertical-align: middle;
   margin-right: 10px;
}

.sqtj-ul{
    margin-top: 10px;
    display: flex;
}
.sqtj-ul li{
    flex:1;
    margin-right: 24px;
    border: 1px solid #2A7CFF;
    padding: 19px 25px 19px 45px;
    border-radius: 4px;
    background-color: #fff;
}
.sqtj-ul li:nth-last-of-type(1){
    margin-right: 0px;
}

.sqtj-title{
    font-size: 18px;
    color: #0d0c0c;
    font-weight: bold;
}
.sqtj-content{
    font-size: 16px;
    color: #0d0c0c;
    font-weight: 400;
    line-height: 1.5;
}

.bmqlc-block {
    display: flex;
    align-items: center;
}
.bmqlc-block li{
    flex:1;
}

.bmqlc-block .bmqlc-item{
    padding: 16px;
    border: 1px solid #2A7CFF;
    border-radius: 4px;
    color: #0d0c0c;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.bmqlc-block .bmqlc-item p{
    margin-top: 10px;
}
.bmqlc-block .bmqlc-item img{
    width: 56px;
    height: 56px;
}
.bmqlc-block .bmqlc-icon{
    text-align: center;
    max-width:100px; 
    min-width:100px;
}
.bmqlc-block .bmqlc-icon img{
    width: 39px;
}


.sqtj-item{
    padding: 19px 25px;
    border-radius: 4px;
    border: 1px solid #bfd5e8;
    background-color: #fff;
}
.sqtj-title{
    color: #0D0C0C;
    font-size: 18px;
    font-weight: bold;
}
.jyyxwsq-list li,
.sqtj-list li{
    display: flex;
    border-left: 1px solid #FFC461;
    font-size: 16px;
    margin-top: 10px;
}
.jyyxwsq-list li span:nth-of-type(1),
.sqtj-list li span:nth-of-type(1){
    min-width: 30px;
    max-width: 30px;
    text-align: center;
}


.jyyxwsq-block{
    padding: 30px 20px;
}
.jyyxwsq-list{
    padding: 60px 25px;
    border: 1px solid #bfd5e8;
    border-radius: 4px;
}


.zsyxjrmzy-block{
    padding: 40px 20px 0 20px;
}
.zsyxjrmzy-block table{
    border: 1px solid #BFD5E8;
}
.zsyxjrmzy-block table tr{
    border-top: 1px solid #BFD5E8;
}
.zsyxjrmzy-block table thead td{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.zsyxjrmzy-block table td{
    text-align: left;
    padding: 16px 20px;
    vertical-align: middle;
    font-size: 16px;
}


.fwbz-block li{
    padding: 15px 25px;
}

.footer{
    background: url('../images/footer.png') no-repeat center;
    background-size: cover;
}
.block-foter-title{
    font-size: 48px;
    font-weight: bold;
    text-align: center;
}
.footer-content{
    margin-top: 25px;
    text-align: center;
}

.dialog{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right:0;
    bottom: 0;
    z-index: 99;
}
.dialog-mask{
    position: absolute;
    left: 0;
    top: 0;
    right:0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0,0,0,.3);
}
.dialog-content{
    transition: .2s ease-in-out;
    width: 880px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0.1px) scale(0);
    z-index:10;
    background-color: #2A7CFF;
    border-radius: 0 50px 0 50px; 
    overflow: hidden;
}
.dialog-content-show{
    transform: translate3d(-50%, -50%, 0.1px) scale(1);
}
.dialog-l{
    border-radius: 100px 0 0 0; 
    background-color: #fff;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.dialog-r{
    border-radius: 0 0 100px 0; 
    overflow: hidden;
}