@charset "UTF-8";

.swiper-button-prev,
.swiper-button-next {
    color: #fff;
}

.color_zhu {
    color: #bf0000 !important;
}

.share span {
    display: inline-block;
    width: 40px;
    line-height: 40px;
    background-color: #eee;
    border: 1px solid #999;
}

.share small::before,
.share small::after {
    content: '';
    margin-left: 30px;
    margin-right: 30px;
    display: inline-block;
    width: 80px;
    height: 1px;
    background-color: #999;
    vertical-align: middle;
}

.guanyu,
.chanpin,
.anli,
.xinwen,
.zizhi {
    padding-top: 50px;
    padding-bottom: 50px;
}

/*  */
.article .tit {
    margin-top: 50px;
    margin-bottom: 50px;
}

.article .ico {
    margin-bottom: 50px;
}

.article .ico i {
    color: #1296DB;
    font-size: 80px;
}

.article .ico p {
    font-size: 17px;
    font-weight: bold;
}

.article .img {
    margin-bottom: 50px;
    margin-top: 50px;

}

.article .img img {
    max-width: 900px;
}

/* more */
.more {
    margin-left: auto;
    display: block;
    width: 150px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    background-color: #1D55A0;
    background-color: #0028AA;
    background-color: #9ac3e8;
    border-radius: 30px;
    font-size: 14px;
    transition: all .36s;
    border: 1px solid transparent;
}

.more:hover {
    color: #9ac3e8;
    background-color: #fff;
    border: 1px solid #9ac3e8;
}

/*  */
.banner {
    position: relative;
}

.banner .txt {
    position: absolute;
    left: 0;
    bottom: 30%;
    width: 100%;
    color: #fff;
}


/* 公司简介 */
.guanyu .txt .tit {
    padding-bottom: 3px;
    border-bottom: 2px solid #ddd;
}


/* 产品展示 */
.chanpin {
    background-color: #f7f7f7;
}

.chanpin .box_l {
    width: 20%;
}

.chanpin .box_l .tit {
    line-height: 60px;
    color: #333 !important;
    background-color: #9ac3e8;
}

.chanpin .box_l .u1>li {
    padding-left: 5px;
    position: relative;
    line-height: 45px;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
}

.chanpin .box_l .u1>li>a {
    width: 70%;
}

.chanpin .box_l .u1>li>span {
    width: 30%;
    text-align: center;
    cursor: pointer;
    font-weight: bolder;
    font-size: 24px;
    font-family: 'Roboto';
    color: #9ac3e8;
    transition: all .36s;
}

.chanpin .box_l .u2 {
    width: 100%;
    /* height: 0px; */
    font-size: 14px;
    overflow: hidden;
    transition: all .36s;
    /* display: none; */
}

.chanpin .box_l .u2 a {
    display: inline-block;
    line-height: 40px;
}

.chanpin .box_l .u2 li {
    position: relative;
    padding-left: 20px;
    line-height: 40px;
    /* border-bottom: 1px solid #ddd; */
}

.chanpin .box_l .u2 li::before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #999;
    vertical-align: 2px;
    border-radius: 50%;
}

.chanpin .box_l .u1>li>span.on {
    transform: rotate(45deg);
}

.chanpin .box_r {
    width: 80%;
}

/* 
.chanpin ul {
    justify-content: center;
}

.chanpin ul li {
    margin-left: 15px;
    width: 15%;
    border: 1px solid #ddd;
    line-height: 45px;
}

.chanpin ul li a {
    display: block;
    transition: all .36s;
}

.chanpin ul li .on {
    color: #fff;
    background-color: #048ABF;
} */

.chanpin .list>a {
    display: block;
    background-color: #fff;
    overflow: hidden;

}

.chanpin .list>a img {
    width: 100%;
    height: 260px;
    transition: all .36s;
    object-fit: cover;
}

.chanpin .list>a:hover img {
    transform: scale(1.1);
}

.chanpin .list p {
    line-height: 45px;
    background-color: #ddd;
}

.chanpin .list p a {
    color: #333 !important;
}

/* .index-pro-con {
    display: none;
}

.index-pro-con.on {
    display: flex;
} */

