.structure-layout .h1,
.structure-layout .h2,
.structure-layout .h3,
.structure-layout .h4,
.structure-layout .h5,
.structure-layout .h6 {
    color: #000;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
    font-size: 1.75rem;
}

.structure-layout .product-structure .structure-table {
    padding-top: 20px;
    padding-bottom: 20px;
    border-collapse: collapse;
}

.structure-layout .product-structure .structure-table .structure-row {
    display: table-row;
    margin: 10px 0;
}

.structure-layout .product-structure .structure-table .structure-row .col-left {
    width: 40%;
    background-color: #fafafa;
}

.structure-layout .product-structure .structure-table .structure-row .col-right {
    width: 60%;
    background-color: #fff;
    display: table-cell;
}

.structure-layout .product-structure .structure-table .structure-row .col-left,
.structure-layout .product-structure .structure-table .structure-row .col-right {
    padding: 12px;
    display: table-cell;
    border: 1px solid #f4f4f4;
    font-size: 14px;
    color: #222;
    line-height: 20px;
}

table.has-title {
    margin-bottom: 10px;
}

@media (min-width: 990px) {
    .poorder {
        position: absolute;
        right: 20px;
        top: -27px;
    }
}

.poorder .tab-list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.poorder .tab-list dd {
    cursor: pointer;
}

.poorder #ert {
    width: 21px;
    height: 22px;
    float: left;
    background-image: url(../images/p-he.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.poorder #uioi {
    width: 21px;
    height: 22px;
    float: left;
    background-image: url(../images/p-su.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.poorder .tab-list .list .current {
    background-image: url(../images/p-he-1.jpg) !important;
}

.poorder .tab-list .list1 .current {
    background-image: url(../images/p-su-1.jpg) !important;
}


/*  */

@media (min-width: 990px) {
    .page-wrap-left {
        display: none;
    }
}

.icon-font {
    position: relative;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.xypg-left-box {
    margin-bottom: 20px;
}

.xypg-left-title {
    background: var(--main-theme-color);
    padding: 10px 20px;
    position: relative;
}

.xypg-left-title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    text-transform: capitalize;
    z-index: 9;
}

.xypg-left-con {
    border: 1px solid #d2d2d2;
    border-top: none;
}

/*  */

.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 999;
}

.page-mob-tool li.xymob-page-navbtn span {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 0;
    background: url(../images/menux.png) no-repeat center;
    font-family: "Candara", "SF Pro Display", "Arial";
    width: 40px;
    height: 40px;
    display: block;
}

.page-mob-tool li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.page-mob-tool li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: var(--main-theme-color);
    opacity: .7;
}

.page-mob-tool li i {
    display: block;
    width: 100%;
    height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
    background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
    background-position: -30px -60px;
}

@media (min-width: 992px) {
    .page-mob-tool {
        display: none;
    }
}

/* 手机站 左侧导航弹出特效 */
.xymob-left-close-btn {
    display: none;
}


@media (max-width: 990px) {

    /* 弹出框之后 body 上增加一个禁止滚动的类*/
    body.no-scroll,
    html.no-scroll {
        height: 100vh;
        overflow: hidden;
    }

    .xymob-menu-click {
        position: fixed;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
    }

    .xymob-menu-click .xypg-left-news,
    .xymob-menu-click .xypg-left-keys,
    .xymob-menu-click .xypg-left-contact,
    .xymob-menu-click .page-message-img {
        display: none;
    }

    .xymob-menu-click .xymob-left-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        background: black;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font:after {
        background-position: -30px -300px;
    }

    .xymob-menu-click .xypg-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 90vh;
        padding: 5vh 0;
    }

    .xymob-menu-click .xypg-left .xypg-left-menu {
        width: 90%;
        background: #fff;
    }

    .xymob-menu-click.click {
        left: 0;
    }
}


/* 内页左侧导航栏样式 */
.xypg-left-nav {
    margin: 0 -1px;
}

