﻿@charset "utf-8";


.logo-row img {
    height: 60px;
}

.brand-logo {
    width: 100px;
    display: inline-block;
}

.recommend-text {
    font-size: 17px;
    color: #fff;
}

.recommend-company {
    color: #ff4200;
    font-weight: 700;
    font-size: 17px;
}

nav {
    width: 972px;
}

    nav a {
        line-height: 80px;
        padding: 0 20px;
    }

        nav a:hover, nav a.on {
            background-color: #2f68af;
            color: #fff
        }

.title1 {
    padding-top: 100px;
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: 8px;
}

.title4 {
    line-height: 28px;
}

    .title4:before {
        content: " ";
        display: block;
        position: absolute;
        width: 2px;
        height: 22px;
        background-color: #2f68af;
        left: 10px;
        top: 3px;
    }

.Subtitle-title {
    letter-spacing: 6px;
    color: #cccccc;
    line-height: 1.1;
}

    .Subtitle-title:after {
        width: 46px;
        height: 3px;
        background-color: #2f68af;
        content: "";
        position: absolute;
        bottom: 0;
        left: calc(50% - 23px);
    }

.header-row .hot-phone a:hover {
    color: #fff;
}

.sm-show {
    display: none;
}

.tel-btn a {
    background: #e60000;
    width: 150px;
    height: 40px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
}

.brand-logo {
    width: 100px;
    display: inline-block;
}

.recommend-text {
    font-size: 17px;
    color: #fff;
}

.recommend-company {
    color: #ff4200;
    font-weight: 700;
    font-size: 17px;
}
/* 侧边留言 */
.pc-toolbar {
    position: fixed;
    right: 5px;
    bottom: 50px;
    z-index: 200;
    border-radius: 5px;
    width: 112px;
    padding: 3px;
}

    .pc-toolbar .list .item {
        position: relative;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
        display: block;
    }

        .pc-toolbar .list .item i {
            color: #fff;
            font-size: 32px;
        }

        .pc-toolbar .list .item > a {
            display: inline-block;
        }

            .pc-toolbar .list .item > a + a {
                margin-top: 15px;
            }

        .pc-toolbar .list .item:first-child {
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        }

        .pc-toolbar .list .item:not(:nth-child(3)) {
            margin-left: 18px;
            margin-right: 18px;
            cursor: pointer;
            position: relative;
        }

            .pc-toolbar .list .item:not(:nth-child(3)) > p {
                color: #fff;
            }

        .pc-toolbar .list .item:nth-child(3) {
            background-color: #fff;
        }

.themeBgColor {
    background-color: #2f68af;
}

/* 留言弹框 */
.pc-toolbar__pop {
    display: none;
    width: 100%;
    max-width: 475px;
    min-height: 370px;
    max-height: 750px;
    height: 370px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 25px;
    z-index: 999;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 3px 18px rgb(100 0 0 / 50%);
}

    .pc-toolbar__pop .pop-top {
        height: 45px;
        width: 100%;
        border-bottom: 1px #E5E5E5 solid;
    }

        .pc-toolbar__pop .pop-top h2 {
            float: left;
            display: block;
            font-size: 18px;
            font-weight: 600;
            margin-top: 17px;
        }

        .pc-toolbar__pop .pop-top span {
            float: right;
            cursor: pointer;
            font-weight: bold;
            display: block;
        }

    .pc-toolbar__pop .form-group {
        margin-top: 15px;
    }

        .pc-toolbar__pop .form-group label {
            display: inline-block;
            max-width: 100%;
            margin-top: 5px;
            margin-bottom: 5px;
            font-weight: 700;
        }

        .pc-toolbar__pop .form-group input[type="text"] {
            height: 48px;
            padding-left: 10px;
            padding-right: 10px;
            border: 1px solid #0c5e76;
            border-radius: 5px;
            width: 100%;
            outline: 0;
        }

        .pc-toolbar__pop .form-group textarea {
            padding: 10px;
            resize: none;
            border: 1px solid #0c5e76;
            border-radius: 5px;
            width: 100%;
        }

    .pc-toolbar__pop .form-btn {
        margin-top: 15px;
    }

        .pc-toolbar__pop .form-btn .btn-call {
            border: none;
            width: 100%;
            height: 45px;
            background: #0c5e76;
            color: #fff;
            border-radius: 5px;
            cursor: pointer;
        }


