
.banner-slide {
    position: relative;
    width: 100%;
    height: 28.125rem;
}
.banner-slide .swiper-slide {
    width: 100%;
    height: 28.125rem;
}

.banner-slide .swiper-slide>a {
    display: block;
    width: 100%;
    height: 100%;
}

.banner-slide .swiper-slide>a img {
    width: 100%;
    height: 100%;
}

.banner-slide .swiper-pagination {
    position: absolute;
    width:100%;
    bottom: 1.25rem;
    left: 0;
    height: 0.75rem;
    text-align: center;
}

.banner-slide .swiper-pagination-bullet {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 1rem;
    opacity: 1;
    background: #fff;
    box-shadow: 0 0.1875rem 0.375rem 0 rgba(0,0,0,0.29);
    margin-left: 0.625rem;
}
.banner-slide .swiper-pagination-bullet:first-child{
    margin-left:0;
}
.banner-slide .swiper-pagination-bullet-active {
    width:1.875rem;
    background: #0068DF;
}

.con{
    background:#f4f8ff url(bg_1.png) center top no-repeat;
    background-size:100% auto;
}

.con .bt-box-1400{
    display:flex;
    justify-content: space-between;
    /* align-items: flex-start; */
    padding:3.375rem 0;
}

.bg_2{
    background:  url(bg_2.png) center bottom no-repeat;
    background-size:100% auto;
}

.con-nav{
    width:22.75rem;
}
.conNavTitle{
    position: relative;
    width:100%;
    height:6.0625rem;
    line-height: 6.0625rem;
    font-family: "Source Han Serif CN";
    color: #ffffff;
    text-align: center;
    font-size: 1.375rem;
    font-weight: 700;
    border-radius: 2.8125rem 0 0 0;
    background: linear-gradient(180deg, #31a4e2 0%, #004be0 100%);
}
.conNavTitle::after{
    content: "";
    position: absolute;
    right:0;
    bottom:0;
    width:5.8125rem;
    height:8.125rem;
    background:url(conNavTitle.png) center center no-repeat;
    background-size:cover;
}
.conNavCon{
    width:100%;
    padding:0.375rem 1.25rem 5.375rem 1.25rem;
    background: #ffffff url(conNnav.png) center bottom no-repeat;
    background-size:100% auto;
    box-shadow: 0 0.25rem 0.625rem 0 rgba(0,0,0,0.1);
}
.conNavs{
    margin-top:1.25rem;
}
.conNavsPar{
    position: relative;
    height:3.625rem;
    line-height: 3.625rem;
    padding-left:1.875rem;
    color: #333333;
    font-size: 1.25rem;
    font-family: "Alibaba PuHuiTi 3.0";
    cursor: pointer;
    border-left:0.25rem solid #2C72FF;
    background-image: linear-gradient(90deg, #f6fbff 0%, #f4f4f400 100%);
}
.conNavsPar::after{
    content: "";
    position: absolute;
    left:11.875rem;
    top:50%;
    transform: translateY(-50%);
    width:0.375rem;
    height:0.625rem;
    background:url(jt.png) center center no-repeat;
    background-size:cover;
}
.activePar .conNavsPar{
    color: #1068fb;
    font-size: 1.25rem;
    font-weight: 600;
}
.conNavsChild{
    display:none;
}
.activePar .conNavsChild{
    display:block;
}
.conNavsChild ul li{
    padding:0.5rem 0 0.5rem 1.875rem;
    line-height: 2rem;
    border-bottom:0.0625rem solid #D8D8D8;
}
.conNavsChild ul li.activeChild{
    background:url(bt-listPic.png) 0.5625rem center no-repeat;
}
.conNavsChild ul li.activeChild a{
    color: #1068FB;
}
.conNavsChild ul li:hover{
    background:url(bt-listPic.png) 0.5625rem center no-repeat;
}
.conNavsChild ul li:hover a{
    color: #1068FB;
}
.conNavsChild ul li a{
    color: #333333;
    font-size: 1rem;
}
.con-text{
    width:62.875rem;
    background: #ffffff;
    border-radius: 0.25rem;
    padding: 2.5rem 5rem;
    box-shadow: 0 0.25rem 0.625rem 0 rgba(0,0,0,0.1);
    min-height:46.875rem;
}
.title{
    padding-bottom: 1.5rem;
    border-bottom: 0.0625rem solid #D9DEE9;
    margin-bottom: 1.5rem;
}
.title span{
    font-family: "PingFangSC-Semibold";
    font-size: 1.75rem;
    color: #0a1c40;
    font-weight: 600;
}
.textArea *{
    font-family: "PingFangSC-Regular"!important;
    font-size: 1rem!important;
    color: #3f5073!important;
    line-height: 2rem!important;
    white-space: pre-wrap;
    word-break: break-all;
}

/**登录**/
.con-text .loadImg{
    display:block;
    margin:4.6875rem auto 0 auto;
    width:18.25rem;
}

.con-text .loadLink{
    margin:2.1875rem auto 0 auto;
    display:block;
    width: 21.875rem;
    height: 4.375rem;
    line-height: 4.375rem;
    border-radius: 1rem;
    text-align: center;
    border: 0.0625rem solid #ffffff;
    color: #ffffff;
    font-size: 1.625rem;
    font-weight: 700;
    box-shadow: 0 0.25rem 0.3125rem 0 rgba(0,0,0,0.26);
    background-image: linear-gradient(180deg, #005CFA 0%, #5FA5FF 100%);
}
