﻿@charset "utf-8";

/*顶部条*/
.top-row {
    height: 40px
}

.logo-secrch-row, .heard-icon-row {
    height: 133px;
}

    /*搜索框*/
    .logo-secrch-row input[name="keyword"] {
        height: 46px;
        width: 460px;
        border: 2px solid #e60000;
    }

    .logo-secrch-row .serch-btn {
        height: 46px;
        font-size: 16px;
        width: 140px;
        text-indent: 16px;
        letter-spacing: 16px;
    }

    .logo-secrch-row .hot-keyword-row {
        max-width: 530px;
    }

.hot-keyword-row a {
    max-width: 58px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*导航条*/
nav > div {
    cursor: pointer
}

nav a, nav > div {
    width: 180px;
    line-height: 50px;
    font-size: 16px
}

    nav a:hover, .nav_on {
        background-color: #ae0000;
        color: #fff;
    }

nav .nav-sort {
    width: 220px;
    background-color: #ae0000;
}

.i-sort-row {
    color: #333;
    line-height: initial;
}

    .i-sort-row dt {
        font-size: 14px;
    }

    .i-sort-row a:hover {
        background: initial;
    }

.login-btn: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: #000;
}

.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: #146779;
}

/* 留言弹框 */
.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;
        }



/*新闻列表*/

.news-list-row a {
    display: block;
    width: 240px;
    position: relative;
    padding-left: 14px;
}

    .news-list-row a:before {
        content: " ";
        display: block;
        position: absolute;
        width: 4px;
        height: 4px;
        background-color: #e60000;
        border-radius: 50%;
        left: 0;
        top: 5px;
    }
/*title*/
.title {
    border-bottom: 1px solid #e6e6e6;
    height: 40px;
}

.title2 {
    position: relative;
}

    .title2:before {
        content: " ";
        display: block;
        position: absolute;
        width: 2px;
        height: 14px;
        background-color: #e60000;
        left: 0;
        top: 3px;
    }

.title3:before {
    content: " ";
    display: block;
    position: absolute;
    width: 2px;
    height: 18px;
    background-color: #e60000;
    left: 0;
    top: 6px;
}

.title4 {
    line-height: 28px
}

    .title4:before {
        content: " ";
        display: block;
        position: absolute;
        width: 2px;
        height: 22px;
        background-color: #e60000;
        left: 10px;
        top: 3px;
    }

/*导航区*/
.pandect-row .i-sort-row {
    width: 220px;
}

    .pandect-row .i-sort-row dl {
        padding-top: 18px;
        margin-bottom: 0;
        margin-top: 0;
    }

    .pandect-row .i-sort-row dt {
        font-weight: 400;
        font-size: 16px;
    }

    .pandect-row .i-sort-row dd {
        padding-left: 28px;
        margin-top: 10px;
    }

    .pandect-row .i-sort-row a {
        font-size: 14px;
        color: #434343;
        line-height: 27px;
        white-space: nowrap;
    }

.pandect-row .i-news-row {
    width: 800px;
}

    .pandect-row .i-news-row > div {
        max-width: 395px;
    }

.pandect-row .i-notice-row .news-list-row a {
    width: 215px;
    display: block;
}

.pandect-row .news-list-row {
    padding-top: 8px;
    padding-bottom: 9px;
}

    .pandect-row .news-list-row li {
        padding: 4px 0;
    }

.pandect-row .login-btn {
    background-color: #00a2ea;
}

.pandect-row .i-notice-row {
    height: 300px
}

.i-login-row {
    width: 252px;
}
/*总分类*/
.allsort-row .tab-ul-title li {
    padding: 0 30px;
    line-height: 36px;
    position: relative;
    cursor: pointer;
}

    .allsort-row .tab-ul-title li.tab-ul-title-on {
        color: #e60000;
        font-weight: bold;
    }

    .allsort-row .tab-ul-title li:before {
        content: " ";
        display: block;
        position: absolute;
        width: 1px;
        height: 14px;
        background-color: #d9d9d9;
        right: 0;
        top: 11px;
    }

    .allsort-row .tab-ul-title li:last-child:before {
        display: none;
    }

