* {
    font-size: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}

/* header begin */
.yzd-header-box {
    width: 100%;
    height: 80px;
    position: sticky;
    top: 0;
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .05);
    z-index: 999;
}

.yzd-header-logo a img {
    width: 150px;
}

.nav-list {
    /* position: relative; */
}

.nav-list .nav-item {
    /* position: relative; */
}

.nav-list .nav-item .navlink-a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    padding: 0 10px;
    cursor: pointer;
    position: relative;
}


.nav-list .nav-item .navlink-a:hover {
    /* color: #1E54EC; */
    font-weight: bold;
}

.nav-list .nav-item .navlink-a::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.2s;
    background: #2386ee;
}

.nav-list .nav-item:hover .navlink-a::after {
    width: 100%;
}

.nav-list .nav-item .navlink-a i {
    display: none;
    transition: all .2s ease-in-out;
}




.nav-list .nav-item .nav-two-box {
    position: absolute;
    top: 80px;
    background: #fff;
    left: 50%;
    width: 1100px;
    /* height: 440px;
    height: auto; */
    margin-left: -550px;
    transform: rotate3d(-90, 0, 0, 90deg);
    transform-origin: 50% 0%;
    box-shadow: 0px 5px 40px 0px rgba(47, 72, 88, .07), 0px 5px 40px 0px rgba(47, 72, 88, .07);
    transition: all .3s ease-in-out;
}

@media (min-width: 992px) {
    .nav-list .nav-item:hover .nav-two-box {
        transform: rotate3d(0, 0, 0, 0deg);
    }
}


.module-nav {
    height: 100%;
}

.module-nav-left {
    width: 230px;
    height: 100%;
    background: #F2F5FE;
}

.module-nav-left ul li {
    cursor: pointer;
}

.module-nav-left ul li {
    height: 60px;
    line-height: 60px;
    padding: 0 !important;
    padding-left: 40px !important;
    cursor: pointer;
    position: relative;
    /* border-radius: 4px; */

    font-size: 18px;
    color: #333333;
}

.module-nav-left ul li.active,
.module-nav-left ul li:hover {
    /* font-weight: bold; */
    background: #FFFFFF;
    color: #1E54EC;
}

.nav-container-box {
    display: none;
}

.nav-container-box.active {
    display: block !important;
}

.module-nav-right-title {
    height: 60px;
    border-bottom: 1px solid #E7EBF4;
}

.module-nav-right-title h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.nav-container-box .row {
    row-gap: 20px;
}

.nav-container-box .row .row-item:hover {
    border-radius: 4px;
    background: #EDF2FF;
}

.nav-container-box .row .row-item a {
    /* display: block; */
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    color: #333333;
}

.nav-container-box .row .row-item a i {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    background: linear-gradient(180deg, #1E54EC 0%, #8AA8FF 100%);
}

.nav-item-navTwo {
    position: relative;
}

.navTwo-box {
    position: absolute;
    width: 150px;
    padding: 20px;
    border-radius: 10px;
    top: 80px;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    background: #fff;
    border: 1px solid rgba(231, 231, 233, 0.5);
    box-shadow: 0px 15px 50px 0px rgba(27, 32, 50, 0.1);

    transform: rotate3d(-90, 0, 0, 90deg);
    transform-origin: 50% 0%;
    box-shadow: 0px 5px 40px 0px rgba(47, 72, 88, .07), 0px 5px 40px 0px rgba(47, 72, 88, .07);
    transition: all .3s ease-in-out;
}

@media (min-width: 992px) {
    .nav-list .nav-item:hover .navTwo-box {
        transform: rotate3d(0, 0, 0, 0deg);
        /* transform: translateX(-50%); */
    }
}





.navTwo-box ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 44px;
    /*line-height: 44px;*/
}

.navTwo-box ul li a {
    display: block;
}

.navTwo-box ul li a:hover {
    color: #1E54EC;
}

