@charset "utf-8";
/* *************************共享标题css************************* */

.share {
    margin: 50px 0;
    text-align: center;
}

.share h2 {
    font-size: 30px;
}

.share p {
    margin-top: 40px;
    position: relative;
    font-size: 14px;
    color: #666;
}

.share p::before {
    position: absolute;
    left: calc(50% - 18px);
    top: -20px;
    content: '';
    display: inline-block;
    width: 36px;
    height: 2px;
    background-color: #ccc;
}

/* *************************第一部分 产品中心************************* */

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

.chanpin .list {
    margin-bottom: 10px;
    display: block;
    position: relative;
    overflow: hidden;
}

.chanpin .list img {
    transition: .3s;
}

.chanpin .list:hover img {
    transform: scale(1.05);
}

.chanpin .list div {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    opacity: 0;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 18px;
    background: rgba(4, 78, 162, .8);
    transition: .3s;
}

.chanpin .list:hover div {
    opacity: 1;
}

.chanpin .list div span {
    margin: 10px auto;
    display: inline-block;
    border: 1px solid #fff;
    width: 80px;
    font-size: 12px;
    line-height: 25px;
}

/* *************************第一部分 应用案例************************* */

.anli {
    margin-top: 50px;
    padding: 50px 0;
    /* padding: 20px 0; */
    background-color: #eee;
}

.anli .share {
    margin: 0 auto 50px;
}

.anli .swiper-slide {
    padding-bottom: 50px;
    width: 25%;
}

.anli a div {
    overflow: hidden;
}

.anli a {
    display: block;
    background-color: #fff;
}

.anli a:hover img {
    transform: scale(1.05);
}

.anli .txt {
    padding: 10px;
}

.anli h4 {
    font-size: 16px;
    font-weight: 600;
}

.anli p {
    font-size: 14px;
    color: #666;
}

.anli img {
    transition: .3s;
}

/* *************************第三部分 关于我们************************* */

.guanyu {
    padding: 50px 0;
    background: url(../img/guanyu.jpg)no-repeat center/cover;
    color: #fff;
    text-align: center;
}

.guanyu .share {
    margin: 0;
}

.guanyu .con {
    width: 80%;
}

.guanyu .con h4 {
    margin-bottom: 20px;
}

.guanyu .con p {
    line-height: 30px;
    opacity: .7;
    text-indent: 2em;
}

.guanyu .con a {
    display: inline-block;
    margin-top: 20px;
    padding: 7px 40px;
    font-size: 12px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .5);
}

.guanyu .con a:hover {
    background: #0d59a5;
}

/* *************************第四部分 新闻中心************************* */

.xinwen {
    margin-bottom: 30px;
}

.xinwen .btn_box {
    margin-top: 20px;
    text-align: center;
}

.xinwen .btn_box span {
    margin-right: 10px;
    padding: 0 25px;
    display: inline-block;
    line-height: 40px;
    font-size: 14px;
}

.xinwen .btn_box .on {
    background-color: #014993;
    color: #fff;
}

.xinwen .con_box {
    display: none;
}

.xinwen .con_box.on {
    display: flex;
}

.xinwen .swiper-slide a {
    display: block;
    position: relative;
}

.xinwen .swiper-slide a img {
    max-height: 390px;
    width: 100%;
    object-fit: cover;
}

.xinwen .swiper-slide a p {
    padding: 0 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    color: #fff;
    line-height: 50px;
    background-color: rgba(0, 0, 0, .5);
}

.xinwen ul {
    display: flex;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
}

.xinwen .fl {
    width: 80px;
    text-align: center;
}

.xinwen .fl p {
    font-family: Impact;
    font-size: 25px;
}

.xinwen .fr {
    width: 70%;
    /* margin-bottom: 15px; */
}

.xinwen .fr a {
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
}

.xinwen .fr a:hover {
    text-decoration: underline !important;
}

.xinwen .fr p {
    font-size: 14px;
    color: #999;
}

.xinwen .right {
    width: 50px;
    float: right;
    line-height: 80px;
    text-align: center;
    transition: .3s;
}