.allsort-row .tab-main-row li {
    width: calc(100% / 9);
    padding: 10px 30px;
}

    .allsort-row .tab-main-row li a {
        display: block;
    }
/*分类展示*/
.IdsTypeContent-xiaofeipin {
    position: relative;
}

.sort-show-row .sort-show-title p {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.sort-show-row .sort-ad {
    width: 200px;
    height: 280px;
    position: absolute;
    z-index: 100
}

.sort-show-row .sort-show-tab li {
    line-height: 60px;
    padding: 0 15px;
    cursor: pointer;
}

.sort-show-left {
    padding-top: 280px;
}

.sort-show-row .sort-show-left-list {
    width: 200px;
}

    .sort-show-row .sort-show-left-list li {
        padding: 4px 0;
    }

.sort-show-row .sort-show-right li {
    padding: 3px 0;
}

.sort-show-row .sort-show-center li {
    padding: 0 10px 10px;
    width: 200px;
}

.sort-show-row .sort-show-center {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9
}

.sort-show-center-img {
    width: 180px;
    height: 200px;
    border: 1px solid #d9d9d9
}

.sort-show-right {
    width: 250px
}

.sort-show-row .sort-show-center img {
    max-width: 178px;
    max-height: 198px;
}

.sort-show-row .sort-show-center div {
    width: 180px;
    text-align: center;
    height: 200px;
    line-height: 194px;
    border: 1px solid #e4e4e4;
}

.sort-show-row .sort-show-center p {
    padding: 13px 0 8px;
    line-height: 1
}

/*新闻块*/
.newsplate-row .news-industry-row {
    width: 865px;
}

.newsplate-row .newsplate-left li a {
    width: 270px;
}

.newsplate-row .newsplate-right li {
    width: 400px;
}

.newsplate-row .newsplate-right a {
    width: 260px;
}

.newsplate-row .newsplate-banner .newsplate-title-row {
    position: absolute;
    bottom: 0;
    line-height: 40px;
    width: 100%;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
}

.newsplate-row li {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1;
}

.newsplate-row .news-enterprise-row {
    width: 375px;
}
/*索引*/
.indexes-row dd a {
    padding: 0 10px;
    position: relative;
    line-height: 50px
}

    .indexes-row dd a:before {
        content: "|";
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }

    .indexes-row dd a:last-child:before {
        display: none;
    }
/*友链*/
.alllink-row dt {
    width: 120px;
}

.alllink-row a {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 15px;
}

.alllink-row dd {
    width: 1150px;
}

/*底部*/
footer .alink-row a {
    padding: 0 15px;
    position: relative;
    line-height: 1
}

    footer .alink-row a:before {
        content: "|";
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }

    footer .alink-row a:last-child:before {
        display: none;
    }

/*内页*/
.view-sort-list-row dt {
    min-width: 90px;
}

.view-sort-list-row a {
    padding: 0 15px 20px;
    color: #666666;
}

    .view-sort-list-row a:hover {
        color: #e60000
    }

.view-sort-list-row.sort-search-row dt {
    line-height: 32px
}

.view-sort-list-row.sort-search-row input {
    border: solid 1px #e60000;
    height: 32px;
}

.view-sort-list-row.sort-search-row span {
    line-height: 32px;
    padding: 0 8px;
    display: inline-block;
    vertical-align: middle;
}

.prod-list-row .prod-list-box ul {
    width: 1040px;
}

    .prod-list-row .prod-list-box ul li:nth-of-type(4n+1) {
        padding-left: 0;
    }

    .prod-list-row .prod-list-box ul li:nth-of-type(4n+4) {
        padding-right: 0;
    }

    .prod-list-row .prod-list-box ul li {
        padding-left: 6px;
        padding-right: 6px;
    }

        .prod-list-row .prod-list-box ul li a {
            width: 250px;
            display: block;
            line-height: 1;
        }

            .prod-list-row .prod-list-box ul li a:hover div {
                color: #e60000
            }

            .prod-list-row .prod-list-box ul li a .prod-list-img {
                background-repeat: no-repeat;
                background-position: center;
                border: 1px solid #e4e4e4;
                background-size: 100%;
            }

            .prod-list-row .prod-list-box ul li a img {
                max-width: 250px;
                height: 250px;
                opacity: 0
            }

        .prod-list-row .prod-list-box ul li:nth-last-child(-n + 4) {
            padding-bottom: 12px;
        }

.prod-news-list-row {
    border-left: 1px solid #e6e6e6;
    max-height: 2020px
}

    .prod-news-list-row ul a:hover .prod-news-title {
        color: #e60000
    }

.prod-news-list-row {
    padding-left: 15px;
    padding-right: 4px;
}

    .prod-news-list-row ul {
        width: 210px;
    }

        .prod-news-list-row ul li:before, .news-istop-list-box li:before {
            content: " ";
            display: block;
            position: absolute;
            width: 4px;
            height: 4px;
            background-color: #e60000;
            border-radius: 50%;
            left: 0;
            top: 8px;
        }

.prod-news-title {
    padding-bottom: 5px;
}

.prod-news-infos {
    height: 32px;
    overflow: hidden;
    line-height: 17px;
}

.notice-list-ul {
    width: 210px;
}

    .notice-list-ul li:before {
        content: " ";
        display: block;
        position: absolute;
        width: 4px;
        height: 4px;
        background-color: #e60000;
        border-radius: 50%;
        left: 0;
        top: 8px;
    }

.gongshang-list-ul li {
    display: block;
    width: 100%;
    position: relative;
    padding-left: 14px;
    width: 50%;
    margin-top: 10px;
}

    .gongshang-list-ul li:before {
        content: " ";
        display: block;
        position: absolute;
        width: 5px;
        height: 5px;
        background-color: #e60000;
        border-radius: 50%;
        left: 0;
        top: 8px;
    }


/*分页*/
.page-row {
    padding-top: 50px;
    padding-bottom: 70px;
}

    .page-row li {
        padding: 0 8px;
    }

    .page-row a {
        display: block;
        min-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: #e60000;
            color: #fff;
            border-color: #e60000
        }
/*上下条*/

.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: #e60000;
        }

    .prenext-row font {
        width: calc(100% - 160px);
    }