.xypg-left-nav>li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.xypg-left-nav>li:last-child {
    border-bottom: none;
}

.xypg-left-nav>li>a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
}

.xypg-left-nav>li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}

.xypg-left-nav>li .first-nav-btn.clicked {
    background-position: 0 -270px;
}

.xypg-left-nav>li:hover>a,
.xypg-left-nav>li.clicked>a {
    color: var(--main-theme-color);
}

.xypg-left-nav>li:hover .first-nav-btn,
.xypg-left-nav>li.clicked .first-nav-btn {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav {
    display: none;
    padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav>li {
    border-top: 1px dashed #eeeeee;
}

.xypg-left-nav .xypg-left-subnav>li>a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
}

.xypg-left-nav .xypg-left-subnav>li>a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav>li.clicked>a {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav>li>a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.xypg-left-nav .xypg-left-threenav>li>a:before {
    content: '\2014   ';
}

.xypg-left-nav .xypg-left-threenav>li>a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav>li.clicked>a {
    color: var(--main-theme-color);
}

@media (max-width: 990px) {
    .xypg-left-nav .xypg-left-threenav {
        display: block;
    }
}


/*  */
p {
    margin: 0;
}

body {
    overflow-x: hidden;
}

.com-img {
    display: block;
    overflow: hidden;
}

.com-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.com-img2 {
    display: block;
    overflow: hidden;
}

.com-img2 img {
    transition: transform .3s ease-out;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
}

.com-img2:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.relative {
    position: relative;
}

.flex2 {
    display: flex;
    display: -webkit-flex;
}

.wrap {
    flex-wrap: wrap
}

.j-space-between {
    justify-content: space-between
}

.j-flex-start {
    justify-content: flex-start
}

.j-flex-end {
    justify-content: flex-end
}

.j-center {
    justify-content: center
}

.a-j-center {
    align-items: center;
    justify-content: center
}

.a-center {
    align-items: center
}

.a-flex-start {
    align-items: flex-start
}

.a-flex-end {
    align-items: flex-end
}

.clamp1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.clamp2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.max1600 {
    max-width: 1600px;
    width: 90.625%;
    margin: 0 auto;
}

.max1500 {
    max-width: 1500px;
    width: 90.625%;
    margin: 0 auto;
}

.max1400 {
    max-width: 1430px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1200 {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.wh {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}

.of {
    overflow: hidden;
}

.flexf {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flexs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}


/* header */
.header {
    left: 0;
    top: 4%;
    width: 100%;
    z-index: 999;
    position: absolute;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}


.top-mid-flex {}

.logo {
    position: relative;
    width: 16.75%;
}

.logo a {
    display: block
}

.logo a img {
    max-width: 100%;
}

.top_right {
    width: 72%;
}

.header-ss {
    margin-left: 1.25vw;
    position: relative;
    width: 36px;
    height: 36px
}

.header-ss .ss_btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    background: url(//wm.cdn.cn86.cn/huizhoukerui/2025/03/912029ca77vmcw3b.png) no-repeat center;
    cursor: pointer
}

.search-box {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99;
    display: none;
    background: #fff;
    padding: 16px 20px;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%)
}

.header-ss .ss-search {
    width: 220px;
    position: relative;
    background: #fff;
    border: 1px solid var(--main-theme-color);
    display: flex
}

.header-ss .ss-search input {
    height: 34px;
    line-height: 34px;
    outline: 0;
    border: none;
    font-size: 0
}

.header-ss .ss-search #keyword {
    width: calc(100% - 50px);
    padding-left: 10px;
    color: #000;
    font-size: 14px
}

.header-ss .ss-search #s_btn {
    width: 50px;
    background-color: var(--main-theme-color);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(//cdn.myxypt.com/1a7e079f/24/06/a56ff77c79b014cb5708c10b590703e9baedb3fa.png)
}


@media(max-width:995px) {
    .header {
        top: 5px;
    }

    .logo {
        width: 40%;
    }

    .language-group .btn {
        color: #fff;
        font-size: 12px;
    }
}

.navbar-nav-box {
    width: 80%;
}

.x-menu {
    position: relative
}

.x-menu>li {
    position: relative;
    text-align: center
}

.x-menu>li>a {
    display: block;
    font-size: 16px;
    color: #fff;
    height: 45px;
    line-height: 45px;
    font-weight: 400
}

.x-menu>li:hover>a {
    color: var(--main-theme-color) !important
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 200%;
    left: -50%;
    top: 100%;
    display: none;
    background: #fff;
    border-radius: 0;
    padding: 0 0
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .6em .3em
}

.x-sub-menu>li>a:hover {
    color: #fff !important;
    background-color: var(--main-theme-color)
}

@media (min-width:1200px) {
    .x-menu>li {
        /* margin-left: 15px;
        margin-right: 15px */
    }
}

@media (min-width:1440px) {
    .x-menu>li {
        /* margin-left: 22px;
        margin-right: 22px */
    }
}


/* banner */
.banr {
    position: relative;
}

.banr .mySwiperbn {
    overflow: hidden;
}

.banr .swiper-slide {
    overflow: hidden;
    width: 100%;
}

.banr .swiper-paginationbn {
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 999;
    bottom: 4%;
}

.banr .swiper-pagination-bullet {
    width: 11px;
    height: 9px;
    margin: 0 5px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
    cursor: pointer;
}

.banr .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
    width: 36px;
    border-radius: 18px;
}

.banr .swiper-slide img {
    width: 100%;
    display: block;
}

.banr .swiper-slide-active img {
    animation: dt2 1s linear .65s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
}

.banr .swiper-slide-prev {
    OPACITY: 1 !important;
}

.banr .swiper-slide-prev img {
    animation: dt1 1s linear .65s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
}


@keyframes dt1 {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0.7);
        opacity: 0;
    }
}


