@charset "utf-8";

@import url("assets/css/global.min.css");
@import url("assets/css/swiper.min.css");

/**
* Description style CSS for the website
* Author Qiuyue
* E-mail 1171019839@qq.com
* Created On 2024-11
* 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: #9A0A8B;
}

/* 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;
}

/* 文字选中样式 */
::-moz-selection {
    color: #fff;
    background-color: #9A0A8B;
}

::selection {
    color: #fff;
    background-color: #9A0A8B;
}


.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: #9A0A8B
}

.hasScrollbar::-webkit-scrollbar-thumb {
    width: 4px;
    background-color: #9A0A8B
}

.hasScrollbar::-webkit-scrollbar-thumb:hover {
    width: 4px;
    background-color: #9A0A8B
}


/* -------------------------------
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);
    }
}

#loading {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    opacity: 1;
}

#loading .loading-main {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    border-radius: 50%;
    border: 0px solid #9A0A8B;
    border-left-width: 1px;
    border-bottom-width: 2px;
    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;
}

#loading .loading-main>div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    border-radius: 50%;
}

.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;
}
.site-logo .screen-reader-text,
#banner {
    display: none !important;
}
.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;
}

.allcontentwrapper>p:first-child {
    margin-top: 0;
}

.allcontentwrapper>p:last-child {
    margin-bottom: 0;
}


.allcontentwrapper table td {
    padding: 5px;
    border: 1px solid #777;
}

.thumbscale,
.thumbscale img {
    position: relative;
    transition: all .3s;
    transition-duration: 500ms;
}
a:hover .thumbscale img {
    transform: translateY(-5px);
}

.pagination {
    margin-top: 20px;
    text-align: center;
}
.pagination .current,
.pagination  .page-numbers {
    display: inline-block;
    min-width: 24px;
    height: 24px;
    padding: 0 2px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #B8B8B8;
}
.pagination .prev,
.pagination .next {
    border-color: transparent;
}

.pagination .screen-reader-text,
.pagination .nav-prev-text,
.pagination .nav-next-text {
    display: none;
}

/* .pagination .prev,
.pagination .next {
    font-size: 0;
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    background-image: url(/images/icon-w.png);
}

.pagination .next {
    transform: rotate(180deg);
} */


.pagination .txtnumrrr,
.pagination .pages_num {
    display: inline-block;
    line-height: 30px;
}

.pagination a:hover,
.pagination .current,
.pagination .pages_num em {
    color: #fff;
    background-color: #9A0A8B;
    border-color: #9A0A8B;
    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;
}


.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;
}

.section-inner,
.container {
    position: relative;
    z-index: 1;
}

.positionii .lanmu ul,
.siteheader ul,
.sitefooter ul {
    padding-left: 0;
    margin: 0;
}

.positionii .lanmu ul li,
.siteheader ul li,
.sitefooter ul li {
    list-style: none;
}

#site-content {
    min-height: 66vh;
    padding-bottom: 50px;
}

@media (min-width: 961px) {
    .pagination {
        margin-top: 40px;
    }

    .pagination .page-numbers {
        margin-right: 8px;
        /* min-width: 40px;
        height: 40px;
        line-height: 40px; */
    }

    .pagination a:last-child {
        margin-right: 0;
    }

    #site-content .section-inner,
    .container {
        max-width: 1440px;
        width: 84%;
        margin: 0 auto;
    }

}

@media (max-width: 960px) {
    #site-content .section-inner,
    .container {
        margin-left: 20px;
        margin-right: 20px;
    }
}





.promo_news .newslist .item .title,
.newslistin .itemr .title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.developmentwrap .developlistr .item .des,
.promo_news .it .tinfo .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}



#siteName {
    display: none;
}

.hamburger {
    display: block;
    z-index: 950;
    line-height: 0;
    width: 24px;
    height: 20px;
    cursor: pointer;
}

.hamburger {
    position: absolute;
    top: 18px;
    right: 0;
}

.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: sticky;
    top: 0;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px rgba(193,193,193,0.25);
}
.siteheader .site-logo a {
    display: block;
}
.siteheader .site-logo {
    display: flex;
    align-items: center;
    margin: 0;
}
.siteheader .site-logo a {
    display: inline-block;
}
.siteheader .site-logo img {
    width: auto;
}

