@charset "UTF-8";

.pc {
    display: block;
}

.mb {
    display: none;
}

.home-a .tit .font-m {
    font-weight: normal;
}

@media (max-width: 1520px) {
    header .pc-header h1 .logo svg {
        height: 25px;
    }

    .tec-c .content .list .li .c1 .txt .num .en {
        letter-spacing: -3px;
    }
}

@media (max-width: 1450px) {
    .dws#c{
        top: -2rem;
        position: relative;
    }
    .home-a .item .img{
        margin-top: 10%;
    }
    .home-a .item2{
        top: 30%;
    }
    .home-a .item1{
        top: 30%;
    }
    .contact .formbox2 .item.item5{
        width: 40%;
    }
    .contact .formbox2 .item2 {
        margin-bottom: 0.5rem;
        width: 53%;
    }
    /* .con-us .list .li .c1 .txt .tit-18 {
        font-size: .4rem;
    } */
    .home-a .tit{
        top: 2rem;
    }
    header .pc-header .nav .li .tit {
        font-size: 16px;
    }

    .home-c .news-container .swiper-slide .t1 {
        font-size: 20px;
    }

    .not-cont .list a {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 1.35rem;
    }

    header .pc-header h1 .logo svg {
        height: 22px;
    }

    header .pc-header .nav .li {
        margin: 0 0.6rem;
    }

    .w1520 {
        width: 88%;
    }

    .news-cont .list a .t1 {
        font-size: 20px;
        line-height: 35px;
        height: 105px;
    }



}

@media (max-width: 1366px) {
    .tec-c .content .list .li .c1 {
        width: 6.5rem;
        height: 6.5rem;
    }

    .tec-c .content .list .li .c1 svg {
        width: 6.5rem;
        height: 6.5rem;
    }

    .tec-c .content .list .li .c1 .txt .num .en {
        letter-spacing: -2px;
    }

    header .pc-header .nav .li .tit {
        font-size: 16px;
    }

    header .pc-header .nav .li {
        margin: 0 0.5rem;
    }

    .p-info .txt .more {
        width: 3rem;
    }

    .banner .tit-60 {
        font-size: 34px;
    }

    .banner .txt .en {
        font-size: 18px;
    }

}

@media (max-width: 1048px) {
    footer .top .right .li {
        margin-right: 1;
    }

    .about-b .txt .t1 {
        width: 12rem;
        font-size: 36px;
    }

    .about-b .txt .t2 {
        width: 13rem;
        font-size: 14px;
    }

    .about-b .imgs {
        width: 16rem;
    }
}

