@charset "gbk";

@import url("global.min.css");
@import url("swiper.min.css");

/**
* Description style CSS for the website
* Author Qiuyue
* E-mail 1171019839@qq.com
* Created On 2024-05
* modification
**/

/*! normalize.css v3.0.1 | MIT License | git.io/normalize*/
/** * 1. Set default font family to sans-serif. * 2. Prevent iOS text size adjust after orientation change, without disabling * user zoom.*/
html {
    font-family: sans-serif;
    /* 1*/
    -ms-text-size-adjust: 100%;
    /* 2*/
    -webkit-text-size-adjust: 100%;
    /* 2*/
}

/** * Remove default margin.*/
body {
    margin: 0;
}

/* HTML5 display definitions ==========================================================================*/
/** * Correct `block` display not defined for any HTML5 element in IE 8/9. * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. * Correct `block` display not defined for `main` in IE 11.*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/** * 1. Correct `inline-block` display not defined in IE 8/9. * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.*/
audio,
progress,
video {
    display: inline-block;
    /* 1*/
    vertical-align: baseline;
    /* 2*/
    max-width: 100%;
}

canvas {
    display: inline-block;
    /* 1*/
    vertical-align: baseline;
}

/** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices.*/
audio:not([controls]) {
    display: none;
    height: 0;
}

/** * Address `[hidden]` styling not present in IE 8/9/10. * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.*/
[hidden],
template {
    display: none;
}

/* Links ==========================================================================*/
/** * Remove the gray background color from active links in IE 10.*/

a {
    color: #333;
    background: transparent;
    text-decoration: none;
    outline: none;
    border: none;
    transition: all .2s;
}

/** * Improve readability when focused and also mouse hovered in all browsers.*/
a:active,
a:hover {
    outline: none;
    text-decoration: none;
}

.colorgreen,
a:hover {
    color: #BB161F;
}

/* Text-level semantics ==========================================================================*/
/** * Address styling not present in IE 8/9/10/11, Safari, and Chrome.*/
abbr[title] {
    border-bottom: 1px dotted;
}

/** * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.*/
b,
strong {
    font-weight: bold;
}

/** * Address styling not present in Safari and Chrome.*/
dfn {
    font-style: italic;
}

/** * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari, and Chrome.*/
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/** * Address styling not present in IE 8/9.*/
mark {
    background: #ff0;
    color: #000;
}

/** * Address inconsistent and variable font size in all browsers.*/
small {
    font-size: 80%;
}

/** * Prevent `sub` and `sup` affecting `line-height` in all browsers.*/
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content ==========================================================================*/
/** * Remove border when inside `a` element in IE 8/9/10.*/
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    border: 0;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    object-fit: cover;
}

/** * Correct overflow not hidden in IE 9/10/11.*/
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content ==========================================================================*/
/** * Address margin not present in IE 8/9 and Safari.*/
figure {
    margin: 1em 40px;
}

/** * Address differences between Firefox and other browsers.*/
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/** * Contain overflow in all browsers.*/
pre {
    overflow: auto;
}

/** * Address odd `em`-unit font size rendering in all browsers.*/
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms ==========================================================================*/
/** * Known limitation: by default, Chrome and Safari on OS X allow very limited * styling of `select`, unless a `border` property is set.*/
/** * 1. Correct color not being inherited. * Known issue: affects color of disabled elements. * 2. Correct font properties not being inherited. * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.*/
button,
input,
optgroup,
select,
textarea {
    font-size: 13px;
    font-weight: normal;
    color: #000;
    color: inherit;
    /* 1*/
    font: inherit;
    /* 2*/
    margin: 0;
    /* 3*/
    background-color: transparent;
    outline: none;
}

/** * Address `overflow` set to `hidden` in IE 8/9/10/11.*/
button {
    overflow: visible;
}

/** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. * Correct `select` style inheritance in Firefox.*/
button,
select {
    text-transform: none;
}

/** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type * `input` and others.*/
button,
html input[type="button"],
/* 1*/
input[type="reset"],
input[type="submit"] {
    /*-webkit-appearance: button;*/
    cursor: pointer;
    /* 3*/
    -webkit-appearance: none;
}

/** * Re-set default cursor for disabled elements.*/
button[disabled],
html input[disabled] {
    cursor: default;
}

/** * Remove inner padding and border in Firefox 4+.*/
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet.*/
input {
    line-height: normal;
}

/** * It's recommended that you don't attempt to style these elements. * Firefox's implementation doesn't respect box-sizing, padding, or width. * * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10.*/
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1*/
    padding: 0;
    /* 2*/
    vertical-align: middle;
}

/** * Fix the cursor style for Chrome's increment/decrement buttons. For certain * `font-size` values of the `input`, it causes the cursor style of the * decrement button to change from `default` to `text`.*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/** * 1. Address `appearance` set to `searchfield` in Safari and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari and Chrome * (include `-moz` to future-proof).*/
input[type="search"] {
    -webkit-appearance: textfield;
    /* -moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box; */
}

/** * Remove inner padding and search cancel button in Safari and Chrome on OS X. * Safari (but not Chrome) clips the cancel button when the search input has * padding (and `textfield` appearance).*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/** * Define consistent border, margin, and padding.*/
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/** * 1. Correct `color` not being inherited in IE 8/9/10/11. * 2. Remove padding so people aren't caught out if they zero out fieldsets.*/
legend {
    border: 0;
    /* 1*/
    padding: 0;
    /* 2*/
}

/** * Remove default vertical scrollbar in IE 8/9/10/11.*/
textarea {
    overflow: auto;
}

/** * Don't inherit the `font-weight` (applied by a rule above). * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.*/
optgroup {
    font-weight: bold;
}

/* Tables ==========================================================================*/
/** * Remove most spacing between table cells.*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


::-webkit-input-placeholder {
    /* WebKit browsers*/
    color: #777;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18*/
    color: #777;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+*/
    color: #777;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+*/
    color: #777;
}


.swiper-container {
    position: relative;
    overflow: hidden;
}

.hasScrollbar {
    overflow: auto;
}

.hasScrollbar::-webkit-scrollbar-track-piece {
    width: 4px;
    background-color: #E4E4E4
}

.hasScrollbar::-webkit-scrollbar {
    width: 4px;
    background-color: #BB161F
}

.hasScrollbar::-webkit-scrollbar-thumb {
    width: 4px;
    background-color: #BB161F
}

.hasScrollbar::-webkit-scrollbar-thumb:hover {
    width: 4px;
    background-color: #BB161F
}

/* 文字选中样式 */
/* ::-moz-selection {
    color: #fff;
    background-color: #BB161F;
}

::selection {
    color: #fff;
    background-color: #BB161F;
} */