.yzd-header-tel-con {
    width: 220px;
    height: 46px;
    border-radius: 46px;
    background: #E7F0FF;
}

.yzd-header-tel-con img {
    height: 30px;
}

.yzd-header-tel-con p {
    font-family: Microsoft YaHei;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    color: #3D3D3D;
}


.yzd-header-warpNavBtn {
    display: none;
}

.yzd-header-warpNavBtn-con {
    width: 40px;
    height: 30px;
    border-radius: 5px;
    background: #E7F0FF;
    cursor: pointer;
    gap: 4px;
    position: relative;
}

.yzd-header-warpNavBtn-con span {
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: #1E54EC;
}


.yzd-header-warpNavBtn-con.active span:nth-child(2) {
    display: none;
}

.yzd-header-warpNavBtn-con.active span {
    position: absolute;
    top: 50%;
    /* 相对于父元素垂直居中 */
    left: 50%;
    /* 相对于父元素水平居中 */
    transform-origin: center;
    /* 设置变换中心点在元素的中心 */
}

.yzd-header-warpNavBtn-con.active span:first-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.yzd-header-warpNavBtn-con.active span:last-child {
    transform: translate(-50%, -50%) rotate(45deg);
}


/* header end */

/* banner begin */
.swiper-slide-box {
    width: 100%;
}

.swiper-slide-box .swiper-slide-content {
    position: relative;
}

.swiper-slide-img img {
    width: 100%;
}

.swiper-slide-content .swiper-slide-txt-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.swiper-slide-txt-box .swiper-slide-txt-con {
    height: 100%;
}

.swiper-slide-txt-title h3 {
    font-family: Microsoft YaHei;
    font-size: 50px;
    font-weight: bold;
    color: #01182A
}

.swiper-slide-txt-title h3 em {
    color: #1E54EC;
}

.swiper-slide-txt-fun ul {
    width: 540px;
    border-radius: 6px;
    /* background: #ffffff; */
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 124%);
    gap: 15px;
}

.swiper-slide-txt-fun ul li {
    height: 34px;
    line-height: 34px;
    font-size: 26px;
    font-weight: bold;
    color: #1E54EC;
    text-align: left;
}

.swiper-slide-txt-desc p {
    font-size: 24px;
    color: rgba(61, 61, 61, 0.9);
}

.swiper-slide-txt-link a {
    width: 160px;
    height: 48px;
    border-radius: 6px;
    background: #2E2F33;
    font-size: 20px;
    color: #FFFFFF;
}

.swiper-slide-txt-fun .swiper-slide-txt-fun-img-txt {
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 124%);
}


.swiper-slide-txt-fun-img-txt img {
    width: 40px;
}

.swiper-slide-txt-fun-img-txt p {
    font-size: 30px;
    font-weight: bold;
    color: #01182A
}

.swiper-slide-txt-fun-img-txt p em {
    color: #1E54EC;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 30px;
}

/* banner end */

/* 文控堡垒系统 */
main {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
}

.banner-img {
    /* height: 450px; */
    width: 100%;
    background-position: center;
    background-size: 100%;
}

/*.container {*/
/*  width: 100%;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: center;*/
/*}*/

.box {
    max-width: 1200px;
    width: 1200px;
    margin: 0 auto;
}

.menuList {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 40px;
}

.wkblxtImg {
    flex: 1;
    height: 400px;
    background-size: 70% !important;
    min-width: 580px;
}

.detailBox {
    margin: 20px 0;
}

.detailBox .detailItem:first-child {
    padding-top: 40px;
}

.detailBox .detailItem:last-child {
    padding-bottom: 40px;
}

.pmsyMenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.pmsyMenu_left {
    width: 100%;
    display: flex;
    justify-content: center;
    flex: 1;
    min-width: 400px;
    height: 360px;
    align-items: center;
    background-size: auto;
}

.pmsyMenu_right {
    flex: 1;
    padding-left: 40px;
}