/*热门推荐*/
.view-hot-prod-row li {
    padding: 0 6px 0 7px;
}

    .view-hot-prod-row li:last-child {
        padding-right: 0;
    }

    .view-hot-prod-row li:nth-of-type(1) {
        padding-left: 0;
    }

    .view-hot-prod-row li a {
        width: 245px;
        display: block;
        line-height: 1;
    }

.HotSprod-box a:hover div {
    color: #e60000
}

.HotSprod-img-box {
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #e4e4e4;
    background-size: 100%;
}

    .HotSprod-img-box img {
        width: 245px;
        height: 245px;
        opacity: 0
    }

.logo-secrch-row a img {
    width: 149px;
}
/*全站搜索*/
.searchType {
    cursor: pointer;
    line-height: 24px;
    padding: 0 18px;
    position: relative
}

    .searchType:hover {
        color: #fff;
        background: #e60000;
    }

.selectedType {
    color: #fff;
    background: #e60000;
}

.search-product-list li a .search-product-list-img {
    height: 140px;
    background-position: center;
}

.searchul li:after {
    content: " ";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #e60000;
    border-radius: 50%;
    left: 0;
    top: 8px;
}

.search-news-list2 {
    max-width: 1049px;
}

    .search-news-list2 ul {
        width: 47%
    }

    .search-news-list2 .list-infos div {
        width: 66%;
    }

    .search-news-list2 ul .list-infos:after {
        content: " ";
        display: block;
        position: absolute;
        width: 4px;
        height: 4px;
        background-color: #e60000;
        border-radius: 50%;
        left: 0;
        top: 8px;
    }

.hot-screen-row a {
    color: #333
}

    .hot-screen-row a.hot-on, .hot-screen-row a:hover {
        color: #e60000
    }
/*热词20201217*/
.hot-list-box a {
    border-radius: 3px;
    display: block;
    border: 1px solid #e60000;
    color: #e60000;
    padding: 0 20px;
    line-height: 2;
    font-size: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}

    .hot-list-box a:hover {
        background: #e60000;
        color: #fff;
    }

/*列表*/

.list-row .infos-text {
    height: 35px;
    overflow: hidden
}