.siteheader .topr {
    display: flex;
    justify-content: space-between;
}
.searchbxtr .searchwrp {
    display: none;
}
.searchbxtr .search-form {
    display: flex;
    justify-content: space-between;
}
.searchbxtr .search-form label {
    width: 100%;
}

.searchtop {
    padding-top: 40px;
}

.searchbxtr .topicon {
    cursor: pointer;
}

.search-form .search-submit,
.searchbxtr .topicon,
.searchbxtr .search-submit {
    background-image: url(/images/i_search.png);
    background-repeat: no-repeat;
    background-color: #fff;
}

.search-form .search-submit,
.searchbxtr .search-submit,
.searchbxtr .topicon {
    width: 30px;
    height: 30px;
    font-size: 0;
    background-position: center;
}
.search-form .search-submit,
.searchbxtr .search-submit {
    border: none;
    border-radius: 5px;
    outline: none;
}
.search-form label .screen-reader-text {
    display: none;
}
.search-form {
    position: relative;
}
.search-form .search-field,
.searchbxtr .search-field {
    width: 100%;
    height: 32px;
    padding: 0 10px;
    border: none;
    outline: none;
    border-radius: 4px;
    background: #F9F9F9;
}
.titletopcetr {
    margin-top: 20px;
    color: #777;
    font-weight: bold;
}

.siteheader .menur .menu-item a {
    display: block;
}

.colorpurple {
    color: #9A0A8B;
}
.siteheader .menur .menu-item.current-menu-item>a,
.siteheader .menur .menu-item.current-category-ancestor>a,
.siteheader .menur .menu-item:hover>a {
    color: #9A0A8B;
    font-weight: bold;
}

.sitefooter {
    background-color: #232938;
}
.sitefooter,
.sitefooter a {
    color: #fff;
}
.sitefooter .widget_nav_menu {
    border-top: 1px solid rgba(255,255,255, .3);
}


.positionii .lanmu ul li a:hover,
.positionii .lanmu ul li.current-cat a,
.sitefooter a:hover {
    color: #9A0A8B;
}



@media (min-width: 961px) {
    .searchbxtr .search-submit,
    .hamburger {
        display: none;
    }
    .siteheader #mmenu {
        display: block !important;
    }

    .siteheader .site-logo img {
        max-height: 56px;
    }
    .search-form .search-field,
    .searchbxtr .search-field {
        height: 52px;
        padding-left: 50px;
        background-image: url(/images/i_search.png);
        background-repeat: no-repeat;
        background-position: left 14px center;
    }
    
    .search-form .search-submit {
        position: absolute;
        top: 11px;
        left: 11px;
        background-color: #F9F9F9;
    }
    .siteheader .searchbxtr .search-field {
        width: 160px;
    }
    .siteheader .rightr,
    .siteheader .menur {
        display: flex;
    }
    .siteheader .menur .menu-item {
        position: relative;
    }
    .siteheader .menur .menu-item a {
        line-height: 80px;
    }
    .siteheader .lang,
    .siteheader .searchbxtr {
        display: flex;
        align-items: center;
    }
    .siteheader .menur .menu-item {
        margin-left: 4vw;
    }
    .siteheader .searchbxtr {
        margin-left: 2.2vw;
    }
    
    .sitefooter {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .sitefooter .widget_nav_menu .menu .menu-item,
    .sitefooter .widget_nav_menu .copyright .t,
    .sitefooter .topr .desc .t {
        margin-right: 4vw;
    }
    .sitefooter .widget_nav_menu .menu .menu-item:last-child,
    .sitefooter .widget_nav_menu .copyright .t:last-child,
    .sitefooter .topr .desc .t:last-child {
        margin-right: 0;
    }
    .sitefooter .widget_nav_menu {
        margin-top: 30px;
        padding-top: 26px;
    }
    .sitefooter .widget_nav_menu .menu {
        display: flex;
        padding-bottom: 30px;
    }
}