@media only screen and (max-width: 820px) {
    .banner-img {
        background-position: -280px 100% !important;
    }

    .box {
        width: 100%;
    }

    .menuList {
        justify-content: flex-start;
        padding: 0 20px;
    }

    .menuList>div {
        width: calc(100% / 4) !important;
        min-width: auto !important;
    }

    .wkblxtImg {
        min-width: 420px !important;
        width: 420px;
        height: 250px !important;
    }

    .wkblxt {
        height: auto !important;
        padding-bottom: 20px;
    }

    .wkblxtBox {
        height: auto !important;
        padding: 0 20px !important;
    }

    .pmsyMenu_left {
        min-width: 100%;
    }

    .xgnlb {
        min-width: calc(100% / 2) !important;
        max-width: calc(100% / 2) !important;
    }

    .menuList_shadow {
        bottom: 20px !important;
        width: 110px !important;
        height: 110px !important;
        border-radius: 10px;
    }

    .detailItems {
        margin: 0 !important;
        padding: 20px 0;
    }

    .detailItems1 {
        margin-right: 50px !important;
    }

    .detailItems11 {
        padding-left: 30px !important;
    }

    .wdjm_menubg {
        min-width: 100%;
        min-height: 250px !important;
    }
}

/* 文档安全 */

/* 模板css css */
.Cp_banner_box {
    position: relative;
}

.cp_banner_img {
    height: 450px;
    width: 100%;
    background-position: center;
    background-size: 100%;
}

.cp-main_content_box {
    display: none;
    background: none !important;
}

.cp-main_content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 40px;
    /* min-height: 450px; */
    margin: 0 auto;
    border-bottom: 2px solid #d8d8d88c;
}

.cp-main_content_img img {
    max-height: 166px;
    object-fit: contain;
}

.cp-main_content_container {
    padding: 20px 40px;
    width: 100%;
    max-width: 100%;
}

.cp-main_content_title {
    padding: 20px 0;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}

.cp-main_content_p {
    font-size: 16px;
    line-height: 32px;
    color: rgb(51, 51, 51);
}

.cp-zebra_crossing {
    width: 100%;
    padding: 0 20px;
    margin-top: 30px;
    padding-bottom: 38px;
}

.cp-zebra_crossing_bg {
    margin: 0 auto;
}

.cp-zebra_crossing_item_r {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    background: rgba(53, 109, 238, 0.1);
    border-radius: 10px;
    margin: 0 40px;
    /*height: 100%;*/
    min-height: 270px;
}

.cp-zebra_crossing_item_l {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    border-radius: 10px;
    margin: 40px;
    height: 100%;
    min-height: 270px;
}

.cp-zebra_crossing_title {
    padding: 30px 0 0;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #333333;
}

.cp-zebra_crossing_item_img {
    display: flex;
    justify-content: center;
    flex: 1;
}

.cp-zebra_crossing_item_content {
    min-width: 0;
    display: flex;

    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    margin: 0 50px 0 70px;
    flex: 1;
}
.cp-zebra_crossing_item_content h3 {
    width: 100%;
    position: relative;
    padding: 0 0 20px 0px;
    color: rgb(67, 107, 248);
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}

.cp-zebra_crossing_item_content_icon {
    width: 50px;
    height: 50px;
    position: absolute;
    left: -60px;
    top: -6px;
    background: url("/skin/images/wkblxt/sure.png") center center no-repeat;
}

.cp-zebra_crossing_item_content p {
    line-height: 32px;
    font-size: 14px;
    /*color: rgb(51, 51, 51);*/
    color: #666666;
    /*width: 100%;*/
    /*white-space: pre-line;*/
}

.cp-natural_list {
    width: 100%;
    background-color: rgb(240, 247, 255);
    padding: 40px;
}

.cp-natural_list h2 {
    padding: 40px 0px 30px 0;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #333333;
}

.cp-natural_list_box_bg_blue>.cp-natural_list_box {
    /*background-color: rgb(240, 247, 255);*/
}

.cp-natural_list_box {
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 20px 20px 20px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 auto;
}

