@charset "utf-8";

html,
body {
    margin: 0px;
    padding: 0px;
}

IMG {
    border-width: 0px;
}

* {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif, Arial, Helvetica, sans-serif;
}

a {
    text-decoration: none !important;
    color: #444;
}

a:hover {
    text-decoration: none;
    color: #444;
}

.container {
    padding: 0 !important;
}

.top {
    width: 100%;
    background: #f4f5f7;
    border-top: solid 2px #c40505;
    height: 40px;
}

.topr {
    float: right;
    margin-right: 15px;
    font-size: 14px;
    background: url(../images/xjt.png) no-repeat right center;
    padding-right: 18px;
    margin-top: 8px;
}

.topr1 {
    float: right;
    margin-right: 20px;
    font-size: 14px;
    background: url(../images/yjt.png) no-repeat right center;
    padding: 0 18px;
    margin-top: 8px;
    border-left: solid 1px #ccc;
}

.language {
    position: relative;
    z-index: 50;
    float: right;
    margin-top: 4px;
}

.language-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 96px;
    height: 32px;
    padding: 0 12px;
    border: 0;
    border-right: solid 1px #e1e1e1;
    background: #fff;
    color: #333;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
}

.language-toggle i {
    color: #c40505;
    font-size: 13px;
    line-height: 1;
    transition: transform 0.2s ease;
}