.list-row .list-img {
    min-width: 260px;
    height: 144px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #e4e4e4;
}

    .list-row .list-img img {
        width: 258px;
        height: 142px;
    }

.list-row ul li a .list-infos > div:nth-of-type(1) {
    width: 610px;
}

.list-row ul li a:hover .list-infos > div:nth-of-type(1) {
    color: #e60000
}
/*供求列表*/




/*产品推荐 热点资讯*/
.prod-news-istop-list-row {
    width: 355px;
}

    .prod-news-istop-list-row:before {
        content: " ";
        display: block;
        position: absolute;
        width: 1px;
        background-color: #e6e6e6;
        left: 0;
        top: 0px;
        bottom: 162px
    }

    .prod-news-istop-list-row .prod-istop-list-box li {
        width: 50%;
        float: left;
        padding-bottom: 15px;
    }

        .prod-news-istop-list-row .prod-istop-list-box li:nth-of-type(2n-1) {
            padding-right: 9px
        }

        .prod-news-istop-list-row .prod-istop-list-box li:nth-of-type(2n) {
            padding-left: 9px
        }

    .prod-news-istop-list-row .prod-istop-list-img {
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        border: 1px solid #e4e4e4;
        width: 156px;
        height: 156px;
    }

        .prod-news-istop-list-row .prod-istop-list-img img {
            max-width: 154px;
            max-height: 154px;
            opacity: 0
        }


/*企业名录*/
.Company-list-row .Company-list-infos {
    width: 595px;
}

.Company-list-row .Company-list-information {
    padding-left: 37px;
}

    .Company-list-row .Company-list-information div span:nth-of-type(1) {
        min-width: 70px;
    }

    .Company-list-row .Company-list-information div span:nth-of-type(2) {
        display: inline-block;
        max-height: 37px;
        overflow: hidden;
        line-height: 20px;
    }

.Company-list-row .Company-list-img a:nth-of-type(2n) {
    padding: 0 10px;
}

.Company-list-row .Company-list-img img {
    max-width: 210px;
    max-height: 234px;
}

/*内页分类效果*/
.list-tpey-row {
    position: absolute;
    width: 220px;
    z-index: 1;
    left: calc(50% - 650px);
}

    .list-tpey-row a {
        white-space: nowrap;
        font-size: 14px;
        color: #434343;
        line-height: 27px;
        white-space: nowrap;
    }

        .list-tpey-row a:hover {
            color: #e60000
        }



/*详细*/

.prod-view-row {
    width: 935px;
}

.prod-view2-row {
    width: 1069px;
}

    .prod-view-row .view-infos-img, .prod-view2-row .view-infos-img {
        max-width: 400px;
        max-height: 400px
    }

    .prod-view-row .view-Company-title, .prod-view2-row .view-Company-title {
        min-width: 80px
    }

    .prod-view-row .view-infos-box, .prod-view2-row .view-infos-box {
        width: calc(100% - 460px)
    }

        .prod-view-row .view-infos-box ul span {
            width: 220px;
        }

.view-prod-news-list-row {
    width: 355px;
}

.infos-sticker-row {
    line-height: 33px
}

    .infos-sticker-row li {
        position: relative;
    }

        .infos-sticker-row li:nth-of-type(2) {
            padding: 0 7px;
            margin: 0 7px;
        }

            .infos-sticker-row li:nth-of-type(2):before, .infos-sticker-row li:nth-of-type(2):after {
                content: " ";
                display: block;
                width: 1px;
                background-color: #333333;
                left: 0;
                top: 10px;
                height: 15px;
                position: absolute
            }

            .infos-sticker-row li:nth-of-type(2):after {
                right: 0;
                left: inherit;
            }

.view-Company-purchase ul li {
    width: 310px;
}

.view-img img {
    width: 470px
}

.view-remark {
    line-height: 23px;
    color: #333;
}


.prod-view2-row .view-infos-img {
    max-width: 450px;
    max-height: 450px;
    overflow: hidden;
}

.prod-view2-row .view-Company-title {
    min-width: 80px
}

.prod-view2-row .view-infos-box {
    width: calc(100% - 510px)
}

/*默认黄页模板*/

/*首页*/
.yp-temp1-row .yp-left-row {
    width: 240px
}

