@charset "UTF-8";

/* 头部 */
.head .logo img {
    margin-top: -30px;
}



.head .top {
    overflow: hidden;
    height: 46px;
    line-height: 46px;
    border-top: 8px solid #7B88A0;
    /* background: url(../img/topbg.png)no-repeat; */
}

.head .top p {
    margin-right: 10vw;
    margin-top: -10px;
}

.head .top>div {
    position: relative;
}

.head .top>div::after {
    content: '';
    display: block;
    position: absolute;
    left: 70%;
    z-index: -1;
    height: 95%;
    width: 50%;
    top: 0;
    background-color: #7b88a0;
    transform: skewX(54deg);
}

/* .head .top p {
    margin-top: -10px;
    margin-left: -20vw;
} */

.head .u1 {
    line-height: 77px;
}

.head .u1>li {
    position: relative;
    width: 100%;
    text-align: center;
}

.head .u1>li>a {
    position: relative;
    color: #666;
    /* font-weight: bold; */
}


.head .u1>li>a i {
    display: block;
    content:
        "";
    width: 0;
    height: 2px;
    background: #0B6FAC;
    bottom: 0;
    left: 0;
    transition: all 500ms ease;
    -webkit-mask-image: linear-gradient(-75deg, rgba(10, 133, 126, 0.24) 50%, #0B6FAC 50%, rgba(0, 0, 0, 1) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}

@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }

    to {
        -webkit-mask-position: -50%;
    }
}

.head .u1>li>a:hover i,
.head .u1>li>a.on i {
    width: 100%;
}

.head .u1>li>a:hover,
.head .u1>li>a.on {
    color: #2b4c91;
    font-weight: bold;
}



.head a {
    display: block;
}

.head .u2 {
    position: absolute;
    left: 0;
    z-index: 2;
    line-height: 45px;
    width: 100%;
    display: none;
    font-size: 15px;
    background-color: rgba(17, 119, 221, 0.9);
}

.head .u2 a {
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.head .u2 a:hover {
    background-color: #0B6FAC;
    color: #fff;
}

.head .tel {
    border-left: 1px solid #ddd;
}

.head .tel p:nth-child(1) {
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background-color: #2b4c91;
    border-radius: 10px;
    text-align: center;
    line-height: 20px;
}

/* 轮播图 */

.banner .swiper-slide {
    height: auto;
}

.banner .box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 3rem;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 50px;
    padding-bottom: 50px;
    /* background-color: #0B6FAC; */
    height: 100%;
}




.banner .box li span {
    display: inline-block;
    padding: 5px 10px;
    color: #0082d5;
    line-height: 1;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, .9);
}

.banner .swiper-button-prev::after,
.banner .swiper-button-next::after {
    display: none;
}

.banner .swiper-button-prev {
    position: absolute;
    left: 20px;
    top: 55%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    z-index: 999;
    background: url(../img/banner_arrow.png);
}