@media (max-width: 960px) {
    .siteheader #mmenu {
        display: none;
        position: fixed;
        top: 56px;
        left: 0;
        width: 100%;
        padding: 10px 20px;
        padding-bottom: 20px;
        background: #fff;
        box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    }
    .siteheader #mmenu .item {
        margin-top: 10px;
    }
    
    .search-form {
        padding-right: 45px;
    }
    .search-form .search-submit {
        position: absolute;
        top: 0;
        right: 8px;
    }
    
    .siteheader .site-logo,
    .siteheader {
        height: 56px;
    }
    .siteheader .site-logo img {
        max-height: 45px;
    }
    .siteheader .rightr {
        display: flex;
        padding-right: 34px;
        margin-top: 12px;
    }
    .siteheader .lang {
        margin-right: 5px;
    }
    .siteheader .lang a {
        display: inline-block;
        line-height: 30px;
    }
    .siteheader .searchbxtr .searchwrp {
        display: none;
        position: absolute;
        top: 56px;
        left: -20px;
        right: -20px;
        padding: 20px;
        z-index: 10;
        background-color: #fff;
        border-top: 1px solid rgba(0,0,0, .1);
        box-shadow: 0px 2px 4px 0px rgba(193,193,193,0.25);
    }
    .siteheader .searchbxtr .search-submit {
        margin-left: 10px;
    }

    .sitefooter {
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .sitefooter .widget_nav_menu {
        margin-top: 10px;
        padding-top: 10px;
    }

    .sitefooter .widget_nav_menu .menu .menu-item, .sitefooter .widget_nav_menu .copyright .t, .sitefooter .topr .desc .t {
        display: block;
    }
    .sitefooter .widget_nav_menu .menu {
        display: none;
    }
    .searchbxtr .search-field {
        margin-right: 10px;
    }
}

.headerhhh {
    height: 0;
    font-size: 0;
}

.bg-1 {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/images/bg-1.png);
}
.bg-2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/images/bg-2.png);
}

.z__title, .z__title_en {
    margin: 0;
    padding: 0;
}
.z__title {
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}
.z__title_en {
    text-align: center;
    font-weight: normal;
    font-size: 20px;
}

.positionii {
    position: relative;
    text-align: right;
    border-bottom: 1px solid rgba(174,174,174,.3);
}

.positionii .container>img {
    margin: 0 5px;
}

.positionii img {
    vertical-align: middle;
}

.positionii a {
    display: inline-block;
    transition: all .2s;
}

.positionii .container>a:first-child img {
    opacity: 0
}

.positionii .container>a:first-child {
    min-width: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(/images/a_icon_home.png);
}

.positionii .container>a:first-child:hover {
    background-image: url(/images/a_icon_home_rr.png);
}

.positionii .lanmu ul {
    display: flex;
    flex-wrap: wrap;
}
.positionii .lanmu ul li:first-child {
    margin-left: 0;
}

.homebanner {
    position: relative;
}
.homebanner .gallery img,
.bannerwrapper .gallery img {
    display: block;
    width: 100%;
}
.s-btn {
    z-index: 6;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    transition: all .2s;
    cursor: pointer;
}
.homebanner .s-btn {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    background-color: #C4C4C4;
    background-image: url(/images/jt_z_w.png);
}
.homebanner .s-btn:hover {
    background-color: #9A0A8B;
}
.s-btn-right {
    transform: rotate(180deg);
}
.homebanner .s-btn-left {
    left: 20px;
}
.homebanner .s-btn-right {
    right: 20px;
}
.homeproduct .s-btn {
    background-color: #fff;
    background-image: url(/images/jt_z_g.png);
}
.homeproduct .s-btn:hover {
    background-image: url(/images/jt_z_p.png);
}

.homebanner .s-dot{
    position: absolute;
	z-index: 6;
    width: 100%;
    bottom: 2px;
    text-align: center;
}
.homebanner .s-dot .swiper-pagination-bullet{
    cursor: pointer;
    width: 20px;
    height: 4px;
    border-radius: 6px;
    background: #fff;
    display: inline-block;
    margin: 0 6px;
	opacity: 1;
    transition-duration: .4s;
}
.homebanner .s-dot .swiper-pagination-bullet:hover,
.homebanner .s-dot .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #9A0A8B;
}


.pagewrapper {
    position: relative;
    overflow: hidden;
}

.cc_des {
    margin-top: 20px;
}
.promo_product {
    padding-top: 40px;
    padding-bottom: 40px;
}