.cp-natural_list_box_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 30px 0;
    width: calc(100% / 3);
}

.cp-natural_list_box_item img {
    width: 90px;
    object-fit: contain;
}

.cp-natural_list_box_item h3 {
    padding: 30px 0px 10px 0;
    color: rgb(0, 0, 0);
    font-size: 14px;
    text-align: center;
    /*font-weight: bold;*/
}

.cp-natural_list_box_item p {
    /* white-space: pre-line; */
    padding: 0 40px;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    color: #666666;
}

.cp-symmetric_display {
    width: 100%;
}

.cp-symmetric_display_box {
    width: 100%;
    padding: 30px 0;
}

.cp-symmetric_display_box h2 {
    padding: 30px 0px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #333333;
}

.cp-symmetric_display_item_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto;
}

.cp-symmetric_display_item {
    width: calc(100% / 2);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 40px 0;
}

.cp-symmetric_display_item img {
    object-fit: contain;
    max-height: calc(185px * 0.8);
}

.cp-symmetric_display_item h3 {
    text-align: center;
    /*color: rgb(67, 107, 248);*/
    font-weight: bold;
    font-size: 20px;
    padding: 20px 0 10px 0;
}

.cp-symmetric_display_item p {
    max-width: 450px;
    padding: 5px 15px 0;
    line-height: 140%;
    text-align: center;
    color: rgb(51, 51, 51);
    font-size: 14px;
}

.cp-graphic_display {
    width: 100%;
    /*padding: 50px 0;*/
    padding-top: 96px;
    padding-bottom: 124px;
}

.cp-graphic_display_box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
}

.cp-graphic_display_box img {
    object-fit: contain;
    width: 460px;
    margin: 0 auto;
    min-width: 400px;
}