.yp-temp1-row .yp-right-row {
    width: 1040px;
}

.yp-temp1-row .templ-title {
    line-height: 80px;
    background-image: url("../images/temp1_title_bg.png")
}

.yp-temp1-row .templ-title2 {
    min-height: 80px;
    padding: 0 36px;
    background-image: url("../images/temp1_title_bg.png")
}
/*首页列表*/
.yp-temp1-row .yptype-list .yptype-list-title {
    width: 71px;
}

.yp-templ-index-list-row li {
    margin: 0 12.5px;
    width: 180px;
}

    .yp-templ-index-list-row li:nth-of-type(5n+1) {
        margin-left: 0
    }

    .yp-templ-index-list-row li:nth-of-type(5n+5) {
        margin-right: 0
    }

    .yp-templ-index-list-row li .yp-templ-index-img-row {
        width: 180px;
        border: 1px solid #e4e4e4;
        height: 135px
    }

    .yp-templ-index-list-row li .yp-templ-index-proname {
        text-decoration: none;
        height: 36px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .yp-templ-index-list-row li img {
        max-width: 178px;
        max-height: 133px;
    }

/*首页公司信息*/
.yp-templ-index-company-row .yp-templ-index-company-img {
    min-width: 260px;
    height: 146px;
}

    .yp-templ-index-company-row .yp-templ-index-company-img img {
        width: 260px;
        height: 146px;
    }

.templ-index-business-list-row li {
    display: block;
    width: 100%;
    position: relative;
    padding-left: 14px;
    width: 50%;
    margin-top: 10px;
}

    .templ-index-business-list-row li:before {
        content: " ";
        display: block;
        position: absolute;
        width: 5px;
        height: 5px;
        background-color: #e60000;
        border-radius: 50%;
        left: 0;
        top: 8px;
    }

    .templ-index-business-list-row li:nth-last-of-type(1), .templ-index-business-list-row li:nth-last-of-type(2) {
        width: 100%
    }

        .templ-index-business-list-row li:nth-last-of-type(2) span:last-child, .templ-index-business-list-row li:nth-last-of-type(1) span:last-child {
            width: calc(100% - 90px);
            vertical-align: bottom;
        }

.templ-index-news-list-row:before {
    position: absolute;
    width: 1px;
    top: 0;
    left: 50%;
    bottom: 0;
    content: " ";
    display: block;
    background-color: #e6e6e6;
}

.templ-index-news-list-row li {
    display: block;
    width: 100%;
    position: relative;
    padding-left: 14px;
    width: calc(50% - 30px);
    margin-top: 5px;
    margin-bottom: 5px
}

    .templ-index-news-list-row li:nth-child(2n+1) {
        margin-right: 30px
    }

    .templ-index-news-list-row li:nth-child(2n) {
        margin-left: 30px
    }

    .templ-index-news-list-row li:before {
        content: " ";
        display: block;
        position: absolute;
        width: 5px;
        height: 5px;
        background-color: #e60000;
        border-radius: 50%;
        left: 0;
        top: 8px;
    }

    .templ-index-news-list-row li a {
        width: calc(100% - 120px)
    }

/*相册列表*/
.yp-templ-album-list-row li {
    margin: 0 8px;
    width: 240px;
}

    .yp-templ-album-list-row li:nth-of-type(4n+1) {
        margin-left: 0
    }

    .yp-templ-album-list-row li:nth-of-type(4n+4) {
        margin-right: 0
    }

    .yp-templ-album-list-row li .yp-templ-album-img-row {
        width: 240px;
        border: 1px solid #e4e4e4;
        height: 180px
    }

    .yp-templ-album-list-row li .yp-templ-album-proname {
        text-decoration: none;
        height: 36px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .yp-templ-album-list-row li img {
        max-width: 238px;
        max-height: 178px;
    }

/*产品详细页*/
.yp-temp1-prod-view-img {
    max-width: 480px;
    max-height: 480px;
    overflow: hidden;
}

.yp-temp1-prod-view-right {
    width: 500px
}

.yp-temp1-prod-view-infos .yp-temp1-prod-view-info-box div {
    width: 100px
}

.yp-temp1-prod-view-infos .yp-temp1-prod-view-info-box p {
    width: 370px
}

.yp-temp1-prod-view-remark img {
    display: block;
    margin: 0 auto;
    max-width: 480px;
}

/*新闻列表*/
.yp-temp1-news-list-row .infos-text {
    height: 35px;
    overflow: hidden
}

.yp-temp1-news-list-row .list-img {
    min-width: 260px;
    height: 144px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #e4e4e4;
}

    .yp-temp1-news-list-row .list-img img {
        width: 258px;
        height: 142px;
    }

.yp-temp1-news-list-row ul li a .list-infos > div:nth-of-type(1) {
    width: 610px;
}

.yp-temp1-news-list-row ul li a:hover .list-infos > div:nth-of-type(1) {
    color: #e60000
}

/*供求列表*/
.yp-temp1-Supply-list-row .infos-text {
    height: auto;
    overflow: hidden
}

.yp-temp1-Supply-list-row .list-img {
    min-width: 180px;
    height: 110px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #e4e4e4;
}

    .yp-temp1-Supply-list-row .list-img img {
        width: 178px;
        height: 108px;
    }

.yp-temp1-Supply-list-row ul li a .list-infos > div:nth-of-type(1) {
    width: 810px;
}

.yp-temp1-Supply-list-row ul li a:hover .list-infos > div:nth-of-type(1) {
    color: #e60000
}

/*留言表单*/
.yp-temp1-gbook-row {
    height: 76vh;
}

    .yp-temp1-gbook-row .strfill-txt {
        min-height: 38px;
        background-image: url(../images/strfill.png);
        background-position: left center;
        background-repeat: no-repeat;
        font-size: 14px;
        color: #a7a7a7;
        width: 12px;
        line-height: 38px;
    }

    .yp-temp1-gbook-row label {
        line-height: 38px;
        width: 140px;
        padding-right: 10px !important;
    }

    .yp-temp1-gbook-row textarea {
        width: 720px;
        min-height: 100px;
    }

    .yp-temp1-gbook-row input {
        width: 360px
    }

.yptype-list-li ul li:last-child {
    padding-bottom: 0;
}
/*联系我们*/
.yp-temp1-contact-row .yp-temp1-contact-box {
    display: flex;
}
.yp-temp1-contact-box div {
    width: 100px;
    flex-shrink: 0;
}
/*地图*/
#allmap * {
    max-width: initial
}

.glide__slides {
    max-width: initial;
}

/*选中颜色*/
.selectItem {
    color: #E60000 !important;
}

.left-menu-box {
    width: 220px;
}

    .left-menu-box a span {
        display: block;
        line-height: 49px;
        border-bottom: 1px solid #e6e6e6;
        padding-left: 33px;
        box-sizing: border-box;
        position: relative;
        letter-spacing: 1px;
        color: #1d2124;
    }

.right-main-box {
    width: calc(100% - 230px);
    font-size: 17px;
}

.banner-row {
    width: 800px
}

.left-menu-box a:last-child span {
    border-bottom: 0;
}

.left-menu-box a span.single_on, .left-menu-box a:hover span {
    color: #e60000;
    font-weight: bold;
}

    .left-menu-box a span.single_on:before, .left-menu-box a:hover span:before, .right-view-title:before {
        content: " ";
        display: block;
        position: absolute;
        width: 3px;
        height: 20px;
        background-color: #e60000;
        left: 0;
        top: 15px;
    }

.right-view-title {
    line-height: 49px;
    border-bottom: 1px solid #e6e6e6;
    letter-spacing: 1px;
    color: #333333;
    padding-left: 18px
}
/*按钮*/
.am-header-right:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.am-header-right {
    display: none;
    position: absolute;
    height: 53px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 22px;
    background: 0 0 !important;
    -webkit-transition: color .25s linear;
    -o-transition: color .25s linear;
    transition: color .25s linear;
    z-index: 9999;
    right: 20px !important;
    top: -10px;
    padding-top: 25px;
    text-align: center;
    width: 50px;
    padding-left: 12px;
}

    .am-header-right:before, .am-header-right span, .am-header-right:after {
        background: #fff;
    }

.close span {
    opacity: 0
}

.close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 8%;
    -ms-transform-origin: 8%;
    -o-transform-origin: 8%;
    transform-origin: 8%;
}