/* -------------------------------
Globals
----------------------------------*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    word-break: break-word;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    position: relative;
    cursor: auto;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
    background-color: #fff;
}

body,
input,
textarea,
button .widget-content .wp-caption-text {
    font-family: Arial, sans-serif !important;
}



.animated {
    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    -o-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}


@keyframes opacityn {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@-webkit-keyframes opacityn {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

.opacity-n {
    -webkit-animation: opacityn 0.3s linear;
    animation: opacityn 0.3s linear;
}

@-webkit-keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.jeiguoboxr {
    position: relative;
    min-height: 100px;
    margin-top: 20px;
}
#loading {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    opacity: 1;
}


#loading .loading-main::after {
    content: '搜索中';
    position: absolute;
    left: 50%;
    top: 50px;
    margin-left: -21px;
    font-size: 14px;
    color: #777;
}

#loading .loading-main>div {
    position: absolute;
    top: 0;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    border-radius: 50%;
    border: 0px solid #ccc;
    border-left-width: 2px;
    border-bottom-width: 3px;
    border-right-width: 3px;
    -webkit-animation: loading 2s linear infinite;
    -webkit-animation: loading 2s linear infinite;
    -o-animation: loading 2s linear infinite;
    animation: loading 2s linear infinite;
}

.backtop {
    position: fixed;
    top: 40%;
    right: 2%;
    z-index: 200;
    width: 35px;
    height: 60px;
    font-size: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}


.bgcoverwpt {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.allcontentwrapper {
    display: block;
}

.allcontentwrapper ul {
    padding-left: 24px;
}

.allcontentwrapper ul li {
    margin-top: 14px;
}

.allcontentwrapper .listsys {
    display: flex;
    flex-wrap: wrap;
}

.allcontentwrapper .listsys .item {
    display: flex;
}

.allcontentwrapper .listsys .item .pic {
    margin-right: 10px;
    width: 36px;
    flex: 0 0 36px;
}

.product__topr .rightr .prolist .des>p:first-child,
.allcontentwrapper>p:first-child {
    margin-top: 0;
}

.product__topr .rightr .prolist .des>p:last-child,
.allcontentwrapper>p:last-child {
    margin-bottom: 0;
}


.allcontentwrapper table td {
    padding: 5px;
    vertical-align: middle;
    border: 1px solid #777;
}

.thumbscale,
.thumbscale img {
    position: relative;
    transition: all .3s;
    transition-duration: 500ms;
}


.aboutprofile__x .profilelistin .pic:hover .thumbscale img,
.productlistin .lik:hover .thumbscale img {
    transform: translateY(-8px);
}

.showtwocolum__listin .thumbscale {
    overflow: hidden;
}

.showtwocolum__listin .lik:hover .thumbscale img {
    transform: scale(1.05);
}

.pagination {
    margin-top: 20px;
    text-align: center;
}

.product__topr .bannerbtn,
.pagination a {
    display: inline-block;
    min-width: 30px;
    height: 30px;
    padding: 0 2px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    border: none;
    outline: none;
    background-color: #D9D9D9;
}

.product__topr .bannerbtn,
.pagination .prev,
.pagination .next {
    font-size: 0;
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    background-image: url(../images/icon-w.png);
}

.product__topr .ptnext,
.pagination .next {
    transform: rotate(180deg);
}

.product__topr .bannerbtn {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    cursor: pointer;
}

.product__topr .ptprev {
    left: 0;
}



.pagination .txtnumrrr,
.pagination .pages_num {
    display: inline-block;
    line-height: 30px;
}

.pagination .pages_num em {
    color: #BB161F;
    font-style: normal;
}

.pagination .txtnumrrr {
    margin-left: 6px;
}

.pagination input.txtnum {
    display: inline-block;
    margin: 0 10px;
    width: 36px;
    height: 30px;
    text-align: center;
    border: 1px solid #000000;
}

.product__topr .bannerbtn:hover,
.pagination a:hover,
.pagination .current {
    background-color: #BB161F;
}


.listsWrap {
    display: flex;
    flex-wrap: wrap;
}

.listsWrapGrid {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(1, 1fr);
    align-items: stretch;
}

.listsWrap .item,
.listsWrap .item .lik,
.listsWrapGrid .item,
.listsWrapGrid .item .lik {
    position: relative;
}

.listsWrap .item .lik,
.listsWrapGrid .item .lik {
    display: block;
}

.container {
    position: relative;
    z-index: 1;
}

.position-wrapper ul,
.siteheader ul,
.sitefooter ul {
    padding-left: 0;
    margin: 0;
}

.position-wrapper ul li,
.siteheader ul li,
.sitefooter ul li {
    list-style: none;
}

.toorbar {
    position: fixed;
    right: 20px;
    top: 50%;
    width: 48px;
    z-index: 99;
    transform: translateY(-50%);
}

.toorbar .xxicon,
.toorbar .lik {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 14px;
    margin-top: 20px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(217, 217, 217, 0.5);
    border-radius: 4px;
}

.toorbar .lik:first-child {
    margin-top: 0;
}
.toorbar .lik .w {
    display: inline-block;
    max-height: 156px;
    overflow: hidden;
}
.toorbar .xxicon:hover,
.toorbar .lik:hover {
    color: #fff;
    background-color: #BB161F;
}

/* .toorbar .xxicon {
    display: none;
} */
.toorbar .xxicon::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: all .3s ease-in-out;
    background-image: url(../images/xxrr.png);
}
.toorbar .xxicon:hover::after {
    background-image: url(../images/xxrr_w.png);
}
.toorbar .boxr2 {
    position: relative;
    right: 0;
    transition: all .3s ease-in-out;
}
.toorbar .boxr.active .boxr2 {
    right: -80px;
}
.toorbar .boxr.active .xxicon::after {
    transform: rotate(180deg);
}



@media (min-width: 961px) {
    .toorbar .lik {
        line-height: 26px;
        font-size: 16px;
    }

    .pagination {
        margin-top: 60px;
    }

    .pagination a {
        margin-right: 8px;
        /* min-width: 40px;
        height: 40px;
        line-height: 40px; */
    }

    .pagination a:last-child {
        margin-right: 0;
    }

    .siteheader .menur .m2,
    .container {
        max-width: 1440px;
        width: 88%;
        margin: 0 auto;
    }

    .allcontentwrapper .listsys .item {
        display: flex;
        width: 45%;
        margin-right: 10%;
        margin-top: 4%;
    }

    .allcontentwrapper .listsys .item:nth-child(2n) {
        margin-right: 0;
    }

    .allcontentwrapper .listsys .item .pic {
        margin-right: 20px;
    }

}

@media (min-width: 1501px) {
    .backtop {
        right: 8%;
    }
}

@media (max-width: 1500px) {
    .pagination {
        font-size: 12px;
    }

    .pagination a {
        margin-right: 2px;
    }
}

@media (max-width: 960px) {
    .backtop {
        width: 20px;
        height: 34px;
        right: 10px;
    }

    .container {
        margin-left: 20px;
        margin-right: 20px;
    }

    .pagination .pt {
        display: none !important;
    }

    .allcontentwrapper .listsys .item {
        margin-top: 20px;
    }

    .toorbar {
        right: 3px;
        width: 30px;
    }

    .toorbar .xxicon,
    .toorbar .lik {
        padding: 6px;
        margin-top: 6px;
    }
    .toorbar .xxicon {
        padding: 0;
        height: 30px;
    }
}

.product__topr .ptnext {
    right: 0;
}

@media (min-width: 1501px) {
    .product__topr .ptnext.ptnext_z1 {
        left: 35%;
    }
    .product__topr .ptnext.ptnext_z2 {
        left: 55%;
    }
    .product__topr .ptnext.ptnext_z3 {
        left: 75%;
    }
    .product__topr .gallerythumbs_z1 {
        width: 25%;
    }
    .product__topr .gallerythumbs_z2 {
        width: 50%;
    }
    .product__topr .gallerythumbs_z3 {
        width: 75%;
    }
}
@media (max-width: 1500px) and (min-width: 961px) {
    .product__topr .ptnext.ptnext_z1 {
        left: 37%;
    }
    .product__topr .ptnext.ptnext_z2 {
        left: 57%;
    }
    .product__topr .ptnext.ptnext_z3 {
        left: 77%;
    }
    .product__topr .gallerythumbs_z1 {
        width: 27%;
    }
    .product__topr .gallerythumbs_z2 {
        width: 50%;
    }
    .product__topr .gallerythumbs_z3 {
        width: 75%;
    }
}
@media (max-width: 960px) {
    .product__topr .ptnext.ptnext_z1 {
        left: 54%;
    }
    .product__topr .ptnext.ptnext_z2 {
        right: 0;
    }
    .product__topr .gallerythumbs_z1 {
        width: 52%;
    }
}




.isHidden {
    overflow: hidden;
}

.content-layer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 132;
    background-color: rgba(0, 0, 0, .5);
}

#content-3d {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 136;
    text-align: center;
    background-color: rgba(0, 0, 0, .5);
}

#content-3d video {
    max-width: 100%;
    max-height: 100%;
    background-color: #000;
}

#content-3d iframe {
    width: 100%;
    height: 100%;
    background-color: #000;
}

/*#content-3d .closer {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}*/
#content-3d .closebtn {
    position: absolute;
    z-index: 110;
    cursor: pointer;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
}

#content-3d .closebtn:after,
#content-3d .closebtn:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#content-3d .closebtn:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 0;
    width: 24px;
    margin-top: -1px;
    margin-left: -12px;
}

#content-3d .closebtn:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    height: 24px;
    width: 0;
    margin-left: -1px;
    margin-top: -12px;
}

.mediabtn {
    display: block;
    width: 64px;
    height: 64px;
    background-size: contain;
    background-image: url(../images/icon-play.png);
    cursor: pointer;
}

.bgcolorwhite {
    background-color: #fff;
}

.alldfixwrap {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10003;
    background: rgba(78, 78, 78, 0.2);
}

.alldfixwrap .boxwr {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    max-width: 800px;
    width: 42%;
    min-width: 300px;
    margin: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 10px;
}

.alldfixwrap .closer {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
}

.alldfixwrap .closer img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.alldfixwrap .capumspop {
    text-align: center;
}

.morebtnr__lik {
    display: inline-block;
    padding: 0 15px;
    text-align: center;
    border: none;
}
.morebtnr__lik,
.morebtnr__lik:hover {
    color: #fff;
    background: #BB161F;
}

@media (min-width: 961px) {
    #content-3d video {
        position: absolute;
        top: 50%;
        left: 50%;
        --webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .alldfixwrap .capumspop {
        padding: 4.1vw;
    }

    .alldfixwrap .morebtnr {
        margin-top: 5vw;
    }

    .alldfixwrap .closer {
        right: 20px;
        top: 20px;
    }

    .morebtnr__lik {
        min-width: 160px;
        height: 50px;
        line-height: 50px;
    }
}