.cp-graphic_display_r {
    width: calc(100% / 2);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cp-graphic_display_r_item h3 {
    padding: 20px 0px 10px;
    color: rgb(0, 0, 0);
    /*font-size: 28px;*/
    font-weight: bold;
}


.nt h3 {
    padding: 20px 0px 10px;
    padding-bottom: 20px;
    color: #333333;
    font-size: 30px;
    font-weight: bold;
}

.cp-graphic_display_r_item p {
    /*white-space: pre-line;*/
    line-height: 22px;
    font-size: 14px;
    margin-top: 10px;
    color: rgb(51, 51, 51);
}

.cp-graphic_display_r div li {
    line-height: 24px;
    font-size: 14px;
}

.cp-header {
    width: 100%;
    height: 60px;
    /* background: rgba(58, 117, 201, 0.98); */
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: nowrap;
    position: sticky;
    top: 0;
    z-index: 1000000;
}

.cp-header_box {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.cp-header_box_logo a .logo-img {
    height: 40px;
}

.cp-header_box_nav {
    /* width: 100%; */
    height: 100%;
}

.cp-header_box_nav ul {
    width: auto;
    height: 100%;
    display: flex;
    justify-content: flex-start;
}

.cp-header_box_nav>ul>li {
    position: relative;
}

.cp-header_box_nav ul li {
    width: 120px;
    height: 100%;
    position: relative;
}

.cp-header_box_nav ul li a {
    /*display: block;*/
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* color: white; */
    color: #000000;

}

.cp-header_box_nav ul li a:hover {
    color: #457DEC;
    /* background: #457DEC; */
    /* border-top: 5px solid white;
    border-bottom: 5px solid white; */
}

.cp-header_box_nav ul li::after {
    content: '';
    width: 100%;
    height: 4px;
    background: #457DEC;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity .3s;
}

.cp-header_box_nav ul li:hover::after {
    opacity: 1;
}

.cp-header_box_nav_son_list {
    position: fixed;
    z-index: 10000;
    top: 60px;
    left: 0;
    width: 100vw;
    height: auto;
    display: flex;
    justify-content: space-evenly;
}

.cp-header_box_nav_son_list .left-30 {
    left: 0px;
    /*left: 70px;*/
}

.cp-header_box_nav_son_list .left-90 {
    left: 150px;
    /*left: 415px;*/
}

.cp-header_box_nav_son_list .left-214 {
    left: 273px;
    /*left: 535px;*/
}

.cp-header_box_nav_son_list .left-214 li,
.cp-header_box_nav_son_list .left-90 li {
    width: 160px !important;
}

.cp-header_box_nav_son_list_item {
    position: relative;
    z-index: 10000;
    box-shadow: 0px 0px 5px #ccc;
    background-color: white;
    padding: 30px 50px;
    display: flex;
    border-radius: 5px;
    display: none;
}

.cp-header_box_nav_son_list_item .title {
    padding: 10px 48px;
    font-size: 18px;
    font-weight: bolder;
    color: #5688ed;
}

.cp-header_box_nav_son_list_item li img {
    right: 10px;
    top: 18px;
    width: 5px;
    height: 10px;
}

.cp-header_box_nav_son_list_item li {
    position: relative;
    width: 300px;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 5px;
}

.cp-header_box_nav_son_list_item li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 35px;
    width: 92%;
    height: 100%;
    margin: 0 auto;
    font-size: 16px;
    border-bottom: 1px solid #ececec;
}

.cp-header_box_nav_son_list_item li a:hover {
    border-radius: 5px;
    background: #ececec;
}

.cp-header_box_nav_son_list .cp-header_box_nav_son_list_item li {
    height: auto;
}

.cp-header_box_tel {
    width: 184px;
    height: 100%;
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin: 0 10px;
}

.cp-header_box_tel>div {
    display: flex;
    flex-direction: column;
}

.cp-header_box_tel>div {
    color: #000000;
}

.cp-header_box_tel>div span:nth-child(2) {
    color: #000000;
    font-weight: 600;
}

/* 导航图 */
.cp-banner {
    height: 580px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    /*padding: 0 82px;*/
}

/*导航栏的进入控制台*/
.goto-console {
    display: flex;
    justify-content: center;
    align-items: center;
}

.goto-console a {
    width: 120px;
    height: 40px;
    border-radius: 4px;
    opacity: 1;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    color: #FFFFFF;
    background: #3662EC;
}

.cp-banner_title {
    margin: 20px;
}

.cp-banner_title h1 {
    font-size: 40px;
    color: #1644d0;
    font-weight: bolder;
}

.mTextDiv {
    padding-top: 15px;
    padding-right: 15px;
    text-align: justify;
    width: 100%;
    line-height: 22px;
    /*height: 120px;*/
}

.mText {
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: normal;
    line-height: 15px !important;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    color: #3D3D3D;
}

.cp-banner_title h1>span:first-child {
    font-size: 30px;
    padding-left: 15px;
}

.cp-banner_title h1>span:last-child {
    /* font-size: 18px; */
    font-weight: lighter;
}

.cp-banner img {
    object-fit: contain;
    width: 576px;
}

/* 面包屑导航 */
.cp-header_breadcrumb {
    width: 45px;
    /* min-width: 45px; */
    height: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    margin: 10px;
    padding: 5px;
    border: 1px solid #457dec;
    border-radius: 5px;
}

.cp-header_breadcrumb_box {
    display: none;
}

.cp-header_breadcrumb span {
    width: 30px;
    height: 2.5px;
    /* padding: 5px 0; */
    background-color: #457dec;
    animation: scale 2s infinite alternate;
}

.cp-header_breadcrumb_box_sonList {
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    top: 62px;
    right: 3px;
    width: calc(100vw - 6px);
    height: auto;
    max-height: 90vh;
    border-radius: 5px;
    padding: 5px;
    background-color: rgb(62 120 202);
    display: none;
}

.cp-header_breadcrumb_box_sonList ul {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.cp-header_breadcrumb_box_sonList ul li span {
    width: calc(100% / 3);
    height: 50px;
    display: flex;
    align-items: center;
}

.cp-header_breadcrumb_box_sonList ul li span a {
    color: white;
    padding: 12px;
}

.cp-header_breadcrumb_box_sonList ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    padding: 15px 0;
    min-height: 25px;
    border-bottom: 2px solid #fff;
}

.cp-header_breadcrumb_box_sonList ul li a,
.cp-header_breadcrumb_box_sonList ul li h2 {
    padding: 6px calc(50% / 2);
    line-height: 25px;
    color: white;
    font-size: 18px;
    /* background: #ececec; */
}

.cp-header_breadcrumb_box_sonList_item {
    width: 100%;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
    background: rgb(46 71 107 / 26%);
    border-radius: 10px;
}

#cp-header_breadcrumb {
    touch-action: none
}