@media (max-width: 996px) {
    .mb {
        display: block;
    }

    .pc {
        display: none;
    }

    .m-bocweb-header3 .header2 {
        background: #fff;
        height: 60px;
        padding: 0 4%;
        box-shadow: 0px 0px 6px 0 rgb(0 0 0 / 10%);
        position: fixed;
        width: 100%;
        left: 0;
        z-index: 99;
    }

    .m-bocweb-header3 .header2 .logo {
        display: block;
        position: relative;
        z-index: 12;
        height: 0.75rem;
    }

    .m-bocweb-header3 .header2 .logo svg {
        height: 0.75rem;
    }

    .m-bocweb-header3 .header2 .logo svg .cls-1 {
        fill: #055bbb;

    }

    .m-bocweb-header3 .header2 .langbox {
        position: relative;
    }

    .m-bocweb-header3 .header2 .langbox .icon {
        width: 20px;
        height: 20px;
        fill: #005bbb;
        margin-right: 10px;
    }

    .m-bocweb-header3 .header2 .langbox .libox {
        padding: 10px;
        background: #fff;
        width: 100px;
        position: absolute;
        top: 30px;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transform: translate(0, -20px);
    }

    .m-bocweb-header3 .header2 .langbox:hover .libox {
        transition: none;
        opacity: 1;
        visibility: visible;
        transform: translate(0, 0);
    }

    .m-bocweb-header3 .header2 .langbox .libox a {
        display: block;
        width: 80px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        border-radius: 5px;
        background: #eee;
        color: #999;
        transition: all .3s;
        margin-bottom: 0.25rem;
    }

    .m-bocweb-header3 .header2 .hamburger {
        padding: 0;
        height: 20px;
    }

    .hamburger-box {
        width: 40px;
        height: 24px;
        display: inline-block;
        position: relative;
    }

    .hamburger-inner {
        display: block;
        top: 50%;
        margin-top: -2px;
    }

    .m-bocweb-header3 .header2 .hamburger-box {
        width: 25px;
        height: 20px;
    }

    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        width: 40px;
        height: 4px;
        background-color: #000;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
    }

    .m-bocweb-header3 .header2 .hamburger--3dx-r .hamburger-inner {
        transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    }

    .m-bocweb-header3 .header2 .hamburger-inner,
    .m-bocweb-header3 .header2 .hamburger-inner::before,
    .m-bocweb-header3 .header2 .hamburger-inner::after {
        width: 30px;
        height: 3px;
        background: #005bbb;
    }

    .m-bocweb-header3 .header2 .hamburger-inner,
    .m-bocweb-header3 .header2 .hamburger-inner::before,
    .m-bocweb-header3 .header2 .hamburger-inner::after {
        width: 25px;
        height: 2px;
    }

    .m-bocweb-header3 .hamburger-inner::before {
        top: -8px;
    }

    .m-bocweb-header3 .hamburger-inner::after {
        bottom: -8px;
    }

    .m-bocweb-header3 .header2 .warp-nav {
        height: calc(100vh - 60px);
        padding: 0 0 45px;
        position: fixed;
        background: rgba(17, 96, 165, 0.98);
        width: 100%;
        left: 0;
        top: 60px;
        z-index: 9;
        display: none;
    }

    .m-bocweb-header3 .header2 .nav {
        font-size: 16px;
        color: #333;
        position: relative;
        overflow-y: auto;
        height: calc(100vh - 60px);
    }

    .m-bocweb-header3 .search {
        width: 90%;
        margin: 0 auto;
        padding: 1.25rem 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .m-bocweb-header3 .search .input1 {
        padding: 0 0.5rem;
        height: 40px;
        width: 100%;
        background: transparent;
        border-radius: 3px;
        border: 1px solid rgba(255, 255, 255, 0.3);
    }

    .m-bocweb-header3 .search .input2 {
        width: 30px;
        height: 30px;
        background: url(/bocstatic/web/img/search.png) no-repeat center center;
        background-size: 15px 16px;
        position: absolute;
        right: 3%;
        top: 50%;
        margin-top: -15px;
    }

    .m-bocweb-header3 .header2 .nav .warp-btn {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: center;
        display: block;
        padding: 16px 0;
        line-height: 1.5;
        position: relative;
        transition: all .3s ease;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .m-bocweb-header3 .header2 .nav .li {
        position: relative;
        width: 100%;
        padding: 0 5%;
    }

    .m-bocweb-header3 .header2 .nav .tit {
        width: 100%;
        padding: 16px 0;
        line-height: 60px;
        position: relative;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .m-bocweb-header3 .header2 .nav .sub-tit {
        display: block;
    }

    .m-bocweb-header3 .header2 .nav .tit {
        line-height: 1.5;
    }

    .m-bocweb-header3 .header2 .nav .sub-tit:after {
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        text-align: center;
        position: absolute;
        right: 5%;
        top: 20px;
        background: url(/bocstatic/web/img/img1.svg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 15px auto;
        transform: rotate(0);
        transform-origin: center center;
        transition: all .3s ease-in-out;
    }

    .m-bocweb-header3 .header2 .nav .sec-list {
        line-height: 40px;
        padding: 0.35rem 0 0.35rem 6%;
        display: none;
        font-size: 14px;
    }

    .m-bocweb-header3 .header2 .nav .sec-tit {
        font-size: 15px;
        color: #8ebfea;
        position: relative;
        transition: all .4s;
        display: block;
    }

    .m-bocweb-header3 .header2 .nav .sec-list-nav {
        font-size: 13px;
        padding-left: 8px;
        line-height: 30px;
        display: none;
    }

    .m-bocweb-header3 .header2 .nav .sec-list a {
        color: #fff;
    }

    .m-bocweb-header3 .header2 .nav .sec-list-nav a {
        color: #8ebfea;
    }
    .banner .txt .more{
        width: 5rem;
    }
    .banner {
        padding-top: 60px;
        height: auto;
    }

    .banner .txt {
        left: 0;
        width: 100%;
        padding: 0 0.5rem;
        text-align: center;
        top: 1.5rem;
        transform: translateX(0);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .banner .txt .en {
        font-size: 0.5rem;
        line-height: 1.2;
        margin-top: 0.75rem;
    }

    .banner .txt .lh1 {
        line-height: 1.2;
        font-size: 1.2rem;
    }

    .banner .banner-pagination .swiper-pagination-bullet {
        border: 1px solid #fff;
    }

    .banner .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #fff;
    }

    .home-b {
        height: auto;
    }

    .home-b .img {
        width: 100%;
        height: 8rem;
        display: none;
    }

    .home-b .txt {
        width: 100%;
        height: auto;
    }

    .home-b .txt .bg {
        padding: 1.5rem 0.5rem;
        padding-bottom: 5rem;
    }

    .home-b .txt .bg .tit-20 {
        line-height: 1.8;
    }

    .home-c {
        padding: 1.5rem 0.5rem;
    }

    .home-c .news-container .swiper-slide {
        width: 100%;
        margin-right: 0.4rem;
        transition: all 0s;
    }

    .work-a {
        padding: 1.5rem 0.5rem;
    }

    .w1520 {
        width: 100%;
    }

    .work-a .t1 {
        padding: 0;
    }

    .work-a .list {
        margin-top: 0rem;
    }

    .work-a .list .li {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        padding: 1.5rem 0;
    }

    .work-a .list .li .t2 {
        width: 100%;
    }

    .work-a .list .li .img {
        width: 11.875rem;
        transform: scale(1);
    }

    .work-a .list .li .t2 {
        color: #666666;
        font-size: .5rem;
    }

    .work-a .list .li:hover .t2 {
        color: #666666;
        font-size: .5rem;
    }

    .work-a .list .li .tit {
        text-align: center;
    }

    .work-a .list .li .img {
        width: 70%;
        margin: 0.5rem 0;
    }

    footer .top .right {
        display: none;
    }

    footer .top {
        padding: 1.5rem 3rem;
        justify-content: center;
        align-items: flex-start;
    }

    footer .top .left .logo {
        width: 100%;
    }

    footer .top .left .logo svg {
        width: 100%;
    }

    footer .top .left .link {
        width: 100%;
        height: 33px;
    }

    footer .top .left .ewmlist {
        width: 100%;
    }

    footer .top .left .ewmlist .li .tit-14 {
        line-height: 1.5;
    }

    footer .top .left .ewmlist .li .img img {
        width: 100%;
    }

    footer .top .left .link .sub-nav {
        top: 32px;
    }

    footer .bot {
        padding: 0.75rem;
    }

    footer .bot .tit-14 {
        line-height: 1.2;
    }

    .tec-a,
    .tec-b {
        padding: 1.5rem 0.5rem;
    }

    .tec-a .list .li {
        width: 100%;
        margin-right: 0;
        margin-top: 1.5rem;
    }

    .tec-a .list {
        margin-top: 0;
    }

    .tec-b .list {
        margin-top: 0;
        display: block;
    }

    .tec-b .list .li {
        width: 100%;
        margin-bottom: 0;
        margin-top: 1.5rem;
    }

    .tec-c {
        padding: 1.5rem 0.5rem;
    }

    .tec-c .t2 {
        width: 100%;
        margin-top: 1.3rem;
    }

    .tec-c .content img {
        width: 1200px;
        max-width: none;
        margin-left: -67%;
    }

    .tec-c .content .list .li .c1 {
        width: 4rem;
        height: 4rem;
    }

    .tec-c .content .list .li .c1 svg {
        width: 4rem;
        height: 4rem;
    }

    .tec-c .content .list .li {
        margin: 0 0.5rem;
    }

    .tec-c .content .list .li .c1 .txt .num {
        font-size: 1rem;
    }

    .tec-c .content .list .li .c1 .txt .num .en {
        letter-spacing: 0;
    }

    .service-a {
        padding: 1.5rem 0.5rem;
    }

    .sub-banner {
        height: auto;
        padding-top: 60px;
    }

    .sub-banner .txt {
        font-size: 1rem;
        width: 100%;
        line-height: 1.5;
        text-align: center;
    }

    .service-a .list .li {
        width: 100%;
        margin-bottom: 1.5rem;
    }

    .service-a .list {
        display: block;
    }

    .service-a .list .li:last-child {
        margin-bottom: 0;
    }

    .service-b {
        padding: 1.5rem 0.5rem;
    }

    .service-b .t1 {
        line-height: 1.2;
    }

    .service-b .formbox2 {
        margin-top: 1.5rem;
    }

    .service-b .formbox2 .item {
        margin-right: 0;
    }

    .flex {
        display: block;
    }

    .contact .left {
        width: 100%;
        padding-right: 0;
    }

    .contact {
        padding: 1.5rem 0.5rem;
    }

    .news-cont {
        padding: 1.5rem 0.5rem;
    }

    .news-cont .frombox .sp {
        width: 70px;
    }

    .news-cont .frombox .li1 {
        width: calc(100% - 100px);
    }

    .news-cont .frombox .li3 {
        width: 100%;
    }

    .news-cont .frombox .nli {
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .news-cont .frombox .libox {
        top: 1.25rem;
    }

    .news-cont .frombox .item {
        height: 1.25rem;
        line-height: 1.25rem;
    }

    .news-cont .list a {
        width: 100%;
    }

    .page a {
        width: 1.25rem;
        height: 1.25rem;
        line-height: 1.25rem;
        font-size: 14px;
    }

    .news-cont .list a:last-child {
        margin-bottom: 0;
    }

    .resp {
        padding: 1.5rem 0.5rem;

    }

    .resp .t1 {
        width: 100%;
    }

    .resp .resp-a {
        padding-top: 1.5rem;
        display: block;
        margin-top: 0;
    }

    .resp .resp-a .left {
        width: 100%;
        padding-right: 0;
    }

    .resp .resp-a .left .li .tit .tit-28 {
        font-size: 0.7rem;
        width: 80%;
        line-height: 1.3;
    }

    .resp .resp-a .right {
        width: 100%;
        height: 8rem;
    }
    .sub-banner img{
        width: 100%;
        max-width: none;
    }
    .con-us {
        padding: 1.5rem 0.5rem;
    }
    .con-us .list{
        display: block;
        white-space: normal;

    }
    .con-us .list .li {
        margin: 0 1rem;
    }

    .con-us .list .li:nth-child(n+2) {
        margin-top: .5rem;
    }

    .resp-b a .txt .t2 {
        margin-top: .35rem;
    }

    .not-cont {
        padding: 1.5rem 0.5rem;
    }

    .not-cont .table {
        overflow: auto;
        white-space: nowrap;
    }

    .not-cont .list a .img {
        display: none;
    }

    .not-cont .list a {
        width: 100%;
        padding-left: 0;
    }

    .not-cont .list a .txt {
        height: auto;
        padding-left: 0;
        padding: 0.5rem;
    }

    .resp-b {
        padding: 0 1.5rem 1.5rem;
    }

    .resp-b a {
        display: block;
    }

    .resp-b a .img {
        width: 100%;
        height: 15rem;
        display: none;
    }

    .resp-b a .txt {
        width: 100%;
        padding: 1.5rem 0.75rem;
    }

    .about-a {
        padding: 1.5rem 0.5rem;
    }

    .about-a .t2 {
        margin-top: 1.5rem;
    }

    .about-b .txt {
        width: 100%;
        padding: 1.5rem 0.5rem;
        top: 0;
        left: 0;
        transform: translateY(0);
    }

    .about-b .txt .t1 {
        font-size: .9rem;
        width: 100%;
        line-height: 1.5;
    }

    .about-b .txt .t2 {
        width: 100%;
    }

    .about-b .imgs {
        width: 100%;
        left: 0;
        bottom: 3rem;
        padding: 0 1.5rem;
    }

    .about-b .imgs .swiper-slide {
        display: flex;
    }

    .about-b .banner-pagination .swiper-pagination-bullet {
        border: 1px solid #fff;
        margin: 0 3px;
    }

    .about-b .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #fff;
    }

    .about-b .banner-pagination {
        bottom: 1rem !important;
        text-align: center;
        width: 100%;

    }

    .home-e {
        background-color: #d2d2d6;
        padding: 1.5rem .5rem;
        padding-bottom: 0;
    }

    .home-e .tit .tit-36 {
        font-weight: bold;
        color: #222222;
        line-height: 1.2rem;
    }

    .more {
        width: 2.6rem;
    }

    .homec-container {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .homec-container .swiper-slide {
        display: block;
        width: 100%;
        padding-top: 2rem;
    }


    .homec-container .swiper-slide .item {
        width: 80%;
        margin: 0 10%;
    }

    .homec-container .swiper-slide .item .t {
        text-align: center;
        width: 100%;
        font-weight: bold;
    }

    .homec-container .swiper-slide .item .jia {
        width: 25px;
        height: 25px;
        display: inline-block;
        position: relative;
        margin-top: 5%;
        cursor: pointer;
    }

    .homec-container .swiper-slide .item .jia .box {
        position: relative;
        width: 25px;
        height: 25px;
        background-color: #005bbb;
        border-radius: 50%;

        z-index: 3;

    }

    .homec-container .swiper-slide .item .jia .box::after {
        content: "+";
        font-size: 22px;
        color: #fff;
        /* font-weight: bold; */
        position: absolute;
        line-height: 1;
        top: 42%;
        left: 48%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .homec-container .swiper-slide .item .jia .box2 {
        content: "";
        width: 50px;
        height: 50px;
        background-color: #005bbb;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;

        transform: translate(-50%, -50%);
        z-index: 2;
        animation: warn 2s ease-out;
        animation-iteration-count: infinite;
    }

    @keyframes warn {
        0% {
            transform: translate(-50%, -50%) scale(0);
            opacity: 0.0;
        }

        50% {
            transform: translate(-50%, -50%) scale(0.5);
            opacity: 0.5;
        }

        100% {
            transform: translate(-50%, -50%) scale(1);
            opacity: 0.0;
        }
    }

    .homec-container .swiper-slide .item .img {
        transition: all 0.5s;
        width: 80%;
        margin: 0 10%;
    }

    .homec-container .swiper-slide .item .shode {
        width: 70%;
        margin: 0 15%;
        transform: translateY(70%);
    }

    .homec-container .swiper-slide .item2 .img {
        width: 60%;
        margin: 0 20%;
        margin-top: 1rem;
    }

    .homec-container .swiper-slide .item2 {
        width: 76.8%;
        margin: 0 10%;
    }

    .hcnext,
    .hprev {
        width: 1.5rem;
        height: 1.5rem;
        position: absolute;
        top: 30%;
        z-index: 3;
        border-radius: 50%;
        background-color: #fff;
    }

    .hcnext {
        right: 0;
    }

    .hprev {
        left: 0;
        transform: rotate(180deg);
    }

    .home-c .news-container .swiper-slide .t3 {
        line-height: 1.5;
    }

    .home-c .news-container .banner-pagination {
        margin-top: 0.75rem;
    }

    .more.more2 {
        margin-top: 0.75rem;
    }

    .home-c {
        padding-bottom: .75rem;
    }

    .pro-a {
        padding: 1.5rem 0.5rem;
    }

    .pro-a .t1 {
        line-height: 1.4;
    }

    .pro-a .t2 {
        width: 100%;
        padding: 0;
    }

    .pro-b .list {
        left: 0;
    }

    .pro-b {
        height: auto;
    }

    .pro-b .list {
        text-align: center;
        display: none;
    }

    .pro-b .list .li {
        margin-right: 0;
        margin: 0 0.5rem;
    }

    .service-a .list .li .con .ls .tit-20 {
        font-size: 14px;
    }

    .service-a .list .li .con .ls .icon .tran-middle {
        width: 50%;
    }

    .news-cont .list a .t3 {
        font-size: 16px;
        height: auto;
        line-height: 1.5;
    }

    .news-cont .list a .t1 {
        font-size: 16px;
        /*height: 60px;
        line-height: 30px;*/
        line-height: 1.6;
        height: auto;
    }

    .home-c .news-container .swiper-slide .t1 {
        font-size: 16px;
    }

    footer .bot .tit-14 a {
        display: block;
        margin-top: 0.5rem;
    }

    .tec-a .list .li .img {
        width: 2.5rem;
    }

    .tec-b .list .li .img {
        width: 2.5rem;
    }

    .tec-b .list .li {
        padding: 1rem .5rem;
        margin-top: .75rem;
    }

    .tec-a .list .li .img .tran-middle {
        width: 50%;
    }

    .tec-b .list .li .img .tran-middle {
        width: 50%;
    }

    .tec-b .list .li .p {
        height: auto;
    }

    .tec-c {
        padding-bottom: 0;
    }

    .priva {
        padding-top: 90px !important;
    }

    .porbmc {
        position: absolute;
        width: 80%;
        top: 50%;
        left: 10%;
        transform: translateY(-50%);
    }

    .porbmc .txt {
        position: absolute;
        top: 0;
        width: 100%;
        text-align: center;
        left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
        border-radius: 50%;
        overflow: hidden;
    }

    .porbmc .txt .mc {
        color: #fff;
    }

    .porbmc .txt .more.more2 {
        color: #ffff;
        margin-top: 0.5rem;
    }

    .porbmc .txt .li {
        padding: 0.5rem 0;
        border-bottom: 1px solid #fff;
        width: 100%;
    }

    .work-a .list .li .tit {
        color: #005BBB;
    }

    .pro-b .listm {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
        padding: 2rem 0;
    }

    .pro-b .listm a {
        display: flex;
        padding:1rem .5rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        justify-content: space-between;
        align-items: center;
        color: #fff;
    }

    .pro-b .listm a .icon {
        width: 1rem;
        height: 1rem;
        position: relative;
    }




















    /* 屏幕分辨率放大为 150 */
    @media (-webkit-min-device-pixel-ratio: 1.5),
    (min-resolution: 120dpi) {
        html {

            zoom: 1;
        }


    }

    /*屏幕分辨率放大为 125 */
    @media (-webkit-min-device-pixel-ratio: 1.25) {
        html {
            zoom: 1;
        }

    }

}

.pc-imgs {
    display: block;
}

.m-imgs {
    display: none;
}

@media (max-width: 996px) {
    .pc-imgs {
        display: none;
    }

    .m-imgs {
        display: block;
    }

    .p-info .txt {
        width: 100%;
        left: 0;
        padding: 0 5%;
        top: 35vw;
    }

    .p-info .navs {
        display: none;
    }

    footer .top .left .ewmlist {
        display: flex;
        justify-content: center;
    }



}

.work-a .list .li {
    position: relative;
}

.work-a .list .li .vid {
    position: absolute;
    left: 0;
    top: -20vw;
}

.homec-container .swiper-slide .item .t {
    color: #005bbb;
}

header .pc-header .nav .li .subtit .lis .bore,
header .pc-header .nav .li .nusb a .bore {
    position: relative;
}

header .pc-header .nav .li .subtit .lis .bore .svgcon,
header .pc-header .nav .li .nusb a .bore .svgcon {
    position: absolute;
    left: 0;
    top: 0;
    width: 53px;
    height: 53px;
}

header .pc-header .nav .li .subtit .lis .bore .svgcon svg path,
header .pc-header .nav .li .nusb a .bore .svgcon svg path {
    fill: none;
    stroke: #444;
    stroke-width: 7px;
    stroke-miterlimit: 10;
}

header .pc-header .nav .li .subtit .lis:hover .bore .svgcon svg path,
header .pc-header .nav .li .nusb a:hover .bore .svgcon svg path {
    stroke: #005bbb;
}

header .pc-header .nav .li .subtit .lis .bore .icon,
header .pc-header .nav .li .nusb a .bore .icon {
    position: relative;
    z-index: 3;
}

header .pc-header .nav .li .nusb a .tit-18 {
    color: #444;
}

header .pc-header .nav .li .nusb a:hover .tit-18 {
    color: #005bbb;
}

.pro-b .list .li .c1 path,
.tec-c .content .list .li .c1 path {
    stroke-width: 0.7px;
}

.his-container {
    position: relative;

}

.his-container .next img,
.his-container .prev img {
    width: 8px;
}

.his-container .swiper-slide:after,
.his-container:after {
    /*content:"";
    position: absolute;
    width: 100%;
    background-color: #d0d0d0;
    height: 1px;
    left: 0;
    top: 0;
    bottom: 0;
    margin:auto;*/
    opacity: 1;
}

@media (max-width: 767px) {

    .more .tit-15 {
        font-size: 14px;
    }

    .pro-a .t1 {
        font-size: 26px;
    }

    .about-b .imgs .swiper-slide .bots .line1,
    .about-b .imgs .swiper-slide .bots .line2,
    .about-b .imgs .swiper-slide .bots .bot {
        display: none;
    }

    .about-b .imgs .swiper-slide .bots {
        width: 100%;
        border-radius: 0;
        background-color: transparent;
        top: 0;
    }

    .about-b .txt .t2 {
        font-size: 16px;
        word-break: break-all;
        text-align: justify;
    }

    .about-b .txt .t1 br {
        display: none;
    }
    .p-info .navs{
        display: block;
        top: 0;
        left: 0;
        font-size: 0;
        transform:translateX(0);
        width: 100%;
    }
    .p-info .navs a {
        display: inline-block;
        width: 50%;
        height: 2.875rem;
        border-radius: 0;
        border: 0;
        position: relative;
        margin-bottom: 0;
        transition: all 0.5s;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .p-info .navs a .box{
        display: none;
    }
    .p-info .navs a .tit-18 {
        position: absolute;
        right: 50%;
        transform: translate(50%, -50%);
        white-space: nowrap;
        top: 50%;
        font-size: .7rem;
    }
    .p-info .navs a.on{
        border-bottom: 3px solid #fff;
    }
    .p-info .txt .text-bold{
        text-align: center;
    }
}

header .pc-header .nav .li .subtit .lis .top .icon img,
header .pc-header .nav .li .nusb a .icon img {
    opacity: 0;
    visibility: hidden;
}

header .pc-header .nav .li .subtit .lis .top {
    display: block;
}

header .pc-header .nav .li .subtit .lis .top .tit-18 {
    color: #444;
}

header .pc-header .nav .li .subtit .lis:hover .top .tit-18 {
    color: #005bbb;
}

.about-b .imgs .swiper-slide .bots .tit {
    text-align: center;
}

@media (max-width: 1451px) {}