.banner .swiper-button-next {
    position: absolute;
    right: 20px;
    top: 55%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    z-index: 999;
    outline: none;
    background: url(../img/banner_arrow.png) 70px 70px;
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .swiper-slide>img {
    animation: daxiao linear 8s infinite alternate;
}

@keyframes daxiao {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

/* 产品 */
.chanpin .box {
    padding: 35px;
    border-radius: 10px;
    box-shadow: 6px 6px 10px rgb(0 0 0 / 10%);
}

.chanpin .box ul {
    padding-bottom: 50px;
}

.chanpin .box li::before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #0B6FAC;
    border-radius: 100%;
    position: relative;
    top: 5px;
    margin-right: 0.3em;
}

.chanpin .box ul::after {
    display: block;
    content: "";
    border: 43px solid transparent;
    border-top: 28px solid #0B6FAC;
    position: absolute;
    bottom: -36px;
    left: 50%;
    margin-left: -43px;
}

.chanpin .box a {
    display: block;
    padding: 0.5em 40px 0.5em 10px;
    margin-top: 0.8em;
    border-radius: 10px;
    background-color: #767676;
    color: #FFF;
    position: relative;
    text-align: center;
}

.chanpin .box a:hover {
    background-color: #999;
}

.chanpin .box a::after {
    display: inline-block;
    content: "";
    width: 25px;
    height: 25px;
    background: url(../img/btn_arr02.png) 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    margin-top: -12.5px;
    margin-left: 0.3em;
}


/* HACK 关于我们  */

/* .guanyu {
    background: url(../img/bg-02.jpg)no-repeat center / cover;
} */

.guanyu h4::after {
    content: '';
    display: block;
    margin: 20px 0;
    width: 50px;
    height: 3px;
    background-color: #0B6FAC;
}

.guanyu .more {
    margin-top: 50px;
    display: block;
    font-size: 14px;
    width: 120px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    background-color: #0082d5;
    box-shadow: 0 0 5px #0082d5;
}

/* 优势 */
/* .youshi {
    background: url(../img/ys-bg.jpg);
} */

.youshi .box {
    width: 16%;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #ddd;
    transition: all .5s;
}

.youshi .box .list {
    height: 230px;
    overflow: hidden;
}

.youshi .box img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    transition: all .5s;
}

.youshi .box.on {
    width: 52% !important
}

.youshi .box.on h5 {
    font-weight: bold;
}

.youshi .box span {
    margin-bottom: 30px;
    display: inline-block;
    font-size: 14px;
    color: #999;
}

.youshi .box.on span {
    font-size: 18px;
    color: #333;
}

.youshi .box p {
    display: none;
    font-size: 14px;
    margin-bottom: 5px;
    color: #777;
}

.youshi .box.on p {
    display: -webkit-box;
}

.youshi .plus {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #999;
}

.youshi .plus::after,
.youshi .plus::before {
    content: '';
    position: absolute;
    background-color: #999;
    overflow: hidden;
}

.youshi .plus::after {
    top: calc(50% - 1px);
    left: 15%;
    width: 70%;
    height: 2px;
}

.youshi .plus::before {
    width: 2px;
    height: 70%;
    left: calc(50% - 1px);
    top: 15%;
}

.youshi .box.on .plus {
    background-color: #0B6FAC;
    border-color: transparent;
}

.youshi .box.on .plus::after {
    background-color: #fff;
}

.youshi .box.on .plus::before {
    opacity: 0;
}

.youshi .row .tit {
    padding: 50px 0;
    padding-left: 23px;
    background: url(../img/ys-ico.gif)no-repeat left center;
}

.youshi .row img {
    border-radius: 20px;
}

/* 案例 */
.anli {
    background: url(../img/an-bg.jpg)no-repeat center / cover;
}

.anli .share span::before {
    border-color: #fff;
}

.anli .swiper-slide {
    width: 32%;
}

/* .anli a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.anli a p {
    margin-bottom: 0;
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
    z-index: 2;
    color: #fff;
    line-height: 50px;
    background-color: rgba(0, 0, 0, .6);
}

.anli .swiper-button-prev,
.anli .swiper-button-next {
    width: 40px;
    height: 80px;
    background: url(../img/al.png)no-repeat;
}

.anli .swiper-button-next {
    background: url(../img/al.png)no-repeat -67px;
}

.anli .swiper-button-prev::after,
.anli .swiper-button-next::after {
    display: none;
}

.anli .swiper-slide .img {
    border: 10px solid #fff;
}

/* 新闻 */
.xinwen {
    background: url(../img/ys-bg.jpg)no-repeat center / cover;
}

.xinwen .l_l a div {
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, .7);
}

.xinwen .l_l a img {
    width: 100%;
    height: 381px;
    object-fit: cover;
}

.xinwen .l_l a span {
    display: block;
    text-align: right;
}

.xinwen .l_l .aniu {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 50px;
}


.xinwen .l_l .aniu div::after {
    font-size: 20px;
}

.xinwen .l_l {
    padding-right: 20px;
}