@keyframes dt2 {
    0% {
        transform: scale(1.3);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}


/*搜索和热门搜索*/
.sousus {
    border: 1px solid rgb(255, 255, 255);
    width: 502px;
    height: 52px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    bottom: 15%;
    z-index: 99;
}

#formsearch2 {
    padding: 3px;
}

#formsearch2 input#keyword {
    height: 44px;
    line-height: 44px;
    padding-left: 15px;
    float: left;
    color: #fff;
    font-size: 14px;
    background: none;
    border: none;
    outline: none;
    width: calc(100% - 110px);
}

#formsearch2 input#s_btn {
    width: 97px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    outline: none;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 12px;
    float: right;
    background: url(//wm.cdn.cn86.cn/haiwan/2025/08/53509741a3gms2bn.png) no-repeat center center #f39904;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#formsearch2 input::-webkit-input-placeholder {
    color: #ffffff;
}

#formsearch2 textarea::-webkit-input-placeholder {
    color: #ffffff;
}

.product_list1 {
    margin-top: 38px;
}

.product_list1 li {
    float: left;
    margin-right: 57px;
    margin-bottom: 28px;
}

.product_list1 li:nth-child(4n) {
    margin-right: 0;
}

.product_list1 li img {
    width: 257px;
    height: 293px;
    display: block;
}

.product_list1 li h3 {
    text-align: center;
    font-weight: normal;
    color: #3f3f3f;
    font-size: 20px;
}