.close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 8%;
    -ms-transform-origin: 8%;
    -o-transform-origin: 8%;
    transform-origin: 8%;
}

.am-header-right:before, .am-header-right::after {
    transition: transform .2s ease-in-out;
}

.am-header-right:before, .am-header-right span, .am-header-right:after {
    display: block;
    width: 30px;
    height: 3px;
    margin: 0;
    background: #ff6800;
    border-radius: 1px;
}

.am-header-right span {
    margin: 6px 0;
}

.am-header-right:before, .am-header-right:after {
    content: "";
}

.footer-menu {
    display: none
}
.yp-temp1-contact-box p.am-inline-block.am-text-truncate.v-top {
    white-space: normal;
}

/*响应式1024*/
@media screen and (max-width: 1024px) {
    body {
        font-size: 1.3rem;
    }

    .w1300 {
        padding: 0 20px;
    }

    .yp-temp1-row .yp-left-row {
        width: 200px;
    }

    .yp-temp1-row .yp-right-row {
        width: calc(100% - 220px);
    }

    .yp-templ-index-list-row li {
        width: calc(33% - 15px);
    }

        .yp-templ-index-list-row li .yp-templ-index-img-row {
            width: 100%;
        }

        .yp-templ-index-list-row li img {
            max-width: 100%;
        }

        .yp-templ-index-list-row li:nth-of-type(5n+5) {
            margin: 0 12.5px;
        }

        .yp-templ-index-list-row li:nth-of-type(5n+1) {
            margin-left: 12.5px;
        }

        .yp-templ-index-list-row li:nth-of-type(3n+1) {
            margin-left: 0;
        }

        .yp-templ-index-list-row li:nth-of-type(3n+3) {
            margin-right: 0;
        }

        .yp-templ-index-list-row li:last-child {
            display: none;
        }

    .yp-templ-album-list-row li {
        width: calc(33% - 10px);
        padding-bottom: 20px;
        margin: 0 9px !important;
    }

        .yp-templ-album-list-row li:nth-of-type(3n+1) {
            margin-left: 0 !important;
        }

        .yp-templ-album-list-row li:nth-of-type(3n+3) {
            margin-right: 0 !important;
        }

        .yp-templ-album-list-row li img {
            max-width: 100%;
            max-height: 178px;
        }

    .yp-temp1-Supply-list-row ul li a .list-infos > div:nth-of-type(1) {
        width: calc(100vw - 490px);
    }

    .yp-temp1-prod-view-img {
        max-width: 300px;
    }

    .yp-temp1-prod-view-right {
        width: calc(100% - 320px);
    }

    .yp-temp1-prod-view-infos .yp-temp1-prod-view-info-box p {
        width: calc(100% - 110px);
    }
}

