.cpfw_moduler_bottom .itme-list ul {
    width: 1200px;
}

.header .header-right li {
    /* margin-left: 20px; */
}

.header .header_productTrial {
}

.banner {
    width: 100%;
    padding-top: 88px;
    position: relative;
    min-width: 1200px;
}

.banner .swiper {
    width: 100%;
    /* height: 639px; */
    overflow: hidden;
    min-width: 1200px;
}

.banner .swiper .swiper-slide {
    width: 100% !important;
}

.banner .swiper img {
    width: 100%;
    height: 100%;
    display: block;
}

.banner .swiper .swiper-slide-active img {
    opacity: 1;
    z-index: 0;
    -webkit-animation: box2 7s linear 0s;
    animation: box2 7s linear 0s
}

.banner .swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.26);
    position: absolute;
    top: 50%;
    right: 128px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

/* .banner .swiper-button-next::after {
    content: ">";
    font-size: 14px;
    font-weight: bold;
    color: #fff;
} */

.banner .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.26);
    position: absolute;
    left: 128px;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.banner .iconfont {
    /* content: ''; */
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    /* display: none; */
    opacity: 0;
    transition: all 0.3s;
    cursor: pointer;
}

.banner .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 110px;
}

.banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 50%;
    margin: 0 5px !important;
    opacity: 1;
    transition: all .5s;
}

.banner .swiper-pagination-bullet-active {
    opacity: 1 !important;
    width: 30px !important;
    height: 8px !important;
    background: #0491E3 !important;
    border-radius: 4px !important;
}

.banner .swiper-pagination a {
    color: #fff;
    margin-left: 10px;
    font-size: 20px;
}

.banner .more {
    /* display: none; */
    display: block;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 9999;
    padding: 20px 7px;
    background: #4274BF;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    writing-mode: vertical-rl;
    transition: all 0.3s;
    cursor: pointer;
}

.banner:hover .more {
    opacity: 1;
}

.banner:hover .swiper-button-next,
.banner:hover .swiper-button-prev {
    opacity: 1;
}

.banner .swiper-button-next:hover,
.banner .swiper-button-prev:hover {
    box-shadow: 0 0 20px 0 rgba(255, 255, 255, 1);
    background: #fff;
    color: #999;
}

@-webkit-keyframes box2 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }
}

@keyframes box2 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }
}

.layout_head {
    position: relative;
}

.layout_head a {
    position: absolute;
    bottom: 0;
    right: 38px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
}

.layout_head a:hover {
    color: #004E9C;
}

.container_wrap {
    top: 0;
    margin-top: -90px;
}

.layout_main_zxdt {
    padding-top: 54px;
}

.layout_main_zxdt ul {
    width: 1160px;
    margin: 41px auto 0;
}

.layout_main_zxdt ul li {
    float: left;
    margin-top: 10px;
    margin-right: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #E4E4E4;
}

.layout_main_zxdt ul li:nth-child(1),
.layout_main_zxdt ul li:nth-child(2) {
    margin-top: 0;
}

.layout_main_zxdt ul li:nth-child(2n) {
    margin-right: 0;
}

.layout_main_zxdt ul li a {
    display: flex;
}

.layout_main_zxdt ul li .left {
    width: 116px;
    height: 116px;
    background: #F9F9F9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.layout_main_zxdt ul li .left div:nth-child(1) {
    font-size: 30px;
    font-family: Arial;
    font-weight: bold;
    color: #004E9C;
}

.layout_main_zxdt ul li .left div:nth-child(2) {
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #004E9C;
}