.language-menu {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 100%;
    margin-top: 1px;
    padding: 4px 0;
    background: #fff;
    border: solid 1px #e5e5e5;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.language:hover .language-menu,
.language:focus-within .language-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.language:hover .language-toggle i,
.language:focus-within .language-toggle i {
    transform: rotate(180deg);
}

.language-menu a {
    display: block;
    padding: 8px 12px;
    background: #fff;
    color: #444;
    font-size: 14px;
    line-height: 1.2;
    text-align: left;
    white-space: nowrap;
}

.language-menu a:hover,
.language-menu a.active {
    background: #f7f7f7;
    color: #c40505;
}

@media (min-width: 769px) {
    .nav {
        margin-top: 20px;
    }

    .navbar-nav > li {
        background: url(../images/meunx-r.png) no-repeat right center;
    }

    .navbar-nav > li:last-child {
        background: none;
    }

    .navbar-nav > li > a {
        padding: 15px 22px;
        color: #555 !important;
        text-shadow: none !important;
        font-size: 16px;
    }

    .nav .open > a,
    .nav .open > a:focus,
    .nav .open > a:hover {
        background-color: #054f8f !important;
        border-color: #337ab7;
    }

    .nav > li > a:focus,
    .nav > li > a:hover {
        text-decoration: none;
        background: url(../images/tbg.png) no-repeat center bottom;
    }

    .navbar-nav > li > a.active {
        color: #555;
        display: block;
        background: url(../images/tbg.png) no-repeat center bottom;
    }

    .dropdown-menu .divider {
        margin: 2px 0 !important;
    }

    .sycpdh {
        margin: 30px auto;
    }

    .sycpdh h2 {
        font-size: 24px;
        line-height: 40px;
        margin: 5px auto;
    }

    .sycpdh .fl {
        display: block;
        line-height: 30px;
        float: right;
        text-align: center;
        border: solid 1px #dedede;
        margin-top: 20px;
        margin-right: 10px;
        padding: 0 15px;
        color: #555;
    }

    .sy {
        background: #fff;
    }

    .yx0 {
        background: url(../images/yx.png) no-repeat left center;
        padding-left: 24px;
        font-size: 14px;
        line-height: 38px;
        color: #666666;
        float: right;
        display: block;
        margin-right: 60px;
    }

    .dh {
        background: url(../images/dh.png) no-repeat left center;
        padding-left: 24px;
        font-size: 14px;
        line-height: 38px;
        color: #666666;
        float: right;
        display: block;
        margin-right: 30px;
    }
    .language-r{float:right;display:flex;height:38px;justify-content:center;align-items:center}
.language-item{padding:0 2px}
.language-item a{background: #dbdbdb;
        display: block;
        color: #333;
        line-height: 30px;
        padding:0 8px 0 10px;
        border-radius: 8px;}
        .language-item a.active{background:#c40505;color:#fff}

    .pro-consult{background:#c40505;color: #fff;line-height: 35px;font-size: 16px;
        border-radius: 10px;display: inline-block;padding: 5px 50px;text-align: center;margin-top: 15px}
}

@media (max-width: 769px) {
    .pro-consult{background:#c40505;color: #fff;line-height: 35px;border-radius: 10px;font-size: 16px;
        display: inline-block;padding: 5px 50px;text-align: center;margin:10px auto 20px}
    .language-r{float:right;display:flex;height:38px;justify-content:center;align-items:center}
.language-item{padding:0 2px}
.language-item a{background: #dbdbdb;font-size: 13px;
        display: block;
        color: #333;
        line-height: 30px;
        padding:0 8px 0 10px;
        border-radius: 8px;}
        .language-item a.active{background:#c40505;color:#fff}
    .yx0,
    .dh {
        display: none;
    }

    .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }

    .navbar-brand {
        font-size: 14px;
        color: #fff;
    }

    .navbar-nav > li {
        background: #dedede;
    }

    .dropdown-menu li a {
        color: #555 !important;
    }

    .sy {
        background: #c40505;
    }

    .sycpdh {
        margin: 8px auto;
    }

    .sycpdh h2 {
        font-size: 22px;
        line-height: 40px;
        width: 95%;
        display: block;
        margin: 5px auto;
    }

    .sycpdh h2 span {
        font-size: 13px;
    }

    .sycpdh .fl {
        display: none;
    }

    .sycpt:nth-last-child(2n) {
        display: none;
    }

    .sycpt,
    .sycpt1 {
        padding: 5px;
    }

}

.navbar-nav > li > a {
    color: #555;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background: #eee !important;
}

/*小屏图标*/
.navbar-toggle .icon-bar {
    background: #fff;
}

.navbar-toggle {
    border: solid 1px #fff;
    padding: 9px 7px;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
}

.carousel-indicators .active {
    background: #1599bd !important;
}

.carousel-indicators {
    bottom: 0;
}

.carousel-indicators li {
    background: #fff;
}

.sycpbg {
    width: 100%;
    margin: 20px auto 0;
    display: block;
    background: url(../images/cpbg.jpg) repeat-y center top;
}

.sycpdh {
    width: 96%;
    overflow: hidden;
}

.sycpdh h2 {
    color: #444;
    font-weight: normal;
    background: url(../images/hx.jpg) no-repeat left bottom;
}

.sycpdh h2 font {
    margin-left:5px;
    font-size: 14px;
    color: #666;
}

/*.sycpt{width:100%; margin:8px auto; border:solid 1px #eee; overflow:hidden; transition:all .5s}*/
.sycpt {
    margin: 8px auto;
    overflow: hidden;
    transition: all .5s;
    height: auto;
}

.sycpt:hover {
    transform: translate(0,-10px);
}

.sycpt img {
    margin: 0px auto;
    border: solid 1px #eee;
}

.sycpt h2 {
    width: 100%;
    line-height: 38px;
    font-size: 14px;
    background: #f1f1f1 url(../images/sanj.png) no-repeat center top;
    border-top: solid 2px #dcdcdc;
    font-weight: normal;
    text-align: center;
    margin: 0 auto;
    transition: all .5s;
}

.sycpt:hover h2 {
    width: 100%;
    line-height: 38px;
    font-size: 14px;
    background: #e2f1fc url(../images/sanj1.png) no-repeat center top;
    border-top: solid 2px #a7def8;
    font-weight: normal;
    text-align: center;
    margin: 0 auto;
}

.sycpt1 {
    margin: 8px auto;
    overflow: hidden;
    transition: all .5s;
    height: auto;
}

.sycpt1:hover {
    transform: translate(0,-10px);
}

.sycpt1 img {
    margin: 0px auto;
    border: solid 1px #eee;
}

.sycpt1 h2 {
    width: 100%;
    line-height: 38px;
    font-size: 14px;
    background: #f1f1f1 url(../images/sanj.png) no-repeat center top;
    border-top: solid 2px #dcdcdc;
    font-weight: normal;
    text-align: center;
    margin: 0 auto;
    transition: all .5s;
}

.sycpt1:hover h2 {
    width: 100%;
    line-height: 38px;
    font-size: 14px;
    background: #e2f1fc url(../images/sanj1.png) no-repeat center top;
    border-top: solid 2px #a7def8;
    font-weight: normal;
    text-align: center;
    margin: 0 auto;
}

.sycpt1 h2 b {
    font-weight: normal;
}

.syabout {
    width: 100%;
    margin: 10px auto;
    background: #f0f6f6;
    overflow: hidden;
}

.syaboutjj {
    width: 98%;
    margin: 25px auto;
}

.syaboutjj img {
    margin: 10px auto 15px;
}

.syaboutjj h2 {
    font-size: 22px;
    color: #555;
    line-height: 48px;
    background: url(../images/cx.jpg) no-repeat left bottom;
    margin: 0 auto;
    padding: 0;
    font-weight: normal;
    width: 95%;
}

.syaboutjj h3 {
    font-size: 14px;
    color: #666;
    line-height: 35px;
    margin: 0 auto;
    padding: 0;
    font-weight: normal;
    width: 95%;
}

.more a {
    float: right;
    display: block;
    line-height: 28px;
    float: right;
    text-align: center;
    border: solid 1px #dedede;
    margin-top: 20px;
    margin-right: 0px;
    padding: 0 20px;
    color: #666;
    font-size: 13px;
}

.syaboutjj p {
    font-size: 14px;
    color: #777;
    line-height: 28px;
    width: 98%;
}

.synews {
    width: 100%;
}

.synews h2 {
    font-size: 22px;
    color: #555;
    line-height: 48px;
    background: url(../images/hx.jpg) no-repeat left bottom;
    margin: 0 auto;
    padding: 0;
    font-weight: normal;
    width: 95%;
}

.synews h3 {
    font-size: 14px;
    color: #666;
    line-height: 35px;
    margin: 0 auto;
    padding: 0;
    font-weight: normal;
    width: 95%;
}

.synews li {
    font-size: 14px;
    line-height: 28px;
    width: 100%;
    overflow: hidden;
    background: url(../images/dotxw.jpg) no-repeat left 15px;
    transition: all 0.2s;
}

.synews li:hover {
    background: url(../images/dotxw0.jpg) no-repeat left 15px;
}

.synews li:nth-child(even) {
    background: url(../images/dotxw1.jpg) no-repeat left 15px;
    transition: all 0.2s;
}

.synews li:nth-child(even):hover {
    background: url(../images/dotxw10.jpg) no-repeat left 15px;
}

.synews li:hover .wz {
    transform: translate(10px,0);
}

.synews li .wz {
    width: 90%;
    margin: 0px auto;
    border-bottom: dashed 1px #dedede;
    padding-left: 5%;
    transition: all 0.4s;
}

.synews li .wz h4 {
    font-size: 15px;
    color: #555;
    line-height: 30px;
    margin: 0 auto;
    padding: 0;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.synews li .wz p {
    font-size: 13px;
    color: #928888;
    line-height: 26px;
    margin: 0 auto;
    padding: 0;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.syfa {
    overflow: hidden;
    transition: all 0.3s;
    border: solid 1px #dedede;
    margin: 0 auto;
    display: block;
}

.syfa img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
    margin: 0 auto;
    display: block;
}

.syfa:hover img {
    transform: scale(1.1,1.1);
}

.syfawz {
    text-align: center;
    width: 90%;
    padding: 0;
    margin: 0 auto 5px;
    transition: all 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    border-top: none;
}

.syfawz h2 {
    width: 100%;
    padding: 0;
    margin: 0px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #eff0f2;
    font-weight: normal;
    background: url(../images/btx.jpg) no-repeat center bottom;
    position: relative;
    z-index: 999;
    transition: all 0.3s;
}

.syfawz:hover h2 {
    background: url(../images/btx100.jpg) no-repeat center bottom;
}

.syfawz p {
    text-align: left;
    width: 98%;
    padding: 0;
    margin: 5px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: -2px;
    border-top: solid 1px #dedede;
    padding-top: 5px;
}

/*代理*/
.sydl {
    width: 100%;
    margin: 5px auto;
    display: block;
    overflow: hidden;
}

.sydl li {
    width: 48%;
    float: left;
    margin-left: 1%;
    line-height: 35px;
    font-size: 14px;
    text-align: center;
}

.sydl li img {
    width: 100%;
    margin: 5px auto;
    display: block;
    border: solid 1px #dedede;
}

.swiper-container {
    width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    color: #555;
    line-height: 35px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: block;
}

.swiper-button-next,
.swiper-button-prev {
    height: 27px !important;
    display: block;
}

.product-show-section {
    padding: 1px 0 32px;
}

.product-show-swiper-box {
    position: relative;
    padding: 4px 0 58px;
    overflow: hidden;
}

.productShowSwiper {
    width: 100%;
    overflow: hidden;
}

.productShowSwiper .swiper-wrapper {
    align-items: stretch;
}

.productShowSwiper .swiper-slide {
    text-align: center;
    font-size: 14px;
    line-height: normal;
    color: #444;
}

.productShowSwiper .product-show-card {
    width: 100%;
    display: block;
}

.productShowSwiper .product-show-card.fak:last-child {
    display: block;
}

.productShowSwiper .syfa {
    width: 90%;
    aspect-ratio: 1 / 1;
    background: #fff;
}

.productShowSwiper .syfa a {
    display: block;
    width: 100%;
    height: 100%;
}

.productShowSwiper .syfa img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productShowSwiper .syfawz {
    width: 90%;
    margin: 8px auto 0;
    padding-bottom: 0;
    overflow: visible;
    white-space: normal;
}

.productShowSwiper .syfawz h2 {
    font-size: 16px;
    line-height: 34px;
    margin: 0 auto;
    padding-bottom: 5px;
    background: url(../images/btx.jpg) no-repeat center bottom;
}

.productShowSwiper .syfawz p {
    width: 98%;
    margin: 0 auto;
    padding-top: 5px;
    border-top: solid 1px #dedede;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-show-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5;
    display: flex;
    gap: 26px;
}

.product-show-nav button {
    width: 37px;
    height: 37px;
    border: 0;
    border-radius: 4px;
    background: #c40505;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 1;
    cursor: pointer;
}

.product-show-nav button i {
    font-size: 22px;
    line-height: 1;
}

.product-show-nav button:hover {
    background: #a90000;
}

.product-show-nav button.swiper-button-disabled {
    opacity: .45;
    cursor: default;
}

@media (min-width: 769px) {
    .syaboutjj p {
        margin: 20px auto 10px;
                display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 6;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }


    .synews {
        background: url(../images/nex.jpg) repeat-y 8px top;
        margin: 25px auto;
    }

    .synews li {
        margin: 10px auto;
        padding: 5px 0 10px;
    }

    .synews li .wz {
        padding-bottom: 14px;
    }

    .synews h2,
    .synews h3 {
        margin-left: 38px;
    }

    .syfa,
    .syfawz {
        width: 90%;
    }

    .syfawz {
        padding-bottom: 30px;
    }

    .syfawz h2 {
        font-size: 16px;
        line-height: 40px;
    }

    .syfawz p {
        font-size: 14px;
        line-height: 30px;
    }

}

@media (max-width: 769px) {
    .syaboutjj p {
        margin: 10px auto 0;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 5;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        line-height: 1.6;
    }

.syaboutjj {
    width: 98%;
    margin: 15px auto 0;
}
    .syfa,
    .syfawz {
        width: 100%;
    }

    .synews {
        margin: 0px auto;
    }

    .synews li {
        margin: 5px auto;
        padding: 4px 0;
    }

    .synews li .wz {
        padding-bottom: 5px;
    }

    .syfawz h2 {
        font-size: 16px;
        line-height: 35px;
    }

    .syfawz p {
        font-size: 14px;
        line-height: 30px;
    }

    .fak:last-child {
        display: none;
    }

    .product-show-section {
        padding-bottom: 24px;
    }

    .product-show-swiper-box {
        padding: 0 8px 52px;
    }

    .productShowSwiper .syfa,
    .productShowSwiper .syfawz {
        width: 92%;
    }

    .product-show-nav {
        right: 8px;
        bottom: 6px;
        gap: 12px;
    }

}

/*简介分类*/
.nylistdh {
    max-width: 1150px;
    margin: 0 auto;
    font-size: 14px;
    display: block;
    line-height: 40px;
}

.nfljj {
    clear: both;
    text-align: center;
    overflow: hidden;
    width: 98%;
}

@media (min-width: 769px) {
    .nfljj {
        margin: 30px auto 5px;
    }

    .nfljj li {
        margin-right: 10px;
        line-height: 42px;
        color: #555;
        text-align: center;
        display: inline-block;
        margin-bottom: 10px;
    }

    .nfljj li a:hover {
        background: #c40505;
        color: #fff !important;
    }

    .nfljj li a {
        display: inline-block;
        border: solid 1px #dedede;
        padding: 0px 30px;
        font-size: 16px;
    }

    .nfljj li a.selected {
        line-height: 42px;
        font-size: 16px;
        background: #c40505;
        color: #fff !important;
        text-align: center;
        border: none;
        display: inline-block;
    }

    .nynews li .wz {
        float: left;
        width: 80%;
        margin-left: 5%;
    }

    .sy {
        background: #fff;
    }

    .yss {
        background: url(../images/fwbj.jpg) no-repeat center 50px;
        padding: 20px 0;
        margin: 20px auto;
        overflow: hidden;
        min-height: 580px;
    }

    .leys {
        width: 500px;
        float: left;
    }

    .firys {
        margin-left: 30px;
    }

    .firys h1 {
        background: url(../images/ysen1.png) no-repeat left center;
        font-size: 18px;
        color: #4a4a4a;
        padding-left: 80px;
        line-height: 30px;
        line-height: 1.2;
        font-weight: 700;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .firys p {
        font-size: 14px;
        line-height: 26px;
        color: #888;
        margin: 10px auto;
        width: 390px;
        float: left;
    }

    .secys {
        float: left;
        width: 412px;
    }

    .secys h1 {
        background: url(../images/ysen2.png) no-repeat left center;
        font-size: 18px;
        color: #4a4a4a;
        padding-left: 80px;
        line-height: 50px;
        line-height: 1.2;
        font-weight: 700;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .secys p {
        font-size: 14px;
        line-height: 26px;
        color: #666;
        margin: 10px auto;
        width: 340px;
        float: left;
    }

    .thrys {
        float: left;
        width: 412px;
    }

    .thrys h1 {
        background: url(../images/ysen3.png) no-repeat left center;
        font-size: 18px;
        color: #4a4a4a;
        padding-left: 80px;
        line-height: 30px;
        line-height: 1.2;
        font-weight: 700;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .thrys p {
        font-size: 14px;
        line-height: 26px;
        color: #888;
        margin: 10px auto;
        width: 340px;
        float: right;
    }

    .fouys {
        float: right;
        width: 412px;
    }

    .fouys h1 {
        background: url(../images/ysen4.png) no-repeat left center;
        font-size: 18px;
        color: #4a4a4a;
        padding-left: 80px;
        line-height: 30px;
        line-height: 1.2;
        font-weight: 700;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .fouys p {
        font-size: 14px;
        line-height: 26px;
        color: #888;
        margin: 10px auto;
        width: 340px;
        float: right;
    }

    .rigtys {
        width: 500px;
        float: right;
    }

    .ysbt {
        width: 100%;
        margin: 50px auto 20px;
        font-size: 28px;
        color: #4e4e4e;
        text-align: center;
        background: url(../images/btx.jpg) no-repeat center bottom;
        font-weight: 700;
    }

    .newswzbt h2 {
        background: url(../images/btx.jpg) no-repeat center bottom;
        line-height: 1.8;
        font-size: 22px;
        font-weight: 700;
        padding-bottom: 18px;
        text-align: center;
        border-bottom: solid 1px #dedede;
        margin: 40px auto 20px;
        width: 95%;
    }


    .newswzbt h3 {
        line-height: 40px;
        font-size: 14px;
        text-align: center;
        padding: 0;
        margin: 0 auto;
        font-weight: normal;
        color: #666;
    }

    .newswzbt .bi {
        color: #c40505;
        margin-right: 5px;
    }

}

@media (max-width: 769px) {
    .nynews{margin:10px auto!important}
    .sjys {
        padding: 0 10px;
    }

    .ysbt {
        width: 270px;
        margin: 30px auto;
        font-size: 22px;
        color: #4e4e4e;
        text-align: center;
        background: url(../images/btx.jpg) no-repeat center bottom;
    }

    .firys {
        margin: 10px auto;
    }

    .firys h1 {
        background: url(../images/ysen1.png) no-repeat left center;
        font-size: 16px;
        color: #4a4a4a;
        padding-left: 80px;
        line-height: 1.2;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .firys p {
        font-size: 14px;
        line-height: 26px;
        color: #888;
        margin: 10px auto;
    }

    .secys {
        margin: 10px auto;
    }

    .secys h1 {
        background: url(../images/ysen3.png) no-repeat left center;
        font-size: 16px;
        color: #4a4a4a;
        padding-left: 80px;
        line-height: 60px;
    }

    .secys p {
        font-size: 14px;
        line-height: 26px;
        color: #888;
        margin: 10px auto;
    }

    .thrys {
        margin: 10px auto;
    }

    .thrys h1 {
        background: url(../images/ysen2.png) no-repeat left center;
        font-size: 16px;
        color: #4a4a4a;
        padding-left: 80px;
        line-height: 1.2;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .thrys p {
        font-size: 14px;
        line-height: 26px;
        color: #888;
        margin: 10px auto;
    }

    .fouys {
        margin: 10px auto;
    }

    .fouys h1 {
        background: url(../images/ysen4.png) no-repeat left center;
        font-size: 16px;
        color: #4a4a4a;
        padding-left: 80px;
        line-height: 1.2;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .fouys p {
        font-size: 14px;
        line-height: 26px;
        color: #888;
        margin: 10px auto;
    }

    .nfljj {
        margin: 10px auto;
    }

    .nfljj li {
        margin: 0;
        width: 47% !important;
        margin-left: 2%;
        float: left;
        margin-bottom: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        border: solid 1px #dedede;
        height: 38px;
    }

    .nfljj li a {
        display: block;
        float: left;
        width: 100%;
        font-size: 14px;
        line-height: 38px;
    }

    .nfljj li a.selected {
        background: #c40505;
        color: #fff !important;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .nynews li .wz {
        width: 95%;
        margin: 5px auto;
    }

    .newswzbt h2 {
        background: url(../images/btx.jpg) no-repeat center bottom;
        line-height: 1.2;
        font-size: 18px;
        padding: 10px 0;
        text-align: center;
        border-bottom: solid 1px #dedede;
        font-weight: normal;
        margin: 0 auto;
        font-weight: normal;
        margin: 10px auto;
        width: 95%;
    }

    .aboutnr {
        overflow-x: auto;
        overflow-y: visible;
        -webkit-overflow-scrolling: touch;
        margin: 15px auto;
    }

}

.nywzbt {
    background: url(../images/btx1.jpg) no-repeat center bottom;
    line-height: 45px;
    font-size: 20px;
    text-align: center;
    border-bottom: solid 1px #dedede;
}

.newswzbt {
    width: 100%;
    margin: 0 auto 15px;
}

.newswzbt h3 {
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    font-weight: normal;
    color: #666;
}

.aboutnr {
    font-size: 16px;
    width: 98%;
    line-height: 1.8;
    margin: 20px auto;
    color: #555;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.aboutnr img {
    max-width: 100%;
    height: auto !important;
}

.aboutnr table {
    width: 100% !important;
    max-width: 100%;
    margin: 15px 0;
    border-collapse: collapse;
    border-spacing: 0;
    background: #fff;
    color: #555;
}

.aboutnr table th,
.aboutnr table td {
    border: solid 1px #dedede;
    padding: 8px 10px;
    line-height: 1.6;
    text-align: left;
    vertical-align: top;
    word-break: break-word;
}

.aboutnr table th {
    background: #f8f0f1;
    color: #333;
    font-weight: bold;
}

.aboutnr table tr:nth-child(even) td {
    background: #fafafa;
}

.nynews {
    width: 98%;
    margin: 25px auto;
}

.nynews li {
    font-size: 14px;
    line-height: 28px;
    width: 98%;
    overflow: hidden;
    border-bottom: dashed 1px #dedede;
    padding: 20px 0;
    transition: all 0.5s;
}

.nynews li time {
    float: left;
    display: block;
    font-size: 16px;
    line-height: 26px;
    border-right: solid 1px #dedede;
    padding: 0 10px;
    color: #666;
    width: 70px;
    margin-top: 8px;
}

.nynews li .wz h4 {
    font-size: 16px;
    color: #555;
    line-height: 30px;
    margin: 0 auto;
    padding: 0;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/xwdot.jpg) no-repeat left center;
    text-indent: 20px;
}

.nynews li .wz p {
    font-size: 13px;
    color: #666;
    line-height: 26px;
    margin: 0 auto;
    padding: 0;
            display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical
}

.nynews li:hover {
    transform: translate(0,-5px);
}

.nynews li:hover h4 a {
    color: #C33;
}

/*底部*/
.footer {
    width: 100%;
    background: #fcfcfc;
    overflow: hidden;
    padding-bottom: 20px;
    margin-top: 15px;
    border-top: solid 1px #dedede;
}

.footer1 {
    max-width: 1200px;
    margin: 20px auto 0;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.footer1 dl {
    padding: 0 10px;
    color: #999;
    float: left;
    border-right: solid 1px #dedede;
    min-height: 170px;
}

.footer1 dl:last-child {
    border-right: none;
}

.footer1 a {
    color: #999 !important;
}

.footer1 dl dt {
    font-size: 16px;
    line-height: 35px;
}

.footer1 dl dd {
    font-size: 14px;
    line-height: 30px;
    display: block;
}

.footer1 dl dd button {
    border: none;
}

.footer2 {
    width: 100%;
    background: #c40505;
    overflow: hidden;
    text-align: center;
    color: #d8d8d8;
    font-size: 14px;
    line-height: 48px;
}

.footer2 a {
    color: #d8d8d8;
}

.sjfooter {
    width: 100%;
    background: #c40505;
    overflow: hidden;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    line-height: 24px;
    font-size: 10pt;
}

.nycpxq {
    width: 98% !important;
    margin: 0px auto !important;
    clear: both;
}

.nycpxq1 {
    max-width: 95% !important;
    margin: 20px auto !important;
    clear: both;
    font-size: 10pt;
    line-height: 20pt;
}

.nycpxq1 img {
    max-width: 90% !important;
    margin: 0 auto 5px !important;
    clear: both;
    display: block;
}

/*产品图片放大*/
.jqzoom {
    float: left;
    border: none;
    position: relative;
    padding: 0px;
    cursor: pointer;
    margin: 0px;
    display: block;
    margin-left: 35px;
}

.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 500px;
    height: 374px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    background: #ffffff /*url(../images/zoom.png) 50% center no-repeat*/;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
}

/*图片小图预览列表*/
.spec-preview {
    width: 400px;
    margin: 0 auto;
}

.spec-scroll {
    clear: both;
    margin-top: 20px;
    width: 600px;
}

.spec-scroll .prev {
    float: left;
    margin-right: 4px;
}

.spec-scroll .next {
    float: right;
}

.spec-scroll .prev,
.spec-scroll .next {
    display: block;
    font-family: "宋体";
    text-align: center;
    width: 29px;
    height: 129px;
    line-height: 54px;
    cursor: pointer;
    text-decoration: none;
}

.spec-scroll .items {
    float: left;
    position: relative;
    width: 400px;
    height: 110px;
    overflow: hidden;
    margin-left: 14px;
}

.spec-scroll .items ul {
    position: absolute;
    width: 100%;
    height: 90px;
    left: -5px;
}

.spec-scroll .items ul li {
    float: left;
    width: 100px;
    text-align: center;
    margin: 0 10px;
}

.spec-scroll .items ul li img {
    border: 1px solid #CCC;
    padding: 2px;
    width: 100px;
    height: 85px;
}

.spec-scroll .items ul li img:hover {
    border: 2px solid #FF6600;
    padding: 1px;
}

.fd {
    width: 400px;
    float: left;
    margin-right: 40px;
    overflow: hidden;
}

.fd img {
    width: 400px;
    height: auto;
}

.fddk {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 15px;
}

@media (max-width: 768px) {
    .aboutnr {
        overflow-x: auto;
        overflow-y: visible;
        padding-bottom: 8px;
        width: 95%;
        margin:0 auto;
        font-size: 14px!important;
    }

    .aboutnr table {
        min-width: 640px;
        max-width: none;
        font-size: 13px;
    }

    .aboutnr table th,
    .aboutnr table td {
        padding: 7px 8px;
    }

    .fddk {
        display: none;
    }

    .fddk1 {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        padding-bottom: 15px;
    }

    .fd1 {
        overflow: hidden;
        font-size: 15px;
        line-height: 26px;
        color: #555;
        padding: 0 10px;
    }

    .fd1 h2 {
        width: 100%;
        line-height: 35px;
        font-size: 16px;
        font-weight: normal;
        margin: 0;
        padding: 0;
    }

    .cpnynr {
        width: 99%;
        margin: 15px auto 0px;
        line-height: 35px;
        font-size: 16px;
        color: #fff;
        text-indent: 20px;
        display: block;
        border: solid 1px #eee;

        background: #e30016;
        background: -moz-linear-gradient(45deg, #e30016 0%, #e30016 30%, #f8f0f1 30%, #f8f0f1 99%);
        background: -webkit-linear-gradient(45deg, #e30016 0%,#e30016 30%,#f8f0f1 30%,#f8f0f1 99%);
        background: linear-gradient(45deg, #e30016 0%,#e30016 30%,#f8f0f1 30%,#f8f0f1 99%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30016', endColorstr='#f8f0f1',GradientType=1 );
    }

}

@media (min-width: 768px) {
    .fddk1 {
        display: none;
    }

    .fddk {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        padding-bottom: 15px;
    }

    .fd1 {
        width: 680px;
        float: left;
        overflow: hidden;
        line-height: 24px;
    }

    .fd1 h2 {
        width: 100%;
        line-height: 35px;
        font-size: 16px;
        font-weight: normal;
        margin: 0;
        padding: 0;
    }

    .cpnynr {
        width: 99%;
        margin: 15px auto 0px;
        font-weight: 700;
        line-height: 40px;
        font-size: 18px;
        color: #fff;
        text-indent: 20px;
        display: block;
        border: solid 1px #eee;

        background: #e30016;
        background: -moz-linear-gradient(45deg, #e30016 0%, #e30016 15%, #f8f0f1 15%, #f8f0f1 100%);
        background: -webkit-linear-gradient(45deg, #e30016 0%,#e30016 15%,#f8f0f1 15%,#f8f0f1 100%);
        background: linear-gradient(45deg, #e30016 0%,#e30016 15%,#f8f0f1 15%,#f8f0f1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30016', endColorstr='#f8f0f1',GradientType=1 );
    }
    .nylxwm h2{font-size:18px;}

}

body.consult-modal-open { overflow: hidden; }
.consult-modal { position: fixed; inset: 0; z-index: 1050; display: none; align-items: center; justify-content: center; padding: 20px; }
.consult-modal.is-open { display: flex; }
.consult-modal__backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, .48); }
.consult-modal__panel { position: relative; width: min(790px, 100%); max-height: calc(100vh - 40px); overflow-y: auto; background: #fff; box-shadow: 0 10px 35px rgba(0, 0, 0, .2); color: #333; }
.consult-modal__header { height: 68px; display: flex; align-items: center; justify-content: space-between; padding: 0 28px; border-bottom: 1px solid #ddd; }
.consult-modal__header h2 { margin: 0; font-size: 22px; line-height: 1; font-weight: 700; letter-spacing: 0; }
.consult-modal__close { position: relative; width: 34px; height: 34px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.consult-modal__close::before, .consult-modal__close::after { content: ''; position: absolute; left: 7px; top: 16px; width: 22px; height: 2px; background: #777; }
.consult-modal__close::before { transform: rotate(45deg); }
.consult-modal__close::after { transform: rotate(-45deg); }
.consult-form { display: grid; gap: 16px; padding: 10px 28px 28px; }
.consult-form__notice { display: flex; align-items: center; min-height: 64px; margin-bottom: 10px; padding: 16px 31px; border: 1px solid #e5e5e5; border-radius: 20px 0 20px 0; color: #555; font-size: 18px; font-weight: 700; }
.consult-form__notice span { display: inline-grid; place-items: center; flex: 0 0 18px; width: 18px; height: 18px; margin-right: 7px; border-radius: 50%; background: #999; color: #fff; font-size: 12px; }
.consult-form input, .consult-form textarea { display: block; width: 100%; border: 1px solid #ddd; border-radius: 5px; background: #fff; color: #333; font: 16px/1.5 Arial, sans-serif; outline: none; box-shadow: none; }
.consult-form input { height: 45px; padding: 0 20px; }
.consult-form textarea { height: 114px; padding: 12px 20px; resize: vertical; }
.consult-form input::placeholder, .consult-form textarea::placeholder { color: #999; opacity: 1; }
.consult-form input:focus, .consult-form textarea:focus { border-color: #b5b5b5; }
.consult-form .is-invalid { border-color: #d60000; }
.consult-form__captcha-row { display: grid; grid-template-columns: 1fr 120px; gap: 8px; }
.consult-form__captcha { width: 120px; height: 46px; padding: 0; overflow: hidden; border: 0; border-radius: 5px; background: #eee; cursor: pointer; }
.consult-form__captcha canvas { display: block; width: 120px; height: 46px; }
.consult-form__error { display: none; margin: -7px 0 -4px; color: #d60000; font-size: 14px; }
.consult-form__error:not(:empty) { display: block; }
.consult-form__submit { width: 90%; height: 51px; margin: 9px auto 0; border: 0; border-radius: 26px; background: #d60000; color: #fff; font-size: 18px; cursor: pointer; }
.consult-form__submit:hover, .consult-form__submit:focus { background: #bb0000; }
.zxly {
    margin: 5px auto;
    overflow: hidden;
}

.zxly label {
    width: 25%;
    float: left;
    text-align: right;
    font-size: 14px;
    line-height: 40px;
    font-weight: normal;
}

.zxly .k {
    width: 60%;
    float: left;
    padding-left: 1%;
    margin-left: 1%;
    border: solid 1px #dedede;
    height: 38px;
}

.zxly .k1 {
    width: 60%;
    float: left;
    padding-left: 1%;
    margin-left: 1%;
    border: solid 1px #dedede;
    height: 70px;
}
.zxly .k2{
    width: 50%;
    float: left;
    padding-left: 1%;
    margin-left: 1%;
    border: solid 1px #dedede;
    height: 38px;
}

.zxly .an {
    width: 220px;
    color: #fff;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    border: none;
    display: block;
    font-size: 16px;
    background: #f07c00;
}
@media (max-width: 767px) {
    .consult-modal { padding: 10px; align-items: center; justify-content: center; }
    .consult-modal__panel { max-height: calc(100vh - 20px); }
    .consult-modal__header { height: 58px; padding: 0 18px; }
    .consult-modal__header h2 { font-size: 20px; }
    .consult-form { gap: 12px; padding: 10px 18px 22px; }
    .consult-form__notice { min-height: 58px; margin-bottom: 2px; padding: 12px 16px; border-radius: 14px 0 14px 0; font-size: 15px; }
    .consult-form textarea { height: 100px; }
    .consult-form__captcha-row { grid-template-columns: minmax(0, 1fr) 104px; }
    .consult-form__captcha, .consult-form__captcha canvas { width: 104px; }
    .consult-form__submit { width: 100%; }
    .cpxqtp{display: block;border-radius: 10px;border: solid 1px #dedede;width: 90%;margin:10px auto;overflow: hidden}
    .cpxqtp img{display: block;margin:0 auto;}
    .zxly {
        margin: 5px auto;
        overflow: hidden;
    }

    .zxly label {
        width: 20%;
        float: left;
        text-align: right;
        font-size: 14px;
        line-height: 40px;
        font-weight: normal;
    }

    .zxly .k {
        width: 70%;
        float: left;
        padding-left: 1%;
        margin-left: 1%;
        border: solid 1px #dedede;
        height: 38px;
    }

    .zxly .k1 {
        width: 70%;
        float: left;
        padding-left: 1%;
        margin-left: 1%;
        border: solid 1px #dedede;
        height: 70px;
    }
    .zxly .k2 {
        width: 70%;
        float: left;
        padding-left: 1%;
        margin-left: 1%;
        border: solid 1px #dedede;
        height: 70px;
    }

    .zxly .an {
        width: 220px;
        color: #fff;
        line-height: 40px;
        margin: 0 auto;
        text-align: center;
        border: none;
        display: block;
        font-size: 16px;
        background: #f07c00;
    }
}

.syp {
    width: 98%;
    margin: 20px auto 10px;
    border-top: dashed 1px #dedede;
    padding-top: 5px;
}

.syp li {
    font-size: 14px;
    line-height: 30px;
    padding: 0 15px;
    color: #555;
}

.cpxqtp {
    width: 98%;
    margin: 5px auto;
    display: block;
}

#listfy {
    font-size: 13px;
    clear: both;
    width: 98%;
    margin: 25px auto;
    overflow: hidden;
    text-align: center;
}

#listfy ul {
    width: 98%;
    padding: 12px 0px 12px 16px;
    clear: both;
    margin: 5px auto;
}

#listfy ul li {
    width: auto;
    line-height: 28px;
    display: inline-block;
    border: 1px solid #E9E9E9;
    font-size: 14px;
    margin: 0px 8px 0px 0px;
    color: #666;
}

#listfy ul li a {
    padding: 0px 8px;
    color: #555;
    text-decoration: none;
    display: block;
}

#listfy ul li.thisclass a,
.pagebox ul li.thisclass a:hover {
    padding: 2px 8px;
    font-weight: bold;
    background: #1f519d;
    font-size: 14px;
    line-height: 28px;
    color: #FFF;
}

#listfy ul li.thisclass {
    padding: 0px 10px;
    font-weight: normal;
    background: #1f519d;
    font-size: 14px;
    line-height: 28px;
    color: #FFF;
}

#listfy .pageinfo {
    line-height: 28px;
    padding: 12px 10px 12px 16px;
    color: #999;
}

#listfy .pageinfo strong {
    color: #555;
    font-weight: normal;
    margin: 0px 2px;
}

#listfy select {
    color: #555;
    margin: 0px 2px;
    font: normal 14px/30px "微软雅黑";
}

.nylxwm {
    font-size: 14px;
    line-height: 28px;
}

   .nylxwm h2{font-size:22px;margin-bottom:15px}
.zxly {
    margin: 5px auto;
    overflow: hidden;
}

.zxly label {
    width: 25%;
    float: left;
    text-align: right;
    font-size: 14px;
    line-height: 40px;
    font-weight: normal;
}

.zxly .k {
    width: 60%;
    float: left;
    padding-left: 1%;
    margin-left: 1%;
    border: solid 1px #dedede;
    height: 38px;
}

.zxly .k1 {
    width: 60%;
    float: left;
    padding-left: 1%;
    margin-left: 1%;
    border: solid 1px #dedede;
    height: 70px;
}

.zxly .an {
    width: 220px;
    color: #fff;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    border: none;
    display: block;
    font-size: 16px;
    background: #f07c00;
}

.wrapper101 {
    width: 1200px;
    margin: 0 auto;
    height: 390px;
    margin-bottom: 30px;
}

.prize101 {
    width: 1200px;
    margin: 20px 0 0 0;
    position: relative;
    font: 12px Tahoma,sans-serif;
    padding: 1px;
    color: #052d30;
    z-index: 9999;
}

/*title*/

/*content*/
.prize-con101 {
    width: 1200px;
    margin: 15px auto;
    height: 320px;
    overflow: hidden;
    position: relative;
    padding: 8px 0;
}

.prize-con101 ul {
    width: 200%;
    position: absolute;
    left: -33px;
}

.prize-con101 li {
    float: left;
    display: inline;
    line-height: 25px;
    text-align: center;
    margin: 0 20px;
    width: 265px;
    margin-bottom: 30px;
}

.prize-con101 li a {
    color: #555;
}

.prize-con101 .cptp img {
    width: 265px;
    height: 256px;
    margin: 0 auto;
    display: block;
}

.fdj {
    position: absolute;
    top: 100px;
    left: 180px;
    opacity: 0;
    transition: all ease .3s;
}

.prize101 .tt1 {
    width: 323px;
    height: 50px;
    display: block;
    font-size: 14px;
    text-align: center;
    color: #555;
    line-height: 30px;
}

.block202 {
    width: 170px;
    margin: 0;
}

.block202 .prize-con {
    width: 150px;
    height: 410px;
    padding: 0;
    margin: 10px auto;
}

.block202 ul {
    width: auto;
}

.block202 li {
    float: none;
}

/*button*/
.prize101 .l-bun,
.prize101 .r-bun {
    display: block;
    width: 37px;
    height: 37px;
    cursor: pointer;
}

div.l-bun {
    display: block;
    background: url(../images/leftj.png) no-repeat;
    width: 37px;
    position: absolute;
    top: 350px;
    left: 1080px;
}

div.r-bun {
    background-position: 0 -15px;
    right: 1px;
    display: block;
    background: url(../images/rightj.png) no-repeat;
    line-height: 40px;
    position: absolute;
    top: 350px;
    right: 20px;
}

/*页码*/
.list-page {
    text-align: center;
    width: 98%;
    margin: 2.5rem auto 1rem;
    display: flex;
    justify-content: center;
}

.pagination a {
    color: #0b112a !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff !important;
    cursor: default;
    background-color: #333 !important;
    border-color: #ddd !important;
}