@media screen and (max-width: 768px) {
    .yp-temp1-row .yp-left-row {
        display: none
    }
    .yp-temp1-contact-row > div {
        float: none;
    }
    .yp-temp1-contact-row > .am-fl {
        margin-bottom: 15px;
    }
    .yp-temp1-row .yp-right-row {
        width: 100%;
        margin-bottom: 20px;
    }

    footer .indexes-row dl {
        -webkit-box-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .alink-row {
        padding-top: 10px;
    }

    .page-row ul {
        flex-wrap: wrap;
    }

    .yp-temp1-gbook-row textarea {
        width: calc(100vw - 410px);
    }

    .yp-temp1-gbook-row textarea {
        width: calc(100vw - 410px);
    }

    .yp-temp1-gbook-row label {
        width: 100px;
    }

    .yp-temp1-gbook-row input {
        width: calc(100vw - 300px);
    }

    .yp-temp1-gbook-row textarea {
        width: calc(100vw - 190px);
    }

    .yp-temp1-news-list-row .list-infos {
        padding-left: 0;
    }

    .yp-temp1-prod-view-remark img {
        max-width: 100%;
    }
}

.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: 530px) {

    .cilck_btn-row {
        display: flex
    }

    .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;
    }

    .am-header-right {
        display: block;
    }

    body {
        font-size: 1.2rem;
    }

    .top-row > div {
        flex-wrap: wrap;
    }

    .top-row {
        flex-wrap: wrap;
        height: auto;
    }

    .text-size-24px {
        font-size: 20px;
    }

    .top-row > div.flex_box {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header-row .padding-vertical-20px {
        padding: 10px 0;
        position: relative;
    }

    .pyCharDD {
        flex-wrap: wrap;
    }

    .indexes-row dd a {
        padding: 0 10px;
        position: relative;
        line-height: 20px;
    }

    .footer .indexes-row dl {
        -webkit-box-align: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
    }

    .show {
        position: relative;
    }

        .show > div {
            -webkit-box-flex-direction: column;
            -ms-flex-direction: column;
            -webkit-flex-direction: column;
            flex-direction: column;
            position: absolute;
            z-index: 100;
            width: 37vw;
            right: 0;
            background: #e60000;
            padding: 0;
        }

    nav a, nav > div {
        width: 100%;
        line-height: 35px;
        font-size: 14px;
    }

    nav {
        display: none;
    }

        nav.show {
            display: block;
        }

    .yp-templ-index-list-row li {
        width: calc(50% - 10px);
        padding-bottom: 10px;
        margin: 0 5px !important;
        margin: 0 10px;
    }

        .yp-templ-index-list-row li:last-child {
            display: block;
        }

    .yp-templ-index-company-row {
        -webkit-box-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

        .yp-templ-index-company-row .yp-templ-index-company-img img {
            width: 100%;
            height: auto;
        }

        .yp-templ-index-company-row .yp-templ-index-company-img {
            height: auto;
            text-align: center;
            margin-right: 0;
        }

    .templ-index-business-list-row li {
        width: 100%;
    }

    .templ-index-news-list-row li {
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .templ-index-news-list-row:before {
        display: none;
    }

    .yp-temp1-prod-view-right {
        width: calc(100% - 320px);
    }

    .yp-temp1-prod-view-img {
        width: 300px;
    }

    p.am-inline-block.am-text-truncate.v-top {
        width: calc(100% - 100px);
    }

    .yp-temp1-prod-view-infos {
        font-size: 14px !important;
    }

    .yp-templ-album-list-row li {
        width: calc(50% - 10px);
        margin: 0 10px !important;
    }

        .yp-templ-album-list-row li:nth-of-type(2n+1) {
            margin-left: 0 !important;
            margin-right: 10px !important;
        }

        .yp-templ-album-list-row li:nth-of-type(2n) {
            margin-right: 0 !important;
            margin-left: 10px !important;
        }

    .yp-temp1-Supply-list-row ul li a .list-infos > div:nth-of-type(1) {
        width: calc(100vw - 490px);
    }

    .yp-temp1-Supply-list-row a {
        -webkit-box-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .yp-temp1-Supply-list-row .list-img {
        width: auto;
        text-align: center;
        border: 0;
    }

    .yp-temp1-Supply-list-row ul li a .list-infos > div:nth-of-type(1) {
        width: 100%;
        text-align: center;
    }

    .yp-temp1-Supply-list-row .infos-text {
        -webkit-box-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .yp-temp1-prod-view-img {
        max-width: 300px;
    }

    .yp-temp1-prod-view-right {
        width: calc(100% - 320px);
    }

    .yp-temp1-prod-view-infos .yp-temp1-prod-view-info-box p {
        width: calc(100% - 110px);
    }

    .yp-temp1-prod-view-img {
        width: 100%;
        text-align: center;
        max-width: 100%;
    }

    .yp-temp1-prod-view-right {
        width: 100%;
        margin-left: 0;
    }

    .yp-temp1-prod-view-infos .yp-temp1-prod-view-info-box div {
        text-align: left !important;
        width: 80px;
    }

    .yp-temp1-news-list-row a.flex_box {
        -webkit-box-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .yp-temp1-Supply-list-row a.flex_box {
        -webkit-box-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .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) {
    .pc-toolbar__pop {
        width: 90%;
    }

    .sm-show {
        display: block;
    }

    .yp-temp1-contact-box div {
        width: 80px;
    }
    
    .yp-temp1-row.w1300.padding-bottom-20px {
        padding-left: 0;
        padding-right: 0;
     }
    
}