.xinwen .l_r a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 3px;
    height: 0%;
    transition: all .5s;
    background-color: #2172e0;
}

.xinwen .l_r a:hover::after {
    height: 100%;
}

.xinwen .l_r a:hover,
.xinwen .l_r a:hover .color_666 {
    color: #006699;
}

.xinwen .l_r a:hover {
    background-color: #F3F8FF;
}

.xinwen .l_r a:hover i {
    transform: translateX(30px);
}

/* .xinwen img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.xinwen .list a {
    color: #666;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ddd;
}

.xinwen .list a:hover {
    color: #0082d5;
}

.xinwen a p {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 50px;
    color: #fff;
    background-color: #0082d5;
} */

/* 合作 */
.hezuo .swiper-slide {
    width: 18%;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
}

.hezuo .swiper-button-prev,
.hezuo .swiper-button-next {
    color: #0082d5;
}

.hezuo img {
    transition: all .5s ease-in-out;
}

.hezuo img:hover {
    transform: rotateY(180deg);
}

.hezuo .l_box ul {
    position: relative;
    width: 10000%;
}

.hezuo .l_box li {
    margin-right: 10px;
    border: 1px solid #eee;
    border-radius: 3px;
    float: left;
    width: 230px;
}

/* 底 */
.foot {
    color: rgba(255, 255, 255, .6);
    background-color: #2E3239;
}

.foot .banquan {
    /* border-top: 1px solid rgba(255, 255, 255, .1); */
    background-color: #24272C;
}

.foot .banquan a {
    color: rgba(255, 255, 255, .6);
}

.foot .row div img {
    width: 120px;
}




/* ******内页******* */
.nybg .box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.nybg .tit::after {
    content: '';
    margin-top: 20px;
    display: block;
    width: 50px;
    height: 4px;
    background-color: #fff;
}