@media (max-width: 960px) {
    #content-3d {
        top: 50%;
        left: 50%;
        right: auto;
        bottom: auto;
        max-width: 1024px;
        width: 80%;
        --webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    #content-3d .close-btn {
        top: 0;
        right: -40px;
    }

    .alldfixwrap .capumspop {
        padding: 40px 20px;
    }

    .alldfixwrap .morebtnr {
        margin-top: 20px;
    }

    .alldfixwrap .closer {
        right: 6px;
        top: 6px;
    }

    .morebtnr__lik {
        min-width: 120px;
        height: 40px;
        line-height: 40px;
    }
}

#siteName {
    display: none;
}



.hamburger {
    display: block;
    z-index: 950;
    line-height: 0;
    width: 24px;
    height: 20px;
    cursor: pointer;
}

.hamburger {
    position: absolute;
    top: 16px;
    right: 10px;
}

.hamburger:after,
.hamburger:before {
    content: '';
    display: block;
    height: 2px;
    border-radius: 2px;
}

.hamburger span {
    display: block;
    height: 2px;
    margin: 5px 0;
}

.hamburger:after,
.hamburger:before,
.hamburger span {
    position: relative;
    width: 100%;
    background-color: #333;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.hamburger.on span {
    display: none;
}

.hamburger.on:before {
    top: 1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hamburger.on:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}






.siteheader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    box-shadow: 0px 2px 10px 0px rgba(217, 217, 217, 0.4);
    background-color: #fff;
    transition: all .3s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
}

.siteheader .logo a {
    display: block;
}

.headerhhh {
    font-size: 0;
}

.searchbxtr .topicon,
.siteheader .menur .m2,
.sub-menu-toggle {
    display: none;
}


.siteheader .menur .m2 li.z,
.siteheader .menur .m2::before {
    background-color: #fff;
}
.siteheader .menur .m2,
.siteheader .menur .m2::after {
    background-color: #FAFAFA;
}

.siteheader .menur .m2 {
    position: fixed;
    left: 50%;
    top: 159px;
    z-index: 5;
    font-size: 0;
    transform: translate(-50%, 0);
}
.siteheader .menur .m2 li {
    display: inline-block;
    margin-left: 3vw;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 28px;
    font-size: 16px;
}
.siteheader .menur .m2 li.z {
    font-size: 24px;
    width: 180px;
    margin-left: 0 !important;
    text-align: center;
}
.siteheader .menur .item:hover .m2 {
    display: block;
}

.siteheader .menur .m2::after,
.siteheader .menur .m2::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 50vw;
}
.siteheader .menur .m2::before {
    left: -49vw;
}
.siteheader .menur .m2::after {
    right: -49vw;
}


.siteheader .langbx,
.siteheader .menur {
    display: flex;
    flex-wrap: wrap;
}

.searchtop,
.searchbxtr .search-form {
    position: relative;
}

.langbx .lik,
.searchbxtr .search-submit,
.topicon {
    width: 24px;
    height: 24px;
}

.searchbxtr .search-submit,
.topicon {
    position: absolute;
    z-index: 3;
    font-size: 0;
    border: none;
    background-image: url(../images/icon-search.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.searchbxtr .search-submit {
    left: 10px;
    top: 0;
}

.searchbxtr .search-submit,
.searchbxtr .search-form .search-field {
    height: 50px;
}

.searchbxtr .search-form .search-field {
    width: 500px;
    padding-right: 10px;
    padding-left: 40px;
    border-radius: 8px;
    border: 2px solid #C2C2C2;
}

.siteheader .langbx .tr a {
    display: inline-block;
    margin-right: 20px;
}

.siteheader .langbx .lik {
    line-height: 22px;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    color: #333;
    border: 1px solid #333;
    border-radius: 50%;
}



.siteheader .bottomr {
    border-top: 1px solid #D9D9D9;
}

.siteheader .menur .lik {
    display: inline-block;
    position: relative;
    padding-top: 17px;
    padding-bottom: 17px;
    line-height: 24px;
}
.siteheader .menur .lik::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    transform: translate(-50%, 0);
    background-color: #BB161F;
    transition: all .2s;
}
.siteheader .menur .item:hover .lik::after {
    width: 100%;
}


.sitefooter {
    background-color: #232323;
}

.sitefooter,
.sitefooter a {
    color: #fff;
}

.sitefooter a:hover {
    color: #BB161F;
}

.sitefooter .topfoot {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.sitefooter .copyrightinfo {
    padding-top: 20px;
    padding-bottom: 20px;
}

.siteheader .searchbxtr .searchwrp {
    position: relative;
}
.siteheader .xtlist {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 20;
    width: 100%;
    max-height: 220px;
    background-color: #fff;
    border-radius: 8px;
    overflow: auto;
    box-shadow: 0 0 10px rgba(0,0,0, .1);
}
.siteheader .xtlist .it {
    padding: 6px 10px;
    line-height: 24px;
}
.siteheader .xtlist .it a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



@media (min-width: 961px) {

    .hamburger,
    .siteheader .menur .itemph {
        display: none;
    }

    .headerhhh {
        height: 160px;
    }

    .siteheader .topr {
        padding-top: 20px;
        padding-bottom: 20px;
        display: flex;
        justify-content: space-between;
    }

    .siteheader .logo img {
        height: 60px;
    }

    .siteheader .menur .item {
        margin-left: 4vw;
    }

    .siteheader .menur .item:first-child {
        margin-left: 0;
    }

    .siteheader .menur .item:last-child {
        margin-left: 0;
        padding-left: 4vw;
    }

    .searchbxtr .search-form .search-field {
        width: 29vw;
        max-width: 500px;
    }

    .sitefooter .topfoot {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sitefooter .topfoot .menur {
        display: flex;
        justify-content: space-between;
    }

    .sitefooter .topfoot .menur .m2>li {
        margin-top: 10px;
    }
}

@media (max-width: 960px) {
    /* .siteheader .xtlist {
        display: none !important;
    } */

    .sitefooter .topfoot,
    .siteheader .searchbxtr .searchwrp,
    .siteheader .langbx .tr1 {
        display: none;
    }

    #mmenu .itemph {
        display: flex;
        margin-top: 10px;
        padding-bottom: 10px;
    }

    .siteheader .bottomr {
        display: none;
    }

    .siteheader .topr {
        display: flex;
        align-items: center;
    }

    .headerhhh,
    .siteheader .topr {
        height: 50px;
    }

    .searchbxtr .topicon {
        display: block;
    }

    .siteheader .logo img {
        height: 30px;
    }

    .searchbxtr .topicon {
        display: block;
        right: 90px;
        top: 12px;
    }

    .siteheader .langbx {
        position: absolute;
        right: 50px;
        top: 12px;
    }

    .siteheader .langbx .tr a {
        margin-right: 0;
    }

    .siteheader .searchbxtr .searchwrp {
        position: fixed;
        top: 50px;
        left: 0;
        width: 100%;
        padding: 10px;
        background-color: #fff;
        box-shadow: 0px 2px 10px 0px rgba(217, 217, 217, 0.4);
    }

    .searchbxtr .search-form .search-field {
        width: 100%;
        border-width: 1px;
    }

    .searchbxtr .search-submit,
    .searchbxtr .search-form .search-field {
        height: 40px;
    }

    .mm-menu {
        background-color: #fff;
    }
    .mm-menu .m2 .z {
        display: none !important;
    }
}




.tformboxtw .fcontrol {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    background-color: #FAFAFA;
    border: 1px solid #D9D9D9;
    transition: all .2s;
}

.tformboxtw select.fcontrol:focus,
.tformboxtw input.fcontrol:focus {
    /* color: #fff; */
    border-color: #BB161F;
}

.tformboxtw select.fcontrol {
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;

    /*在选择框的最右侧中间显示小箭头图片*/
    background-image: url(../images/icon-arrow-xx.png);
    background-repeat: no-repeat;
    background-position: right 20px center;

    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 30px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
.tformboxtw select.fcontrol::-ms-expand {
    display: none;
}

.tformboxtw select.fcontrol:focus {
    background-image: url(../images/icon-arrow-ss.png);
}

.tformboxtw select.fcontrol:focus option {
    color: #333;
    background-color: #fff;
}



.tformboxtw .itemstrbutton,
.tformboxtw .item {
    margin-top: 20px;
}

.tformboxtw textarea.fcontrol {
    height: 170px;
    padding-top: 20px;
    padding-bottom: 20px;
    resize: none;
}

.tformboxtw .item .it {
    position: relative;
    margin-top: 4px;
}

.tformboxtw .itemstryzm .item {
    position: relative;
}

.tformboxtw .itemstryzm #captchaImage,
.tformboxtw .itemstryzm #canvas {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5;
    background: #fff;
}

.tformboxtw .itemstrbutton {
    text-align: center;
}


.tformboxtw .item .it .tooltip,
.tformboxtw label.error {
    font-size: 12px;
}

.tformboxtw .item .it .tooltip {
    display: none !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    font-size: 12px;
}

.tformboxtw .item .it .tooltip,
.tformboxtw label.error,
.tformboxtw .red {
    color: #f00;
}



@media (min-width: 961px) {
    .tformboxtw .disflex {
        display: flex;
        flex-wrap: wrap;
    }

    .tformboxtw222 .itemstr1 .item {
        width: 49%;
        margin-right: 2%;
    }

    .tformboxtw222 .itemstr1 .item:nth-child(2n) {
        margin-right: 0;
    }

    .tformboxtw333 .itemstr1 .item {
        width: 32%;
        margin-right: 2%;
    }

    .tformboxtw333 .itemstr1 .item:nth-child(3n) {
        margin-right: 0;
    }

    .tformboxtw .itemstrbutton {
        margin-top: 40px;
    }

    .tformboxtw .fcontrol {
        height: 50px;
        padding-left: 2%;
        padding-right: 2%;
    }

    .tformboxtw .itemstryzbtnh .itemstryzm {
        width: calc(32% + 145px);
    }

    .tformboxtw .itemstryzm .item {
        padding-right: 145px;
    }

    .tformboxtw .itemstryzm #captchaImage img,
    .tformboxtw .itemstryzm #captchaImage,
    .tformboxtw .itemstryzm #canvas {
        width: 125px;
        height: 50px;
    }

    .tformboxtw .itemstryzbtnh {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

@media (min-width: 1501px) {}

@media (max-width: 1500px) and (min-width: 961px) {}


@media (max-width: 960px) {
    .tformboxtw .itemstryzm .item {
        padding-right: 120px;
    }

    .tformboxtw .itemstryzm #captchaImage img,
    .tformboxtw .itemstryzm #captchaImage,
    .tformboxtw .itemstryzm #canvas {
        width: 100px;
        height: 40px;
    }
}



.downbtn .icdown {
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/icon-down.png);
    transition: all .3s;
}

.showtwocolum__listin .item .gallery {
    text-align: center;
}

.showtwocolum__listin .item .lik {
    transition: all .3s;
}

.productlistin .item {
    box-shadow: 0px 0px 10px 0px rgba(217, 217, 217, 0.5);
    border-radius: 8px;
}

.productlistin .item .lik {
    display: block;
    height: 100%;
    padding: 20px;
    text-align: center;
}
.productlistin .item .gallery {
    position: relative;
}

.productlistin .item .gallery .bw {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 27%;
    max-width: 96px;
}

.productlistin .item .title {
    margin-top: 14px;
}

.applicationlistin .item {
    border-radius: 8px;
    border: 1px solid #D9D9D9;
}

.applicationlistin .item .lik:hover {
    box-shadow: 0px 0px 20px 0px rgba(217, 217, 217, 0.5);
}

.applicationlistin .item .thumbscale {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.videolinstin .item .gallery video {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.value_gallery,
.bannerwrapper {
    position: relative;
}

.value_gallery .contentr,
.bannerwrapper .contentr {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    color: #fff;
}

.bannerwrapper .gallery img,
.bannerwrapper .gallery video {
    display: block;
    width: 100%;
    object-fit: cover;
}

.position-wrapper {
    border-bottom: 1px solid #D9D9D9;
}

.position-wrapper i {
    font-style: normal;
}

.position-wrapper .leftr,
.position-wrapper .columnr .m2 a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.position-wrapper .columnr .m2 {
    display: flex;
    flex-wrap: wrap;
}

.position-wrapper .columnr .m2 a {
    display: block;
    position: relative;
}

.position-wrapper .columnr .m2 a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: #BB161F;
    transform: translateX(-50%);
    transition: all .3s;
}

.position-wrapper .columnr .m2 .item.active a::after,
.position-wrapper .columnr .m2 a:hover::after {
    width: 100%;
}

#mapcontainer {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    min-height: 300px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#mapContainer canvas,
#mapcontainer img {
    max-width: none;
}

#mapContainer .MicrosoftMap .Infobox .infobox-info {
    display: none !important;
}

