.fixedTab {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow-y: auto;
    height: 88px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    box-sizing: border-box;
    background: #f5f5f5;
    z-index: 99;
}

.fixedTabCol {
    flex: none;
    line-height: 88px;
    font-size: 28px;
    margin-right: 30px;
}

.fixedTabCol a {
    color: #999;
}

.fixedTabColSelect a {
    color: #0e349b;
}

.boxBody {
    padding-top: 88px;
}

.boxPage {
    padding: 0 30px;
    box-sizing: border-box;
}

/*.boxPage1 {*/
/*    padding: 0 30px;*/
/*    box-sizing: border-box;*/
/*}*/

.boxPageTitle {
    font-size: 36px;
    color: #1d378f;
    text-align: center;
    padding-top: 70px;
}

.boxPageTitle h2 {
    font-size: 36px;
    line-height: 50px;
    font-weight: 900;
}

.boxPageTitle h3 {
    font-size: 22px;
    margin: 5px 0 25px;
    font-weight: 400;
}

.boxPageTitle p {
    font-size: 28px;
    color: #999;
    text-align: left;
    text-indent: 2em;
    line-height: 44px;
}

.boxPage1Title {
    font-size: 36px;
    color: #1d378f;
    margin-bottom: 30px;
    line-height: 50px;
    text-align: center;
    font-weight: 900;
    margin-top: 100px;
}

.boxPage1Tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    border-bottom: 1px solid #e0e0e0;
    width: calc(100% - 60px);
    margin: 0 auto 20px;
}

.boxPage1TabCol {
    height: 67px;
    line-height: 67px;
    width: 32%;
    text-align: center;
    background: #f5f5f5;
    font-size: 28px;
    color: #666;
    border-radius: 23px 23px 0 0;
}

.boxPage1TabColSelect {
    background: #073392;
    color: #fff;
}

.boxPage1Swiper {
    padding-top: 50px !important;
    padding-bottom: 100px !important;
    box-sizing: border-box;
}

.boxPage1Pagination {
    bottom: 40px !important;
}

.boxPage1Swiper .swiper-slide {
    border: 1px solid #e0e0e0;
    height: 330px;
    padding: 0 25px;
}

.boxPage1Swiper .swiper-slide img {
    width: 130px;
    display: block;
    margin: -13% auto 0;
}

.boxPage1Swiper .swiper-slide h2 {
    font-size: 28px;
    color: #333333;
    text-align: center;
    margin-bottom: 20px;
}

.boxPage1Swiper .swiper-slide h3 {
    font-size: 24px;
    color: #666;
    line-height: 28.84px;
}

.boxPage2 {
    background: #cfddf1;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
}

.boxPage2 .boxPageTitle p {
    padding-bottom: 6px;
}

.boxPage2List {
    padding-bottom: 35px;
}

.boxPage2ListCol {
    padding: 30px 0;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    background: #fff;
    margin-top: 24px;
    border-radius: 25px;
}

.boxPage2ListCol h2 {
    font-size: 36px;
    color: #1d378f;
    font-weight: 900;
    margin: 20px 0 25px;
    line-height: 45px;
}

.boxPage2ListCol h3 {
    font-size: 24px;
    color: #999;
    line-height: 44px;
    font-weight: 400;
}

.boxPage3 {
    padding: 0 30px;
    box-sizing: border-box;
}

.boxPage3 .boxPageTitle p {
    padding-bottom: 35px;
}

.boxPage3List {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 25px;
}

.boxPage3ListCol {
    width: 48%;
    padding: 33px 30px 30px 35px;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    margin-bottom: 24px;
}

.boxPage3ListColTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 46px;
    line-height: 44px;
    color: #e5e5e5;
    margin-bottom: 40px;
}

.boxPage3ListColTop h2 {
    font-size: 46px;
    line-height: 44px;
}

.boxPage3ListColTop img {
    width: 80px;
}

.boxPage3ListColCon {
    font-size: 24px;
    color: #999;
    line-height: 36px;
}

.boxPage4 {
    background: #0a59cf;
    padding: 0 30px;
    box-sizing: border-box;
}

.boxPage4 .boxPageTitle {
    color: #fff;
}

.boxPageTitle h4 {
    font-weight: 400;
    margin-bottom: 20px;
}

.boxPage4 .boxPageTitle p {
    color: #cfcfcf;
    margin-bottom: 30px;
}

.boxPage4 .boxPageTitle img {
    width: 21.33333333%;
    margin: 30px auto 40px;
}

.boxPage4List {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}

.boxPage4ListCol {
    width: 20%;
    padding: 15px;
    box-sizing: border-box;
}

.boxPage4ListCol img {
    width: 100%;
}

.boxPage4ListCol img:nth-child(1) {
    display: block;
}

.boxPage4ListCol img:nth-child(2) {
    display: none;
}

.boxPage4ListColSelect img:nth-child(2) {
    display: block;
}

.boxPage4ListColSelect img:nth-child(1) {
    display: none;
}