.xinwen ul:hover .right {
    transform: translateX(15px);
}

/* *************************内页 关于我们************************* */

.nei-banner {
    position: relative;
}

.nei-banner p {
    position: absolute;
    bottom: calc(50% - 50px);
    left: calc(50% - 150px);
    width: 300px;
    line-height: 100px;
    background-color: rgba(4, 78, 162, .7);
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

/* 面包屑 */

.bread {
    /* text-align: center; */
    font-size: 14px;
    line-height: 45px;
    background-color: #f8f8f8;
}

.bread a {
    color: #272727;
}

/* 二级导航 */

.nav-bar {
    background-color: #f8f8f8;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
}

.nav-bar a {
    display: inline-block;
    padding: 0 20px;
    color: #707070;
}

.nav-bar .on {
    background-color: #0d59a5;
    color: #fff;
}

/* 关于我们 共享标题 */

.about-share {
    padding: 50px 0;
    text-align: center;
}

.about-share span {
    position: relative;
    font-size: 32px;
    color: #333;
}

.about-share span::before,
.about-share span:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 55%;
    width: 60px;
    height: 3px;
    background-color: #ccc;
}

.about-share span::before {
    left: -70%;
}

.about-share span:after {
    right: -70%;
}

.about-share p {
    color: #999;
    text-transform: uppercase;
}

/* about1 公司简介*/

.about1 {
    margin-bottom: 30px;
}

.about1 p {
    margin-bottom: 10px;
    line-height: 27px;
    text-indent: 2em;
}

/* about2  发展历程*/

.about2 {
    padding-bottom: 50px;
    background-color: #f9f9f9;
}

.about2 .box {
    position: relative;
}

.about2 .box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #ddd;
}

.about2 .box .list {
    /* position: relative; */
    align-items: center;
}

.about2 .box .list .dian::before {
    content: '';
    position: absolute;
    top: 0;
    right: calc(50% - 8px);
    z-index: 2;
    width: 15px;
    height: 15px;
    background: #0d59a5;
    border-radius: 50%;
}

.about2 .box .list .dian::after {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    z-index: 1;
    width: 50%;
    height: 1px;
    background: #ddd;
}

.about2 .box .list:nth-child(2n) {
    flex-direction: row-reverse;
    text-align: right;
}

.about2 .box .list:nth-child(2n) .dian::after {
    left: 50%;
}

.about2 .box .list span {
    font-size: 30px;
    color: #0d59a5;
}

/* about3 企业相册 */

.about3 {
    padding-bottom: 50px;
}

.about3 .swiper-slide {
    width: 24.4%;
}

/* 产品中心 wrap */

.pro_list {
    padding-top: 150px;
    /* height: 999px; */
    background: url(../img/probg.jpg)no-repeat center/cover;
}

.pro_list .tit {
    margin-bottom: 50px;
    font-size: 40px;
    color: #fff;
    text-align: center;
}

.pro_list .tit p {
    position: relative;
}

.pro_list .tit p::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 20px);
    width: 40px;
    height: 3px;
    background: #fff;
}

.pro_list .nav_bar a {
    margin-top: 10px;
    display: inline-block;
    width: 19%;
    background-color: #fff;
    line-height: 50px;
    text-align: center;
    transform: .5s;
}

.pro_list .nav_bar .on,
.pro_list .nav_bar a:hover {
    background-color: #0d59a5;
    color: #fff;
}

.pro_list .con {
    margin-top: 50px;
    /* padding: 50px; */
    text-align: center;
}