.martoplinstin__table {
    overflow: auto;
}

.martoplinstin__table .tablewrapper__xx {
    min-width: 1000px;
}

@media (min-width: 961px) {
    .productlistin {
        grid-gap: 30px;
        grid-row-gap: 40px;
        grid-template-columns: repeat(3, 1fr);
    }

    .productlistin .item .gallery .thumbscale img {
        max-width: 200px;
        max-height: 200px;
    }

    .showtwocolum__listin {
        grid-gap: 40px;
        grid-row-gap: 50px;
        grid-template-columns: repeat(2, 1fr);
    }

    .showtwocolum__listin .item .title {
        padding: 20px 30px;
    }

    .bannerwrapper .contentr {
        padding-top: 10vw;
    }
    .promo_banner .gallery img,
    .promo_banner .gallery video {
        height: 35vw;
        max-height: 673px;
    }

    .position-wrapper .container {
        display: flex;
        justify-content: space-between;
    }

    .position-wrapper .leftr {
        max-width: 26%;
    }

    .position-wrapper .columnr {
        max-width: 70%;
    }

    .position-wrapper .columnr .m2 .item {
        margin-right: 3vw;
    }

    .position-wrapper .columnr .m2 .item:last-child {
        margin-right: 0;
    }

    .martoplinstin {
        margin-top: 40px;
    }

    .videolinstin .item .gallery video {
        height: 20vw;
    }
}

@media (max-width: 960px) {
    .productlistin {
        grid-template-columns: repeat(2, 1fr);
    }

    .showtwocolum__listin .item .title {
        padding: 10px;
    }

    .position-wrapper {
        padding-bottom: 5px;
    }

    .position-wrapper .columnr .m2 .item {
        margin-right: 10px;
        margin-bottom: 5px;
    }

    .position-wrapper .columnr .m2 a {
        padding: 8px;
    }

    .position-wrapper .columnr .m2 .item.active a {
        color: #fff !important;
        background-color: #BB161F;
    }

    .position-wrapper .columnr .m2 a::after {
        display: none;
    }

    .bannerwrapper .contentr {
        display: flex;
        align-items: center;
    }

    /* .bannerwrapper .gallery img {
        min-height: 160px;
    }
    .promo_banner .gallery img,
    .promo_banner .gallery video {
        height: 45vw;
        max-height: 400px;
    } */

    .martoplinstin {
        margin-top: 20px;
    }
}



.videolinstin .item {
    text-align: center;
}


.aboutcertificate__x .certificate_list {
    border-top: 1px solid #D9D9D9;
}

.certificate_list .itemr {
    border-bottom: 1px solid #D9D9D9;
}

.certificate_list .itemr .toptr {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
}

.certificate_list .itemr .wt,
.certificate_list .itemr .btnmore {
    transition: all .2s;
}

.certificate_list .itemr .btnmore {
    position: absolute;
    right: 0;
    top: 20px;
    width: 24px;
    height: 24px;
    background-image: url(../images/icon-xjt.png);
}

.certificate_list .itemr .textr {
    display: none;
    margin-top: 20px;
}

.certificate_list .itemr .btnmore:hover,
.certificate_list .itemr.active .btnmore {
    background-image: url(../images/icon-xjt-r.png);
}

.certificate_list .itemr.active .btnmore {
    transform: rotate(-180deg);
}


.aboutcertificate__x .desc__x {
    margin-top: 20px;
}

.aboutvalue__x {
    text-align: center;
}

.aboutvalue__x .value_gallery {
    position: relative;
}