.boxPage4ListConCol {
    font-size: 26px;
    line-height: 46px;
    color: #cfcfcf;
    text-indent: 2em;
    padding: 20px 0 25px;
    box-sizing: border-box;
    text-align: left;
}

.beWW {
    opacity: .6;
}

.boxPage5 {
    padding: 0 30px;
    box-sizing: border-box;
}

.boxPage5List {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 40px;
}

.boxPage5ListCol {
    width: 48%;
    height: 380px;
    background: #0153cd;
    padding: 0 20px 30px;
    box-sizing: border-box;
    border-radius: 25px;
    margin-top: 25px;
}

.boxPage5ListColIcon {
    width: 180px;
    margin: auto;
    display: block;
    position: relative;
    bottom: -45px;
    left: 9%;
}

.boxPage5ListColBottom {
    width: 130px;
    margin: auto;
    display: none;
}

.boxPage5ListCol h2 {
    font-size: 32px;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    line-height: 50px;
}

.boxPage5ListColSelect {
    background: #e40019;
}

.boxPage5ListColSelect .boxPage5ListColBottom {
    display: block;
}

.boxPage1BoxList {
    padding: 0 30px;
    box-sizing: border-box;
}

.fangzhengCol {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.fangzhengColImg {
    background: #0153cd;
    width: 240px;
    border-radius: 25px;
}

.fangzhengColImg img {
    width: 170px;
    position: relative;
    bottom: -15px;
    right: -20px;
}

.fangzhengColCon {
    padding-left: 25px;
}

.fangzhengColCon h2 {
    font-size: 30px;
    line-height: 29px;
    color: #666;
    line-height: 44px;
}

.fangzhengColCon p {
    color: #666666;
    font-size: 26px;
    line-height: 40px;
}

.liuchen {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.liuchenCol {
    background: #0153cd;
    width: 48%;
    border-radius: 25px;
    padding-bottom: 55px;
    margin-bottom: 25px;
}

.liuchenCol img {
    width: 170px;
    margin: auto;
    display: block;
    position: relative;
    bottom: -30px;
    right: -20px;
}

.liuchenCol h2 {
    font-size: 30px;
    text-align: center;
    color: #fff;
    padding: 0 30px;
    box-sizing: border-box;
    line-height: 44px;
}

.zongjieList {
    margin-top: 50px;
}

.zongjieListCol {
    border: 1px solid #e0e0e0;
    border-radius: 25px;
    margin-bottom: 30px;
}

.zongjieListColTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 28px;
    line-height: 62px;
    background: #073392;
    color: #fff;
    border-radius: 25px 25px 0 0;
    padding: 0 20px;
    box-sizing: border-box;
}

.zongjieListColTitle h2 {
    font-size: 28px;
}

.zongjieListColTitle h3 {
    font-size: 28px;
}

.zongjieListColCon {
    padding: 15px 30px 25px;
    box-sizing: border-box;
    font-size: 28px;
    line-height: 44px;
    text-indent: 2em;
    color: #666;
}

.haitian .boxPage2ListCol {
    padding-bottom: 50px;
}

.boxPage2ListColIcon {
    width: 1px;
    margin: 24px auto 0;
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 15px)) !important;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 15px)) !important;
}

/*弹框*/

.tankuang {
    width: 97%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 30px;
    z-index: 100;
}

.tankuangMb {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.tankuangTitle {
    width: 100%;
    height: 80px;
    padding: 0 28px;
    box-sizing: border-box;
    background: #0153CD;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.tankuangTitle h2 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    width: 100%;
    line-height: 44px;
}

.tankuangTitle img {
    width: 40px;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(0, -50%);
}

.tankuangCon {
    padding: 0 28px;
    box-sizing: border-box;
    margin-top: 26px;
}

.tankuangConCol {
    line-height: 36px;
    font-size: 24px;
    color: #0e349b;
    max-height: 450px;
    overflow-y: auto;
}

.tankuangBtn {
    padding: 0 28px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    margin-top: 50px;
}

.tankuangBtnBox {
    width: 49.5%;
    padding: 7px 21px 13px;
    box-sizing: border-box;
}

.tankuangBtnBox h2 {
    font-size: 24px;
    line-height: 36px;
}

.tankuangBtnBox h3 {
    margin-top: 12px;
    color: #e0e0e0;
    font-size: 22px;
    line-height: 36px;
}

.tankuangBtnNext {
    border-radius: 25px 0 0 25px;
    background: #E40019;
    color: #fff;
}

.tankuangBtnPrve {
    border-radius: 0 25px 25px 0;
    text-align: right;
    background: #0153CD;
    color: #fff;
}

.boxPage5 .wrap {
    margin-top: 20px;
    margin-bottom: 30px;
}

.boxPage5 .wrap .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 30px;
    color: #333;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
    position: relative;
}
.boxPage5 .wrap .item a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.boxPage5 .wrap .item .left {
    display: flex;
    align-items: center;
}

.boxPage5 .wrap .item .pdf {
    width: 63px;
    margin-right: 20px;
}

.boxPage5 .wrap .item .icon {
    width: 47px;
}