/* 应用案例 */
.anli .row {
    /* width: 100%;
    height: 100%; */
    box-shadow: 0 0 14px 1px rgb(234 234 234 / 75%)
}

.anli .bg-box li {
    display: flex;
    align-items: end;
    width: 100%;
    height: 500px;
    border-right: 1px solid rgba(255, 255, 255, .3);
    /* background-color: rgb(0 0 0/.6); */
}

.anli .bg-box li div {
    width: 100%;
}

.anli .bg-box li p {
    line-height: 50px;
    background-color: rgba(0, 0, 0, .5);
}

.anli .bg-box li span {
    display: none;
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    transition: all .36s;
}


.anli .bg-box li span:after,
.anli .bg-box li span::before {
    content: '';
    display: block;
    position: absolute;
    top: calc(-50%);
    left: calc(-50%);
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
}

.anli .bg-box li span::before {
    top: calc(-100%);
    left: calc(-100%);
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-color: rgba(255, 255, 255, .1);
}

.anli .bg-box li:hover span {
    transform: scale(2);
}

.anli .bg-box li:hover span:after,
.anli .bg-box li:hover span::before {
    animation: suofang 1s linear infinite;
}

@keyframes suofang {
    0% {
        transform: scale(.9);
    }

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

.anli .bg-box .img-box,
.anli .bg-box .img-box div {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}

.anli .bg-box .img-box div {
    opacity: 0;
    transition: all .36s;
}

.anli .bg-box .img-box div.on {
    opacity: 1;
}

.anli .bg-box .img-box div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.anli .sm-box {
    display: none !important;
    align-items: center;
    height: 100%;
}

.anli .sm-box.on {
    display: flex !important;
}

.anli .sm-box div {
    width: 100%;
}

/* 新闻中心 */
.xinwen {
    background-color: #f7f7f7;
}

.xinwen .swiper-slide {
    width: 33%;
}

@media(min-width:993px) {
    .xinwen .swiper-slide img {
        height: 260px;
        width: 100%;
        object-fit: cover;
    }
}

.xinwen .text {
    padding: 20px 30px;
    background-color: #fff;
}


/* 资质认证 */
.zizhi .list {
    width: 20%;
}

.zizhi .more,
.xinwen .more {
    margin: 30px auto 0;
}


/* 内页开始 */
.datu {
    position: relative;
}

.datu::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
}

.datu .box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.datu .d-flex {
    color: #fff;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.datu .p {
    margin-bottom: 10vh;
}

.datu .crumbs {
    line-height: 45px;
}

.datu a {
    color: #fff;
}

.datu a:hover {
    font-weight: bold;
}

/* 二级栏目 */
.ny_menu {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 45px;
    background-color: #f7f7f7;
}

.ny_menu li {
    padding-left: 35px;
    padding-right: 20px;
    position: relative;
    margin-right: 1.5vw;
    width: auto;
    min-width: 150px;
    text-align: center;
    background-color: #9ac3e8;
    border-radius: 30px;
}

.ny_menu li a {
    color: #fff;
}

.ny_menu li::before {
    position: absolute;
    left: 20px;
    top: calc(50% - 3.5px);
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #f7f7f7;
    border-radius: 50%;
}

/* 新闻列表 */
.news .list::after,
.news .list::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    transition: all .36s;
}

.news .list::before {
    width: 0%;
    z-index: 2;
    background-color: #9ac3e8;
}

.news .list:hover::before {
    width: 100%;
}

.news .list:hover {
    box-shadow: 0 5px 47px 4px rgb(214 211 211 / 75%);
}

.news .list .text {
    padding: 1vw;
}

.news .list a img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.news .list:hover a img {
    transform: scale(1.1);
}

/* 新闻详情 */
.con_pro .top li {
    padding: 2vw;
    width: 50%;
}

.con_pro .top li p a {
    margin-left: 0;
    vertical-align: middle;
    line-height: 50px;
}


.con_pro .con_a .p {
    max-width: 150px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #9ac3e8;
}


.page {
    border-top: none;
}

.hot_news li a {
    position: relative;
    padding-left: 5px;
    line-height: 45px;
    border-bottom: 1px solid #ddd;

}

.hot_news li a:hover {
    color: #9ac3e8 !important;
}