.value_gallery .contentr {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.value_gallery::before,
.value_gallery::after {
    display: none;
    content: '';
    position: absolute;
    left: 50%;
    width: 4px;
    height: 50px;
}

.value_gallery::before {
    top: 0;
    background-color: #D9D9D9;
}

.value_gallery::after {
    top: -50px;
    background-color: #BB161F;
}






@media (min-width: 961px) {

    .aboutvalue__x,
    .aboutcertificate__x {
        margin-top: 60px;
    }

    .aboutprofile__x .profilelistin {
        display: flex;
        justify-content: space-between;
    }

    .aboutprofile__x .profilelistin .pic {
        width: 41.7%;
    }

    .aboutprofile__x .profilelistin .infor {
        width: 55.6%;
        display: flex;
        align-items: center;
    }

    .aboutprofile__x .profilelistin .allcontentwrapper {
        width: 100%;
    }

    .aboutcertificate__x .certificate_list,
    .aboutvalue__x .desc__x,
    .value_gallery .contentr .p2 {
        margin-top: 40px;
    }

    .aboutvalue__x .value_gallery {
        margin-top: 60px;
    }
}

@media (max-width: 960px) {

    .aboutvalue__x,
    .aboutcertificate__x {
        margin-top: 30px;
    }

    .aboutprofile__x .profilelistin .infor {
        margin-top: 20px;
    }

    .aboutcertificate__x .certificate_list,
    .aboutvalue__x .desc__x,
    .value_gallery .contentr .p2 {
        margin-top: 20px;
    }

    .aboutvalue__x .value_gallery {
        margin-top: 30px;
    }

    .value_gallery .gallery img {
        height: 70vw;
        max-height: 250px;
    }

    .value_gallery::before,
    .value_gallery::after {
        width: 2px;
        height: 20px;
    }

    .value_gallery::after {
        top: -20px;
    }
}






.newslistin .item {
    border-bottom: 1px solid #D9D9D9;
}

.newslistin .item:first-child {
    margin-top: 0;
}

.newslistin .item .des {
    margin-top: 16px;
}

.newslistin .item .nnmore .w {
    display: inline-block;
    position: relative;
    padding-right: 30px;
}

.newslistin .item .nnmore .w::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icon-xjt.png);
    transform: rotate(-90deg);
    transition: all .2s;
}

.newslistin .item .lik:hover .nnmore .w::after {
    background-image: url(../images/icon-xjt-r.png);
}

.detailcontrol .return,
.detailcontent .zong__c__tit,
.detailcontent .detailtime {
    text-align: center;
}

.detailcontent .detailtime {
    margin-top: 14px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ACACAC;
}

.detailcontent .detailinfo,
.detailcontrol {
    margin-top: 20px;
}

.detailcontrol {
    padding-top: 20px;
    border-top: 1px dashed #ACACAC;
}

.detailcontrol .item {
    margin-top: 14px;
}

.detailcontrol .item:first-child {
    margin-top: 0;
}

.detailcontrol .return .lik {
    display: block;
}

.detailcontrol .return .lik .w {
    margin-top: 3px;
}




@media (min-width: 961px) {
    .newslistin .item {
        margin-top: 40px;
        padding-bottom: 40px;
    }

    .newslistin .item .nntit,
    .newslistin .item .lik {
        display: flex;
        justify-content: space-between;
    }

    .newslistin .item .leftr {
        width: 28%;
        max-width: 400px;
    }

    .newslistin .item .rightr {
        padding-left: 40px;
        flex: 1;
        position: relative;
        padding-bottom: 30px;
    }

    .newslistin .item .nnmore {
        position: absolute;
        left: 40px;
        bottom: 0;
    }

    .newslistin .item .time {
        padding-left: 20px;
        white-space: nowrap;
    }

    .detailcontent .detailinfo,
    .detailcontrol {
        margin-top: 40px;
    }

    .detailcontrol {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        padding-top: 40px;
    }

    .detailcontrol .list {
        max-width: 50%;
    }
}