.nybg .crumbs {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.nybg .crumbs a {
    color: #fff;
}

.nybg .crumbs div {
    line-height: 50px;
}

.daxiao {
    animation: dx 5s linear infinite alternate;
}

@keyframes dx {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}


/* 联系我们 */
.lxwm .box {
    padding: 2vw;
    height: 100%;
    background-color: #F4F9FE;
}

/* 关于我们 */
.menu {
    padding-top: 20px;
    padding-bottom: 20px;
}

.menu a {
    color: #666;
    padding-right: 2vw;

}

/* 产品中心 */
.prolist .l {
    width: 20%;
}

.prolist .r,
.prolist .news-r {
    width: 80%;
}

.prolist .news-r .row a {
    line-height: 70px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.prolist .news-r .row a:hover {
    color: #0082d5;
}

.prolist .tit {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #0082d5;
    border-radius: 3px 3px 0 0;
}

.prolist .p-nav a {
    padding-left: 20px;
    padding-right: 20px;
    color: #666;
    line-height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    background-color: #EBF2F7;
}

.prolist .r .box p {
    line-height: 50px;
    /* background-color: #ddd; */
    text-align: center;
    border: 1px solid #ddd;
}


/* 产品详情 */
.show_pro .show_tit {}

.show_pro .show_tit a span {
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #0082d5;
    background-color: #0082d5;
}

.show_btn {
    display: inline-block;
    padding-left: 2vw;
    padding-right: 2vw;
    line-height: 45px;
    color: #fff;
    background-color: #0082d5;
}

.show_line {
    margin-bottom: 20px;
    height: 1px;
    background-color: #ddd;
}


/* ****共用段****** */
body {
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none;
}



.bg_01 {
    background-color: #D0D4D5;
}

.bg_02 {
    background-color: #E0E4E5;
}

.bg_03 {
    background-color: #F0F4F5
}

.color_zhu {
    color: #0B6FAC;
}

.color_fu {
    color: rgba(32, 36, 37, 0.50)
}

.more .iconfont {
    vertical-align: middle;
}

/* swiper */
.swiper-pagination>span {
    width: 30px;
    height: 3px;
    border-radius: 0;
}

/* share */
.share {
    overflow: hidden;
}

.share span {
    position: relative;
    padding-left: 2vw;
    padding-right: 2vw;
}

.share span::before,
.share span::after {
    content: " ";
    position: absolute;
    top: 50%;
    pointer-events: none;
}

.share span::before {
    z-index: 0;
    margin-top: -2px;
    height: 4px;
    left: -20px;
    right: -20px;
    border-left: #2b4c91 solid 20px;
    border-right: #2b4c91 solid 20px;

}

.share span::after {
    z-index: 0;
    margin-top: 1px;
    height: 1px;
    left: -640px;
    right: -640px;
    border-left: #eaeaea solid 640px;
    border-right: #eaeaea solid 640px;
}

.con_p {
    overflow: hidden;
}

.con_p table {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
    line-height: 35px;
    overflow: auto !important;
}

.con_p table body {
    overflow: auto !important;
    width: 100% !important;
}

.con_p table tr {
    padding: 0 !important;
    width: auto !important;
}

.con_p table td {
    padding: 0 !important;
    border: 1px solid #eee;
}

.con_p table p {
    margin-bottom: 0 !important;
}

.con_p h2 {
    padding-left: 20px;
}

/* @media (min-width:1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1520px
    }
} */


@media(max-width:1400px) {
    .f18 {
        font-size: 15px;
    }

    .chanpin .box ul {
        max-height: 220px;
        overflow-y: auto;
    }
}

@media(min-width:993px) {
    .head .u1>li:hover .u2 {
        display: block;
    }
}

@media(max-width:992px) {

    .chanpin .box ul {
        max-height: 100%;
        height: auto;
        overflow-y: hidden;
    }

    .m-none,
    .prolist .l .p-nav+div {
        display: none;
    }

    .pc-none {
        display: block;
    }

    .head .logo img {
        margin-top: 0;
    }

    .prolist .l,
    .prolist .r {
        width: 100%;
    }

    .anli .swiper-slide {
        width: 80%;
    }

    .head .u1 {
        padding-top: 30px;
        position: fixed;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
        display: block !important;
        background-color: #0082d5;
        transition: all .5s;
    }

    .head .u1>li {
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    .head .u1>li a {
        color: #fff !important;
    }

    .head .u1.on {
        left: 0%;
    }

    .head .u1 li {}

    .chanpin .box {
        margin-bottom: 20px;
        padding: 2vw;
    }

    .youshi .row .tit {
        padding: 0;
        padding-left: 0;
        background: none;
    }

    .youshi .row .tit span:nth-child(1) {
        color: #333 !important;
    }

    .xinwen img {
        height: 230px;
    }

    .hezuo .swiper-slide {
        width: 50%;
    }

    .xinwen .list a {
        margin-bottom: 0;
        padding-bottom: 0;
        margin-top: 10px;
        padding-top: 10px;
    }

    .daxiao {
        height: 180px;
    }

    .nybg .tit::after {
        margin-top: 10px;
    }

    .nybg .f30 {
        font-size: 16px;
    }

    .news .img-260 {
        height: 140px;
    }

    .news .txt {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .news .img {
        width: 30%;
    }

    .news .txt p:nth-child(1) {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .news .txt p:nth-child(2) {
        font-size: 14px;
    }

    .news a {
        margin-bottom: 10px;
    }

    .menu {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .banner .wow img {
        width: 100%;
    }

    .banner .swiper-slide>img {
        height: 180px;
        width: 100%;
        object-fit: cover;
    }

    .xinwen .l_l a img {
        height: 220px;
    }

    .xinwen .l_l a div {
        padding: 10px;
    }

    .xinwen .l_l,
    .xinwen .l_r {
        font-size: 14px;
    }

    .xinwen .l_l .f22,
    .xinwen .l_r .f22 {
        font-size: 16px;
    }

    .pagination {
        flex-wrap: wrap;
    }

}