.header_item {
    font-size: 17px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* 动画关键帧定义放大部分 */
@keyframes scale {

    0%,
    100% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1);
    }
}

.el-main {
    /*padding-bottom:73px !important;*/
}

.el-main.remove-p {
    padding-bottom: 0 !important;
}

.cp-footer {
    background-color: #48444c;
}

.cp-footer_box {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cp-footer_box a {
    display: flex;
    align-items: center;
    color: #bbb;
    word-spacing: 2px;
    line-height: 20px;
    font-size: 14px;
}

.cp-footer_box p {
    display: flex;
    align-items: center;
    color: #bbb;
    word-spacing: 2px;
    line-height: 20px;
    padding: 6px 5px;
    font-size: 14px;
}


@media only screen and (max-width: 1200px) {
    .box {
        width: 100%;
    }

    .cp-banner {
        background-position: -200px 0 !important;
    }

    /*.cp-banner_title {*/
    /*  padding: 0 30px;*/
    /*}*/
    .cp-main_content_container {
        width: 100%;
    }

    .cp-zebra_crossing_item_r {
        padding: 20px 0;
        margin: 20px 0;
    }

    .cp-zebra_crossing_item_content {
        min-width: 330px;
    }

    .cp-natural_list {}

    .cp-natural_list_box_item {
        width: calc(100% / 2);
    }

    .cp-natural_list_box_item p {
        padding: 0 15px;
    }

    .cp-graphic_display_r {
        width: 100%;
    }

    .cp-graphic_display_r_item {
        width: 100%;
        padding: 20px;
    }

    .cp-banner img {
        display: none;
    }

    .cp-header_box_tel {
        display: none;
    }
}

.header_item_one {
    /*position: relative;*/
    /*z-index: 10000;*/
    /*box-shadow: 0px 0px 5px #ccc;*/
    /*background-color: white;*/
    /*padding: 30px 50px;*/
    /*display: flex;*/
    /*border-radius: 5px;*/
}

@media only screen and (max-width: 1200px) {
    .cp-header {
        padding-left: 40px;
    }

    .cp-zebra_crossing_title {
        padding: 30px 20px 0;
    }

}

@media only screen and (max-width: 820px) {
    .cp-header_breadcrumb_box {
        display: flex;
        width: 150px;
        justify-content: flex-end;
    }

    .cp-zebra_crossing_item_l {
        margin: 0;
    }

    .cp-header_box_nav {
        display: none;
    }

    .cp-header_breadcrumb {
        display: flex;
    }

    .cp-header_box_logo {
        width: 150px;
    }

    .cp-footer {
        padding-bottom: 80px;
    }
    .navTwo-box ul li{
        height: 60px;
    }
}

@media screen and (max-width: 768px) {
    .cp-zebra_crossing_item_content_icon {
        display: none;
    }
    .cp-natural_list {
        padding: 20px;
    }
    .cp-symmetric_display_item {
        width: auto;
    }
    .cp-symmetric_display_item_box-wkblxt {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .cp-symmetric_display_item_box {
        justify-content: center;
    }
    .cp-zebra_crossing_item_content{
        padding: 0 10px;
        margin: 0;
        flex: 0;
    }
}