.product_listin .item .lik {
    display: block;
    background-color: #fff;
    box-shadow: 0px 0px 9px 0px rgba(188,188,188,0.25);
}
.product_listin .item .lik .title {
    display: flex;
    justify-content: space-between;
    padding: 18px;
    color: #fff;
    background: #232938;
    transition: all .3s;
}

.product_listinnojiantou .item .lik .title,
.workshop_listin .item .lik .title {
    justify-content: center;
}
.product_listinnojiantou .item .lik .t2,
.workshop_listin .item .lik .t2 {
    display: none;
}

.workshop_listin .item .descr {
    display: none !important;
}
.workshop_listin .item .lik .pic {
    padding: 0 !important;
}
.workshop_listin .item .lik .title {
    color: #333;
    background-color: transparent;
}
.product_listin .item .lik:hover .title {
    color: #fff;
    background-color: #9A0A8B;
}

.product_listin .item .lik .pic {
    position: relative;
    text-align: center;
}
.product_listin .item .lik .descr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 20px;
    background: rgba(154, 10, 139, .8);
    opacity: 0;
    transition: all .2s;
}
.product_listin .item .lik .descr .te {
    width: 100%;
}
.product_listin .item .lik .descr .tit {
    margin-bottom: 10px;
    font-weight: bold;
}
.product_listin .item .lik .descr .cont {
    line-height: 20px;
    font-size: 12px;
    overflow: hidden;
}
.quality_des {
    margin-top: 60px;
}

.servicelist,
.qualitylist {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(1, 1fr);
    align-items: stretch;
}
.industrylist {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
}
.qualitylist .item {
    position: relative;
    padding: 10px;
    padding-top: 36px;
    padding-bottom: 30px;
    border-radius: 4px;
    border: 1px solid rgba(154,10,139,0.49);
}
.qualitylist .item ul {
    padding-left: 20px;
    margin: 0;
}
.qualitylist .item ul li {
    margin-top: 4px;
    list-style-image: url(/images/iconlx.png);
}
.qualitylist .item .title {
    position: absolute;
    left: 20px;
    top: -20px;
    padding: 6px 10px;
    line-height: 24px;
    color: #fff;
    background: #9A0A8B;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
}


.servicelist .item,
.servicelist .item .topr .pic .unit,
.servicelist .item .topr .pic .hover {
    transition: all .2s;
}
.servicelist .item {
    padding: 24px;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(179,179,179,0.25);
}
.servicelist .item .desc {
    display: none !important;
    margin-top: 20px;
}
.servicelist .item .desc p {
    margin: 0;
    margin-top: 2px;
}
.servicelist .item .topr {
    display: flex;
    justify-content: space-between;
}
.servicelist .item .topr .pic {
    position: relative;
    min-width: 40px;
    height: 40px;
}
.servicelist .item .topr .title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.servicelist .item .topr .pic .unit,
.servicelist .item .topr .pic .hover {
    position: absolute;
    right: 0;
    top: 0;
}
.servicelist .item:hover {
    background-color: #9A0A8B;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/images/servicelistbg.png);
}
.servicelist .item:hover,
.servicelist .item:hover .topr .title {
    color: #fff;
}
.servicelist .item:hover .topr .pic .unit,
.servicelist .item .topr .pic .hover {
    opacity: 0;
}
.servicelist .item:hover .topr .pic .hover {
    opacity: 1;
}

.homeservice .z__title,
.homeservice .z__title_en,
.homecompany .z__title,
.homecompany .z__title_en,
.promo_contact .z__title {
    text-align: left;
}
.promo_contact .z__title2 {
    margin-top: 16px;
}
.promo_contact .cc_des .item p {
    margin: 0;
}
.promo_contact .cc_des .item {
    border: 1px solid #232938;
}
.promo_contact .qualitylist .item .title {
    background: #fff;
}
.promo_contact .qualitylist .item::before,
.promo_contact .qualitylist .item::after {
    position: absolute;
    content: '';
    z-index: 5;
    background-color: #fff;
    width: 14px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
}
.promo_contact .qualitylist .item::before {
    top: -1px;
    left: -1px;
    background-image: url(/images/con_before.png);
}
.promo_contact .qualitylist .item::after {
    right: -1px;
    bottom: -1px;
    background-image: url(/images/con_after.png);
}