.hot_news li a::before {
    content: '';
    margin-right: 5px;
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #999;
    vertical-align: 2px;
}

/* 技术园地 */
.list_jishu li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    align-items: center;
}

.list_jishu li .img {
    width: 35%;
}

.list_jishu li .img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.list_jishu li .img:hover img {
    transform: scale(1.1);
}

.list_jishu li .text {
    width: 100%;
    padding-left: 3vw;
}

.list_jishu li .time {
    width: 20%;
    text-align: center;
    font-weight: lighter;
}

.list_jishu li .time p {
    font-size: 32px;
}

.list_jishu li .time span {
    font-size: 22px;
}

/* 公司文化 */
.wenhua ul {
    padding: 5vw;
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(../img/wenhua-bg.jpg)no-repeat center/cover;
}

.wenhua ul li {
    padding: 20px;
    width: 100%;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.wenhua ul li:last-child {
    border: none;
}

.wenhua .swiper-slide {
    width: 25%;
}

.friend_links tr {
    display: inline-block;
    padding-right: 15px;
}

/* HACK */
.l-fangan .box {
    padding: 40px 30px;
    height: 100%;
    border-radius: 5px;
    line-height: 1.5;
    background-color: #d6e6f4;
    transition: all .5s;
}

.l-fangan .box:hover {
    box-shadow:
        2.8px 2.8px 2.2px rgba(0, 0, 0, 0.02),
        6.7px 6.7px 5.3px rgba(0, 0, 0, 0.028),
        12.5px 12.5px 10px rgba(0, 0, 0, 0.035),
        22.3px 22.3px 17.9px rgba(0, 0, 0, 0.042),
        41.8px 41.8px 33.4px rgba(0, 0, 0, 0.05),
        100px 100px 80px rgba(0, 0, 0, 0.07);

}

/* 核心 */
.l-hexin .box {
    overflow: hidden;
}

/* .l-hexin .box img {
    transition: all .45s;
}

.l-hexin .box:hover img {
    transform: scale(1.1);
} */

.l-hexin .box p {
    font-size: 17px;
    line-height: 50px;
    background-color: #D6E6F4;
}

.l-hexin .box img {
    height: 280px;
    width: 100%;
    object-fit: cover;
}

.l-fangan .box i {
    display: block;
    width: 80%;
    /* padding: 30px 0; */
    margin: 0 auto;
    font-size: 60px;
    /* background-color: #fff; */
    color: #1296DB;
    border-radius: 5px;
}

.l-fangan .box p {
    margin-top: 30px;
    margin-bottom: 15px;
}

.l-fangan .box span {
    color: rgba(0, 0, 0, .6) !important;
}

@media(min-width:993px) {
    .chanpin .list:hover p {
        background-color: #9ac3e8;
    }

    .chanpin .list:hover p a {
        color: #fff;
    }
}

@media(max-width:992px) {

    .guanyu,
    .chanpin,
    .anli,
    .xinwen,
    .zizhi {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .share small::before,
    .share small::after {
        width: 50px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .chanpin .box_l,
    .chanpin .box_r,
    .xinwen .swiper-slide,
    .zizhi .list,
    .list_jishu li .img {
        width: 100%;
    }

    .zizhi .list {
        display: none;
    }

    .zizhi .row .list:nth-child(1) {
        display: block;
    }

    .anli .bg-box li {
        height: 260px;
    }

    .chanpin .list>a img {
        height: 150px;
    }

    .chanpin .row .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .chanpin .row .row>div {
        padding-left: 5px;
        padding-right: 5px;
    }

    .ny_menu ul {
        flex-wrap: wrap;
    }

    .ny_menu li {
        margin-bottom: 5px;
        min-width: auto;
    }


    .list_jishu li {
        flex-wrap: wrap;
    }

    .guanyu .text_x {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
    }

    .guanyu .f18 {
        font-size: 20px;
        margin-top: 10px;
        display: inline-block;
    }

    .banner .swiper-slide {
        height: 160px;
    }

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

    .list_jishu li .text {
        width: 80%;
    }

    .list_jishu li .time p {
        font-size: 25px;
    }

    .list_jishu li .time span {
        font-size: 18px;
    }
}