.pro_list .con>div {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.pro_list .row>div img {
    width: 100%;
    transition: .3s;
}

.pro_list .row>div:hover img {
    transform: scale(1.05);
}

.pro_list .row>div a {
    display: block;
    overflow: hidden;
    line-height: 50px;
}

/* *********新闻列表********* */

.news>.row>div {
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #ddd;
}

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

.news .time div {
    padding: 0 20px;
    text-align: center;
}

.news .time span {
    display: block;
    background-color: #4b4b4b;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
}

.news .time p {
    margin-top: 5px;
    font-size: 26px;
    color: #fff;
    line-height: 45px;
    background-color: #014993;
}

.news .time small {
    margin-top: 5px;
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    background-color: #c2c8cc;
}

.news .tit b {
    font-weight: 400;
}

.news .tit h4 {
    font-size: 16px;
}

.news .tit h4 a:hover {
    color: #014993;
}

.news .tit p {
    font-size: 14px;
    color: #666;
}

/* *********应用案例********* */

.case_tit {
    font-size: 20px;
}

.case_tit i {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Micorsoft YaHei';
}

.case_tit p {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.case_nav {
    margin: 25px auto;
}

.case_nav a {
    padding: 0 25px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    background: #e5e5e5;
    transition: .3s;
}

.case_nav a:hover,
.case_nav .on {
    color: #fff;
    background-color: #0d59a5;
}

.case_list {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #f5f5f5;
    transition: .3s;
}

.case_list:hover {
    background-color: #0d59a5;
}

.case_list a {
    line-height: 30px;
    transition: .3s;
}

.case_list:hover a {
    color: #fff;
}

.case_list img {
    width: 100%;
}

.case_list span {
    font-size: 14px;
    color: #999;
    transition: .3s;
}

.case_list:hover span {
    color: #eee;
}

.pdf {
    padding: 0 15%;
    margin-bottom: 20px;
    width: 100%;
    line-height: 40px;
    text-align: center;
}

.pdf img {
    width: 100%;
    border: 1px solid #eee;
}

/* 研发制造 */

.yanfa .row {
    /* flex-direction: row-reverse; */
    align-items: center;
}

/* 联系我们 */

.lxwm01 {
    padding: 50px;
    text-align: center;
    font-size: 18px;
    color: #666;
}

.lxwm01 .h4 {
    font-size: 30px;
    color: #0d59a5;
    line-height: 40px;
}

.lxwm02 {
    padding: 30px 0;
    background-color: #f7f7f7;
    text-align: center;
    font-size: 18px;
}

.lxwm02 .row>div>div {
    position: relative;
    padding: 5%;
    height: 100%;
    border-right: 1px solid #ddd;
}

.lxwm02 img {
    padding-bottom: 15px;
    width: 30px;
}

/* 产品详情 */

.pro_article .box {
    padding: 30px;
    margin-top: 20px;
    background: #fff;
    color: #272727;
}

.pro_article .top div {
    margin-top: 30px;
}

.pro_article .top:hover img {
    transform: none !important;
}

.pro_article .top span {
    font-size: 15px;
    color: #777;
}

.pro_article .top span:after {
    content: '';
    margin-top: 20px;
    display: block;
    width: 50px;
    height: 3px;
    background-color: #0d59a5;
}

.pro_article .top .miaoshu {
    margin: 0;
    padding: 30px;
    position: absolute;
    left: -20%;
    top: calc(50% - 150px);
    width: 450px;
    height: 300px;
    background-color: rgba(4, 78, 162, .91);
    color: #fff;
    font-size: 14px;
}

.pro_article .top .miaoshu .h2 {
    font-size: 16px;
    font-weight: 600;
}

.pro_article .p_con .long {
    display: inline-block;
    margin-bottom: 15px;
    padding: 10px 35px;
    font-size: 16px;
    background: #014993;
    color: #fff;
    font-weight: 600;
}

/* 案例详情 */

.case_article .top h1 {
    text-align: center;
    padding-top: 20px;
}

.case_article .top p {
    margin-bottom: 15px;
    line-height: 35px;
    border-bottom: 1px solid #ddd;
}

.case_article .top span {
    margin-right: 15px;
    font-size: 12px;
    color: #666;
}

.case_article .top span:last-child {
    float: right;
}

.case_article .con a {
    font-weight: bold;
    border-bottom: 1px dashed;
}

.case_article .con p {
    line-height: 27px;
    margin-bottom: 10px;
}

.case_article .con img {
    max-width: 100%;
}

.page {
    margin-top: 10px;
    border-top: 1px solid #ddd;
    font-size: 14px;
    line-height: 40px;
}

.page a {
    color: #666;
}

.page a:hover {
    color: #0d59a5;
}

.popup {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    z-index: 100;
    width: 100%;
    color: #fff;
    padding: 15px 3vw;
    background-color: #014993;
}
.popup img{
    cursor: pointer;
}
@media(max-width:992px) {
    .popup{
        bottom: 50px;
        font-size: 12px;
    }
    .chanpin .row>div:nth-child(5),
    .chanpin .row>div:nth-child(6) {
        display: none;
    }

    .share {
        margin: 10px 0;
    }

    .share h2 {
        font-size: 18px;
        font-weight: 700;
    }

    .share p {
        margin-top: 20px;
        font-size: 13px;
    }

    .share p::before {
        top: -10px;
    }

    .anli {
        margin-top: 20px;
        padding: 20px 0;
    }

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

    .guanyu {
        padding: 20px 0;
    }

    .guanyu .con {
        width: 100%;
    }

    .guanyu .con h4 {
        font-size: 16px;
    }

    .guanyu .con p {
        font-size: 14px;
        line-height: 24px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .xinwen .btn_box {
        margin-top: 20px;
    }

    .xinwen .btn_box span {
        padding: 0 15px;
        font-size: 12px;
    }

    .xinwen ul {
        padding: 0 15px;
    }

    .xinwen .fl p {
        font-size: 20px;
    }

    .xinwen .fl span {
        font-size: 12px;
    }

    .xinwen .fr a {
        line-height: 25px;
        font-size: 14px;
    }

    .xinwen .fr p {
        font-size: 12px;
    }

    .xinwen {
        margin-bottom: 20px;
    }

    .m_none {
        display: none;
    }

    .anli .share {
        margin: 0 auto 20px;
    }

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

    .nei-banner p {
        bottom: calc(50% - 20px);
        left: calc(50% - 50px);
        width: 100px;
        line-height: 40px;
        font-size: 18px;
    }

    .bread {
        font-size: 12px;
        line-height: 35px;
    }

    .about-share {
        padding: 15px 0;
    }

    .about-share span {
        font-size: 18px;
        font-weight: 600;
    }

    .about-share span::before {
        left: -100%;
    }

    .about-share span:after {
        right: -100%;
    }

    .about-share p {
        font-size: 14px;
    }

    .about2 .box::after,
    .about2 .box .list .dian::before,
    .about2 .box .list .dian::after {
        display: none;
    }

    .about2 .box .list span {
        font-size: 18px;
        font-weight: 600;
    }

    .about2 .box .list p {
        font-size: 14px;
    }

    .about3 {
        padding-bottom: 15px;
    }

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

    .pro_list {
        padding-top: 50px;
    }

    .pro_list .tit {
        font-size: 30px;
    }

    .pro_list .nav_bar a {
        width: 48%;
        font-size: 12px;
        line-height: 40px;
    }

    .pro_article .box {
        padding: 10px;
    }

    .pro_article .top h1 {
        font-size: 17px;
        font-weight: bold;
    }

    .pro_article .top span {
        font-size: 12px;
    }

    .pro_article .top .miaoshu {
        padding: 15px;
        position: static;
        width: 100%;
        height: auto;
    }

    .pro_article .top div {
        margin-top: 10px;
    }

    .pro_article .p_con .long {
        padding: 7px 20px;
        font-size: 14px;
    }

    .case_nav a {
        margin-top: 10px;
        width: 48%;
    }

    .case_nav {
        margin: 10px auto;
    }

    .case_article .top h1 {
        padding-top: 10px;
        font-size: 18px;
        font-weight: bold;
    }

    .news .time div {
        padding: 0;
    }

    .news .time span {
        font-size: 16px;
        line-height: 20px;
        margin-top: 2px;
    }

    .news .time p {
        font-size: 20px;
        line-height: 35px;
        margin-top: 2px;
    }

    .news .time small {
        font-size: 12px;
        margin-top: 2px;
        line-height: 15px;
    }

    .lxwm01 {
        padding: 10px;
    }

    .lxwm01 .h4 {
        font-size: 22px;
        line-height: 30px;
    }

    .lxwm02 .row>div>div {
        border-color: transparent;
    }
}