/*主体样式*/
.box1 {
    background: url(//wm.cdn.cn86.cn/haiwan/2025/08/3083f1887bfrubhr.jpg) no-repeat;
    background-size: 100% 100%;
    padding-top: 4.6vw;
    padding-bottom: 7vw;
}

.abcont {
    position: relative;
}

.aben {
    position: absolute;
    left: 5.98%;
    top: 26%;
    z-index: 99;
}

.aby {
    width: 79.17%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.apic {
    width: 36.53%;
}

.apic img {
    width: 100%;
    display: block;
}

.about {
    width: 63.47%;
    box-shadow: 0px 0px 7px 0px rgba(34, 23, 20, 0.25);
    background: #fff;
    position: relative;
}

.abnr {
    width: 80%;
    margin: 0 auto;
    padding: 15% 0;
}

.abtt {
    color: #333333;
    font-size: 24px;
}

.ab {
    color: #555555;
    font-size: 14px;
    line-height: 26px;
    margin: 4% 0 13%;
}

a.am {
    display: block;
    text-align: center;
    color: #f39904;
    font-size: 14px;
    line-height: 40px;
    width: 142px;
    border: 1px solid #f39904;
}

a.am:hover {
    background: #f39904;
    color: #fff;
}

.jia {
    position: absolute;
    right: 0;
    bottom: 0;
}


.box2 {
    background: #272d3b;
    margin-top: -1px;
}

.yin {
    background: #ffaa1c;
    transform: translateY(-7vw);
    padding: 4vw 0;
}

.bt {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.bt .hx {
    width: 66px;
    height: 3px;
    background: #fff;
}

.bt .wz {
    color: #fff;
    font-size: 30px;
    margin: 0 2.4vw;
}

.add1 {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 15px;
    margin-top: 2vw;
}

.add1 li {
    width: 23.2%;
    margin: 1vw 0;
    background: url(//wm.cdn.cn86.cn/haiwan/2025/08/5c2dfa1738url5q8.png) no-repeat right bottom #fff;
    padding: 0 2%;
    height: 130px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.add1 li .img {
    width: 65px;
    line-height: 48px;
    height: 48px;
}

.add1 li .det {
    width: calc(100% - 65px);
}

.add1 li .wz1 {
    color: #555555;
    font-size: 16px;
}

.add1 li .wz2 {
    color: #888888;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 5px;
}

.add1 li.ymo {
    background: #ffc461;
    text-align: center;
}

.add1 li.ymo img {
    margin: 0 auto;
}

.add1 li.ymo .wz {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}

.add1 li:hover .wz1 {
    color: #ffaa1c;
}


.box3 {
    background: #272d3b;
    margin-top: -2.4vw;
    padding-bottom: 3.76vw;
}

.sort1 {
    margin-top: 3vw;
}

.sort1 li {
    width: 24%;
    background: #fff;
    margin: 0.5vw 0;
    text-align: center;
}

.sort1 li .img img {
    width: 100%;
    display: block;
}

.sort1 li .hx1 {
    width: 48px;
    height: 2px;
    background: #ededed;
    margin: 0 auto;
}

.sort1 li .wz {
    color: #333333;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 2vw 0;
}

.sort1 li .wz2 {
    color: #333333;
    font-size: 16px;
    margin-top: 1.98vw;
}

.sort1 li.pa a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.sort1 li:hover .wz {
    color: #f39904;
}

.sort1 li:hover .wz2 {
    color: #f39904;
}


.box4 {
    background: url(//wm.cdn.cn86.cn/haiwan/2025/08/1dee385214ysly2v.jpg) no-repeat center bottom #272d3b;
    padding-bottom: 5vw;
}

.xw {
    margin-top: 2.6vw;
}

.xw li {
    width: 32%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
}

.xw li .tu img {
    width: 100%;
    display: block;
}

.xw li .tu {
    position: relative;
    overflow: hidden;
}

.xw li .time {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 99px;
    height: 79px;
    background: rgb(255, 255, 255, .85);
}

.xw li .time .aa {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.xw li .tm1 {
    color: #68a9e1;
    font-size: 30px;
}

.xw li .tm2 {
    color: #68a9e1;
    font-size: 14px;
}

.xw li .det {
    width: 86%;
    margin: 0 auto;
    padding: 24px 0 35px;
}

.xw li .wz {
    color: #555555;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xw li .wz2 {
    color: #888888;
    font-size: 14px;
    overflow: hidden;
    line-height: 24px;
    height: 48px;
    margin: 16px 0 21px;
}

.xw li .mo {
    color: #888888;
    font-size: 14px;
    text-transform: uppercase;
}

.xw li:hover .wz {
    text-decoration: underline;
    color: #ffaa1c;
}








/*友情链接*/
.flink a {
    margin: 0 3px;
}


/*页面底部*/
.foot {
    background: #272d3b;
}

.ftcont {
    padding: 3.287vw 0 4vw;
}

.foot1 {
    width: 22.92%;
}

.fadd {
    margin-top: 38px;
}

.fadd li {
    width: 41.82%;
    text-align: center;
}

.fadd li img {
    width: 100%;
    display: block;
}

.fadd li .wz {
    color: #999999;
    font-size: 14px;
    margin-top: 16px;
}


.f_nav {
    width: 37.58%;
    margin-right: 2%;
}

.f_nav dl {
    float: left;
    width: 30%;
}

.f_nav dl:nth-of-type(2){
    width: 70%;
}

.f_nav dt {
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
}

.f_nav dd a {
    font-size: 14px;
    color: #888888;
    line-height: 24px;
}

.f_nav dd a:hover {
    color: #fff;
}

.foot3{
    width: 30%;
}

.ftt {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.lx {
    color: #888888;
    font-size: 14px;
    line-height: 37px;
    margin-top: 12px;
}

.lx a {
    color: #888888;
}

.copy {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    border-top: 1px solid #636771;
    padding: 20px 0;
    text-align: center;
}

.copy a {
    color: #fff;
}



/*内页左侧样式*/
.page-product-inquiry a {
    color: #fff;
}

@media (max-width:1024px) {
    .aben {
        width: 30%;
        top: 32%;
    }

    .aben img {
        width: 100%;
        display: block;
    }

    .abnr {
        padding: 8% 0;
    }

    .ab {
        margin: 4% 0 8%;
    }

    .fadd li {
        width: 45%;
    }
}



@media (max-width: 768px) {
    .xypg-right-content p img {
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
    }

    .aby {
        width: 100%;
    }

    .aben {
        display: none;
    }

    .bt .wz {
        font-size: 25px;
    }

    .bt .hx {
        width: 40px;
        height: 2px;
    }

    .add1 li {
        width: 49%;
        height: 110px;
    }

    .sort1 li {
        width: 49%;
        margin: 1% 0;
    }

    .xw li .time {
        width: 80px;
        height: 68px;
    }

    .xw li .tm1 {
        font-size: 25px;
    }

    .xw li {
        width: 49%;
    }

    .xw li:last-child {
        display: none;
    }

    .foot {
        padding-bottom: 20%;
    }

    .foot1 {
        width: 35%;
    }

    .copy {
        font-size: 12px;
        padding: 10px 0;
    }

    .lx {
        line-height: 30px;
    }

    .fadd {
        margin-top: 22px;
    }

    .fadd li .wz {
        margin-top: 10px;
    }
}


@media (max-width:428px) {
    .box1 {
        background: #f39904;
    }

    .apic {
        width: 100%;
    }

    .about {
        width: 100%;
    }

    .bt .wz {
        font-size: 20px;
    }

    .bt .hx {
        width: 25px;
        height: 2px;
    }

    .add1 li {
        width: 100%;
    }

    .sort1 li .wz {
        padding: 20px 0;
    }

    .sort1 li .wz2 {
        margin-top: 20px;
    }

    .box4 {
        padding-top: 3vw;
    }

    .xw li {
        width: 100%;
        margin: 5px 0;
    }

    .xw li .det {
        padding: 20px 0;
    }

    .xw li .wz2 {
        margin: 10px 0;
    }

    .foot1 {
        width: 100%;
        float: none;
    }

    .foot3 {
        width: 100%;
        float: none;
        margin-top: 15px;
    }

    .ftcont {
        padding: 28px 0;
    }

    .fadd {
        width: 78%;
    }

    .flogo {
        width: 50%;
    }

    .flogo img {
        width: 100%;
        display: block;
    }

    .lx {
        line-height: 25px;
    }

}