@charset "UTF-8";

@font-face {
    font-family: 'Conv_interstate-bold';
    src: url('../font/interstate-bold.eot?v=1674196206');
    src: local('☺'), url('../font/interstate-bold.woff?v=1674196206') format('woff'), url('../font/interstate-bold.ttf?v=1674196206') format('truetype'), url('../font/interstate-bold.svg?v=1674196206') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Museo Sans 300';
    src: url('../font/MuseoSans-300.eot?v=1675050554');
    src: url('../font/MuseoSans-300.eot?v=1675050554?#iefix') format('embedded-opentype'),
    url('../font/MuseoSans-300.woff2?v=1675050554') format('woff2'),
    url('../font/MuseoSans-300.woff?v=1675050554') format('woff'),
    url('../font/MuseoSans-300.ttf?v=1675050554') format('truetype'),
    url('../font/MuseoSans-300.svg?v=1675050554#MuseoSans-300') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Museo Sans 700';
    src: url('../font/MuseoSans-700.eot?v=1675051028');
    src: url('../font/MuseoSans-700.eot?v=1675051028?#iefix') format('embedded-opentype'),
    url('../font/MuseoSans-700.woff2?v=1675051028') format('woff2'),
    url('../font/MuseoSans-700.woff?v=1675051028') format('woff'),
    url('../font/MuseoSans-700.ttf?v=1675051028') format('truetype'),
    url('../font/MuseoSans-700.svg?v=1675051028#MuseoSans-700') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





@font-face {
    font-family: Montserrat;
    font-weight: 500;
    font-style: normal;
    font-display: fallback;
    src: url("/skin/font/montserrat_n5.07ef3781d9c78c8b93c98419da7ad4fbeebb6635.woff2") format("woff2"), url("/skin/font/montserrat_n5.adf9b4bd8b0e4f55a0b203cdd84512667e0d5e4d.woff") format("woff"); }





@font-face {
    font-family: 'Nunito';
    src: url('/skin/font/Nunito-Regular.eot');
    src: url('/skin/font/Nunito-Regular.eot?#iefix') format('embedded-opentype'),
    url('/skin/font/Nunito-Regular.woff2') format('woff2'),
    url('/skin/font/Nunito-Regular.woff') format('woff'),
    url('/skin/font/Nunito-Regular.ttf') format('truetype'),
    url('/skin/font/Nunito-Regular.svg#Nunito-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
  font-family: Helvetica Neue;
  src: url(/skin/font/HelveticaNeue.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}








/* ==================== 重置默认样式 start ==================== */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;

    font-family: "Montserrat,Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Source Han Sans", "Noto Sans SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
    outline: none
}
*:before,
*:after {
    vertical-align: middle;
    box-sizing: border-box;
}

html {
    margin: 0 auto;
}
ul,
li,
ol {
    list-style: none;
}
em {
    font-style: normal;
}
img {
    vertical-align: middle;
    max-width: 100%;
}
a {
    color: inherit;
    text-decoration: none;
    outline: none;
    -webkit-backface-visibility: hidden;
}
a:hover {
    text-decoration: none;
}
a:focus {
    outline: none;
}
input:focus,
select:focus,
textarea:focus {
    outline: -webkit-focus-ring-color auto 0;
}
button,
input {
    border: 0;
    outline: none;
    background: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th,
td {
    vertical-align: middle;
}
i {
    font-style: inherit;
}
#map label {
    max-width: initial;
}
#map img {
    max-width: initial;
}
p{ margin-bottom: 0}
/* ==================== 重置默认样式 end ==================== */
/* ==================== 常用样式 start ==================== */
/* 清除浮动 */
.clearfix {
    display: block;
    zoom: 1;
}
.clearfix:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* bootstart ul */
ul,
h1,
h2,
h3,
h4,
li,
p {
    padding: 0;
    margin: 0;
}
/* 外层容器样式 */
section {
    overflow: hidden;
}
/* 通用正文样式 */
article {
    font-size: 0.3rem;
    line-height: 1.8;
    text-align: justify;
    color: #333;
}
/* 图片统一动画 */
.mxw-image {
    overflow: hidden;
}
.mxw-image:hover img {
    transform: scale(1.1);
}
.mxw-image img {
    transition: all 0.4s;
    width: 100%;
}
/* ==================== 常用样式 end ==================== */
/* ==================== 置顶按钮 start ==================== */
/*
#goto-top {
    position: fixed;
    z-index: 10;
    right: 20px;
    bottom: 10%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: #ff7e00;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    transition: all 0.4s;
    visibility: hidden;
    opacity: 0;
    border: 1px solid #fff;
}
#goto-top.active {
    visibility: visible;
    opacity: 1;
}
#goto-top:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    margin-top: 6px;
}
@media screen and (max-width: 751px) {
    #goto-top {
        width: 30px;
        height: 30px;
        right: 10px;
    }
}*/
/* ==================== 置顶按钮 end ==================== */
/* ==================== 文本行数限制 start ==================== */
.u-line-1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.u-line-2 {
    -webkit-line-clamp: 2;
}
.u-line-3 {
    -webkit-line-clamp: 3;
}
.u-line-4 {
    -webkit-line-clamp: 4;
}
.u-line-5 {
    -webkit-line-clamp: 5;
}
.u-line-6 {
    -webkit-line-clamp: 6;
}
.u-line-2,
.u-line-3,
.u-line-4,
.u-line-5,
.u-line-6 {
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
/* ==================== 文本行数限制 end ==================== */
/* ==================== flex通用布局 start ==================== */
.u-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.u-flex-wrap {
    flex-wrap: wrap;
}
.u-flex-nowrap {
    flex-wrap: nowrap;
}
.u-flex-col {
    flex-direction: column;
}
.u-grow-1 {
    flex-grow: 1;
}
.u-col-center {
    align-items: center;
}
.u-col-top {
    align-items: flex-start;
}
.u-col-bottom {
    align-items: flex-end;
}
.u-row-center {
    justify-content: center;
}
.u-row-left {
    justify-content: flex-start;
}
.u-row-right {
    justify-content: flex-end;
}
.u-row-between {
    justify-content: space-between;
}
.u-row-around {
    justify-content: space-around;
}
/* ==================== flex通用布局 end ==================== */
/* ==================== 通用布局 start ==================== */
@media screen and (min-width: 751px) {
    .u-row-2,
    .u-row-3,
    .u-row-4,
    .u-row-5,
    .u-row-6 {
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .u-row-2 > .u-col {
        width: 48%;
    }
    .u-row-2 > .u-col:nth-child(2n) {
        margin-left: 4%;
    }
    .u-row-2 > .u-col:nth-child(2) ~ .u-col {
        margin-top: 4%;
    }
    .u-row-3 > .u-col {
        width: 32%;
    }
    .u-row-3 > .u-col:nth-child(3n-1) {
        margin-left: 2%;
        margin-right: 2%;
    }
    .u-row-3 > .u-col:nth-child(3) ~ .u-col {
        margin-top: 2%;
    }
    .u-row-4 > .u-col {
        width: 23.5%;
        margin-right: 2%;
    }
    .u-row-4 > .u-col:nth-child(4n) {
        margin-right: 0%;
    }
    .u-row-4 > .u-col:nth-child(4) ~ .u-col {
        margin-top: 2%;
    }
    .u-row-5 > .u-col {
        width: 18.4%;
        margin-right: 2%;
    }
    .u-row-5 > .u-col:nth-child(5n) {
        margin-right: 0%;
    }
    .u-row-5 > .u-col:nth-child(5) ~ .u-col {
        margin-top: 2%;
    }
    .u-row-6 > .u-col {
        width: 15%;
        margin-right: 2%;
    }
    .u-row-6 > .u-col:nth-child(6n) {
        margin-right: 0%;
    }
    .u-row-6 > .u-col:nth-child(6) ~ .u-col {
        margin-top: 2%;
    }
}
@media screen and (max-width: 751px) {
    .u-row-2,
    .u-row-3,
    .u-row-4,
    .u-row-5,
    .u-row-6 {
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .u-row-2 .u-col {
        width: 100%;
    }
    .u-row-2 .u-col:nth-child(1) ~ .u-col {
        margin-top: 2%;
    }
    .u-row-3 > .u-col,
    .u-row-4 > .u-col,
    .u-row-5 > .u-col,
    .u-row-6 > .u-col {
        width: 48%;
    }
    .u-row-3 > .u-col:nth-child(2n),
    .u-row-4 > .u-col:nth-child(2n),
    .u-row-5 > .u-col:nth-child(2n),
    .u-row-6 > .u-col:nth-child(2n) {
        margin-left: 4%;
    }
    .u-row-3 > .u-col:nth-child(2) ~ .u-col,
    .u-row-4 > .u-col:nth-child(2) ~ .u-col,
    .u-row-5 > .u-col:nth-child(2) ~ .u-col,
    .u-row-6 > .u-col:nth-child(2) ~ .u-col {
        margin-top: 4%;
    }
}
/* ==================== 通用布局 end ==================== */
/* ==================== 分页样式 start ==================== */
.mxw-pagination {
    margin-top: 50px;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.mxw-pagination  a,.mxw-pagination  span {
    padding: 6px 12px;
    font-size: 14px;
    color: #666;
    line-height: 1.2;
    border: 1px solid #ccc;
    display: inline-block;
    margin: 4px;
}
.mxw-pagination   a.active,
.mxw-pagination   a:hover {
    background-color: #000;
    color: #fff !important;
}
.mxw-pagination   a:first-child {
    margin-left: 0;
}
.mxw-pagination   a:last-child {
    margin-right: 0;
}
@media screen and (max-width: 1101px) {
    .mxw-pagination {
        margin-top: 30px;
    }
    .mxw-pagination   a {
        font-size: 12px;
        margin: 2px;
        padding: 8px 10px;
    }
}
/* ==================== 分页样式 end ==================== */

/* ==================== 通用标签页 start ==================== */
/* 标签页 */
.mxw-tabs {
    padding-left: 0;
    padding-right: 0;
}
.mxw-tabs .mxw-tabs-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}
.mxw-tabs .mxw-tabs-wrap {
    position: relative;
    display: flex;
    overflow-x: scroll;
    max-width: 100%;
    align-items: center;
    justify-content: flex-start;
}
.mxw-tabs .mxw-tabs-wrap::-webkit-scrollbar {
    display: none;
}
.mxw-tabs .mxw-tabs-item {
    flex-shrink: 0;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    white-space: nowrap;
    background: #eaeaea;
    color: #333;
    padding: 0px 30px;
    margin-right: 54px;
    line-height: 40px;
}
.mxw-tabs .mxw-tabs-item:last-child {
    margin-right: 0;
}
.mxw-tabs .mxw-tabs-item.active {
    background: #0d5bc1;
    color: #fff;
}
@media screen and (max-width: 1101px) {
    .mxw-tabs .mxw-tabs-header {
        margin-bottom: 20px;
    }
    .mxw-tabs .mxw-tabs-item {
        font-size: 14px;
        padding: 0 20px;
        margin-right: 10px;
    }
    .mxw-tabs .mxw-tabs-item:last-child {
        margin-right: 0;
    }
}
/* ==================== 通用标签页 end ==================== */
/* ==================== 关键词 start ==================== */
.mxw-keywords {
    position: relative;
    z-index: 99;
    width: 100%;
    background: #f9f9f9;
}
.mxw-keywords .mxw-box {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;

}
.mxw-keywords .left {
    position: relative;
    flex-grow: 1;
    font-size: 16px;
    line-height: 1.2;
    color: #666;
}
.mxw-keywords .left strong {
    vertical-align: inherit;
}
.mxw-keywords .left span {
    color: #0d5bc1;
    vertical-align: inherit;
    /*font-weight: bold;*/
}
.mxw-keywords .left a:after {
    content: ",";
    padding-left: 5px;
    padding-right: 5px;
}
.mxw-keywords .left a:hover {
    color: #0d5bc1;
}
.mxw-keywords .left a:last-child {
    padding-right: 0;
}
.mxw-keywords .left a:last-child::after {
    display: none;
}
.mxw-keywords .right form {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
}
.mxw-keywords .right form:before {
    content: "";
    display: block;
    width: 2px;
    height: 16px;
    background-color: #d9d9d9;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.mxw-keywords .right input {
    width: 230px;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    font-size: 14px;
    color: #333;
    border: 1px solid #c4c4c4;
    border-right: 0;
    background-color: #fff;
    margin-right: -20px;
}
.mxw-keywords .right input::-webkit-input-placeholder {
    /*Webkit browsers*/
    color: #999;
}
.mxw-keywords .right input:-moz-placeholder {
    /*Mozilla Firefox 4 to 8*/
    color: #999;
}
.mxw-keywords .right input::moz-placeholder {
    /*Mozilla Firefox 19+*/
    color: #999;
}
.mxw-keywords .right input:-ms-input-placeholder {
    /*Internet Explorer 10+*/
    color: #999;
}
.mxw-keywords .right button {
    width: 65px;
    height: 44px;
    background-color: #0d5bc1;
    border-radius: 0px 5px 5px 0px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mxw-keywords .right button .icon {
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    font-size: 0;
    background: url(//cdn.myxypt.com/69eca4ce/23/01/d9f812b97699b61978771e926ae74ade8cfebdf7.png) no-repeat;

}
.mxw-keywords .right button .text {
    font-size: 14px;
    padding-left: 5px;
}
/* ==================== 关键词 end ==================== */

/* ==================== 移动端头部 start ==================== */
@media screen and (max-width: 1101px) {
    header {
        z-index: 99999;
    }
    .mxw-mob-nav .head {
        font-size: 0;
        padding-left: 12px;
        padding-right: 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 60px;
        max-width: 1101px;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        background-color: #fff;
    }
    .mxw-mob-nav .logo {
        display: block;
        flex-shrink: 0;
    }
    .mxw-mob-nav .logo img {
        max-height: 25px;
    }
    .mxw-mob-nav .menu-btn {
        flex-shrink: 0;
        width: 26px;
        height: 20px;
        cursor: pointer;
        outline: none;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        align-items: center;
    }
    .mxw-mob-nav .menu-btn i {
        display: block;
        width: 100%;
        height: 3px;
        border-radius: 100px;
        background-color: #333;
    }
    .mxw-mob-nav .menus-box {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: 450px;

        z-index: 9999;
        background: rgba(0, 0, 0, 0.5);
        visibility: hidden;
        opacity: 0;
        transform: translateX(450px);
    }
    .mxw-mob-nav .menus-box.active {
        visibility: visible;
        opacity: 1;
    }
    .mxw-mob-nav .menus-box.active .menus {
        transform: translateX(0);
    }
    .mxw-mob-nav .menus {
        width: 100%;
        height: 100%;
        margin-right: 0;
        margin-left: auto;
        background: #fff;
        transform: translateX(100%);
        transition: all 0.5s;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: column;
    }
    .mxw-mob-nav .menus > ul {
        width: 100%;
        overflow: auto;
    }
    .mxw-mob-nav .menus > ul > li.active > ul {
        display: block;
    }
    .mxw-mob-nav .menus > ul > li > a {

        width: 100%;
        padding: 10px 30px 9px;
        font-size: 18px;
        font-weight: 500;
        color: #000;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex; justify-content: space-between;
    }
    .mxw-mob-nav .menus > ul > li > a.sub:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        font-weight: bold;
        color: #000;
        text-align: right;
        width: 16px;
        height: 16px;
        background: url("../images/j.svg") center right no-repeat;
    }
    .mxw-mob-nav .menus > ul > li > ul {
        display: none;
        padding: 0px 30px;
    }
    .mxw-mob-nav .menus > ul > li > ul > li > a {
        font-size: 16px;
        color: #333;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex; justify-content: space-between;
        line-height: 36px;        font-weight: 500;
        height: 36px;text-indent: 0.5em;
    }
    .mxw-mob-nav .menus-head {
        width: 100%;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 18px;
        font-size: 17px;
        font-weight: bold;
        line-height: 54px;
        height: 54px;
        padding-left: 30px;
        padding-right: 25px;
        margin-top: 23px;
    }
    .mxw-mob-nav .menus-head .text {
        color: #333;
        line-height: 1.2;
    }
    .mxw-mob-nav .menus-head .text img{
        height: 25px;
    }
    .mxw-mob-nav .menus-head .mxw-close {
        flex-shrink: 0;
        width: 20px;
        height: 20px;
        cursor: pointer;
        outline: none;
        position: relative;
        transform: rotate(45deg);
    }
    .mxw-mob-nav .menus-head .mxw-close:before,
    .mxw-mob-nav .menus-head .mxw-close:after {
        content: "";
        display: block;
        border-radius: 100px;
        position: absolute;
        left: 50%;
        top: 50%;
        background-color: #333;
        transform: translate(-50%, -50%);
    }
    .mxw-mob-nav .menus-head .mxw-close:before {
        width: 2px;
        height: 100%;
    }
    .mxw-mob-nav .menus-head .mxw-close:after {
        width: 100%;
        height: 2px;
    }

    .lv3{ padding: 10px 0;    font-size: 14px;    display: none;
        color: #595959;}
    .lv3 li{ padding: 5px 0;}
    .lv3 a{font-size: 14px; display: block;
        color: #595959; text-indent: 1em; }
    .lv3.active {
        display: block;
    }

    .tms2 li > a.sub:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        font-weight: bold;
        color: #000;
        text-align: right;
        width: 16px;
        height: 16px;
        background: url(../images/j.svg) center right no-repeat;
    }
}
/* ==================== 移动端头部 end ==================== */
/* ==================== 轮播图 start ==================== */
.mxw-banner {
    font-size: 0;
    position: relative;
}
.mxw-banner .swiper-slide {
    overflow: hidden;
}
.mxw-banner .swiper-slide img {
    width: 100%;
}
.mxw-banner .swiper-pagination {
    width: 100%;
    max-width: 1600px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 25px;
    right: 50%;
    transform: translateX(50%);
    left: auto;
    padding-right: 40px;
}
.mxw-banner .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #cccccc;
    margin-left: 5px;
    margin-right: 5px;
    border: 2px solid #cccccc;
    outline: none;
    opacity: 1;
    border-radius: 50%;
}
.mxw-banner .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
}
.mxw-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000;
    border-color: #000;

}
.mxw-banner .swiper-button-next,
.mxw-banner .swiper-button-prev {
    width: 83px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;

    background-image: none;
    outline: none;

}
.mxw-banner .swiper-button-next::after,
.mxw-banner .swiper-button-prev::after {
    font-size: 40px;
    color: #000;
}
.mxw-banner .swiper-button-next {
    right: 0;
}
.mxw-banner .swiper-button-prev {
    left:0;
}
.mxw-banner .banner-swiper {
    --swiper-navigation-color: #fff;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 24px;
    /* 设置按钮大小 */
}

@media screen and (max-width: 1101px) {
    .mxw-banner .swiper-pagination {
        padding-right: 0px;
        bottom: 10px;
        max-width: 80%;
    }
    .mxw-banner .swiper-pagination .swiper-pagination-bullet {
        margin: 0 5px;
        font-size: 14px;
        width: 8px;
        height: 8px;
    }
    .mxw-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        font-size: 18px;
    }
    .mxw-banner .swiper-button-next,
    .mxw-banner .swiper-button-prev {
        display: none;
    }
}
/* ==================== 轮播图 end ==================== */


/* 容器大小 */
.mxw-box {

    margin: 0 auto;
    font-size: 0.3rem;
    color: #333;
    width: 89.34%;
}
.mxw-box2 {
    max-width: 1500px;
    margin: 0 auto;
    font-size: 0.3rem;
    color: #333;
    width: 86%;
}

/* 内页 banner */
.ny-banner img {
    width: 100%;
}




/* ==================== 页面自定义样式 start ==================== */
@media screen and (min-width: 1880px) {
    /* pc端固定html标签文字大小(rem适配) */
    html {
        font-size: 60px !important;
    }
}
@media screen and (min-width: 1680px) {
    /* pc端固定html标签文字大小(rem适配) */
    html {
        font-size: 64px ;
    }
}
@media screen and (max-width: 1680px) {
    html {
        font-size: 64px ;
    }
    .mxw-box {
        max-width: 89%;
    }
}
@media screen and (min-width: 1101px) {
    .pc-none,
    .mob-nav,
    .pc-none {
        display: none !important;
    }
    .mxw-ny-box {

        padding-bottom: 60px;
    }
}
@media screen and (max-width: 1680px) {
    .mxw-ny-box {
        max-width: 90%;
    }
}
@media screen and (max-width: 1101px) {
    .mxw-ny-box {
        max-width: 100%;
        font-size: 0;
        padding: 30px 20px;
    }
}
@media screen and (max-width: 1101px) {
    body {
        margin-top: 60px;
    }
    html {
        font-size: 50px;
    }
    .m-none,
    .pc-nav {
        display: none !important;
    }
    .mxw-box {
        padding: 30px 20px;
        max-width: 100%;
    }
    .mxw-section {
        padding-left: 0;
        padding-right: 0;
    }
    article {
        font-size: 15px;
    }
}
/* ==================== 页面自定义样式 end ==================== */

/* ==================== 通用细节调整 start ==================== */
.page-banner .nybt{z-index:3;display:none;}
.page-banner .nybt h3{font-size:36px;}
#toolbar .online-one li.phone .tel-phone{display: flex;flex-wrap:wrap;height:100%;justify-content: center;align-items: center;width:140px;}
.product-detail-tab .product-detail-tabli li.on:before,
.product-detail-tab .product-detail-tabli li:visited:before,
.product-detail-tab .product-detail-tabli li:active:before{display:none;}
.product-detail-tab .product-detail-tabli li.on,
.product-detail-tab .product-detail-tabli li:visited,
.product-detail-tab .product-detail-tabli li:active{color:#fff;}
.product-detail-tab .product-detail-tabli li{background:#0d5bc1;color:#fff;font-size:15px;font-weight:bold;}
.product-detail-tabcon{font-size:18px;line-height:1.8;text-align:justify;}
.page-banner .nybt{display: none;}
.ueditor_baidumap{width:100%;}
/* 相册调整 */
.xypg-album-list{display:flex;align-items:flex-start;flex-wrap:wrap;margin-left:0;margin-right:0;}
.xypg-album-list li{padding:10px;border:1px solid #eaeaea;padding-bottom:0;margin:0;width:32%;}
.xypg-album-list li:nth-child(3n-1){margin-left:2%;margin-right:2%;}
.xypg-album-list li:nth-child(3)~li{margin-top:2%;}
.xypg-album-list li h3{position:static;color:#666;font-size:16px;background:none;height:40px;line-height:40px;margin-top:10px;}
@media screen and (min-width: 1101px) {
    /* .page-wrap{padding-top:30px;} */
    .easyzoom-flyout img{max-width:inherit;}
    .container{width:100%;max-width:1400px;}
}
@media screen and (max-width: 1101px) {
    body{padding-bottom:0;padding-top:0;margin-bottom:50px;}
    .page-product-detail-effect .big-img{pointer-events:none;}
    .page-banner .nybt h3{font-size:20px;}
    .page-product-detail-effect .big-img a{height:auto;}
    .container2{padding-left:20px;padding-right:20px;}
    .page-product-detail-effect .big-img{height:auto;}
    .page-banner{
        position: relative;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    .page-banner>img{
        max-width: 240%;
        width:240%;
    }
    .xypg-product-list,
    .xypg-case-list{display:flex;flex-wrap:wrap;}
    .xypg-product-list li,
    .xypg-case-list li{width:48%;margin:0;}
    .xypg-product-list li:nth-child(2n),
    .xypg-case-list li:nth-child(2n){margin-left:4%;}
    .xypg-product-list li:nth-child(2)~li,
    .xypg-case-list li:nth-child(2)~li{margin-top:4%;}
    .xypg-pagination>div{margin-bottom:10px;}
    .xypg-case-list li h3 a{padding-bottom:0;}
    .xypg-news-list li{padding:15px;margin-bottom:15px;}
    .xypg-news-list li .more{text-align:center;margin-top:0px;}
    .xypg-news-list li .more span{width:90px;margin:0 auto;}
    .product-detail-tabcon{font-size:16px;}
    .product-detail-tab .product-detail-tabli li{padding:8px 15px;width:auto;line-height:1.2;height:auto;}
    .product-detail-tab .product-detail-tabli{height:auto;}
    /* 相册调整 */
    .xypg-album-list{justify-content:space-between;}
    .xypg-album-list:before,
    .xypg-album-list:after{display:none;}
    .xypg-album-list li{width:48%;margin:0;}
    .xypg-album-list li:nth-child(2)~li{margin-top:2%;}
    .footer3 ul li .iconfont{ width:initial; height:initial}
    .product-detail-tab .product-detail-tabcon iframe,.product-detail-tab .product-detail-tabcon video{ max-width: 100%; height: 220px !important;}
    .xypg-right-content  iframe, .xypg-right-content  video{ max-width: 100%; height: 220px !important;}
    .xypg-right-content img{ max-width: 100%; height: auto !important;}
}


/* ==================== 通用细节调整 end ==================== */




/* ==================== 页面具体样式 start ==================== */
body{ font-size: 0.3rem;}
.top-box .logo-box{  font-size: 0;    flex-shrink: 0; display: flex; align-items: center; justify-content: flex-start;
    padding: 0 ;
}
.top-box .logo-box>img{ max-height:0.42rem;}
.top-box .logo-box{ margin: 0.48rem auto 0.48rem 0; }


.mxw-keywords .left .zx{ display: inline-block; font-size: 0.35rem; margin-right: 0.833rem; vertical-align: middle}
.mxw-keywords .left .zx>img{ margin-right: 0.083rem}
.mxw-keywords .left .zx b{ color: #0d5bc1; font-size: 0.35rem}

.mxw-link .mxw-box{color:#fff; opacity: 0.4 }
.mxw-link>.mxw-box{display:flex;justify-content:flex-start;align-items:flex-end;position:relative;overflow:visible;}
.mxw-link .mxw-link-list{color:#333;position:absolute;top:0;left:0;width:100%;transform:translateY(-100%);padding:0.167rem 0;display:none; background: #fff;}
.mxw-link .mxw-link-list a{font-size:0.233rem;line-height:1.8;}
.mxw-link .title{font-size:0.3rem;cursor:pointer;line-height:1.8; }
.mxw-link .list{display:flex;align-items:center;justify-content:flex-start;}
.mxw-link .list a{font-size:0.267rem;line-height:1.8;display:block;}
.mxw-link .list a:after,
.mxw-link .mxw-link-list a:after{content:",";}
.mxw-link .list a:last-child:after,
.mxw-link .mxw-link-list a:last-child:after{display:none;}

header{
    box-shadow: 2px 4px 4px 0px
    rgba(0, 0, 0, 0.1);
  position: sticky; width: 100%; top: 0; z-index: 999; background: #fff;
}
header .welcome {
    background: #f8f8f8;
    line-height: 0.7rem;
}
header .welcome .mxw-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color:rgba(255,255,255,.6);
    height: 100%;

}
header .welcome .left {
    font-size: 0.233rem;
    line-height: 1.2;
    color: #333333;
}
header .welcome .right {
    display: flex;
    align-items: center;
    font-size: 0.233rem;
    color:#777777;

}


.top-box.mxw-box{ align-items: stretch; max-width: 1750px;  width: 95%; padding: 0 0.667rem;}
.top-box .right{ padding-left: 3rem; flex-grow: 1; min-width: 0;}



.x-menu {
    display: flex; display: -webkit-flex; display: -moz-flex; display: -ms-flex;
    align-items: stretch;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}
.x-menu > li {
    margin: 0;
    text-align: center;
    float: none;

    flex-grow: 1;
    min-width: 0;

}

.x-menu > li > a {
    font-size: 14px;
    color: #000000;
    display: flex;
    height: 100%;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    position: relative;
    line-height: 1.2;

    font-family: Montserrat, sans-serif;
    font-weight: 600 !important;
}

.x-menu > li > a:hover {
    color: #000000;
}
.x-menu>li.active{ color: #000000; }
.x-menu > li.active > a {

}


.x-menu > li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 200px;
    left:50%;
    top: calc(100% + 9px);
    background: #fff;
    border-radius: 5px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%,9px);
    transform: translate(-50%,9px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu > li > a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: 5px 10px;
    align-content: center;
}



.x-sub-menu > li > a:hover {
    color: #fff;
    background:#000;
}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
}


.x-menu > li.tel-box{ }
.x-menu > li.tel-box .x-sub-menu{left: auto; right: -15px; }
.x-menu > li.se-box{ position: relative;}
.x-menu > li.se-box .box{ position: absolute; left: auto; right: -25px;     top: calc(100% + 10px);    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;}
.x-menu > li.se-box .box form{ display: flex; display: -webkit-flex; display: -moz-flex; display: -ms-flex; align-items: stretch; justify-content: space-between; }
.x-menu > li.se-box .box form .su{	width: 65px;
    height: 40px; color: #fff; cursor: pointer; font-size: 14px;
    background-color: #3ea4d2;
    border-radius: 0px 9px 9px 0px;}
.x-menu > li.se-box .box form .ke{ font-size: 16px; color: #333; background: #fff; padding: 10px; border-radius:  9px 0 0 9px;}
.x-menu > li.se-box .box:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    right: 66px;
    margin-left: -10px;
    z-index: 99;
}
.x-menu > li.se-box:hover .box{    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);}



.pro-page{ padding: 1.25rem 0;}
.pro-page .ntt{ font-size: 14px; font-weight: 600; margin-bottom: 48px; text-transform: uppercase;
  text-indent: 0.667rem}
.pro-page .list{ display: flex; display: -webkit-flex; display: -ms-flex; display: -moz-flex; align-items: stretch; justify-content: flex-start; flex-wrap: wrap}
.pro-page .list .item{ margin-right: 26px; width: calc((100% - 52px)/3); }
.pro-page .list .item:nth-child(3n){ margin-right: 0}
.pro-page .list .item:nth-child(3n)~.item{ margin-top: 30px;}
.pro-page .list .image{ background: #f7f7f7; display: block; position: relative;}
.pro-page .list .image img{ width: 100%}
.pro-page .list .item .se-color{ margin-top: 0.5rem; font-size: 0}
.pro-page .list .item .se-color span{ display: inline-block; width: 20px; height: 20px; border-radius: 50%; margin-right: 8px; font-size: 0; cursor: pointer}
.pro-page .list .item .title{ margin: 0.2rem auto 0;	font-size: 0.267rem; display: block; color: #000; font-weight: 400}
.pro-page .list .item .title2{ color: #333; font-size: 0.267rem;font-weight: 400; margin-bottom: 3px;line-height: 1; display: block; width: 100%}
.pro-page .list .item .info{	font-size: 14px; color: #666; display: block;font-weight: 600}
.pro-page .list .image img.c2{ opacity: 0; transition: all 0.2s; -moz-opacity: 0; position: absolute; left: 0; top: 0;  }
.pro-page .list .image:hover img.c2{ opacity: 1; transition: all 0.2s; -moz-opacity: 1; }
.pro-page .list .image:hover img.c1{ opacity: 0; transition: all 0.2s; -moz-opacity: 0; }

.page-about{ padding: 1.25rem 0 0;}
.about-b1{display: flex; display: -webkit-flex; display: -ms-flex; display: -moz-flex; align-items: center; justify-content: space-between;}
.about-b1 .right-box{ width: 44.24%; flex-shrink: 0;}
.about-b1 .left-box{ flex-grow: 1; min-width: 0; padding-right: 4.767rem;}
.about-b1 .left-box img{ height: 32px;}
.about-b1 .left-box .desc{	font-size: 0.267rem; margin-top: 0.5rem;}

.about-b2{ background: #a5b8bb; padding: 3.333rem 0; margin-top: 2.6rem;}
.about-b2 .mxw-box{  display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: flex; align-items: stretch; justify-content: flex-start; }
.about-b2 .mxw-box .item{  }
.about-b2 .mxw-box .item .info{ background: #fff; padding: 0.417rem 0.4rem 0.5rem;}
.about-b2 .mxw-box .item .info .st{	color: #737373; font-size: 0.233rem;}
.about-b2 .mxw-box .item .info .desc{	font-size: 0.267rem;	color: #141414; margin: 0.333rem auto 0.417rem; }
.about-b2 .mxw-box .item .info .mo{color: #737373; font-size: 0.233rem}


footer{ 	background-color: #171717; padding-top: 2.3rem;}
footer .up{ display: -webkit-flex; display: flex; display: -moz-flex; display: -ms-flex; align-items: flex-start; justify-content: space-between; width: 80%; max-width: 1160px;margin: 0 auto;
    padding-bottom: 2.1rem}
footer .up .tc-right{ width: 30%; flex-shrink: 0}
footer .up .tc-left{ flex-grow: 1; min-width: 0; color: #fff; display: flex; display: -webkit-flex; display: -ms-flex; display: -moz-flex;  justify-content: space-between; align-items: flex-start; padding-right: 2.5rem;}
footer .up .tc-left .st{	font-size: 12px; font-weight: 500;
    margin-bottom: 0.583rem;}
footer .up .tc-left p{ margin-bottom: 0.267rem;}
footer .up .tc-left p a{	color: #fff; font-size: 12px;}
footer .up .tc-right .st{	font-size: 16px; line-height: 1.8;
    color: #ffffff;}
footer .up .tc-right form .box{ display: flex; align-items: stretch; justify-content: stretch;	border-radius: 9px;
    border: solid 1px #828282; width: 100%;
    margin-top: 0.433rem;}
footer .up .tc-right form .box input{ flex-grow: 1; min-width: 0;	color: #818181; padding: 0.2rem 0.2rem 0.2rem 0.333rem; line-height: 1;
    font-size: 16px;}
footer .up .tc-right form .box button{ flex-shrink: 0; padding-right: 0.333rem; cursor: pointer;  }
footer .up .tc-right form .box button img{ height: 0.367rem; }
footer .up .tc-right .desc{	color: #fff;	font-size: 12px;
    margin-top: 0.3rem; line-height: 1.6}
footer .up .tc-right .st2{	font-size: 16px; font-weight: 600;
    margin-top: 0.7rem; color: #fff;}
footer .up .tc-right .list{ margin-top: 0.4rem;}
footer .up .tc-right .list a{ display: inline-block; margin-right: 0.5rem}
footer .up .tc-right .list a img{ max-height: 22px;}

.tc-pro{ padding: 2.667rem 0; text-align: center;}
.tc-title{	font-size: 0.567rem; font-weight: 600;	color: #000000;	letter-spacing: 1px; text-transform: capitalize; line-height: 1;}
.pro-cate{ margin: 0.667rem auto 2rem; display: flex; display: -webkit-flex; display: -moz-flex; display: -ms-flex;  align-items: stretch; justify-content: center;}
.pro-cate .item{font-size: 0.267rem; color: #333; margin: 0 0.667rem; padding-bottom: 0.1rem; border-bottom: 1px solid transparent;line-height: 1;
  font-family: "Museo Sans 300", sans-serif; font-weight: 700; text-transform: uppercase;letter-spacing: .07em; display: block;}
.pro-cate .item.active{ border-bottom: 1px solid #333333}


.pro-swiper{ overflow: hidden; width: 100%;}
.pro2-swiper{ overflow: hidden}
.pro2-swiper .swiper-slide{ width: 24%}
.pro-swiper .swiper-slide{ }
.pro-swiper .swiper-slide .st{ color: #333;	font-size: 0.267rem; font-weight: 500; text-transform: uppercase;}
.pro-swiper .swiper-slide .st2{color: #333;	font-size: 0.267rem; font-weight: 500; text-transform: uppercase;}
.pro-swiper .swiper-slide .st3{color: #666;	font-size: 0.267rem;  text-transform: uppercase;}

.tc-art{ padding: 2.333rem 0; overflow: hidden}
.tc-art .tc-title{ margin-bottom: 1.033rem;}

.art-swiper .swiper-slide{ width: 32%;}
.art-swiper .swiper-slide .st{	font-size: 0.367rem; color: #000; margin-top: 0.233rem; padding-right: 1rem;}
.art-swiper .swiper-slide .desc{	font-size: 0.233rem;	color: #000; margin: 0.167rem auto 0.333rem; line-height: 1.6; padding-right: 1rem;}
.art-swiper .swiper-slide .c-more{ display: inline-block;	background-color: #000000;
    border-radius: 0.317rem; line-height: 1;	font-size: 0.2rem; color: #fff;
    padding: 0.18rem 0.25rem;}

.tc-da{ margin: 0 auto 10px; overflow: hidden}
.tc-da .item{ width: 100%; display: -webkit-flex; display: flex; display: -ms-flex; display: -moz-flex; align-items: stretch;
    margin: 0 auto}
.tc-da .item .tc-left{ width: 50%; padding:1rem 4.45rem;display: -webkit-flex; display: flex; display: -ms-flex; display: -moz-flex; align-items: center; justify-content: center; }
.tc-da .item .tc-right{ width: 50%}
.tc-da .item .tc-right img{ width: 100%;}
.tc-da .item .tc-left .ct{	font-size: 0.333rem; font-weight: 400; color: #000}
.tc-da .item .tc-left .st{	font-size: 0.633rem; font-weight: bold; line-height: 1.2; margin: 1rem auto 0.583rem}
.tc-da .item .tc-left .desc{	font-size: 0.267rem; color: #000; font-weight: 400}
.tc-da .item .tc-left .more{ margin-top: 1.3rem;	font-size: 0.333rem; color: #222; display: inline-block; border-bottom: 1px solid #222; line-height: 1.1;}
.tc-da .item:nth-child(2n) .tc-left{ order: 1;}

.pro-de{ padding:1.833rem 0 1.25rem;}










/* ==================== 内页 - 产品详情 start ==================== */
.ny-product-desc .top {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 2.333rem;
}
.ny-product-desc .big-swiper {
    background-color: #f7f7f7;
}
.ny-product-desc .ny-product-image {
    width: 54.155%;
    flex-shrink: 0;
    margin-right: 1rem;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    align-items: stretch; justify-content: space-between;
}



.ny-product-desc .right {
    flex-grow: 1;
    min-width: 0;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}
.ny-product-desc .info {

    width: 100%;
}
.ny-product-desc .info .head {
    width: 100%;
    margin-bottom: 0.3333rem;
}
.ny-product-desc .info .head .text1 {
    font-size: 0.5rem;
    font-weight: bold;
    color: #333;
    line-height: 1.6;
    text-align: justify;
}
.ny-product-desc .info .head .text2 {
    font-size: 0.2667rem;
    color: #606060;
    line-height: 1.8;
    text-align: justify;
}
.ny-product-desc .info .detail {
    font-size: 0.233rem;
    line-height: 1.6;
min-height: 1.933rem; overflow: hidden;
}
.ny-product-desc .info .mxw-more {
    margin-top: 1rem;
    border-radius: 1.6667rem;
    margin-left: 0;
}
.ny-product-desc .small-image {
    flex-shrink: 0;
    width: 2.1rem;
    position: relative; margin-right: 0.333rem;
}
.ny-product-desc .small-image .swiper-slide {
    max-width: 2.1rem; background: #F7F7F7; height: 2.1rem;
}
.ny-product-desc .small-image .mxw-image {
    cursor: pointer;
    height:auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ny-product-desc .small-image .swiper-slide-thumb-active .mxw-image {
    border-color: #000;
}
.ny-product-desc .small-image .swiper-button-disabled {
    opacity: 1;
}
.ny-product-desc .small-image .swiper-button-next:after,
.ny-product-desc .small-image .swiper-button-prev:after {
    font-size: 0.267rem;
    color: #7c7c7c;
}
.ny-product-desc .small-image .swiper-button-next {
    bottom:-10px;
    right: 0;
    left: 0; position: absolute; top: auto; z-index: 99; transform: rotate3d(0,0,1,90deg);
    margin: 0 auto; cursor: pointer;
}
.ny-product-desc .small-image .swiper-button-prev {
    top:-15px;
    right: 0;
    left: 0; position: absolute; bottom: auto; z-index: 99; transform: rotate3d(0,0,1,90deg);
    margin: 0 auto;cursor: pointer;
}
.ny-product-desc .bottom {
    margin-top: 0.8333rem;

}
.ny-product-desc .bottom .head {
    width: 100%;

    border-bottom: 1px solid #333;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-start;
    margin-bottom: 0.6667rem;
}
.ny-product-desc .bottom .head .text1 {
    padding: 0 0.3333rem;
    cursor: pointer;
    font-size: 0.3rem;
    line-height: 0.8333rem;
    height: 0.8333rem;
    color: #fff;
}
.ny-product-desc .bottom .head .text1.active{ background: #000; color: #fff; }
.ny-product-desc .big-swiper .swiper-slide{
    height:auto
}
.ny-product-desc .big-swiper .swiper-slide img{ width: 100%}
.ny-product-desc .big-swiper .mxw-image{
    height:100%;    display: flex;
    align-items: center;
    justify-content: center;
}

.color-box{ margin: 0.467rem auto 0.8rem; display: flex; display: -webkit-flex; display: -moz-flex; display: -ms-flex; align-items: center; justify-content: flex-start; line-height: 1;}
.color-box .lab{ font-weight: bold;	font-size: 0.25rem; flex-shrink: 0; margin-right: 0.4rem;}
.color-box .color-select span{ padding: 2px; border: 1px solid transparent; border-radius: 50%;    font-size: 0;
    line-height: 1; overflow: hidden;
    display: inline-block; cursor: pointer; margin-right: 0.167rem}
.color-box .color-select span img{ width: 0.333rem; height: 0.333rem;}
.color-box .color-select span.active{ border-color: #59382d;}
.small-swiper{ height: 11.083rem}

.ny-product-desc .right .info2{ width: 100%}
.ny-product-desc .right .info2 .item{ border-bottom: 1px solid #979797;
    padding: 0.367rem 0; width: 100%}
.ny-product-desc .right .info2 .item span{  display: block}
.ny-product-desc .right .info2 .item span::after{content: "+"; }
.ny-product-desc .right .info2 .item:first-child{ border-top: 0}
.ny-product-desc .right .info2 .item .st{ text-transform: uppercase;	font-size: 0.25rem; color: #333; display: flex; align-items: center; justify-content: space-between; font-weight: 600; cursor: pointer}
.ny-product-desc .right .info2 .item .desc{ font-size: 0.233rem; line-height: 2; margin-top: 0.333rem; display: none}
.ny-product-desc .right .info2 .item:first-child .desc{ display: block}
.ny-product-desc .right .info2 .item.active span::after{ content: "-"}

.pro-desc{ 	background-color: #efefef; padding: 2.267rem 0; }
.pro-desc .mxw-box{    padding: 0 2.333rem; }
.pro-desc .mxw-box .item{ display: flex; display: -webkit-flex; display: -moz-flex; display: -ms-flex; align-items: center; justify-content: space-between;}
.pro-desc .mxw-box .tc-left{ width: 50%; flex-shrink: 0}
.pro-desc .mxw-box .item:nth-child(1)~.item{ margin-top: 1.2rem}
.pro-desc .mxw-box .tc-left iframe{ width: 100% !important; max-width: 100% !important;}
.pro-desc .mxw-box .tc-left blockquote{ width: 100% !important; max-width: 100% !important;}
.pro-desc .mxw-box .tc-right{ padding-left: 2.333rem;}
.pro-desc .mxw-box .tc-right .st{	font-size: 0.667rem; font-weight: 500}
.pro-desc .mxw-box .tc-right .desc{	font-size: 0.267rem; font-weight: 300; margin-top: 0.4rem}
.pro-desc .mxw-box .item:nth-child(2n) .tc-left{ order: 1;}
.pro-desc .mxw-box .item:nth-child(2n) .tc-right{padding-right: 2.333rem; padding-left: 0}

.u-like{ margin-top: 1.833rem;}
.u-like .tc-title{  font-size: 0.55rem; color: #000; text-transform: uppercase; text-align: center; font-weight: 400; margin-bottom: 0.917rem}
.u-like .list .item{}
.u-like .list .image{ background: #f7f7f7; display: block}
.u-like .list .item .se-color{ margin-top: 0.5rem; font-size: 0}
.u-like .list .item .se-color span{ display: inline-block; width: 20px; height: 20px; border-radius: 50%; margin-right: 8px; font-size: 0; cursor: pointer}
.u-like .list .item .title{ margin: 0.2rem auto 0.15rem;	font-size: 16px;; display: block}
.u-like .list .item .info{	font-size: 14px; color: #666; display: block}
.u-like .list .item:nth-child(4){ display: none}




@media screen and (min-width: 1200px) {
    .ny-product-desc .mxw-box {

    }
    .ny-product-desc .top {

    }
}
@media screen and (max-width: 1480px) {
    .ny-product-desc .mxw-box {
        max-width: 90%;
    }
}
@media screen and (max-width: 1200px) {
    .ny-product-desc .mxw-box {
        max-width: 100%;
    }
    .ny-product-desc .top {
        flex-wrap: wrap;
    }
    .ny-product-desc .ny-product-image {
        width: 100%;
        margin-right: 0;
    }
    .ny-product-desc .right {
        width: 100%;
    }
    .ny-product-desc .info {
        order: 2;
    }
    .ny-product-desc .small-image {
        padding: 0;
        margin-bottom: 20px;
        max-width: 100%;
    }
    .ny-product-desc .small-image .swiper-slide {
        max-width: 120px;
    }
    .ny-product-desc .swiper-button-next,
    .ny-product-desc .swiper-button-prev {
        display: none;
    }
    .ny-product-desc .info .head {
        margin-bottom: 15px;
    }
    .ny-product-desc .info .head .text1 {
        font-size: 22px;
    }
    .ny-product-desc .info .head .text2 {
        font-size: 14px;
    }
    .ny-product-desc .info .detail {
        font-size: 14px;
    }
    .ny-product-desc .info .mxw-more {
        margin-top: 20px;
    }
    .ny-product-desc .bottom {
        margin-top: 30px;
    }
    .ny-product-desc .bottom .head {
        margin-bottom: 10px;
    }
    .ny-product-desc .bottom .head .text1 {
        font-size: 16px;
        border-bottom-width: 3px;
        height: 40px;
        line-height: 40px;
    }
}
/* ==================== 内页 - 产品详情 end ==================== */




.mxw-copy{ padding: 0.333rem 0;	background-color: #333333;}
.mxw-copy .mxw-box{	font-size: 0.233rem; 	color: #6f6f6f;
    text-align: center; }

.da-swiper .swiper-wrapper{ flex-wrap: wrap}









.product-detail-tabcon table{width:100%;font-size:14px;margin-top:15px;margin-bottom:15px;color:#505459}
.product-detail-tabcon table th,
.product-detail-tabcon table td{border:1px solid #ddd !important;padding: 8px !important; background: none !important;}
.product-detail-tabcon table td p{line-height:1.8!important;}
.product-detail-tabcon table tr:hover{background-color:#f2f2f2!important;}
.product-detail-tabcon table tr:nth-child(2n-1){background-color:#fff ;}
.product-detail-tabcon table tr:nth-child(2n){background-color:#fdfdfd ;}

.xypg-detail-con table{width:100%;font-size:14px;margin-top:15px;margin-bottom:15px;color:#505459}
.xypg-detail-con table th,
.xypg-detail-con table td{border:1px solid #ddd !important;padding: 8px !important; background: none !important;}
.xypg-detail-con table td p{line-height:1.8!important;}
.xypg-detail-con table tr:hover{background-color:#f2f2f2!important;}
.xypg-detail-con table tr:nth-child(2n-1){background-color:#fff ;}
.xypg-detail-con table tr:nth-child(2n){background-color:#fdfdfd ;}

/* ==================== 新闻详情 start ==================== */
.ny-news-desc {


}
.ny-news-desc > .mxw-box2 {
    width: 720px;
}
.ny-news-desc .title {
    font-weight: bold;
    font-size: 0.45rem;
    color: #333;
    padding-bottom: 19px;
}
.ny-news-desc .info {
    font-size: 0;
    padding-bottom: 19px;
    border-bottom: 1px solid #333;
    margin-bottom: 19px;
}
.ny-news-desc .info .text {
    font-size: 15px;
    color: #333;
    display: inline-block;
    margin-right: 19px;
    border-left: 1px solid #333;
    padding-left: 19px;
}
.ny-news-desc .info .tip + .text {
    border-left: 0;
}
.ny-news-desc .info .tip {
    border: 1px solid #999;
    border-radius: 97px;
    padding: 5px 10px;
    line-height: 1;
    font-size: 14px;
    display: inline-block;
    color: #999;
}
.ny-news-desc .article img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto !important;
}
.ny-news-desc .article {
    line-height: 1.8;
    text-align: justify;
    font-size: 14px;
}
.ny-news-desc .article p {
    line-height: 1.8;
}

@media screen and (max-width: 1101px) {
    .ny-news-desc {
        padding: 0;
        background: none;
        margin-bottom: 0;
    }
    .ny-news-desc > .mxw-box {
        padding: 20px 0;
    }
    .ny-news-desc .article {

    }
    .ny-news-desc .info .text {
        margin-right: 6px;
        padding-left: 6px;
        line-height: 2em;
        display: inline;
    }
    .ny-news-desc .info {
        padding-bottom: 12px;
    }
}
/* ==================== 新闻详情 end ==================== */


.news-box{ padding: 1.2rem 0 1.5rem}
.top-box .right{ display: flex; display: -webkit-flex; display: -moz-flex; display: -ms-flex; justify-content: space-between; margin: 0 auto; padding-left: 0}
.top-box >.x-menu{ width: 2.217rem; margin-left: auto; height: auto}
.top-box{justify-content: space-between; }
.top-box .right{ flex-grow: initial}
.top-box .right .x-menu>li{ padding: 0 0.5rem}



/* ==================== 页面具体样式 end ==================== */






/* ==================== 通用 - 无缝滚动 end ==================== */
.mxw-scroll {
    overflow: hidden;
}
.mxw-scroll .scroll-wrap {
    display: flex;
    align-items: stretch;
    transform: translateX(0);
}
.mxw-scroll .scroll-item {
    flex-shrink: 0;
}

@media screen and (max-width: 500px) {
    .mxw-scroll .scroll-item {
        width: 48%;
        margin-right: 4%;
    }

}
/* ==================== 通用 - 无缝滚动 end ==================== */

/* ==================== Swiper进度条样式 start ==================== */
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.1);
    height: 4px;
    display: none;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #000;
    border-radius: 0;
}

.mxw-banner .swiper-pagination-progressbar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
}

.mxw-banner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #000;
}


.custom-swiper-pagination {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    z-index: 10;
}

.pagination-wrapper {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    padding: 0 20px;
}

.pagination-item {

  width: 20%;
    border-radius: 4px;
    margin: 0 2.5%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pagination-item.active {

}

.progress-bar {
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 1px;
    overflow: hidden;
    margin-bottom: 5px;
}

.pagination-item.active .progress-bar {
    background: rgba(0, 0, 0, 0.3);
}

.progress-fill {
    height: 100%;
    width: 0%;
    background: rgba(0, 0, 0, 0.3);
    transition: width 0.3s ease;
}

.pagination-item.active .progress-fill {
    background: #000;
}

.pagination-title {
    color: #333;
    font-size: 0.233rem;font-weight: bold;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pagination-item.active .pagination-title {
    color: #000;
}


@media screen and (max-width: 1101px) {
    .swiper-pagination-progressbar{
        display: block; position: initial; margin: 25px auto 0; width: 80% !important;
    }
    .mxw-banner .swiper-pagination-progressbar {
        height: 2px;
    }
}
/* ==================== Swiper进度条样式 end ==================== */


.n-btt{ background: #1c1b1b; padding: 2.333rem 0}
.n-btt .mxw-box2{ justify-content: center;display: flex; display: -webkit-flex; display: -moz-flex; display: -ms-flex; max-width: 1300px;}
.n-btt .mxw-box2 .item .image{ }
.n-btt .mxw-box2 .item p{ font-size: 0.3rem; font-weight: bold; margin-top: 0.3rem; color: #fff}
.ny-news-desc .article p { line-height: 2; font-size: 0.267rem; text-align: left}
.Article__Footer{ margin-top: 1.2rem;}
.Article__Footer svg{height: 20px; color: #6a6a6a}
.Article__Footer svg path{    fill: #6a6a6a;}
.Article__Footer .ShareButtons{display: flex; display: -webkit-flex; display: -moz-flex; display: -ms-flex; align-items: center}
.Article__Footer a{    width: 60px;
    height: 45px; text-align: center;
       border: 1px solid #cfcfcf; line-height: 63px; font-size: 0; margin-left: -1px; }
.Article__Footer a:hover svg path{fill: #fff;}
.Article__Footer a:nth-child(1):hover{background: #4469af;}
.Article__Footer a:nth-child(2):hover{
    background: #00aced;}
.Article__Footer a:nth-child(3):hover{    background: #c8232c;}



.mxw-banner .swiper-slide{ position: relative; }
.mxw-banner .swiper-slide .flx{display: flex; display: -webkit-flex; display: -moz-flex; display: -ms-flex; flex-wrap: wrap; justify-content: center; flex-direction: column; align-items: center;  position: absolute; left: 0; right: 0; height: 100%; z-index: 11; top: 0; }
.mxw-banner .swiper-slide .flx>span{ background: #fff; padding: 10px 15px; font-size: 12px; border-radius: 20px; transition: all 0.3s}
.mxw-banner .swiper-slide .flx>span:hover{ background: #1c1b1b; color: #fff}


.price{    font-family: Helvetica Neue,sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.7;    text-transform: capitalize;
    color: #939598;}

/* 添加到您的CSS文件中 */
.loading-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-top: 2px solid #000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.image-container {
    position: relative;
}

.image-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}



@media screen and (max-width: 2560px) {

    .mxw-box{ max-width: initial; width: 94%;}
  .top-box.mxw-box{ max-width: initial}
    .pro-de .mxw-box,.page-about .mxw-box{ max-width: 1680px}
    .tc-pro .mxw-box{ max-width: 1680px;}
    .top-box .right .x-menu>li{ padding: 0 0.7rem}
  .art-swiper .swiper-slide .desc{ padding-right: 14% ; font-size: 14px}
  .art-swiper .swiper-slide .st{ padding-right: 14px}
  .art-swiper .swiper-slide .desc{ margin: 0.2rem auto 0.6rem}
  .tc-da .item .tc-left{     padding: 1rem 16%;}
}

@media screen and (max-width: 1920px) {

    .mxw-box{ max-width: 1750px}

}

@media screen and (max-width: 1680px) {

    .x-menu > li.tel-box>a>img{ height: 0.417rem;}
    .x-menu > li.se-box>a>img{ height: 0.383rem;}

}

@media screen and (max-width: 1440px) {
    html{ font-size: 44px;}
    .top-box .right .x-menu>li{        padding: 0 0.5rem;}


}

@media screen and (max-width: 1368px) {

    .tc-da .item .tc-left{ padding: 1rem 10%;}
}

@media screen and (max-width: 1180px) {

    footer .up{ width: 95%}

}


@media screen and (max-width: 1101px) {
    html{ font-size: 46px !important;}
    .mxw-banner.m-none{ display: block !important;}
    .mxw-banner.pc-none{ display: none !important;}
    html{}
    .tc-art.m-none{ display: block !important;}
    .tc-art.pc-none{ display: none !important;}

    .d-mt.pc-none{ display: none !important; ;}
    footer{ padding-top: 1.2rem}
    footer .up{ flex-wrap: wrap; padding-bottom: 1rem}
    footer .up .tc-right .st2{ margin-top: 0.5rem}
    footer .up .tc-left{ order: 1; width: 100%;margin-top: 1rem}
    footer .up .tc-right{  width: 100%; }
    body{ margin-bottom: 0}
    .tc-da .item .tc-left{ padding: 1rem 10%;}
    .mxw-copy .mxw-box{ padding: 0}
    .mxw-mob-nav .head{       box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.1); padding: 0 32px;}
    .mxw-mob-nav .x-menu{ width: initial; }
    .mxw-mob-nav .x-menu .tel-box{ margin-right: 20px; position: relative;}
    .x-menu > li.tel-box>a>img,.x-menu > li.se-box>a>img{
        height: 19px;
    }
}


@media screen and (max-width: 751px) {
    .mxw-banner.m-none{ display: none !important;}
    .mxw-banner.pc-none{ display: block !important;}

    .tc-art.m-none{ display: none !important;}
    .tc-art.pc-none{ display: block !important;}
    .d-mt.pc-none{ display: block !important; ;}


    .mxw-box{ padding: 0; max-width: 90%; width: 90%;}
    .tc-pro{ padding-top: 45px; padding-bottom: 25px}
    .tc-title{ font-size: 32px; letter-spacing: 0}
    .pro-cate{ margin: 25px auto 15px; flex-wrap: wrap;}
    .pro-cate .item{ margin: 0 0 10px 0; width:48.5%; text-align: center; font-size: 15px }
    .pro-swiper .swiper-slide .st{ font-size: 16px;}
    .pro-swiper .swiper-slide .st2{ font-size: 16px;}
    .pro-swiper .swiper-slide .st3{ font-size: 16px;}

    .tc-art{ padding-top: 25px; padding-bottom: 45px;}
    .tc-art .tc-title{ margin-bottom: 25px; font-size: 18px}
    .art-swiper .swiper-slide{ width: 100%; font-size: 0}
    .art-swiper .swiper-slide .st{ font-size: 18px; margin-top: 15px;    font-weight: 700;    font-family: Helvetica Neue,sans-serif; margin-bottom: 10px}
    .art-swiper .swiper-slide .desc{ font-size: 14px; margin: 0px auto 15px;}
    .art-swiper .swiper-slide .c-more{ font-size: 12px; padding: 10px 16px;}


    .tc-da .item{ flex-wrap: wrap;}
    .tc-da .item .tc-left{ width: 100%; padding: 20px 65px; order: 2; }
    .tc-da .item .tc-right{ width: 100%;}
    .tc-da .item .tc-left .ct{ font-size: 16px;}
    .tc-da .item .tc-left .st{ font-size: 22px; margin: 10px auto 15px;}
    .tc-da .item .tc-left .desc{ font-size: 14px;}
    .tc-da .item .tc-left .more{ margin-top: 25px; font-size: 14px}
    .tc-da .item:nth-child(2n){ margin-top: 20px;}
    footer{ padding-top: 45px;}
    footer .up{}
    footer .up .tc-left{display: none}
    footer .up{ width: 90%; padding-bottom: 45px;}
    footer .up .tc-right{ width: 100%}
    footer .up .tc-right form .box input{ padding: 10px 10px 10px 12px;}
    footer .up .tc-right form .box button img{ height: 20px;}
    footer .up .tc-right form .box button{ padding-right: 18px;}
    footer .up .tc-right .st2{ margin-top: 25px;}
    footer .up .tc-right .list{ margin-top: 15px}

    .mxw-mob-nav .head{    box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.1)}
    .pro-page{ padding: 45px 0}
    .pro-page .ntt{ margin-bottom: 25px;}
    .pro-page .list{ justify-content: space-between;}
    .pro-page .list .item{ width: 48.5%; margin: 0 0 25px}
    .pro-page .list .item .se-color{ margin-top: 10px;}
    .pro-page .list .item .se-color span{ width: 15px; height: 15px; margin-right: 6px}
    .pro-page .list .item .title{ font-size: 14px; margin: 3px auto 5px;}
    .pro-page .list .item .title .info{ font-size: 12px}
    .pro-page .list .item:nth-child(3n)~.item{ margin-top: 0}
    .pro-page .list .item .title2{ font-size: 14px}
    .u-like .tc-title{font-size: 32px; margin-bottom: 30px}

    .pro-de{ padding: 45px 0;}
    .ny-product-desc .top{ padding: 0;}
    .ny-product-desc .ny-product-image{ flex-wrap: wrap; }
    .ny-product-desc .small-image{ width: 100%;order: 2;margin-top: 10px; height: auto}
    .small-swiper{ height: auto;}
    .ny-product-desc .swiper-button-next, .ny-product-desc .swiper-button-prev{ display: flex;z-index: 2}
    .ny-product-desc .small-image .swiper-button-next{         right: 0;
        transform: none;
        left: auto;
        bottom: 0;
        font-size: 0;
        top: 50%;
        margin-top: calc(-1* var(--swiper-navigation-size) / 2);}
    .ny-product-desc .small-image .swiper-button-prev{right: auto;
        transform: none;
        left: 0;
        bottom: 0;
        font-size: 0;
        top: 50%;
        margin-top: calc(-1* var(--swiper-navigation-size) / 2);}

    .mxw-copy{ padding: 12px 0;}
    .mxw-copy .mxw-box{ font-size: 14px;}
    .ny-product-desc .right .info2{ order: 2}
    .ny-product-desc .info .head .text1{ font-size: 16px;}
    .ny-product-desc .info .detail{ line-height: 1.6}
    .color-box{ margin: 15px auto 20px;}
    .color-box .lab{ font-size: 18px;}
    .color-box .color-select span img{ width: 15px; height: 15px;}
    .ny-product-desc .right .info2 .item{ padding: 10px 0}
    .ny-product-desc .right .info2 .item .st{ font-size: 14px;}
    .ny-product-desc .right .info2 .item .desc{ font-size: 12px; margin-top: 15px;}
    .ny-product-desc{ padding-bottom: 45px;}
    .pro-desc{ padding: 45px 0}
    .pro-desc .mxw-box{ padding: 0; flex-wrap: wrap;}
    .pro-desc .mxw-box .item{ flex-wrap: wrap}
    .pro-desc .mxw-box .tc-left{ width: 100%; }
    .pro-desc .mxw-box .tc-right{ padding: 15px 15px ; width: 100%;order: 2; }
    .pro-desc .mxw-box .tc-right .st{ font-size: 16px;}
    .pro-desc .mxw-box .tc-right .desc{ font-size: 14px; margin-top: 15px;}
    .u-like{ margin-top: 45px;}

    .u-like .list .item:nth-child(4){ display: block}
    .u-like .list .item{  }
    .u-like .list .item .se-color{ margin-top: 10px;}
    .u-like .list .item .se-color span{ width: 15px; height: 15px; margin-right: 6px}
    .u-like .list .item .title{ font-size: 14px; margin: 3px auto 5px;}
    .u-like .list .item .info{ font-size: 12px;}

    .page-about{ padding: 45px 0 0}
    .about-b1{ flex-wrap: wrap;}
    .about-b1 .left-box{ padding-right: 0; order: 1; padding-top: 15px;}
    .about-b1 .left-box img{ height: 24px;}
    .about-b1 .right-box{ width: 100%}
    .about-b1 .left-box .desc{ font-size: 14px; margin-top: 15px; line-height: 1.6}
    .about-b2{ margin-top: 45px; padding: 45px 0}
    .about-b2 .mxw-box .item{ width: 100%}
    .about-b2 .mxw-box .item .info{ padding: 15px 20px;}
    .about-b2 .mxw-box .item .info .st{ font-size: 12px;}
    .about-b2 .mxw-box .item .info .desc{ font-size: 14px; margin: 12px auto;}
    .about-b2 .mxw-box .item .info .mo{ font-size: 12px;}
    .about-b2 .mxw-box .item:nth-child(1)~.item{ margin-top: 20px; margin-left: 0}
    .news-box{ padding: 45px 0}

    .pro2-swiper .swiper-slide{ width: 100%}
    .art-swiper{  margin: 0 auto}
    .art-swiper .swiper-wrapper{ flex-wrap: wrap}
    .art-swiper .swiper-wrapper .swiper-slide:nth-child(1)~.swiper-slide{ margin-top: 30px}

    .da-swiper .swiper-wrapper{ flex-wrap: nowrap}
    .da-swiper { width: 100%; margin: 0 auto 45px; overflow: hidden}
    .da-swiper .swiper-slide{ width: 92%}
    .tc-da .da-swiper .swiper-slide:last-child{ margin-right: 10%}
    .tc-da .item:nth-child(2n){ margin-top: 0 }

    footer .up .tc-left{ order: 1;}
    footer .up .tc-right .st2{ display: none}
    footer .up .tc-right .list{ display: none}
    footer{ padding-top: 0}
    footer .mxw-box{ width: 100%; max-width: 100%;}
    footer .up{ width: 100%; max-width: 100%; flex-wrap: wrap; padding-bottom: 0}
    footer .up .tc-right{background: #7b899a;padding: 50px 25px; }


    footer .up .tc-right .desc{ color: #fff;}
    footer .up .tc-right form .box{  background: #fff; margin-top: 15px;}
    footer .up .tc-left{ display: block;padding: 50px 25px 0;}
    footer .up .tc-left{}

    footer .up .tc-left .st{ margin-bottom: 20px;}
    footer .up .tc-left .item .con{ display: none}
    footer .up .tc-left .item .con p{ margin-bottom: 5px;}

    .d-mt{ margin-top: 45px; padding: 0 25px; margin-bottom: 60px;}
    .d-mt .st2{ font-size: 14px; font-weight: bold; color: #fff;}
    .d-mt .list{ margin-top: 10px;}
    .d-mt .list a{ margin-right: 15px;}
    .d-mt .list a img{ height: 20px;}
    footer .up .tc-left .st{ font-size: 14px; display: flex; align-items: center; justify-content: space-between;}
    footer .up .tc-left .item{ padding-bottom: 0px;        border-bottom: 1px solid #707070; padding-top: 20px}
    footer .up .tc-left .st::after{ content: "+";}
    footer .up .tc-left .st.active::after{ content: "-"}

    .mxw-ny-box{ padding: 0}
    .ny-news-desc .title{ font-size: 22px;}



    .mxw-banner .swiper-slide img{ height: 100%}
    .mxw-copy .mxw-box{ width: 90%; font-size: 12px;}
    footer .up .tc-left .item .con{ margin-bottom: 15px}
    .pro-cate .item{color:#a4a4a4}
    .pro-cate .item.active{ color: #000}
    footer .up .tc-right{text-align: center}
    body{ margin-bottom: 0}
    .pro-desc .mxw-box .item:nth-child(2n) .tc-right{        padding: 15px 15px ;}
    .pro-desc .mxw-box .item:nth-child(1)~.item{ margin-top: 20px;}

    .pro-desc .mxw-box .tc-left iframe{ width: 100% !important; height: 240px}
    .ny-news-desc > .mxw-box2{ width: 90%;}
    .n-btt .mxw-box2 .item:nth-child(2){ margin-top: 30px;}
    .n-btt .mxw-box2 .item p{ margin-top: 10px; font-size: 16px;}
    .n-btt{ padding: 60px 0}

    .ny-news-desc .article h1{ font-size: 18px;line-height: 1.5; margin-bottom: 5px;        font-family: 'Helvetica Neue',sans-serif;font-weight: 700;}
    .ny-news-desc .article h2{ font-size: 16px;line-height: 1.6}
    .ny-news-desc .article p{ font-size: 14px}



}

@media screen and (max-width: 768px) and (max-height: 700px) {

    .banner-swiper{ height: auto;}
}

@media screen and (max-width: 640px)  {

    .banner-swiper{  height: calc(100vh - 60px); }
    .mxw-mob-nav .head{       padding: 0 20px;}
    .mxw-mob-nav .head .pro_serh{ width: 100vw; right: -26px;}
    .mxw-mob-nav .head .x-menu > li.tel-box .x-sub-menu {
        left: 0;
        right: 0;
    }
    .x-menu > li.tel-box>a>img{}

    .mxw-mob-nav .menu-btn{ order: 1;}
    .x-menu > li.se-box{ display: none}
    .mxw-mob-nav .x-menu{ margin-left: auto; margin-right: 15px;}
    .mxw-mob-nav .x-menu .tel-box{ margin-right: 0}
}


@media screen and (max-width: 425px) {
    .mxw-box{ padding: 0; max-width: 90%; width: 90%;}
    .tc-pro{ padding-top: 45px; padding-bottom: 25px}
    .tc-title{ font-size: 32px; letter-spacing: 0}
    .pro-cate{ margin: 25px auto 15px; flex-wrap: wrap;}
    .pro-cate .item{ margin: 0 0 10px 0; width: 48.5%; text-align: center; font-size: 15px }
    .pro-swiper .swiper-slide .st{ font-size: 16px;}
    .pro-swiper .swiper-slide .st2{ font-size: 16px;}
    .pro-swiper .swiper-slide .st3{ font-size: 16px;}

    .tc-art{ padding-top: 25px; padding-bottom: 45px;}
    .tc-art .tc-title{ margin-bottom: 25px; font-size: 24px}
    .art-swiper .swiper-slide{ width: 100%}
    .art-swiper .swiper-slide .st{ font-size: 20px;    font-family: Helvetica Neue,sans-serif;
        font-weight: 700; margin-top: 15px; margin-bottom: 10px;}
    .art-swiper .swiper-slide .desc{ font-size: 14px; margin: 0px auto 15px;}
    .art-swiper .swiper-slide .c-more{ font-size: 11px; padding: 10px 16px;}


    .tc-da .item{ flex-wrap: wrap;}
    .tc-da .item .tc-left{ width: 100%; padding: 20px 65px; order: 2; }
    .tc-da .item .tc-right{ width: 100%;}
    .tc-da .item .tc-left .ct{ font-size: 16px;}
    .tc-da .item .tc-left .st{ font-size: 22px; margin: 10px auto 15px;}
    .tc-da .item .tc-left .desc{ font-size: 14px;}
    .tc-da .item .tc-left .more{ margin-top: 25px; font-size: 14px}
    .tc-da .item:nth-child(2n){ margin-top: 20px;}
    footer{ padding-top: 45px;}
    footer .up{}
    footer .up .tc-left{display: none}
    footer .up{ width: 90%; padding-bottom: 45px;}
    footer .up .tc-right{ width: 100%}
    footer .up .tc-right form .box input{ padding: 10px 10px 10px 12px;}
    footer .up .tc-right form .box button img{ height: 20px;}
    footer .up .tc-right form .box button{ padding-right: 18px;}
    footer .up .tc-right .st2{ margin-top: 25px;}
    footer .up .tc-right .list{ margin-top: 15px}

    .mxw-mob-nav .head{    box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.1)}
    .pro-page{ padding: 45px 0}
    .pro-page .ntt{ margin-bottom: 25px;}
    .pro-page .list{ justify-content: space-between;}
    .pro-page .list .item{ width: 48.5%; margin: 0 0 25px}
    .pro-page .list .item .se-color{ margin-top: 10px;}
    .pro-page .list .item .se-color span{ width: 15px; height: 15px; margin-right: 6px}
    .pro-page .list .item .title{ font-size: 14px; margin: 3px auto 5px;}
    .pro-page .list .item .title .info{ font-size: 12px}
    .pro-page .list .item:nth-child(3n)~.item{ margin-top: 0}

    .pro-de{ padding: 45px 0;}
    .ny-product-desc .top{ padding: 0;}
    .ny-product-desc .ny-product-image{ flex-wrap: wrap; }
    .ny-product-desc .small-image{ width: 100%;order: 2;margin-top: 10px; height: auto}
    .small-swiper{ height: auto;}
    .ny-product-desc .swiper-button-next, .ny-product-desc .swiper-button-prev{ display: flex;z-index: 2}
    .ny-product-desc .small-image .swiper-button-next{         right: 0;
        transform: none;
        left: auto;
        bottom: 0;
        font-size: 0;
        top: 50%;
        margin-top: calc(-1* var(--swiper-navigation-size) / 2);}
    .ny-product-desc .small-image .swiper-button-prev{right: auto;
        transform: none;
        left: 0;
        bottom: 0;
        font-size: 0;
        top: 50%;
        margin-top: calc(-1* var(--swiper-navigation-size) / 2);}

    .mxw-copy{ padding: 12px 0;}
    .mxw-copy .mxw-box{ font-size: 14px;}
    .ny-product-desc .right .info2{ order: 2}
    .ny-product-desc .info .head .text1{ font-size: 16px;}
    .ny-product-desc .info .detail{ line-height: 1.6}
    .color-box{ margin: 15px auto 20px;}
    .color-box .lab{ font-size: 18px;}
    .color-box .color-select span img{ width: 15px; height: 15px;}
    .ny-product-desc .right .info2 .item{ padding: 10px 0}
    .ny-product-desc .right .info2 .item .st{ font-size: 14px;}
    .ny-product-desc .right .info2 .item .desc{ font-size: 12px; margin-top: 15px;}
    .ny-product-desc{ padding-bottom: 45px;}
    .pro-desc{ padding: 45px 0}
    .pro-desc .mxw-box{ padding: 0; flex-wrap: wrap;}
    .pro-desc .mxw-box .item{ flex-wrap: wrap}
    .pro-desc .mxw-box .tc-left{ width: 100%; }
    .pro-desc .mxw-box .tc-right{ padding: 15px 15px ; width: 100%;order: 2; }
    .pro-desc .mxw-box .tc-right .st{ font-size: 16px;}
    .pro-desc .mxw-box .tc-right .desc{ font-size: 14px; margin-top: 15px;}
    .u-like{ margin-top: 45px;}

    .u-like .list .item:nth-child(4){ display: block}
    .u-like .list .item{  }
    .u-like .list .item .se-color{ margin-top: 10px;}
    .u-like .list .item .se-color span{ width: 15px; height: 15px; margin-right: 6px}
    .u-like .list .item .title{ font-size: 14px; margin: 3px auto 5px;}
    .u-like .list .item .info{ font-size: 12px;}

    .page-about{ padding: 45px 0 0}
    .about-b1{ flex-wrap: wrap;}
    .about-b1 .left-box{ padding-right: 0; order: 1; padding-top: 15px;}
    .about-b1 .left-box img{ height: 24px;}
    .about-b1 .right-box{ width: 100%}
    .about-b1 .left-box .desc{ font-size: 14px; margin-top: 15px; line-height: 1.6}
    .about-b2{ margin-top: 45px; padding: 45px 0}
    .about-b2 .mxw-box .item{ width: 100%}
    .about-b2 .mxw-box .item .info{ padding: 15px 20px;}
    .about-b2 .mxw-box .item .info .st{ font-size: 12px;}
    .about-b2 .mxw-box .item .info .desc{ font-size: 14px; margin: 12px auto;}
    .about-b2 .mxw-box .item .info .mo{ font-size: 12px;}
    .about-b2 .mxw-box .item:nth-child(1)~.item{ margin-top: 20px; margin-left: 0}
    .news-box{ padding: 45px 0}

    .pro2-swiper .swiper-slide{ width: 100%}
    .art-swiper{  margin: 0 auto}
    .art-swiper .swiper-wrapper{ flex-wrap: wrap}
    .art-swiper .swiper-wrapper .swiper-slide:nth-child(1)~.swiper-slide{ margin-top: 25px}

    .da-swiper .swiper-wrapper{ flex-wrap: nowrap}
    .da-swiper { width: 100%; margin: 0 auto 45px; overflow: hidden}
    .da-swiper .swiper-slide{ width: 92%}
    .tc-da .da-swiper .swiper-slide:last-child{ margin-right: 10%}
    .tc-da .item:nth-child(2n){ margin-top: 0 }

    footer .up .tc-left{ order: 1;}
    footer .up .tc-right .st2{ display: none}
    footer .up .tc-right .list{ display: none}
    footer{ padding-top: 0}
    footer .mxw-box{ width: 100%; max-width: 100%;}
    footer .up{ width: 100%; max-width: 100%; flex-wrap: wrap; padding-bottom: 0}
    footer .up .tc-right{background: #7b899a;padding: 50px 25px; }


    footer .up .tc-right .desc{ color: #fff;}
    footer .up .tc-right form .box{  background: #fff; margin-top: 15px;}
    footer .up .tc-left{ display: block;padding: 50px 25px 0;}
    footer .up .tc-left{}

    footer .up .tc-left .st{ margin-bottom: 20px;}
    footer .up .tc-left .item .con{ display: none}
    footer .up .tc-left .item .con p{ margin-bottom: 5px;}

    .d-mt{ margin-top: 45px; padding: 0 25px; margin-bottom: 60px;}
    .d-mt .st2{ font-size: 14px; font-weight: bold; color: #fff;}
    .d-mt .list{ margin-top: 10px;}
    .d-mt .list a{ margin-right: 15px;}
    .d-mt .list a img{ height: 20px;}
    footer .up .tc-left .st{ font-size: 14px; display: flex; align-items: center; justify-content: space-between;}
    footer .up .tc-left .item{ padding-bottom: 0px;        border-bottom: 1px solid #707070; padding-top: 20px}
    footer .up .tc-left .st::after{ content: "+";}
    footer .up .tc-left .st.active::after{ content: "-"}

    .mxw-ny-box{ padding: 0}
    .ny-news-desc .title{ font-size: 22px;}

    .banner-swiper{  height: calc(100vh - 60px); }

    .mxw-banner .swiper-slide img{ height: 100%}
    .mxw-copy .mxw-box{ width: 90%; font-size: 12px;}
    footer .up .tc-left .item .con{ margin-bottom: 15px}
    .pro-cate .item{color:#a4a4a4}
    .pro-cate .item.active{ color: #000}
    footer .up .tc-right{text-align: center}
    body{ margin-bottom: 0}
    .pro-desc .mxw-box .item:nth-child(2n) .tc-right{        padding: 15px 15px ;}
    .pro-desc .mxw-box .item:nth-child(1)~.item{ margin-top: 20px;}

    .pro-desc .mxw-box .tc-left iframe{ width: 100% !important; height: 240px}
    .ny-news-desc > .mxw-box2{ width: 90%;}
    .n-btt .mxw-box2 .item:nth-child(2){ margin-top: 30px;}
    .n-btt .mxw-box2 .item p{ margin-top: 10px; font-size: 16px;}
    .n-btt{ padding: 60px 0}

    .ny-news-desc .article h1{ font-size: 18px;line-height: 1.5; margin-bottom: 5px;        font-family: 'Helvetica Neue',sans-serif;font-weight: 700;}
    .ny-news-desc .article h2{ font-size: 16px;line-height: 1.6}
    .ny-news-desc .article p{ font-size: 14px}
    .pro-page .ntt{text-indent: 0}

    .ny-product-desc .small-image .swiper-slide{ height: auto; width: 23%;}
}


@media screen and (max-width: 425px) and (max-height: 600px) {

    .banner-swiper{ height: auto;}
}


@media screen and (max-width: 425px) {

    .banner-swiper {
        height: calc(100vh - 60px);
    }
}