.layout_main_zxdt ul li .right {
    padding-left: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.layout_main_zxdt ul li .right .title {
    width: 446px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.layout_main_zxdt ul li .right .smalltext {
    margin-top: 15px;
    width: 446px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.layout_main_zxdt ul li:hover .left {
    background: #004E9C;
}

.layout_main_zxdt ul li:hover .left div {
    color: #fff;
}

.layout_main_zxdt ul li:hover .right {
    background: #FDF7F8;
}

.layout_main_zxdt ul li:hover .right .title {
    color: #004E9C;
}

.d-flex {
    display: flex !important;
}

.justify-content-center {
    justify-content: center !important;
}

.layout_main_qyyx {
    padding-top: 80px;
}

.layout_main_qyyx .block-expand-categories {
    margin-top: 38px;
}

.layout_main_qyyx .block-expand-categories .expand-category {
    --height: 500px;
    --responsive-height: 60px;
    --hover-flex: 10;
    position: relative;
    background-position: center center;
    background-size: cover;
    margin: 0;
    min-height: 60px;
    cursor: pointer;
}

.layout_main_qyyx .block-expand-categories .expand-category {
    height: 500px;
    flex: 3;
    transition: flex 0.5s ease;
    -webkit-backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
}

.layout_main_qyyx .block-expand-categories .expand-category .cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.layout_main_qyyx .block-expand-categories .expand-category .box {
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0;
    width: 100%;
    z-index: 2;
    transition: background 0.5s ease;
}

.layout_main_qyyx .block-expand-categories .expand-category .box h4 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px;
    line-height: 46px;
    font-weight: bold;
}

.layout_main_qyyx .block-expand-categories .expand-category .box p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 29px;
}

.layout_main_qyyx .block-expand-categories .expand-category .box p.info {
    display: none;
    opacity: 0;
    transition: opacity 1s ease;
    text-align: justify;
}

.layout_main_qyyx .block-expand-categories:not(.on-click) .expand-category:hover,
.layout_main_qyyx .block-expand-categories.on-click .expand-category.active {
    flex: 10;
}

.layout_main_qyyx .block-expand-categories:not(.on-click) .expand-category:hover .cover,
.layout_main_qyyx .block-expand-categories.on-click .expand-category.active .cover {
    background: rgba(0, 0, 0, 0.02);
}

.layout_main_qyyx .block-expand-categories:not(.on-click) .expand-category:hover .box,
.layout_main_qyyx .block-expand-categories.on-click .expand-category.active .box {
    background: rgba(0, 78, 156, 0.8);
    width: 518px;
    height: auto;
    overflow: hidden;
    text-align: left;
    bottom: 10px;
    right: 10px;
    left: auto;
    padding: 20px;
}

.layout_main_qyyx .block-expand-categories:not(.on-click) .expand-category:hover .box .subtitle,
.layout_main_qyyx .block-expand-categories.on-click .expand-category.active .box p.subtitle {
    display: none;
}

.layout_main_qyyx .block-expand-categories:not(.on-click) .expand-category:hover .box .info,
.layout_main_qyyx .block-expand-categories.on-click .expand-category.active .box p.info {
    display: block;
    opacity: 1
}

@media (max-width: 1200px) {
    .layout_main_qyyx .block-expand-categories .expand-category .box h4 {
        font-size: 24px;
        line-height: 37px;
    }
}

@media (max-width: 992px) {
    .layout_main_qyyx .block-expand-categories .expand-category .box h4 {
        font-size: 20px;
        line-height: 37px;
    }

    .layout_main_qyyx .block-expand-categories.on-click .expand-category.active .box {
        width: 300px
    }
}

.layout_main_1Xgg {
    padding: 72px 0 93px;
    background: #EDF0FA;
}

.layout_main_1Xgg .swiperbox {
    margin-top: 34px;
    position: relative;
}

.layout_main_1Xgg .swiperbox .swiper {
    overflow: hidden;
}

.layout_main_1Xgg .e_container-28 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: auto;
    background-color: rgba(248, 248, 248, 1);
    padding-top: 35px;
    padding-left: 45px;
    padding-bottom: 25px;
    padding-right: 45px;
    margin: 0px;
    box-shadow: 0 5px 10px 0px rgb(29 56 72 / 10%);
    border-radius: 0px;
    display-radio: flex;
    transition: .6s;
    top: 0px
}

.layout_main_1Xgg .e_container-28:hover {
    /* top: -10px; */
    /* padding-top: 45px; */
    /* padding-bottom: 35px */
}

.layout_main_1Xgg .e_container-28:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #004E9C;
    border-radius: 0px;
    width: 100%;
    height: 0%;
    z-index: 1;
    transition: all .5s ease
}

.layout_main_1Xgg .e_container-28:hover:after {
    height: 100%
}

.layout_main_1Xgg .e_container-28>.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
    z-index: 2
}

.layout_main_1Xgg .e_container-20 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    padding-bottom: 20px
}

.layout_main_1Xgg .e_container-20 .cbox-20-0 {
    align-self: center;
    flex: 0 0 auto
}

.layout_main_1Xgg .e_container-20 .cbox-20-1 {
    flex: 0 0 auto;
    align-items: flex-end;
    display: flex
}

.layout_main_1Xgg .e_container-29 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 94%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    margin-top: 80px;
    display-radio: flex;
    max-height: 290px
}

.layout_main_1Xgg .e_container-29>.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.layout_main_1Xgg .pro_btn_prev {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #cedcec;
    position: absolute;
    left: -25px;
    z-index: 10
}

.layout_main_1Xgg .pro_btn_next {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #cedcec;
    position: absolute;
    right: -25px;
    z-index: 10
}

/* .layout_main_1Xgg .swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 14px;
    font-weight: bold;
    color: #002791
} */

.layout_main_1Xgg .iconfont {
    font-size: 18px;
    font-weight: bold;
    color: #002791
}

.layout_main_1Xgg .news_con {
    padding-bottom: 30px;
    padding-top: 10px
}

