@charset "utf-8";
/*  共享css  */

/* .cp_menu {
    padding-top: 50px;
    padding-bottom: 50px;
} */

.index_share p {
    padding-left: 25px;
    line-height: 40px;
    border-left: 10px solid #00B1F1;
}

/* 推荐产品 */

.cp_list a p {
    line-height: 45px;
    background-color: #f6f6f6;
}

.cp_list a:hover img {
    transform: scale(1.1);
}

/* 新闻 */

.xinwen {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #F7FBFF;
}

.xinwen .line {
    border-left: 1px solid rgba(0, 0, 0, .1);
}

.xinwen ul li {
    width: 50%;
    font-size: 14px;
}


.xinwen ul li a {
    margin-left: auto;
    display: block;
    line-height: 30px;
    width: 100px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background-color: #00B1F1;
    border-radius: 3px;
    overflow: hidden;
}

.xinwen ol li {
    line-height: 35px;
    border-bottom: 1px dashed #ddd;
}

.xinwen ol li div {
    justify-content: space-between;
}

.xinwen ol li div span {
    text-align: right;
    width: 25%;
}

.xinwen ol li:hover {
    font-weight: bold;
}

/* 内页开始 */

.ny_share span {
    position: relative;
    /* border-bottom: 3px solid #00B1F1; */
}

.ny_share span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 10px;
    background-image: linear-gradient(to bottom, #fff, #00B1F1);
}

/* 产品列表 */

.pro_menu ul {
    justify-content: center;
}

.pro_menu ul li {
    /* margin-right: 15px; */
    position: relative;
    line-height: 58px;
    text-align: center;
    background-color: #e5e5e5;
}

.pro_menu ul li::after {
    content: '';
    display: block;
    position: absolute;
    top: 30%;
    right: 0;
    width: 1px;
    height: 40%;
    background-color: #fff;
}



.pro_menu ul li:last-child::after {
    display: none;
}

.pro_menu ul li a {
    display: block;
    padding-left: 2vw;
    padding-right: 2vw;
}

.pro_menu ul li .on,
.pro_menu ul li a:hover {
    color: #fff;
    background-color: #00B1F1;
}

.pro_list p {
    padding: 10px 5px;
    background-color: #e9ecef;
    font-family: arial;
}

.pro_list .row>div:hover p {
    background-color: #00B1F1;
}

.pro_list .row>div:hover a {
    color: #fff;
}

.pro_list .row>div:hover img {
    transform: scale(1.1);
}

/* 关于我们 */

.about01 img {
    border-radius: 15px;
}

.about01 .text p {
    line-height: 2;
    text-indent: 2em;
}

.about02 {
    background-color: #2FA1E1;
}

.about02 .rounded {
    height: 100%;
}

.about03 p {
    line-height: 40px;
}

/* 新闻列表 */

.news_list .box {
    padding: 10px;
    background-color: #E9ECEF;
}

.news_list .box .other {
    padding: 5px 10px;
    background-color: #498D9C;
}

/* 技术列表 */
.jishu_list {
    max-width: 1200px;
 
}



.jishu_list .text {
    position: relative;
    padding-bottom: 30px;
    margin-left: 1vw;
    padding-left: 1vw;
    /* border-left: 1px solid #ddd; */
}

.jishu_list .text .line {
    width: 40px;
    height: 3px;
    background-color: #00B1F1;
}

.jishu_list ul {
    align-items: center;
    padding-top: 37px;
    padding-bottom: 37px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.jishu_list ul .img {
    width: 25%;
    min-width: 253px;
}

.jishu_list ul .img img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.jishu_list ul .time {
    margin-left: 15px;
    width: 20%;
    font-family: '微软雅黑';
    /* font-family: 'Roboto'; */
}

.jishu_list ul .time p{
    color: #bbb;
}

.jishu_list ul .time span{
    color: #999;
    font-weight: lighter;
}

/* .jishu_list .text::after {
    content: '';
    display: inline-block;
    position: absolute;
    left: -8px;
    top: 4px;
    width: 15px;
    height: 15px;
    background-color: #ddd;
    border-radius: 50%;
} */

/* 联系我们 */

.lxwm .row {
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #eee;
}

.lxwm .box {
    padding: 10%;
}

/* 产品详情 */

.pro_con {
    background-color: #f7f7f7;
}

.pro_con .main,
.pro_con .right_box {
    padding: 1vw;
}

.pro_con .right_box .r_news li {
    line-height: 40px;
    border-bottom: 1px dashed #ddd;
}

/* 新闻详情 */

/* .news_con .other{
    padding: 20px;
    background-color: #eee;
} */

.news_con .other .list {
    border-bottom: 1px dashed #ddd;
    line-height: 45px;
}

.news_con .other .list span {
    float: right;
}

@media(min-width:993px) {
    .pro_menu ul li:first-child {
        border-radius: 10px 0 0 10px;
        overflow: hidden;
    }

    .pro_menu ul li:last-child {
        border-radius: 0 10px 10px 0;
        overflow: hidden;
    }

    .cp_menu a img {
        transition: all .3s;
    }

    .cp_menu a:hover img {
        transform: rotate(360deg);
    }
}

@media(max-width:992px) {
    .news_con .other .list span {
        display: none;
    }

    .friend_links li {
        font-size: 12px;
        margin-right: 0;
    }

    .xinwen {
        padding-top: 20px;
    }

    .xinwen {
        padding-bottom: 20px;
    }

    .lxwm .row {
        margin-top: 20px;
    }

    .lxwm .row {
        margin-bottom: 20px;
    }

    .xinwen ul,
    .pro_menu ul {
        flex-wrap: wrap;
    }

    .xinwen ul li img,
    .jishu_list .text a,
    .news_list .box a,
    .xinwen ul li {
        width: 100%;
    }

    .xinwen ul li img {
        margin-bottom: 20px;
        object-fit: cover;
        height: 150px;
    }

    .pro_menu ul li {
        width: 50%;
        margin-right: 0;
        line-height: 40px;
    }

    .index_share p {
        line-height: 35px;
        border-width: 6px;
    }

    .cp_list a p {
        line-height: 40px;
    }

    .jishu_list .text {
        width: 70%;
        overflow: hidden;
        box-sizing: border-box;
    }

    .jishu_list .time span {
        font-size: 18px;
    }

    .banner .swiper-slide img {
        width: 100%;
        height: 160px;
        object-fit: cover;
    }

    .jishu_list .text a {
        margin-top: 15px;
        font-size: 16px;
    }
    .jishu_list .text p{
        margin-top: 5px !important;
    }

    .jishu_list ul {
        padding-top: 0;
        padding-bottom: 0;
        flex-wrap: wrap;
    }

    .jishu_list ul .img {
        width: 100%;
    }

    .jishu_list ul .img img {
        height: 150px;
        width: 100%;
        object-fit: cover;
    }

    .mb-5,
    .my-5 {
        margin-bottom: 1rem !important;
    }

    .cp_menu .col {
        width: 50%;
    }
    .jishu_list ul .time{width: 26%;margin-left: 0;}
    .xinwen ol li div span{width: 50%;}
    .xinwen ul li a{margin-top: 10px;}
    .r_pro a p{line-height: 45px;}
}