@media (max-width: 960px) {
    .newslistin .item {
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .newslistin .item .lik {
        display: block;
    }

    .newslistin .item .rightr,
    .newslistin .item .nnmore {
        padding-top: 14px;
    }

    .newslistin .item .time {
        margin-top: 6px;
    }

    .detailcontrol .return {
        margin-top: 20px;
        text-align: center;
    }

    .detailcontrol .return .lik .pic img {
        max-height: 40px;
    }
}







.product__topr .leftr {
    text-align: center;
}
.product__topr .leftr .topwrapper {
    box-shadow: 0px 0px 10px 0px rgba(217, 217, 217, 0.5);
    border-radius: 8px;
}
.product__topr .rightr .zong__c__tit {
    padding-bottom: 6px;
    margin-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
}

.product__topr .rightr .prolist {
    display: flex;
}
.product__topr .rightr .prolist .lrt {
    white-space: nowrap;
}

.product__topr .rightr .prolist .des ul,
.product__topr .rightr .prolist .des ul li {
    margin: 0;
}

.product__topr .gallerythumbs {
    padding: 10px;
}

.product__topr .thumbwrapper .gallery {
    text-align: center;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    cursor: pointer;
    transition: all .2s;
}

.product__topr .thumbwrapper .gallery img {
    max-height: 120px;
    border-radius: 8px;
}
.product__topr .thumbwrapper .xtext {
    text-align: center;
    margin-top: 5px;
} 
.product__topr .thumbwrapper .swiper-slide-thumb-active .gallery {
    border-color: #BB161F;
}

@media (min-width: 961px) {
    .product__topr {
        margin-top: 36px;
        display: flex;
        justify-content: space-between;
    }

    .product__topr .leftr {
        width: 41.6%;
    }

    .product__topr .rightr {
        position: relative;
        width: 52.8%;
        /* padding-bottom: 130px; */
    }

    .product__topr .rightr .zong__c__tit {
        padding-bottom: 18px;
        margin-bottom: 18px;
    }

    .product__topr .thumbwrapper {
        /* position: absolute;
        right: 0;
        bottom: 0; */
        width: 100%;
        padding-left: 70px;
        padding-right: 70px;
        margin-top: 70px;
    }
}

@media (max-width: 960px) {

    .product__topr,
    .product__topr .rightr {
        margin-top: 20px;
    }

    .product__topr .thumbwrapper {
        position: relative;
        margin-top: 20px;
        padding-left: 40px;
        padding-right: 40px;
    }
}





.application__detail__text {
    margin-top: 20px;
}

.industry_gallery .showtwocolum__listin .gallery img {
    width: 100%;
}

.recommend_gallery .swiper-container {
    margin-top: 20px;
    padding: 10px;
}

.recommend_gallery .cerpage {
    margin-top: 10px;
    text-align: center;
}
.industry_gallery .allcontentwrapper table {
    width: 100%;
}

@media (min-width: 961px) {
    .recommend_gallery {
        margin-top: 60px;
    }

    .industry_gallery .showtwocolum__listin,
    .industry_gallery {
        margin-top: 40px;
    }

    .industry_gallery .showtwocolum__listin {
        grid-row-gap: 40px;
    }
}

@media (max-width: 960px) {
    .recommend_gallery {
        margin-top: 30px;
    }

    .industry_gallery .showtwocolum__listin,
    .industry_gallery {
        margin-top: 20px;
    }
    .industry_gallery .allcontentwrapper table {
        font-size: 12px;
    }
}






.supportlinstin .item {
    display: flex;
    margin-top: 20px;
    padding: 16px;
    background-color: #FAFAFA;
}

.supportlinstin .item:first-child {
    margin-top: 0;
}

.supportlinstin .item .downbtn {
    text-align: center;
}

.supportlinstin .item .downbtn .w {
    margin-top: 4px;
}

.supportlinstin .item .desc {
    margin-top: 10px;
}

.supportlinstin .item .desc .num {
    margin-left: 10px;
}

.supportlinstin .item .title {
    transition: all .3s;
}

.supportlinstin .item:hover .downbtn .icdown {
    background-image: url(../images/icon-down-r.png);
}


@media (min-width: 961px) {
    .supportlinstin .item {
        padding-right: 40px;
    }

    .supportlinstin .item .leftr {
        flex: 0 0 140px;
        text-align: center;
    }
    .supportlinstin .item .leftr img {
        max-width: 60px;
    }

    .supportlinstin .item .rightr {
        flex: 1;
    }

    .supportlinstin .item .desc .num {
        margin-left: 50px;
    }
}

@media (max-width: 960px) {
    .supportlinstin .item {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .supportlinstin .item .leftr {
        /* display: none; */
        flex: 0 0 50px;
    }
    .supportlinstin .item .rightr {
        flex: 1;
        padding-left: 10px;
        padding-right: 10px;
    }

    .supportlinstin .item .downbtn {
        display: inline-block;
        font-size: 12px;
        white-space: nowrap;
    }

    .supportlinstin .item .downbtn .icdown {
        width: 16px;
        height: 16px;
    }
}





.problemlinstin .item .zotr {
    position: relative;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D9D9D9;
}

.problemlinstin .item .topr {
    cursor: pointer;
    transition: all .3s;
}

.problemlinstin .item .topr .cion {
    position: absolute;
    right: 0;
    top: 20px;
    width: 24px;
    height: 24px;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/icon-xjt.png);
    transition: all .3s;
}

.problemlinstin .item .topr.active {
    color: #BB161F;
    border-bottom-color: #BB161F;
}

.problemlinstin .item .topr.active .cion {
    transform: rotate(-180deg);
    background-image: url(../images/icon-xjt-r.png);
}

.problemlinstin .item .bottomr {
    display: none;
}

.problemlinstin .item .leftr {
    white-space: nowrap;
    padding-right: 20px;
}

.problemlinstin .item:first-child .topr {
    padding-top: 0;
}


@media (min-width: 961px) {
    .problemlinstin .item .leftr {
        flex: 0 0 180px;
        padding-left: 30px;
    }

    .problemlinstin .item .rightr {
        flex: 1;
    }

    .problemlinstin .item .zotr {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .problemlinstin .item .topr {
        padding-right: 40px;
    }
}

@media (min-width: 1501px) {
    .problemlinstin .item .leftr {
        flex: 0 0 240px;
    }
}

@media (max-width: 960px) {

    .problemlinstin .item .bottomr .leftr,
    .problemlinstin .item .topr .cion {
        display: none;
    }
}





.contactopr .leftr {
    padding: 20px;
    background-color: #FAFAFA;
}



@media (min-width: 961px) {
    .contactopr {
        display: flex;
        justify-content: space-between;
    }

    .contactopr .leftr,
    .contactopr .rightr {
        width: 48.6%;
    }

    .contactopr .leftr {
        padding: 40px;
    }

    .contactopr .leftr .text {
        margin-top: 36px;
    }

    .contacformr {
        margin-top: 60px;
    }
}

@media (max-width: 960px) {
    .contactopr .leftr .text {
        margin-top: 14px;
    }

    .contactopr .rightr {
        margin-top: 20px;
    }

    .contacformr {
        margin-top: 30px;
    }
}




.titletopcetr {
    margin-top: 10px;
}



.searchinfocr {
    display: flex;
}

.searchinfocr .tb:first-child {
    margin-left: 0;
}

.searchinfocr .tb {
    position: relative;
    padding-bottom: 10px;
    cursor: pointer;
}

.searchinfocr .tb::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 1px;
    transition: all .2s;
    transform: translateX(-50%);
    background-color: #BB161F;
}

.searchinfocr .tb.active::after {
    width: 100%;
}


.searchtop .topicon {
    height: 100%;
}

.searchtop .search-form {
    display: flex;
    justify-content: space-between;
}

.searchtop .search-form .search-field,
.searchtop .search-form .search-submit {
    height: 70px;
    border-radius: 20px;
    border: 0;
}

.searchtop .search-form .search-field {
    width: 100%;
    background-color: #FAFAFA;
}

.searchtop .search-form .search-submit {
    color: #fff;
    background-color: #BB161F;
}

.searchinfocr,
.searchresultlists .searchitrm {
    border-bottom: 1px solid #D9D9D9;
}

.searchresultlists .searchitrm:last-child {
    padding-bottom: 0;
    border: none;
}


.zong__table {
    width: 100%;
    min-width: 500px;
}

.zong__table .num,
.zong__table .status,
.zong__table .date {
    white-space: nowrap;
}

.zong__table .itrr,
.zong__table .ctp {
    display: flex;
    padding: 10px;
}

.saleslinstin .zong__table .itrr,
.zong__table .ctp {
    background-color: #FAFAFA;
}

.zong__table .ctp .hang {
    text-align: left;
}

.saleslinstin .zong__table .itrr {
    margin-top: 20px;
}
.zong__table .hang p {
    margin: 0;
}


@media (min-width: 961px) {
    .phoneplacecont {
        min-height: 48vh;
        padding-top: 60px;
        padding-bottom: 86px;
    }

    .searchinfocr .tb {
        margin-left: 6.2vw;
    }

    .searchtop .topicon {
        left: 40px;
    }


    .searchtop .search-form .search-field {
        padding-left: 80px;
    }

    .searchtop .search-form .search-submit {
        width: 180px;
        margin-left: 20px;
    }

    .searchinfocr,
    .searchresultlists .searchchildit,
    .searchresultlists .searchitrm {
        margin-top: 40px;
    }

    .searchresultlists .searchitrm {
        padding-bottom: 40px;
    }

    .saleslinstin {
        margin-top: 36px;
    }


    .zong__table .num {
        width: 20%;
    }

    .zong__table .status {
        width: 20%;
    }

    .zong__table .date {
        width: 20%;
    }

    .zong__table .mark {
        width: 40%;
    }

    .zong__table .hang {
        padding: 10px 20px;
    }

    .zong__table .ctp .hang {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 960px) {
    .phoneplacecont {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .searchtop .topicon {
        left: 16px;
    }

    .searchtop .search-form .search-field,
    .searchtop .search-form .search-submit {
        height: 40px;
    }

    .searchtop .search-form .search-field {
        padding-left: 50px;
    }

    .searchtop .search-form .search-submit {
        width: 80px;
        margin-left: 10px;
    }

    .searchinfocr .tb {
        margin-left: 20px;
    }

    .searchinfocr,
    .searchresultlists .searchchildit,
    .searchresultlists .searchitrm {
        margin-top: 20px;
    }

    .searchresultlists .searchitrm {
        padding-bottom: 24px;
    }

    .searchorderlinstin,
    .saleslinstin {
        overflow: auto;
    }

    .saleslinstin {
        margin-top: 20px;
    }

    .zong__table .hang {
        padding: 5px;
    }

    .zong__table .ctp .hang {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .zong__table .date {
        flex: 0 0 120px;
    }

    .zong__table .mark {
        flex: 1;
    }

    .searchorderlinstin .zong__table .num {
        flex: 0 0 120px;
    }

    .searchorderlinstin .zong__table .status {
        flex: 0 0 70px;
    }

    .saleslinstin .zong__table .num {
        flex: 0 0 110px;
    }

    .saleslinstin .zong__table .status {
        flex: 0 0 80px;
    }
}





.filter__wrapper .itemr {
    border-bottom: 1px solid #F4F4F4;
}

.filter__wrapper .itemr select {
    width: 100%;
    max-width: 280px;
    height: 30px;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
}

.filter_btns {
    display: flex;
    justify-content: center;
    text-align: center;
}

.filter_btns .but4 {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    background-color: #EBEBEB;
    border: none;
    outline: none;
    margin-left: 20px;
}

.filter_btns #btnSearch {
    color: #fff;
    background-color: #BB161F;
}


.filter_btns .but4:first-child {
    margin-left: 0;
}

.zong_sear__ttt .zong__c__tit {
    display: inline-block;
    vertical-align: bottom;
}
.zong_sear__ttt .p {
    padding-left: 80px;
}
.zong_sear__ttt .p img {
    height: 80px;
}
.zong_sear__ttt .t {
    vertical-align: bottom;
    color: #777;
    font-size: 14px;
}

.filter__wrapper .itemr.cobs .rigr .ct {
    color: #999;
}

.filter__wrapper .itemr .tps {
    margin-top: 20px;
    font-size: 14px;
    color: #777;
}
.filter__wrapper .itemr .rigr .ct {
    width: 100%;
}

.filter__wrapper .itemr .it {
    margin-top: 10px;
}

@media (min-width: 961px) {
    .filter__wrapper {
        padding-top: 20px;
    }

    .filter__wrapper .itemr {
        display: flex;
        justify-content: space-between;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .filter__wrapper .itemr .lefr {
        width: 220px;
        flex: 0 0 220px;
    }

    .filter__wrapper .itemr .rigr {
        flex: 1;
    }
    .filter__wrapper .itemr .rigr .ct {
        display: flex;
        flex-wrap: wrap;
    }

    .filter__wrapper .itemr .it {
        width: 20%;
    }

    /* .filter__wrapper .itemr.item_select .it {
        width: 32%;
    } */

    .filter__wrapper .itemr .it:nth-child(1),
    .filter__wrapper .itemr .it:nth-child(2),
    .filter__wrapper .itemr .it:nth-child(3),
    .filter__wrapper .itemr .it:nth-child(4),
    .filter__wrapper .itemr .it:nth-child(5) {
        margin-top: 0;
    }

    /* type_show_1是1行1列，type_show_2是1行2列，type_show_3是1行3列，type_show_4是1行4列 */
    .filter__wrapper .type_show_4 .it {
        width: 25%;
    }
    .filter__wrapper .type_show_4 .it:nth-child(5) {
        margin-top: 10px;
    }
    .filter__wrapper .type_show_3 .it {
        width: 33.33%;
    }
    .filter__wrapper .type_show_3 .it:nth-child(4),
    .filter__wrapper .type_show_3 .it:nth-child(5) {
        margin-top: 10px;
    }
    .filter__wrapper .type_show_2 .it {
        width: 50%;
    }
    .filter__wrapper .type_show_2 .it:nth-child(3),
    .filter__wrapper .type_show_2 .it:nth-child(4),
    .filter__wrapper .type_show_2 .it:nth-child(5) {
        margin-top: 10px;
    }
    .filter__wrapper .type_show_1 .it {
        width: 100%;
    }
    .filter__wrapper .type_show_1 .it:nth-child(2),
    .filter__wrapper .type_show_1 .it:nth-child(3),
    .filter__wrapper .type_show_1 .it:nth-child(4),
    .filter__wrapper .type_show_1 .it:nth-child(5) {
        margin-top: 10px;
    }

    .filter_btns {
        margin-top: 40px;
    }

    .filter_btns .but4 {
        width: 160px;
        height: 50px;
        line-height: 50px;
        margin-left: 60px;
    }
}

@media (max-width: 960px) {
    .filter__wrapper {
        padding-top: 10px;
    }

    .filter__wrapper .itemr {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .filter__wrapper .itemr_cbdanduo .rigr .ct,
    .filter__wrapper .itemr_cbdianyaout .rigr .ct,
    .filter__wrapper .itemr_cbdianhe .rigr .ct {
        display: flex;
        flex-wrap: wrap;
    }

    .filter__wrapper .itemr_cbdanduo .it {
        width: 33%;
    }

    .filter__wrapper .itemr_cbdianyaout .it,
    .filter__wrapper .itemr_cbdianhe .it {
        width: 50%;
    }

    .filter__wrapper .itemr_cbdianyaout .it:last-child {
        width: 100%;
    }

    .filter_btns {
        margin-top: 20px;
    }

    .zong_sear__ttt .p,
    .zong_sear__ttt .t {
        display: block;
        text-align: center;
    }
    .zong_sear__ttt .p {
        padding-left: 0;
        margin-top: 20px;
    }
    .filter__wrapper .itemr .tps {
        font-size: 12px;
    }
}


.promo_indexpage,
.promo_indexpage a {
    color: #000;
}


.column__topr_x {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.column_mor {
    display: flex;
    align-items: center;
    position: relative;
}
.column_mor .t {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    width: 46px;
    height: 46px;
    font-size: 0;
    border: 1px solid #D9D9D9;
    border-radius: 50%;
}
.column_mor .t::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    transform: rotate(-180deg);
    background-position: center;
    background-image: url(../images/icon-w.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-color: #D9D9D9;
    border-radius: 50%;
    transition: all .3s;
}

.promo_application .item__gallery .content a:hover,
.productlistin .item .lik:hover,
.column_mor:hover {
    color: #BB161F;
}
.column_mor:hover .t::after {
    background-color: #BB161F !important;
    background-image: url(../images/icon-w.png) !important;
}


.zongz_btn__x {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.zongz_btn__x .zongz_bant {
    width: auto;
    height: 10px;
    margin-left: 14px;
    margin-right: 14px;
}
.promo_news .rightr .it .tinfo::before,
.zongz_btn__x .zongz_bant .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #D9D9D9;
    opacity: 1;
    transition: all .3s;
}
.zongz_btn__x .zongz_next,
.zongz_btn__x .zongz_prev {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #D9D9D9;
    transition: all .3s;
    background-image: url(../images/icon-w.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    outline: none;
    border: none;
}
.zongz_btn__x .zongz_next {
    transform: rotate(-180deg);
}
.zongz_btn__x .zongz_prev:hover,
.zongz_btn__x .zongz_next:hover,
.zongz_btn__x .zongz_bant .swiper-pagination-bullet-active {
    background-color: #BB161F;
}



.promo_banner .pro_bant {
    position: absolute;
    left: 0;
    z-index: 6;
    height: 10px;
    text-align: center;
}

.promo_banner .pro_bant .swiper-pagination-bullet {
    border-radius: 0;
    width: 20px;
    height: 6px;
    background-color: #D9D9D9;
    opacity: 1;
    transition: all .2s;
}

.promo_banner .pro_bant .swiper-pagination-bullet-active {
    width: 48px;
    background-color: #BB161F;
}




@media (min-width: 961px) {
    .promo_banner .pro_bant {
        bottom: 20px;
    }
}

@media (max-width: 960px) {
    .column_mor .t,
    .zongz_btn__x .zongz_next,
    .zongz_btn__x .zongz_prev {
        width: 30px;
        height: 30px;
        background-size: 18px;
    }
    .column_mor .t::after {
        width: 24px;
        height: 24px;
        margin-top: -12px;
        margin-left: -12px;
    }
}




.promo_product {
    padding-top: 60px;
    padding-bottom: 40px;
}

.promo_product .columnr {
    border-bottom: 1px solid #D9D9D9;
}
.promo_product .columnr .swiper-slide {
    cursor: pointer;
    width: auto;
}
.promo_product .columnr .swiper-slide .lik {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}
.promo_product .columnr .swiper-slide .lik::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 0;
    background-color: #BB161F;
    transition: all .2s;
}
.promo_product .columnr .swiper-slide:hover,
.promo_product .columnr .swiper-slide.active {
    color: #BB161F;
}
.promo_product .columnr .swiper-slide:hover .lik::after,
.promo_product .columnr .swiper-slide.active .lik::after {
    width: 100%;
}

.promo_product .zongz_btn__x,
.promo_product .h__productlist {
    margin-top: 20px;
}
.promo_product .h__productlist .item__xx {
    position: relative;
}

.promo_product .h__productlist {
    position: relative;
}

.promo_product .h__productlist .swiper-slide {
    transform: scale(0.9);
    background-color: #fff;
    border-radius: 10px;
    transition: all .3s;
}


/* .promo_product .h__productlist .swiper-slide-active, */
.promo_product .h__productlist .swiper-slide:hover .thumbscale img {
    transform: scale(1.2);
}


.promo_product .h__productlist .lik .thumbscale {
    text-align: center;
}
.promo_product .h__productlist .title {
    margin-top: 0;
}
.promo_product .h__productlist .item__xx {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -6;
    opacity: 0;
    transition: all .2s;
}
.promo_product .h__productlist .item__xx.active {
    opacity: 1;
    z-index: 5;
}



@media (min-width: 961px) {
    .promo_news .item__gallery,
    .promo_application .item__gallery,
    .promo_application .zongz_btn__x,
    .promo_product .zongz_btn__x,
    .promo_product .h__productlist,
    .promo_product .columnr {
        margin-top: 40px;
    }
    .promo_product .columnr .swiper-wrapper {
        justify-content: space-between;
    }
    .promo_product .columnr .swiper-slide .lik {
        padding-bottom: 20px;
    }
    .promo_product .productlistin {
        padding: 10px;
    }
    .promo_product .productlistin .item .gallery .thumbscale img {
        max-width: 100%;
        max-height: 420px;
    }
}

@media (min-width: 1641px) {
    .promo_product .h__productlist,
    .promo_product .h__productlist .item__xx {
        height: 600px;
    }
}

@media (max-width: 1640px) and (min-width: 961px) {
    .promo_product .h__productlist,
    .promo_product .h__productlist .item__xx {
        height: calc(33vw + 80px);
    }
}

@media (max-width: 960px) {
    .promo_news .item__gallery,
    .promo_application .item__gallery,
    .promo_application .zongz_btn__x,
    .promo_product .zongz_btn__x,
    .promo_product .h__productlist,
    .promo_product .columnr {
        margin-top: 20px;
    }
    .promo_product .columnr .swiper-slide:last-child {
        margin-right: 0;
    }

    .promo_product .h__productlist,
    .promo_product .h__productlist .item__xx {
        height: calc(52vw + 50px);
    }
}




.promo_application {
    position: relative;
}
.promo_application .bgtr {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 23.4vw;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.promo_application .column_mor,
.promo_application .column__tit {
    color: #fff;
}
.promo_application .column_mor .t::after {
    background-image: url(../images/icon-w2.png);
    background-color: #fff;
}
.promo_application .item__gallery .swiper-slide {
    position: relative;
    top: 0;
    transition: all .3s;
}
.promo_application .item__gallery .lik {
    position: relative;
}
.promo_application .item__gallery .rt,
.promo_application .item__gallery .content {
    position: absolute;
    left: 0;
    top: 0;
}
.promo_application .item__gallery .rt {
    content: '';
    width: 100%;
    bottom: 0;
    z-index: 2;
    background: rgba(51,51,51,0.4);
}

.promo_application .item__gallery .gallery {
    position: relative;
    z-index: 1;
}
.promo_application .item__gallery .gallery img {
    display: block;
    width: 100%;
}.promo_application .item__gallery .lik {
    border-radius: 15px;
}
.promo_application .item__gallery .content {
    z-index: 3;
}
.promo_application .item__gallery .content,
.promo_application .item__gallery .content a {
    color: #fff;
}


.promo_application .item__gallery .content .desc {
    opacity: 0;
    transition: all .3s;
}

.promo_application .item__gallery .content .desc,
.promo_application .item__gallery .content .it {
    margin-top: 16px;
}
.promo_application .item__gallery .content .it:first-child {
    margin-top: 0;
}
.promo_application .item__gallery .content .it a {
    display: inline-block;
}


.promo_application .item__gallery .lik:hover .desc {
    opacity: 1;
}


.certificate_list .itemr .textr .allcontentwrapper {font-size: 0}
.certificate_list .itemr .textr .allcontentwrapper .ac {
    display: inline-block;
    margin-bottom: 20px;
}
.certificate_list .itemr .textr .allcontentwrapper .ac img {
    width: 100%;
}

@media (min-width: 961px) {
    .promo_application {
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .promo_application .swiper_application {
        padding-top: 40px;
    }
    .promo_application .item__gallery .swiper-slide {
        padding-top: 20px;
    }
    .promo_application .item__gallery .swiper-slide:nth-child(2n) {
        padding-top: 0;
    }
    .promo_application .item__gallery .swiper-slide:hover {
        top: -40px;
    }
    .promo_application .item__gallery .content {
        top: 40px;
        left: 40px;
        right: 40px;
    }
    .promo_application .bgtr {
        background-attachment: fixed;
    }
    .certificate_list .itemr .textr .allcontentwrapper .ac {
        width: 23%;
        margin-right: 2.6%;
    }
    .certificate_list .itemr .textr .allcontentwrapper .ac:nth-child(4n) {
        margin-right: 0;
    }
}

@media (max-width: 960px) {
    .promo_application .item__gallery .content {
        top: 20px;
        left: 20px;
        right: 20px;
    }
    .promo_application .item__gallery .content .it {
        margin-top: 10px;
    }
    .promo_application .item__gallery .zong__c__tit {
        font-size: 16px;
    }
    .promo_application .bgtr {
        height: 120px;
    }
    .certificate_list .itemr .textr .allcontentwrapper .ac {
        width: 48%;
        margin-right: 4%;
    }
    .certificate_list .itemr .textr .allcontentwrapper .ac:nth-child(2n) {
        margin-right: 0;
    }
}



.promo_news .it .lik {
    display: block;
}
.promo_news .it .tinfo,
.promo_news .it .tinfo .tit {
    transition: all .3s;
}

.promo_news .it .tinfo {
    background-color: #fff;
    border: 1px solid #D9D9D9;
}
.promo_news .leftr .it .tinfo {
    border-top: none;
}
.promo_news .it .tinfo .ztit {
    position: relative;
}
.promo_news .leftr .it .pic img {
    display: block;
    width: 100%;
}

.promo_news .it .tinfo .ztit,
.promo_news .it .tinfo .desc {
    line-height: 24px;
}
.promo_news .it .tinfo .desc,
.promo_news .item__gallery .rightr .it {
    margin-top: 14px;
}
.promo_news .item__gallery .rightr .it:first-child {
    margin-top: 0;
}
.promo_news .it .tinfo .time {
    white-space: nowrap;
}

.promo_news .rightr .it .lik {
    position: relative;
}
.promo_news .rightr .it .lik::after {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 1px;
    background-color: #BB161F;
    transition: all .3s;
}

.promo_news .it .lik.active .tinfo,
.promo_news .it .lik:hover .tinfo {
    box-shadow: 0px 4px 8px 0px rgba(168,168,168,0.25);
}
.promo_news .it .lik.active::after,
.promo_news .it .lik:hover::after {
    width: 100%;
}



@media (min-width: 961px) {
    .promo_news {
        padding-top: 60px;
        padding-bottom: 78px;
    }
    .promo_news .item__gallery {
        display: flex;
        justify-content: space-between;
    }
    .promo_news .item__gallery .leftr,
    .promo_news .item__gallery .rightr {
        width: 48.6%;
    }
    .promo_news .it .tinfo {
        padding: 30px;
    }
    .promo_news .it .tinfo .desc {
        padding-right: 20px;
    }
    .promo_news .item__gallery .leftr .tinfo .desc {
        height: 48px;
    }
    .promo_news .it .tinfo .ztit {
        display: flex;
        justify-content: space-between;
    }
    .promo_news .it .tinfo .time {
        padding-left: 30px;
    }

    .promo_news .item__gallery .leftr {
        position: relative;
        min-height: 400px;
    }
    .promo_news .leftr .it .tinfo {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 2;
        width: 100%;
    }
    .promo_news .rightr .it .tinfo {
        position: relative;
        padding-left: 74px;
        padding-bottom: 40px;
    }
    .promo_news .rightr .it .tinfo::before {
        content: '';
        position: absolute;
        top: 36px;
        left: 40px;
        border-radius: 50%;
        transition: all .2s;
    }
    .promo_news .leftr .it,
    .promo_news .leftr .it .lik,
    .promo_news .leftr .it .pic,
    .promo_news .leftr .it .thumbscale {
        height: 100%;
    }
    .promo_news .leftr .it .pic img {
        height: calc(100% - 146px);
    }
    .promo_news .rightr .it .lik.active .tinfo::before,
    .promo_news .rightr .it .lik:hover .tinfo::before {
        background-color: #BB161F;
    }
    
}

@media (max-width: 960px) {
    .promo_news {
        padding-bottom: 40px;
    }
    .promo_news .item__gallery .leftr,
    .promo_news .item__gallery .rightr {
        margin-top: 20px;
    }

    .promo_news .it .tinfo {
        padding: 20px;
    }
    .promo_news .it .tinfo .desc, .promo_news .item__gallery .rightr .it {
        margin-top: 10px;
    }
}









@media (min-width: 961px) {}

@media (max-width: 960px) {
    .promo_product,
    .promo_application {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .promo_product {
        padding-bottom: 60px;
    }
}





.newslistin .item .des p,
.application__detail__text p,
.problemlinstin .item .bottomr .text p {
    margin: 0;
}

.newslistin .item .des,
.newslistin .item .time {
    color: #333;
}

.filter__wrapper .itemr .lefr {
    color: #777;
}

.promo_news .it .lik.active .tit,
.promo_news .it .lik:hover .tit,
.promo_application .item__gallery .zong__c__tit:hover,
.promo_application .item__gallery .content .it a:hover,
.certificate_list .itemr.active .toptr .wt,
.recommend_gallery .cerpage .swiper-pagination-current,
.supportlinstin .item:hover .downbtn,
.supportlinstin .item:hover .title,
.siteheader .menur .item.active .lik,
.zong__table .ctp .hang,
.position-wrapper .columnr .m2 .item.active a,
.color-red,
.searchinfocr .tb.active {
    color: #BB161F;
}

.zong__c__tit24,
.column__tit,
.zong__c__tit,
.searchresultlists .searchitrm .tb,
.bannerwrapper .contentrr .w {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
.promo_news .it .tinfo .tit {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.promo_news .it .tinfo .desc,
.detailcontrol .item,
.newslistin .item .des,
.searchwrapper .item .des {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.zong__c__tit__line {
    position: relative;
    padding-left: 14px;
}

.zong__c__tit__line::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #BB161F;
}

.xinxix {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 120;
    font-size: 16px;
    background: #fff;
}
.xinxix .xinbxr {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 94%;
    text-align: center;
}
.xinxix .xinbxr .xxp1 {
    margin-bottom: 20px;
    font-size: 20px;
}




@media (min-width: 961px) {
    .promo_application .item__gallery .content .desc,
    .problemlinstin .item .topr {
        font-size: 16px;
    }

    .promo_news .it .tinfo .tit,
    .promo_product .h__productlist .title,
    .promo_product .columnr .swiper-slide,
    .supportlinstin .item .rightr .title,
    .saleslinstin .zong__table .btp .hang,
    .zong__table .ctp .hang,
    .searchtop .search-form .search-submit {
        font-size: 18px;
    }

    .certificate_list .itemr .toptr,
    .zong__c__tit24,
    .applicationlistin .item .title {
        line-height: 30px;
        font-size: 24px;
    }

    .zong__c__tit,
    .searchresultlists .searchitrm .tb {
        line-height: 38px;
        font-size: 30px;
    }

    .column__tit {
        line-height: 42px;
        font-size: 36px;
    }

}

@media (min-width: 1501px) {

    .morebtnr__lik,
    .sitefooter .topfoot .item .lik,
    .siteheader .menur .lik,
    .bannerwrapper,
    .position-wrapper,
    .pagewrapper {
        font-size: 16px;
    }

    .problemlinstin .item .topr,
    .contactopr .leftr .text,
    .alldfixwrap .capumspop .info {
        font-size: 18px;
    }
}

@media (max-width: 960px) {

    .zong__c__tit24,
    .searchresultlists .searchitrm .tb {
        line-height: 24px;
        font-size: 18px;
    }

    .zong__c__tit {
        line-height: 30px;
        font-size: 22px;
    }

    .promo_product .columnr .swiper-slide,
    .certificate_list .itemr .toptr {
        font-size: 16px;
    }
}

.poptrox-popup {
    padding-bottom: 10px !important;
}
.poptrox-popup .closer {
    margin-right: -30px;
    text-indent: -9999px;
    background: url(../images/close.png) center no-repeat!important;
}
.poptrox-popup .caption {
    display: none !important;
}

#missingCredential {
    display: none !important;
}