.layout_main_1Xgg .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #bbb;
    opacity: 1
}

.layout_main_1Xgg .swiper-pagination-bullet-active {
    background: rgba(0, 39, 145, 1)
}

.layout_main_1Xgg .e_container-28:hover>.p_item p {
    transition: all .5s ease;
    color: #fff
}

.layout_main_1Xgg .e_loop-19 {
    display-radio: 1;
    max-width: none;
    max-height: none;
    padding-top: 10px
}

.layout_main_1Xgg .e_text-21 {
    line-height: 1.5;
    font_radio: 2;
    font-size: 18px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 15px
}

.layout_main_1Xgg .e_text-22 {
    font_radio: 2;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    color: rgba(119, 119, 119, 1);
    line-height: 1.5;
    text-align: justify;
}

.layout_main_1Xgg .e_text-31 {
    font_radio: 2;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    color: rgba(0, 73, 157, 1);
    line-height: 1.5;
    display-radio: -webkit-box;
    margin-top: 20px;
    font-family: Arial
}

.layout_main_1Xgg .e_text-31 a {
    color: inherit;
}

.layout_main_1Xgg .e_button-30 {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 160px;
    padding: 8px;
    background_radio: 2;
    border_radio: 2;
    font_radio: 2;
    radius_radio: 1;
    min-width: 0px;
    font-size: 14px;
    border-style: solid;
    border-color: rgba(0, 39, 145, 1);
    border-width: 1px;
    line-height: 2.5;
    min-height: 0px;
    background-color: rgba(255, 255, 255, 0);
    color: rgba(0, 39, 145, 1);
    margin-right: auto;
    margin-left: 0px;
    display-radio: block;
    margin-top: 6%
}

.layout_main_1Xgg .e_button-30 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

.layout_main_1Xgg .e_button-30::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    transition: all .3s;
    z-index: 0;
    opacity: 0;
    top: 0;
    left: 0px
}

.layout_main_1Xgg .e_button-30:hover::after {
    opacity: 1
}

.layout_main_1Xgg .e_button-30:hover {
    font-size: 14px;
    border-style: solid;
    border-color: rgba(0, 39, 145, 1);
    color: rgba(255, 255, 255, 1);
    border-width: 1px;
    background-color: rgba(0, 39, 145, 1)
}

.layout_main_1Xgg .e_text-4 {
    display-radio: 1;
    font_radio: 2;
    font-weight: bold;
    color: rgba(0, 39, 145, 1);
    font-size: 40px
}

.layout_main_1Xgg .e_html-32 {
    display-radio: 1;
    background_radio: 1;
    min-width: 0px;
    max-height: none;
    min-height: 480px;
    max-width: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%
}

.layout_main_1Xgg .e_container-23 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    align-items: flex-end
}

.layout_main_1Xgg .e_timeFormat-24 {
    min-height: 20px;
    font_radio: 2;
    font-size: 38px;
    color: rgba(0, 39, 145, 1);
    line-height: 1;
    font-family: Arial;
    margin-bottom: -5px;
    display-radio: 1
}

.layout_main_1Xgg .e_text-27 {
    line-height: 1;
    font_radio: 2;
    color: rgba(0, 39, 145, 1);
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
    display-radio: 1
}

.layout_main_1Xgg .e_timeFormat-26 {
    min-height: 20px;
    font_radio: 2;
    font-size: 20px;
    color: rgba(0, 39, 145, 1);
    line-height: 1;
    font-family: Arial;
    margin-bottom: -2px;
    display-radio: 1
}

.layout_main_1Xgg .swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #cedcec;
    position: absolute;
    right: -25px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    /* color: var(--swiper-navigation-color, var(--swiper-theme-color)); */
}

/* .layout_main_1Xgg .swiper-button-next::after {
    content: ">";
    font-size: 14px;
    font-weight: bold;
    color: #002791;
} */

.layout_main_1Xgg .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #cedcec;
    position: absolute;
    left: -25px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    /* color: var(--swiper-navigation-color, var(--swiper-theme-color)); */
}

/* .layout_main_1Xgg .swiper-button-prev::after {
    content: "<";
    font-size: 14px;
    font-weight: bold;
    color: #002791;
} */

.canvasbox {
    position: relative;
}

canvas {
    display: block;
}

.waves {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 200px;
    height: 100vh;
    z-index: -1;
}

@media screen and (max-width: 1390px) {
    .layout_main_1Xgg .swiper-button-next {
        right: 0;
    }

    .layout_main_1Xgg .swiper-button-prev {
        left: 0;
    }
}

.flex_banner {
    top: inherit;
    bottom: 10%;
}

.swiper-button-prev,
.swiper-button-next:focus {
    outline: none;
}