/*首页产品*/
.index-pro-list li {
    width: calc((100% - 120px) / 3);
}

    .index-pro-list li:nth-of-type(3n+2) {
        margin-left: 60px;
        margin-right: 60px;
    }

    .index-pro-list li div {
        width: 360px;
        height: 270px;
        border: 1px solid #1d2a60;
    }

        .index-pro-list li div img {
            max-width: 358px;
            max-height: 268px;
        }
/*首页关于我们*/
.index-company-row {
    background-image: url("../images/index_company_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.index-company-box {
    line-height: 28px;
}
/*首页新闻*/
.index-news-list li {
    width: calc((100% - 120px) / 3);
}

    .index-news-list li:nth-of-type(3n+2) {
        margin-left: 60px;
        margin-right: 60px;
    }

    .index-news-list li .i-news-img {
        width: 360px;
        height: 202px;
        border: 1px solid #1d2a60;
    }

        .index-news-list li .i-news-img img {
            max-width: 358px;
            max-height: 200px;
        }

    .index-news-list li .i-news-infos {
        line-height: 22px;
        height: 40px;
        overflow: hidden;
    }
/*首页联系*/
.index-contact-row {
    background-image: url("../images/index_company_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

    .index-contact-row .i-contact-title:after {
        width: 110px;
        height: 3px;
        background-color: #2f68af;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0
    }

/*左边分类*/
.main-sort {
    width: 230px;
}

    .main-sort .main-sort-title {
        height: 80px
    }

        .main-sort .main-sort-title:after {
            width: 60px;
            height: 40px;
            background-color: #47bfe5;
            content: "";
            position: absolute;
            display: block;
            left: -6px;
            top: -6px;
            z-index: -1;
        }

        .main-sort .main-sort-title p {
            letter-spacing: 6px;
        }

    .main-sort ul {
        border-width: 0 1px 1px 1px;
        border-style: solid;
        border-color: #d9d9d9;
    }

        .main-sort ul li {
            line-height: 55px
        }

            .main-sort ul li a:after {
                content: "";
                background-image: linear-gradient(-90deg,#ffffff 0%,#d9d9d9 50%,#ffffff 100%),linear-gradient( #ffffff, #d9d9d9);
                background-blend-mode: normal,normal;
                height: 1px;
                position: absolute;
                bottom: 0;
                display: block;
                left: 0;
                right: 0
            }

            .main-sort ul li:last-child a:after {
                display: none;
            }

            .main-sort ul li a:hover {
                color: #095f8a;
            }


/*右边列表*/
.prod-list-box {
    width: 930px;
}

    .prod-list-box li {
        width: calc((100% - 90px) / 3);
        padding-bottom: 50px
    }

        .prod-list-box li:nth-of-type(3n+ 2) {
            margin-left: 44px;
            margin-right: 44px;
        }

        .prod-list-box li div {
            width: 280px;
            height: 210px;
            border: 1px solid #1d2a60;
        }

            .prod-list-box li div img {
                max-width: 278px;
                max-height: 208px;
            }


/*新闻列表*/
.news-list-box li {
    border-bottom: 1px solid #d9d9d9
}

    .news-list-box li:last-child {
        border-bottom: 0px
    }

.news-list-img {
    width: 260px;
    min-width: 260px;
    height: 146px;
    border: 1px solid #d5d5d5;
    text-align: center;
}

    .news-list-img img {
        max-width: 258px;
        max-height: 144px;
    }

.news-infos-box {
    width: 910px
}

.news-list-infos {
    line-height: 24px;
    height: 42px;
    overflow: hidden;
}

/*供应*/
.supply-list-box {
    width: 930px;
}

    .supply-list-box li {
        border-bottom: 1px solid #d9d9d9
    }

        .supply-list-box li:last-child {
            border-bottom: 0px
        }

.supply-list-img {
    width: 180px;
    min-width: 180px;
    height: 110px;
    border: 1px solid #d5d5d5;
    text-align: center;
}

    .supply-list-img img {
        max-width: 178px;
        max-height: 108px;
    }

.supply-infos-box {
    width: 720px
}

/*相册*/
.Album-list-box li {
    width: calc((100% - 81px) / 4)
}

    .Album-list-box li:nth-of-type(4n + 2) {
        margin-left: 27px;
        margin-right: 13px
    }

    .Album-list-box li:nth-of-type(4n + 3) {
        margin-right: 27px;
        margin-left: 13px
    }

    .Album-list-box li a {
        width: 280px;
        height: 210px;
        border: 1px solid #1d2a60;
        text-align: center;
    }

        .Album-list-box li a img {
            max-width: 278px;
            max-height: 208px
        }

/*视频*/
.Videos-list-box li {
    width: 560px;
}

.Videos-list-box .Videos-list-img {
    width: 560px;
    height: 315px;
    text-align: cneter;
    border: 1px solid #d5d5d5;
}

    .Videos-list-box .Videos-list-img img {
        max-width: 558px;
        max-height: 313px;
    }

/**/
.introduce-contact-img {
    display: none;
}
/* .introduce-contact-img img {
    width: 600px;
    height: 300px;
} */

.introduce-contact-text {
    width: 100%;
    line-height: 30px
}

/**/
.contact-contact-row .contact-contact-title:after {
    width: 110px;
    height: 3px;
    background-color: #2f68af;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}


/*公司信息*/
.introduce-information-row {
    background-image: url("../images/index_company_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.title-lit {
    padding-left: 26px;
    min-width: 110px;
}

    .title-lit:after {
        content: "";
        width: 6px;
        height: 6px;
        top: 6px;
        background-color: #2f68af;
        border-radius: 50%;
        position: absolute;
        left: 0;
    }

/*详细页*/
.view-remark-box {
    line-height: 24px
}

.main-right-view-row {
    width: 930px;
}



/*产品详细页*/
.supply-view-img {
    max-width: 410px
}

.yp-supply-right {
    width: 500px
}

    .yp-supply-right .supply-view-info-box div {
        width: 100px
    }

    .yp-supply-right .supply-view-info-box p {
        width: 340px
    }

.supply-view-remark img {
    display: block;
    margin: 0 auto;
    max-width: 480px;
}


/*分页*/

.page-row {
    padding-top: 50px;
    padding-bottom: 70px;
}

    .page-row li {
        padding: 0 8px;
    }

    .page-row a {
        display: block;
        width: 31px;
        height: 31px;
        text-align: center;
        line-height: 29px;
        color: #333333;
        border-radius: 2px;
        border: solid 1px #cccccc;
    }

        .page-row a.page-on, .page-row a:hover {
            background-color: #2f68af;
            color: #fff;
            border-color: #2f68af
        }

/*上下条*/

.prenext-row {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .prenext-row li {
        padding: 0 8px;
    }

    .prenext-row a {
        text-align: left;
        line-height: 29px;
        color: #333333;
        border-radius: 2px;
    }

        .prenext-row a:hover {
            color: #2f68af;
        }

    .prenext-row font {
        width: calc(100% - 160px);
    }



/*底部*/
footer {
    background-color: #022e65
}

.yp-gbook-row {
    width: 810px;
    margin: 0 auto;
}

.footer-menu {
    display: none
}

.cilck_btn-box > img {
    width: 216px;
    height: 194px;
}

.cilck_btn-row {
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 99999;
}

.cilck_btn-box {
    position: relative;
}

.close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
}

    .close-btn img {
        width: 18px;
        height: 18px;
    }

.cilck_btn-box {
    width: 275px;
    height: 400px;
    background-color: #ffffff;
    border-radius: 8px;
}

.gogbook-btn {
    width: 180px;
    height: 40px;
    background-color: #e60000;
    border-radius: 3px;
    line-height: 40px
}

/* 响应式开始 */
@media screen and (max-width: 1024px) {
    .index-pro-list li {
        width: calc(100% / 3 - 40px);
    }

        .index-pro-list li div img {
            width: 100%;
        }

        .index-pro-list li div {
            height: 200px;
        }

    .w1200 {
        width: 90%;
    }

    .index-news-list li {
        width: calc(100% / 3 - 40px);
    }

        .index-news-list li .i-news-img {
            width: 100%;
            height: auto;
        }

            .index-news-list li .i-news-img img {
                width: 100%;
            }

    nav a {
        padding: 0 5px;
    }

    .Album-list-box li {
        width: calc(100% / 4 - 20px);
    }

        .Album-list-box li a {
            width: 100%;
            height: 160px;
        }

        .Album-list-box li:nth-of-type(4n + 2), .Album-list-box li:nth-of-type(4n + 3) {
            margin-left: 0;
            margin-right: 0;
        }

    .Album-list-box {
        justify-content: space-between;
    }

        .Album-list-box li a img {
            width: 100%;
            height: 158px;
        }

    /* .introduce-contact-img {
        max-width: 50%;
    } */

    /* .introduce-contact-text {
        width: 415px;
    } */

    .introduce-information-row {
        background-size: 100% 100%;
    }

    .main-list-row {
        width: 72%;
    }

    .prod-list-box {
        justify-content: space-between;
    }

        .prod-list-box li {
            width: calc(100% / 3 - 20px);
        }

            .prod-list-box li:nth-of-type(3n+ 2) {
                margin-left: 0;
                margin-right: 0;
            }

            .prod-list-box li div {
                width: 100%;
                height: auto;
            }

                .prod-list-box li div img {
                    max-width: 100%;
                    height: 150px;
                }

            .prod-list-box li p {
                text-align: center !important;
            }

    .main-right-view-row {
        width: 72%;
    }

    .supply-list-img {
        width: 25%;
        min-width: 25%;
        height: auto;
    }

        .supply-list-img img {
            max-width: 100%;
            max-height: 122px;
            width: 100%;
        }

    .supply-infos-box {
        width: 70%;
    }

    .Videos-list-box {
        flex-wrap: wrap;
    }

        .Videos-list-box li {
            width: calc(100% / 2 - 20px);
        }

        .Videos-list-box .Videos-list-img {
            width: 100%;
            height: auto;
        }

            .Videos-list-box .Videos-list-img img {
                max-width: 100%;
                max-height: 260px;
            }

    .news-infos-box {
        width: calc(100% - 280px);
    }

    .supply-view-img {
        width: 250px;
    }

    .yp-supply-right {
        width: calc(100% - 280px);
    }

        .yp-supply-right .supply-view-info-box p {
            width: calc(100% - 120px);
        }
}

@media screen and (max-width: 768px) {
    .cilck_btn-row {
        display: flex
    }

    .yincang {
        position: absolute;
        top: 7px;
        right: 0;
        display: block !important;
        margin: 10px;
        width: 30px;
        height: 30px;
        background: center center no-repeat transparent;
    }

        .yincang .menuBtn {
            position: relative;
            width: 30px;
            height: 30px;
            transition: transform .4s cubic-bezier(.4, .01, .165, .99);
            transform: translateZ(0) rotate(0);
            top: 0px;
        }

            .yincang .menuBtn em {
                display: block;
                height: 4px;
                border-radius: 2px;
                background-color: #000;
                margin: 5px 0 7px;
            }

    header nav.flex_box {
        display: none;
        width: 200px;
        position: absolute;
        right: -38px;
        top: 70px;
        background: #fff;
        border: 1px solid #ccc;
    }

    header .w1200.flex_box {
        min-height: auto;
        position: relative;
    }

    nav a {
        padding: 0 5px;
        width: 100%;
        display: block;
        text-align: center;
        line-height: 45px;
        border-bottom: 1px solid #ccc;
    }

        nav a:last-child {
            border-bottom: none;
        }

    .index-contact-row .flex_box {
        flex-wrap: wrap;
    }

    .i-contact-map {
        width: 100%;
    }

        .i-contact-map #allmap {
            width: 100% !important;
        }

    .i-contact-infor {
        width: 100%;
        padding: 0 !important;
        margin-top: 50px;
    }

    .index-contact-row {
        background-size: 100% 100%;
    }

    .title1 {
        padding-top: 50px;
    }

    .contact-contact-row .flex_box {
        flex-wrap: wrap;
    }

    .contact-contact-map {
        width: 100%;
    }

        .contact-contact-map #allmap {
            width: 100% !important;
        }

    .contact-contact-infor {
        width: 100%;
        padding-left: 0 !important;
        margin-bottom: 40px;
    }

    /* .introduce-contact-text {
        width: 325px;
    } */

    .main-sort {
        width: 25%;
    }

    .gbook-code .layui-btn {
        width: auto !important;
    }

    .gbook-code .flex_box {
        flex-wrap: nowrap;
    }

    .prod-list-box li div img {
        height: 120px;
    }

    .supply-view-img {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .yp-supply-right {
        width: 100%;
    }

        .yp-supply-right h3 {
            white-space: initial;
            line-height: 1.3;
        }

    .contact-contact-row > .w1200 > .padding-top-60px {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 530px) {
    .brand-logo {
        width: 70px;
    }

    .recommend-text {
        display: none;
    }

    .recommend-company {
        font-size: 14px;
    }

    .recommend-desc > a {
        display: none;
    }

    .recommend-desc span {
        font-size: 12px;
        margin-left: 10px !important;
    }
}

@media screen and (max-width: 480px) {
    .sm-show {
        display: block;
    }


    .footer-menu {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 50px;
        border-top: 1px solid #e6e6e6;
        background: #fff;
        z-index: 999999;
        font-size: 13px;
    }

        .footer-menu a {
            position: relative
        }

            .footer-menu a:before {
                content: " ";
                display: block;
                position: absolute;
                width: 1px;
                height: 27px;
                background-color: #d9d9d9;
                right: 0;
                top: 7px;
            }

            .footer-menu a:last-child:before {
                display: none
            }

        .footer-menu span {
            line-height: 1;
            padding-top: 5px;
        }

        .footer-menu img {
            height: 24px
        }

    .footer-menu {
        display: flex
    }

    footer {
        margin-bottom: 50px;
    }

    .index-pro-list li:nth-of-type(3n+2) {
        margin: 0 !important;
    }

    .index-pro-list {
        justify-content: space-between;
    }

        .index-pro-list li {
            width: calc(100% / 2 - 20px);
        }

    .index-news-list li {
        width: 100%;
        margin-top: 40px;
    }

        .index-news-list li:nth-of-type(3n+2) {
            margin: 0;
        }

        .index-news-list li .i-news-img img {
            max-width: 100%;
            max-height: 240px;
        }

    footer .w1200 {
        flex-wrap: wrap;
        padding: 20px 0;
    }

    footer a {
        margin: 10px 20px;
    }

    .Album-list-box li {
        width: calc(100% / 2 - 20px);
    }

    .introduce-contact-row .flex_box {
        flex-wrap: wrap;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    /* .introduce-contact-img {
        width: 100%;
        max-width: 100%;
    } */

    /* .introduce-contact-text {
        width: 100%;
    } */

    .news-list-box li a {
        flex-wrap: wrap;
    }

    .news-list-img {
        width: 100%;
        height: auto;
    }

        .news-list-img img {
            max-width: 100%;
            max-height: 230px;
            width: 100%;
        }

    .news-infos-box {
        width: 100%;
        margin-top: 20px;
    }

    .main-sort, .main-list-row {
        width: 100%;
    }

    .main-list-row {
        margin-top: 40px;
    }

    .prod-list-box li {
        width: calc(100% / 2 - 10px);
    }

        .prod-list-box li div img {
            width: 100%;
            height: 150px;
        }

    .main-right-view-row {
        width: 100%;
        margin-top: 40px;
    }

    .supply-view-img {
        max-width: 100%;
    }

    .yp-supply-right {
        width: 100%;
        margin-left: 0;
    }

        .yp-supply-right .supply-view-info-box div {
            width: 25%;
        }

        .yp-supply-right .supply-view-info-box p {
            width: 70%;
        }

    .Videos-list-box li {
        width: 100%;
    }

    .gbook-code .layui-btn {
        width: 100% !important;
        margin-left: 0;
        margin-top: 10px;
    }

    .introduce-information-row .text-size-22px img {
        display: none;
    }

    .introduce-information-row .margin-left-60px {
        margin-left: 0;
        padding-left: 0;
    }

    .introduce-information-row div .text-size-22px {
        padding-bottom: 20px;
        padding-top: 10px;
        text-align: center;
    }





    .introduce-information-row div .am-u-lg-12 {
        -webkit-box-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

        .introduce-information-row div .am-u-lg-12 p {
            padding-bottom: 10px;
        }

    .introduce-information-row div .am-u-lg-12 {
        padding-top: 0;
    }

    .introduce-information-row div .am-u-lg-16 {
        padding-bottom: 10px;
    }

    .introduce-information-row div .am-u-lg-6 {
        padding-bottom: 15px;
    }


    .pc-toolbar__pop {
        width: 90%;
    }
}

@media screen and (max-width: 425px) {
    footer a {
        margin: 10px 15px;
    }

    .introduce-information-row div .text-size-22px {
        text-align: center;
    }

    .introduce-information-row div .padding-left-50px {
        margin-left: 0;
        padding-left: 0;
    }

    .yp-supply-right .supply-view-info-box div {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 380px) {
    footer a {
        margin: 10px 10px;
    }

    .yp-supply-right .supply-view-info-box div {
        padding-right: 0;
    }
}

@media screen and (max-width: 340px) {
    footer a {
        margin: 5px;
    }
}