.positionii .diz>a>img {
    position: relative;
    top: -2px;
}

.positionii .diz,
.positionii .lanmu ul li a {
    line-height: 28px;
}


.industrylist .item .pic img {
    display: block;
    margin: auto;
    height: 100%;
}
.industrylist .item .title {
    margin-top: 16px;
    text-align: center;
}

.service_top_bjtp .service_des {
    text-align: center;
}

@media (min-width: 961px) {
    .homebanner .s-btn-left {
        left: 100px;
    }
    .homebanner .s-btn-right {
        right: 100px;
    }
    .promo_company {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .positionii .container {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: center;
    }
    .positionii .lanmu ul li {
        margin-left: 5vw;
        position: relative;
    }
    .positionii .diz,
    .positionii .lanmu ul li a {
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .homeproduct .m2 li::after,
    .positionii .lanmu ul li::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 0;
        height: 4px;
        transform: translate(-50%, 0);
        background-color: #9A0A8B;
        transition: all .2s;
    }
    .homeproduct .m2 li::after {
        height: 2px;
    }
    .homeproduct .m2 li:hover::after,
    .homeproduct .m2 li.current-cat::after,
    .positionii .lanmu ul li:hover::after,
    .positionii .lanmu ul li.current-cat::after {
        width: 100%;
    }

    .product_listin {
        display: grid;
        grid-gap: 4vw;
        grid-row-gap: 3vw;
        grid-template-columns: repeat(3, 1fr);
        align-items: stretch;
    }

    .servicelist .item {
        /* padding-bottom: 40px; */
        min-height: 162px;
    }
    .servicelist .item .topr .title {
        position: relative;
        margin-top: 86px;
    }


    .product_listin .item .lik .pic,
    .product_listin .item .lik .title {
        padding-left: 30px;
        padding-right: 30px;
    }
    .product_listin .item .lik .pic {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .workshop_listin {
        padding-bottom: 30px;
    }

    .industrylist,
    .servicelist,
    .qualitylist {
        grid-gap: 4vw;
        grid-template-columns: repeat(3, 1fr);
    }
    .qualitylist .item:nth-child(2) ul {
        display: flex;
        flex-wrap: wrap;
    }
    .qualitylist .item:nth-child(2) ul li {
        width: 48%;
    }
    .promo_contact .cc_des .item {
        padding-top: 50px;
        padding-bottom: 30px;
        padding-left: 50px;
    }
    .promo_contact .qualitylist .item .title {
        left: 42px;
        top: -30px;
    }
    .promo_contact .qualitylist .item p:last-child {
        margin-top: 10px;
    }
    .promo_contact .qualitylist {
        padding-bottom: 70px;
    }
    .promo_contact .qualitylist .wp-block-contact-form-7-contact-form-selector {
        padding-top: 24px;
    }

    .service_des {
        margin-top: 60px;
    }
    .industrylist {
        grid-gap: 100px;
    }
    .servicelist {
        grid-gap: 50px;
    }
    .servicelist .item .desc {
        margin-top: 36px;
    }

    .service_top_bjtp,
    .service_top_industry {
        padding-top: 130px;
    }
    
    .industrylist .item .pic {
        height: 230px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .product_listin .item .lik:hover .descr {
        opacity: 1;
    }
    .product_listin .item .lik .sp2 {
        display: none !important;
    }

}

.product_listin_img .item .proimg {
    object-fit: contain;
    max-height: 254px;
}
.homeproduct .listr .getlist .item .proimg {
    object-fit: contain;
    max-height: 244px;
}

@media (min-width: 1601px) {
    .product_listin_img .item .proimg {
        height: 254px;
    }
}
@media (max-width: 1600px) and (min-width: 961px) {
    .product_listin_img .item .proimg {
        height: 14vw;
    }
}
@media (min-width: 1701px) {
    .homeproduct .listr .getlist .item .proimg {
        height: 244px;
    }
}
@media (max-width: 1700px) and (min-width: 961px) {
    .homeproduct .listr .getlist .item .proimg {
        height: 13vw;
    }
}

@media (max-width: 960px) {
    .s-btn {
        width: 36px;
        height: 36px;
        background-size: 14px;
    }
    .homebanner .s-dot {
        bottom: 0;
        height: 14px;
    }
    /* .homebanner .gallery img {
        min-height: 200px;
    } */
    .promo_company {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .positionii {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .positionii .lanmu {
        margin-top: 20px;
    }
    .positionii .lanmu ul li {
        margin-right: 18px;
    }
    
    .product_listin {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: repeat(2, 1fr);
        align-items: stretch;
    }
    .product_listin .item .lik .title {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .homeproduct .listr .getlist .item .proimg,
    .product_listin_img .item .proimg {
        height: 26vw;
    }
    .product_listin .item .lik .descr .cont {
        font-size: 10px;
        line-height: 16px;
    }
    .product_listin .item .lik .descr .tit {
        display: none;
    }
    .product_listin_img .item .lik {
        height: 100%;
    }
    .product_listin .item .lik .sp2 {
        padding: 10px;
        font-size: 12px;
        color: #333;
    }
    .product_listin .item .lik .sp2 p {
        margin: 0;
    }

    .qualitylist .item {
        margin-top: 20px;
    }
    .qualitylist .item:first-child {
        margin-top: 0;
    }
    .promo_contact .cc_des .item {
        padding-left: 20px;
        padding-right: 20px;
    }
    .promo_contact .qualitylist .item .title img {
        height: 30px;
    }

    .promo_contact .qualitylist {
        padding-bottom: 30px;
    }

    .servicelist .item .topr .pic {
        min-width: 1px;
        width: 30px;
        height: 30px;
    }
    .service_top_bjtp,
    .service_top_industry {
        padding-top: 40px;
    }
    
    .industrylist .item .pic {
        height: 23vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}



.wp-block-contact-form-7-contact-form-selector {
    position: relative;
}

.wp-block-contact-form-7-contact-form-selector .wpcf7-form-control {
    display: block;
    width: 100%;
    padding: 0 10px;
    border-radius: 3px;
    border: 1px solid rgba(220,220,220,0.58);
    transition: all .2s;
}
.wp-block-contact-form-7-contact-form-selector .itemstr .item {
    position: relative;
    display: flex;
}
.wp-block-contact-form-7-contact-form-selector .itemstr .item .lb {
    min-width: 50px;
    padding-right: 10px;
    line-height: 40px;
    text-align: right;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-form-control,
#captchaImage img {
    height: 40px;
}
#captchaImage img {
    width: 100px;
}

.wp-block-contact-form-7-contact-form-selector .itemstr .item .it {
    flex: 1;
}
.wp-block-contact-form-7-contact-form-selector .itemstryzm .item .it {
    flex: none;
}

.wp-block-contact-form-7-contact-form-selector .itemstryzm .wpcf7-form-control {
    width: 150px;
}
.wp-block-contact-form-7-contact-form-selector textarea.wpcf7-form-control {
    height: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    resize: none;
}
#captchaImage,
.wp-block-contact-form-7-contact-form-selector .itemstryzm #canvas {
    display: flex;
    align-items: center;
    margin-left: 18px;
    background: #fff;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-submit {
    margin: 0 auto;
}

.wp-block-contact-form-7-contact-form-selector .item .it .tooltip,
.wp-block-contact-form-7-contact-form-selector label.error {
    font-size: 12px;
}
.wp-block-contact-form-7-contact-form-selector .item .it .tooltip {
    display: none !important;
    position: absolute !important;
    top: 100% !important;
    left: 60px !important;
    font-size: 12px;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-not-valid,
.wp-block-contact-form-7-contact-form-selector .wpcf7-form-control.Validform_error {
    border-color: #E20113 !important;
}
.wpcf7 form.failed .wpcf7-response-output {
    border-color: #46b450 !important;
}

.wp-block-contact-form-7-contact-form-selector .red {
    color: #E20113;
    font-style: normal;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-submit {
    width: 122px;
    height: 40px;
    line-height: 40px;
    border: none;
    color: #fff;
    font-size: 14px;
    background: #9A0A8B;
}
.wp-block-contact-form-7-contact-form-selector label {
    display: flex;
    line-height: 40px;
    white-space: nowrap;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-form-control-wrap {
    padding-left: 10px;
    width: 100%;
}
.wp-block-contact-form-7-contact-form-selector .dscf7captcha {
    margin: 0;
    position: relative;
    display: flex;
}
.wp-block-contact-form-7-contact-form-selector .dscf7captcha .dscf7_lt {
    display: inline-block;
    white-space: nowrap;
    line-height: 40px;
}
.wp-block-contact-form-7-contact-form-selector .dscf7captcha .dscf7_refresh_captcha {
    display: none;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-response-output {
    display: inline-block;
    font-size: 14px;
}


@media (min-width: 961px) {

    .wp-block-contact-form-7-contact-form-selector,
    .wp-block-contact-form-7-contact-form-selector .itemstr {
        margin-top: 30px;
    }
    .wp-block-contact-form-7-contact-form-selector .itemstr1 {
        display: flex;
        justify-content: space-between;
    }
    .wp-block-contact-form-7-contact-form-selector .itemstr1 .item {
        width: 24%;
    }
    .wp-block-contact-form-7-contact-form-selector .itemstr .item .lb {
        line-height: 50px;
    }
    #captchaImage img {
        width: 120px;
    }
    .wp-block-contact-form-7-contact-form-selector .wpcf7-submit {
        position: absolute;
        right: 0;
        bottom: 0;
        margin: 0;
    }

    .wp-block-contact-form-7-contact-form-selector {
        font-size: 0;
    }
    .wp-block-contact-form-7-contact-form-selector p {
        font-size: 14px;
    }
    .wp-block-contact-form-7-contact-form-selector p:nth-of-type(1) {
        display: none;
    }
    .wp-block-contact-form-7-contact-form-selector p:nth-of-type(2),
    .wp-block-contact-form-7-contact-form-selector p:nth-of-type(3),
    .wp-block-contact-form-7-contact-form-selector p:nth-of-type(4),
    .wp-block-contact-form-7-contact-form-selector p:nth-of-type(5) {
        display: inline-block;
        width: 25%;
        padding: 0 10px;
    }
    .wp-block-contact-form-7-contact-form-selector p:nth-of-type(2) {
        padding-left: 0;
    }
    .wp-block-contact-form-7-contact-form-selector p:nth-of-type(3) {}
    .wp-block-contact-form-7-contact-form-selector p:nth-of-type(4) {}
    .wp-block-contact-form-7-contact-form-selector p:nth-of-type(5) {
        padding-right: 0;
    }
}


@media (max-width: 960px) {
    
    .wp-block-contact-form-7-contact-form-selector .itemstr .item,
    .wp-block-contact-form-7-contact-form-selector .wpcf7-submit {
        margin-top: 20px;
    }
    .wp-block-contact-form-7-contact-form-selector .itemstryzm .wpcf7-form-control {
        width: 84px;
    }
    .wp-block-contact-form-7-contact-form-selector .itemstr .item .lb {
        width: 78px;
    }
    .wp-block-contact-form-7-contact-form-selector .wpcf7-submit {
        text-align: center;
    }
}





.homeservice .bg-s {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/images/home_service.png);
}

.homecompany {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/images/home_comanybg.png);
}
.homeproduct {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/images/home_productbg.png);
}

.homecompany .leftr .ic {
    margin-top: 20px;
    height: 8px;
}
.homecompany .leftr .desc {
    margin-top: 15px;
}
.homecompany .leftr .desc p {
    margin: 0;
}
.homecompany .leftr a,
.homecompany .leftr .more {
    display: inline-block;
    margin-top: 8px;
}

.homeproduct .m2 li {
    position: relative;
}

.homecompany .leftr a,
.homeproduct .m2 li:hover,
.homeproduct .m2 li.current-cat,
.homecompany .clist .item .t,
.homecompany .leftr .more a {
    color: #9A0A8B;
}
.homecompany .leftr .clist {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
}
.homecompany .leftr .clist .item:nth-child(3n) {
    margin-right: 0;
}
.homecompany .leftr .clist .item {
    width: 30%;
    margin-right: 4%;
}
.homecompany .leftr .clist .tw {
    display: inline-block;
    text-align: center;
}
.homecompany .clist .item .t {
    font-weight: bold;
}

.homecompany .gallery img {
    border: 2px solid #333;
}



@media (min-width: 961px) {
    .homeproduct,
    .homecompany {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .homecompany .container {
        display: flex;
        justify-content: space-between;
    }
    .homecompany .leftr {
        width: 46.5%;
    }
    .homecompany .gallery {
        width: 45%;
    }
    .homecompany .gallery img {
        border-width: 4px;
    }
    
}
@media (max-width: 960px) {
    .homeproduct,
    .homecompany {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .homecompany .leftr .clist {
        text-align: center;
    }
    .homecompany .gallery {
        margin-top: 20px;
    }
}


.homeproduct .m2 {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
}
.homeproduct .m2 li {
    cursor: pointer;
}

.homeproduct .m2 li:hover,
.homeproduct .m2 li.current-cat {
    font-weight: bold;
}
.homeproduct .product_listin {
    display: block;
}
/* .homeproduct .listr .getlist {
    display: none;
} */

.homeproduct .gtmore .more a {
    color: #fff;
}
.homeproduct .swiper-button-lock {
    display: block;
}

@media (min-width: 961px) {
    .homeproduct .m2 {
        margin-top: 40px;
        margin-bottom: 50px;
    }
    .homeproduct .m2 li {
        margin: 0 5vw;
    }
    .homeproduct .gtmore {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 0;
        width: 280px;
        padding-left: 56px;
        padding-top: 40px;
        background-image: url(/images/home_product_icbg.png);
    }
    .homeproduct .listr {
        position: relative;
        z-index: 3;
        padding-left: 176px;
        margin-top: 40px;
    }
    .homeproduct .listr .getlist {
        min-height: 340px;
    }
    .homeproduct .product_listin {
        padding: 40px 0;
    }
    .homeproduct .s-btn {
        margin-top: 20px;
    }
    .homeproduct .s-btn.s-btn-right {
        margin-top: 40px;
    }
    .homeproduct .gtmore .more {
        position: absolute;
        left: 56px;
        bottom: 40px;
    }
}
@media (max-width: 960px) {
    .homeproduct .listr,
    .homeproduct .gtmore,
    .homeproduct .listr,
    .homeproduct .m2 {
        margin-top: 20px;
    }
    .homeproduct .m2 li {
        margin-right: 20px;
    }
    .homeproduct .m2 li:last-child {
        margin-right: 0;
    }
    .homeproduct .gtmore .more a {
        color: #9A0A8B;
    }
    .homeproduct .gtmore {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        position: relative;
        padding-bottom: 36px;
    }
    .homeproduct .gtmore .more {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
    }
    .homeproduct .s-btn {
        display: inline-block;
    }
    .homeproduct .s-btn-right {
        margin-left: 20px;
    }
}



.homeservice .bg-s {
    color: #fff;
}
.homeservice .tp {
    margin: 0;
    margin-top: 20px;
}

@media (min-width: 961px) {
    .homeservice {
        padding-bottom: 120px;
    }
    .homeservice .bg-s {
        height: auto;
        max-height: 250px;
        padding-top: 3vw;
        padding-bottom: 90px;
    }
    .homeservice .service_des {
        margin-top: -40px;
    }
}
@media (max-width: 960px) {
    .homeservice {
        padding-bottom: 40px;
    }
    .homeservice .bg-s {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .homeservice .service_des {
        margin-top: -30px;
    }
}







 .positionii,
 .positionii a {
    color: #777;
 }



@media (min-width: 961px) {
    .promo_contact .cc_des .item {
        font-size: 24px;
    }
    .homeproduct .m2 {
        font-size: 20px;
    }
    .positionii .lanmu ul li,
    .sitefooter .topr {
        font-size: 18px;
    }
    .homecompany .clist .item,
    .sitefooter .widget_nav_menu .menu,
    .siteheader {
        font-size: 16px;
    }

    .homecompany .clist .item .t {
        line-height: 40px;
        font-size: 32px;
    }
}

@media (min-width: 1501px) {}

@media (max-width: 1200px) and (min-width: 961px) {
    .siteheader {
        font-size: 14px;
    }
}

@media (max-width: 960px) {
    .sitefooter .widget_nav_menu .copyright {
        font-size: 12px;
    }
}

