
      .KontaktJX {
    width: 800px;
    margin: 0 auto;
    position: fixed;
    top: -200%;
    left: 50%;
    z-index:113;
    transition: all 0.4s;
    transform: translate(-50%, -50%);
}

.Sie_uns_right1 {
    width: 100%;
}

.Kontakt {
    background-color: #f7f2ec;
}

.Kontakt_box {
    padding: 35px 60px;
}

.Int input {
    border: 0;
    background-color: transparent;
    outline: none;
    width: 98%;
    height: 100%;
    padding-left: 10px;

}

.Int {
    width: 48%;
    height: 49px;
    border: 1px solid #7a7a7a80;
}

.Kontakt_input {
    display: flex;
    justify-content: space-between;
}

.Kontakt_box>.Kontakt_input:not(:nth-child(1)) {
    margin-top: 20px;
}

.texta {
    width: 100%;
    height: 219px;
    border: 1px solid #7a7a7a80;
    margin-top: 20px;
}

.texta textarea {
    border: 0;
    padding-top: 10px;
    background-color: transparent;
    outline: none;
    width: 98%;
    height: 95%;
    padding-left: 10px;
}

.butww3 {
    margin: 0 auto;
    margin-top: 15px;
    transition: all 0.3s;
    cursor: pointer;
    width: 178px;
    height: 47px;
    background-color: #8c806a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

.butww3:hover {
    background-color: #e36621;
}      .myBtn1 {
    position: relative;
    z-index: 99;
    background-color: #D3B996;
    color: white;
    cursor: pointer;
    border-radius: 10px;
    transition: all 1s;
    width: 45px;
    height: 45px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 5px
}
#Back{
    z-index:11  ;
    transition: all 1s;
    position: fixed;
    top: -100%;
    right: 15px;
}
#myBtn2 img {
    width: 27px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
#myBtn2:hover {
    background-color: #777;
}
#myBtn2 {
    position: relative;
    margin: 15px 0;
    right: 0px;
    z-index: 99;
    background-color: #D3B996;
    color: white;
    cursor: pointer;
    border-radius: 10px;
    transition: all 1s;
    width: 45px;
    height: 45px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 5px   
}
.myBtn1 img {
    width: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.myBtn1:hover {
    background-color: #777;
}

#myBtn {
    position: relative;
    z-index: 99;
    background-color: #456780;
    color: white;
    cursor: pointer;
    border-radius: 10px;
    transition: all 1s;
    width: 45px;
    height: 45px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 5px
}

#myBtn img {
    width: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

#myBtn:hover {
    background-color: #777;
}

@media screen and (max-width:850px) {
    #myBtn1 {
        opacity: 0.5;
    }

    #myBtn {
        opacity: 0.5;
    }
}      .Blog {
    width: 1140px;
    margin: 0 auto;
    margin-top: 110px;
}

.cta {
    border: none;
    background: none;
    cursor: pointer;
}

.cta span {
    padding-bottom: 0px;
    font-size: 14px;
    padding-right: 15px;
    font-weight: 700;
}

.cta svg {
    transform: translateX(-8px);
    transition: all 0.3s ease;
}

.cta:hover svg {
    transform: translateX(0);
}

.cta:active svg {
    transform: scale(0.9);
}

.hover-underline-animation {
    position: relative;
    color: #e36621;
    padding-bottom: 20px;
}

.hover-underline-animation:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #e36621;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.cta:hover .hover-underline-animation:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.cta {
    margin-top: 33px;
}

.Blog_l {
    width: calc(100% - 340px);
}

.Blog_l>ul li {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.Blog_l2 {
    width: 35%;
}

.Blog_l2 img {
    width: 100%;
}

.Blog_l1 {
    cursor: pointer;
    padding: 20px 10px;
    display: flex;
    justify-content: space-between;
}

.cta2 {
    margin-top: 15px;
}


.Blog_l3 {
    width: 63%;
}

.choosewww {
    font-size: 14px;
    color: var(--txia);
}

.choose1 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
}

.choose2 {
    color: var(--wb);
    margin-top: 5px;
    display: -webkit-box;
    /* 使用旧版本 WebKit 内核浏览器的 Flexbox 布局 */
    -webkit-box-orient: vertical;
    /* 垂直方向布局 */
    -webkit-line-clamp: 2;
    /* 限制显示文本的行数 */
    overflow: hidden;
    /* 隐藏溢出文本 */
}

.Blog_l1:hover .choose2 {
    color: #e36621;
}

.Blog_l>ul li:not(:nth-child(1)) {
    margin-top: 20px;
}

.Blog_right {
    width: 313px;
}

.Xhao_div {
    display: flex;
    font-size: 21px;
    font-weight: 700;
    color: var(--wb);
    align-items: center;
}

.For_T li {
    cursor: pointer;
    font-size: 14px;
    color: var(--wb);
    position: relative;
    margin-top: 15px;
    padding-bottom: 15px;
}

.For_T li::after {
    width: 100%;
    height: 1px;
    background-color: #ebebeb;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
}

.For_T li::before {
    width: 0%;
    z-index: 1;
    transition: all 0.3s;
    height: 1px;
    background-color: #e36621;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
}

.For_T li:hover::before {
    width: 100%;
}


.guit_right {
    margin-top: 20px;
    width: 100%;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.guit {
    display: flex;
    justify-content: space-between;
}

.guit_right_box {
    padding: 20px;
}

.serA {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: var(--wb);
    margin-bottom: 20px;
}

.setIn {
    width: 100%;
    background-color: #f0f2f4;
    height: 49px;
}

.setIn input::-webkit-input-placeholder {
    color: var(--wb);
    /* 设置为你想要的颜色值 */
}

/* Mozilla Firefox 浏览器 */
.setIn input::-moz-placeholder {
    color: var(--wb);
    /* 设置为你想要的颜色值 */
}

/* Internet Explorer 浏览器 */
.setIn input:-ms-input-placeholder {
    color: var(--wb);
    /* 设置为你想要的颜色值 */
}

/* Microsoft Edge 浏览器 */
.setIn input::-ms-input-placeholder {
    color: var(--wb);
    /* 设置为你想要的颜色值 */
}

/* 标准属性 */
.setIn input::placeholder {
    color: var(--wb);
    /* 设置为你想要的颜色值 */
}

.setIn input {
    width: 100%;
    height: 100%;
    padding-left: 12px;
}

.setIn:not(:nth-child(1)) {
    margin-top: 15px;
}

.texrt {
    width: 100%;
    height: 192px;
    background-color: #f0f2f4;
}

textarea {
    border: 0;
    background-color: transparent;
    outline: none;
}

.texrt {
    margin-top: 15px;
}

.texrt textarea {
    width: 95%;
    height: 93%;
    padding: 12px 0 0 12px;
}

.texrt textarea::-webkit-input-placeholder {
    color: var(--wb);
    /* 设置为你想要的颜色值 */
}

/* Mozilla Firefox 浏览器 */
.texrt textarea::-moz-placeholder {
    color: var(--wb);
    /* 设置为你想要的颜色值 */
}

/* Internet Explorer 浏览器 */
.texrt textarea:-ms-input-placeholder {
    color: var(--wb);
    /* 设置为你想要的颜色值 */
}

/* Microsoft Edge 浏览器 */
.texrt textarea::-ms-input-placeholder {
    color: var(--wb);
    /* 设置为你想要的颜色值 */
}

/* 标准属性 */
.texrt textarea::placeholder {
    color: var(--wb);
    /* 设置为你想要的颜色值 */
}

.arew {
    font-size: 12px;
    color: var(--txia);
    margin-top: 10px;
}


.SendSSS {
    width: 172px;
    height: 44px;
    color: #ffffff;
    background-color: #e36621;
    text-align: center;
    line-height: 44px;
    border-radius: 30px;
    margin: 0 auto;
    margin-top: 15px;
}

.ssuo {
    width: 100%;
    height: 42px;
    border: 1px solid #eaeaea;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.seach1 {
    width: 20px;
    margin-left: 12px;
    height: 21px;
}

.seach1 img {
    width: 100%;
    height: 100%;
}

.Blog {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
}

.Xhao {
    width: 21px;
    font-size: 0;
    margin-right: 15px;
}

.Xhao img {
    width: 100%;
}


.For_T li:hover {
    color: #e36621;
}

.ssuoInp {
    width: 88%;
    height: 100%;
}

.ssuoInp input {
    width: 100%;
    height: 100%;
}      .Blog_l_padd {
    padding: 30px;
}


.Blog_l {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}



.choose {
    font-size: 36px;
    font-weight: 700;
    color: #191919;
    text-align: center;
}

.Updated {
    font-size: 14px;
    margin-top: 25px;
    color: #e36621;
}

.Updated span {
    font-size: 12px;
}

.fuwenb {
    margin-top: 20px;
}

.Enriching{
   margin: 0 auto;
   margin-top: 110px ;
    width: 1140px ;
}
.might{
    font-size: 36px ;
    font-weight: 700;
    color: var(--bt);
}


.Prod_ul {
    margin-top: 65px;
}

.Prod_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Prod_ul li{
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.Pimg{
    width: 53.5% ;
}

.Pimg img{
    width: 100% ;
}

.Pimg_div{
    width: 42% ;
}

.uary{
    font-size: 14px ;
    color: var(--txia);
}

.uary1{
    font-size: 18px ;
    font-weight: 600;
    color: var(--wb);
    margin-top: 20px ;
    cursor: pointer;
}


.Prod_ul li:hover .hover-underline-animation:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}


.Prod_ul>li:not(:nth-child(1)):not(:nth-child(2)){
    margin-top: 20px ;
}

      @font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
.Sample>div:nth-child(2) {
    margin-top: 20px;
    color: var(--wb);
    width: 95%;
    margin: 0 auto;
    margin-top: 20px;
}
/* greek-ext */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    list-style: none;
    text-decoration: none;
}

a {
    text-decoration: none;
    /* 移除下划线 */
    color: inherit;
    /* 继承父元素的文本颜色 */
    /* 你也可以添加其他样式，比如背景色等 */
}

img {
    vertical-align: middle;
}

.shoo {
    width: 100%;
    background-color: #2b2b2b;
}


:root {
    --bt: #191919;
    --wb: #4c4c4c;
    --bfl: #3e4751;
    --txia: #8c806a;
}





.shoo_jz {
    width: 1140px;
    margin: 0 auto;
    color: #ffffff;
    padding: 10px 0;
}

.shoo_jz_left {
    display: flex;
    align-items: center;
}

.mailImg img {
    width: 20px;
    margin-right: 15px;
}

.head {
    position: fixed;
    top: 0;
    z-index: 111;
    width: 100%;
}

.shoo_jz {
    display: flex;
    justify-content: space-between;
}


.shoo_jz_right img {
    width: 20px;
}

input {
    outline: none;
    border: 0;
    background-color: transparent;
}

.shoo_jz_right>div:nth-child(1) form {
    display: flex;
    align-items: center;
    margin-right: 20px;
}


.shoo_jz_right>div:nth-child(2) {
    display: flex;
    align-items: center;
}

.shoo_jz_right {
    display: flex;

}


.Sinput {
    margin-left: 15px;
}

.Engw {
    margin: 0 15px;
}

.Sinput input {
    color: #ffffff;
    width: 120px;
}




.Sinput input::placeholder {
    color: #ffffff;
    /* 默认颜色 */
}

.shoo_xia {
    transition: all 0.3s;
    width: 100%;
    background-color: rgba(194, 196, 195, 0.3);
}

.shoo_xia_jz {
    max-width: 1379px;
    width:94%;
    display: flex;
    margin-left: 7.5%;
    padding: 25px 0;
    align-items: center;
    justify-content: space-between;
}

.aisuologo {
    width: 200px;
}

.aisuologo img {
    width: 100%;
}

.shoo_xia_ul {
    width: 1140px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.Sale_a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    /* 控制显示的行数 */
    height: 40px;
}

.shoo_xia_ul li {
    font-weight: 500;
    display: flex;
    color: #ffffff;
}

.shoo_xia_ul img {
    width: 11px;
    margin-left: 10px;
}

.shoo_xia {
    position: relative;
}

.inbennr {
    width: 100%;
    height: 901px;
    background-image: url();
    background-size: 1920px 100%;
    background-repeat: no-repeat;
    margin-top: 41px;
}

.inbennr_jz {
    width: 1140px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.inb_box {
    position: absolute;

}


.Send:hover{
    background-color: rgb(227, 102, 33);
}
.terw{
    background-color: rgb(227, 102, 33) !important;
}

.sel{
    color: rgb(227, 102, 33) !important;
}
.butn {
    font-weight: 700;
    cursor: pointer;
    width: 224px;
    padding: 0.8em 1.8em;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 65px;
    transition: .3s;
    background-color: #8c806a;
    z-index: 1;
    color: #ffffff;
}

.butn::before {
    content: '';
    width: 0;
    height: 600%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #2b2b2b;
    transition: .5s ease;
    display: block;
    z-index: -1;
}

.butn:hover::before {
    width: 105%;
}

.butn:hover {
    color: #ffffff;
    transform: scale(1.1);
}

.inb_box {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
}

.inb_box {
    text-align: center;
}

.actur1 {
    font-size: 60px;
    font-weight: 700;

}

.actur2 {
    width: 70%;
    margin: 0 auto;
    margin-top: 33px;
}


.active {
    transform: rotate(180deg);
}


.SendSSS{
    font-weight: 700;
}






:root {
    --swiper-theme-color: #2b2b2b !important;
    --swiper-navigation-size: 18px !important;
}


.Yjaaaa {
    display: none;
}




.foot {
    width: 1140px;
    margin: 0 auto;
    padding-top: 80px;
}



.mail_l img {
    width: 20px;
    vertical-align: baseline !important;
}

.shejiao img {
    width: 20px;
}

.footUl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footUl>li:nth-child(1) {
    width: 30%;
}

.Divwww {
    display: flex;
}

.mail_l {
    margin-right: 15px;
}

.footUl>li>div:nth-child(1) {
    margin-bottom: 33px;
    font-weight: 700;
    font-size: 24px;
}

.footUl>li>div:not(:nth-child(1))>div:not(:nth-child(1)) {
    margin-top: 20px;
}

.footUl {
    position: relative;
    color: #ffffff;
    padding-bottom: 64px;
}

.footUl::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #cdcdcd;
    bottom: 0;
    left: 0;
}

.SiteMap {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    font-size: 12px;
    flex-wrap: wrap;
    color: #ffffff;
}


.ablogo {
    margin-top: 76px;
    width: 100%;
}

.ablogos {
    width: 100%;
}

.ablogos img {
    width: 100%;
}


.abpoa {
    position: absolute;
    left: 50%;
    bottom: 60px;
    transform: translateX(-50%);
}


.ablogo {
    position: relative;
}


.abus {
    font-size: 48px;
    font-weight: 700;
    color: #02b54f;
}


.main {
    margin-top: 33px;
    display: flex;
    justify-content: center;
    color: #474747;
}


.Entertainment {
    width: 100%;
    height: 758px;
    background-image: url(/statics/images/en.png);
    background-size: 1920px 100%;

}

.Entertainment_jz {
    width: 1140px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.Entertainment_box {
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.kidQQ {
    font-size: 60px;
    font-weight: 700;
}

.mainZ {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.show {
    max-height: 500px;
}



:root {
    --pri: #ffffff;
}


.head1 {
    background-color: #ffffff;
}

.head_div1 {
    color: #474747;
}

.sousuoDIV1::after {
    background-color: #474747;
}


/* 对所有输入框和文本区域应用相同的样式 */
.sousuoDIV1 input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #474747;
}

.sousuoDIV1 input::-moz-placeholder {
    /* Firefox 19+ */
    color: #474747;
}

.sousuoDIV1 input:-ms-input-placeholder {
    /* IE 10+ */
    color: #474747;
}

.sousuoDIV1 input:-moz-placeholder {
    /* Firefox 18- */
    color: #474747;
}

.English1 {
    color: #474747;
}

.sousuoDIV1 input {
    color: #474747;
}


.Hdad {
    display: none;
}



.foot_div {
    margin-top: 110px;
    width: 100%;
    background-color: #2b2b2b;

}

.Ablogo {
    width: 100%;
    height: 398px;
    margin-top: 42px;
    background-image: url(/statics/images/Ab.jpg);
    background-repeat: no-repeat;
    background-size: 1920px 100%;
}

.Ablogo_jz {
    width: 1140px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hoDiv {
    display: flex;
}

.Ablogo_box {
    text-align: center;
    color: #ffffff;
}

.Usw {
    font-size: 36px;
    font-weight: 700;
}

.hoDiv {
    font-weight: 500;
}

.hoDiv_flex {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.About_El {
    width: 1140px;
    margin: 0 auto;
    margin-top: 85px;
}

.About_El_left {
    width: 51%;
}

.About_El_left img {
    width: 100%;

}

.About_El {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.About_El_right {
    width: 44%;
}

.AEsh {
    font-size: 36px;
    font-weight: 700;
    color: var(--bt);
}


.AEsh_ul>li {
    color: var(--wb);
}

.AEsh_ul>li span {
    color: var(--txia);
    font-weight: 700;
    font-size: 14px;
}

.AEsh_ul {
    margin-top: 20px;
}

.AEsh_ul>li:not(:nth-child(1)) {
    margin-top: 10px;
}

.AEsh1 {
    margin-top: 20px;
    color: var(--wb);
    line-height: 24px;
}

.imgbox img:not(:nth-child(1)) {
    margin-left: 20px;
}

.Prod_ul li {
    width: 48%;
}

.Employees {
    width: 1140px;
    margin: 0 auto;
    margin-top: 65px;
}

.Employees_ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Employees_ul>li>div:nth-child(1) {
    font-size: 54px;
    font-weight: 700;
    color: var(--txia);
}

.Employees_ul>li {
    text-align: center;
}

.Employees_ul>li>div:nth-child(2) {
    color: var(--bfl);
    margin-top: 10px;
}


.flex_AEsh {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex_AEsh .cta {
    margin-top: 0;
}

.cta {
    display: flex;
    align-items: center;
}

.Hangersppppp {
    width: 100%;
    margin-top:41px ;
    height: 798px;
    background-image: url();
    background-size: 1920px 100%;
    background-repeat: no-repeat;
}


.Hangers_jz {
    width: 1140px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.pro_ul li{
    border-bottom: 1px solid #ffffff;
}
.Heqw {
    display: flex;
    color: #e36621;
}

.scrollLoading{
    transition: all 0.3s;
}
.Heqw>div:not(:nth-child(1)) {
    margin-left: 8px;
}

.butn2 {
    margin: 0;
}

.Hangers_box1 {
    font-size: 60px;
    font-weight: 700;
    color: var(--bt);
}

.Hangers_box {
    width: 45%;
}

.Heqw {
    margin-top: 15px;
}

.Hangers_box2 {
    line-height: 24px;
    color: var(--wb);
    margin-top: 15px;
}

.butn2 {
    margin-top: 15px;
}


.Prod {
    width: 1140px;
    margin: 0 auto;
    margin-top: 110px;
}


.Prod_box {
    text-align: center;
    width: 85%;
    margin: 0 auto;
}

.Prod_box1 {
    font-size: 36px;
    font-weight: 700;
    color: var(--bt);
}

.Prod_box2 {
    color: var(--wb);
    margin-top: 33px;
}


.Prod_Img img {
    width: 100%;
}

.Prod_Img {
    margin-top: 65px;
}

.cta1_div {
    display: flex;
    justify-content: center;
    width: 100%;
}

.Divwww>div:not(:nth-child(1)) {
    margin-top: 0 !important;
}

.Divwww {
    margin-bottom: 20px;
}

.footUl a:hover {
    color: #e36621;
    text-decoration: underline;
}
.Expand{
    display: none;
}

.xialakuan{
    display: none;
}

.sousuosaa{
    display: none;
}



.eeee {
    position: relative;
}


.yincaww>div{
    margin: 10px 0;
}

.yincaww{
    top: -10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    left: 100%;
    border-radius: 5px;
    background-color: #ffffff;
    display:none;
    position: absolute;
}
.wwwwqqwe:hover .yincaww{
   display:block;
}
.hoDiv>div:nth-child(even){
    margin: 0 8px ;
}
.eeee:hover .yicn {
    background-color: rgba(255, 255, 255);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    visibility: visible;
    opacity: 1;
    top: 48px;
    z-index: 1111;
    left: -11px;
}



#ssww li {
    transition: all 0.3s;
}

.yicn li {
    color: #353535 !important;
    white-space: nowrap;
}

.yicn>div {
    margin: 10px 0;
}
.yicn li:hover{
    background-color: #2b2b2b;
    color:#ffffff !important;
}

.yicn li {
    position: relative;
    padding: 10px 15px ;
    list-style: none;
}

.yicn {
    border-radius: 5px;
    position: absolute;
    top: 48px;
    left: 0px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -o-transition: all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
      @media screen and (min-width: 1921px) {
    .inbennr {
        background-size: cover !important;
    }

    .Customize {
        background-size: cover !important;
    }
    .Ablogo{
        background-size: cover !important;
    }
    .Hangersppppp{
        background-size: cover !important;

    }
    .shoo_xia_jz{
        margin-left: calc(50% - 810px) !important;
    }
}






@media screen and (max-width: 1550px) {
    .shoo_xia_jz{
        margin-left: 4%;
    }
    .shoo_jz{
        width:94%;
    }
}


@media screen and (max-width: 1440px) {
    .Material>div:nth-child(odd){
        width: 38%;
    }
    .shoo_xia_ul{
        width:85%;
    }
    .Ablogo_jz {
        width: 94%;
    }

    .inbennr_jz {
        width: 94%;
    }

    .imgbox img:not(:nth-child(1)) {
        margin-left: 0;
    }

    .About_El {
        width: 94%;
    }

    .Prod {
        width: 94%;
    }

    .Yjaaaa {
        width: 99%;
    }

    .Employees {
        width: 94%;
    }

    .QieH {
        width: 94%;
    }

    .Find {
        width: 94%;
    }

    .Why {
        width: 94%;
    }

    .Why_fenlei {
        width: 94%;
    }

    .Customize_jz {
        width: 94%;
    }

    .foot {
        width: 94%;
    }

    .shoo_xia_jz {
        width: 94%;
        margin: 0 auto;
    }

    .aisuologo {
        width: 140px;
    }

    .shoo_jz {
        width: 94%;
    }

    .Vision {
        width: 94%;
    }

    .History {
        width: 94%;
    }

    .swiper-button-prev {
        left: -20px !important;
    }

    .swiper-button-next {
        right: -20px !important;
    }

    .Blog {
        width: 94%;
    }

    .Enriching {
        width: 94%;
    }

    .Anytime_jz {
        width: 94%;
    }

    .Contact {
        width: 94%;
    }

    .Hangers_jz {
        width: 94%;
    }

    .pro {
        width: 94%;
    }

    .faQ {
        width: 94%;
    }

    .guit {
        width: 94%;
    }

    .Free {
        width: 94%;
    }

    .Doping_jz {
        width: 94%;
    }

    .Look_w_div {
        width: 94%;
    }

    .pro_det {
        width: 94%;
    }

    .Rel {
        width: 94%;
    }

    .Swipesss {
        width: 94%;
    }

    .History {
        width: 94%;
    }

    .swiper2 {
        width: 100% !important;
    }
}



@media screen and (max-width: 850px) {

    .Ablogo{
        margin-top: 0px;
    }
    .Swipesss {
        margin-top: 25px;
    }
.xialakuan>li img {
right: 20px;
position: absolute;

width: 16px;
}

.Closure>img {
width: 35px;
}
.dianad{
    position: relative;
}
.catUl li {
margin-top: 10px;
}

.show1{
    max-height: 500px;
}
.yinc1111{
    transition: all 0.1s;
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: 34px;

    width: 90%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 0 15px 15px 15px;
    background-color: #ffffff;
}
    .head {
        display: none;
    }

    .swiper_Box {
        margin-top: 33px;
    }

    .actur1 {
        font-size: 40px;
    }

    .Blog_l {
        width: 100%;
    }

    .Blog_l_padd {
        padding: 15px;
    }

    .choose {
        text-align: left;
        font-size: 21px;
    }

    .Blog_right {
        margin-top: 20px;
        width: 100%;
    }

    .Blog {
        margin-top: 65px;
        flex-direction: column;
    }

    .AEsh {
        font-size: 21px;
    }

    .Enriching {
        margin-top: 65px;
    }

    .Blog_l1 {
        flex-direction: column;
    }

    .Vision_box {
        height: auto;
    }

    .About_El_left {
        width: 100%;
    }

    .might {
        font-size: 21px;
    }

    .Blog_l3 {
        width: 100%;
        margin-top: 20px;
    }

    .Blog_l2 {
        width: 100%;
    }

    .About_El_right {
        width: 100%;
        margin-top: 20px;
    }

    .Employees_ul>li {
        width: 48%;
    }

    .Employees_ul>li>div:nth-child(1) {
        font-size: 30px;
    }

    .Employees {
        margin-top: 35px;
    }

    .Prod {
        margin-top: 65px;
    }

    .History_ul>li:nth-child(odd) {
        flex-direction: column-reverse;
    }

    .History_ul>li:nth-child(even) {
        flex-direction: column;
    }

    .QieH_flex>div {
        width: 100%;
        height: 55px;
    }

    .History_ul_RIGHT {
        width: 100%;
    }

    .History_ul_LEFT {
        width: 100%;
    }

    .swiper-button-next {
        right: 6px !important;
        width: 43px !important;
        height: 43px !important;
    }

    .swiper-button-prev {
        left: 6px !important;
        width: 43px !important;
        height: 43px !important;
    }

    .History {
        margin-top: 65px;
    }

    .swiper2 {
        width: 90% !important;
    }

    .Prod_box1 {
        font-size: 21px;
    }

    .History_ul {
        margin-top: 33px;
    }

    .Prod_box2 {
        margin-top: 20px;
    }

    .History_ul li {
        padding-bottom: 20px;
    }

    .swiper2::after {
        width: 66%;
        top: 123px;
    }

    .H1ww {
        font-size: 21px;
    }

    .QieH {
        margin-top: 33px;
    }

    .Find {
        margin-top: 33px;
    }

    .Why {
        margin-top: 65px;
    }

    .Why_fenlei {
        margin-top: 33px;
    }

    .Why_fenlei>ul li {
        width: 100%;
        padding: 0;
    }

    .Why_fenlei>ul li:not(:nth-child(1)) {
        margin-top: 20px;
    }
    .KontaktJX{
        width:94% !important;
    }
    .Customize {
        height: auto;
        background-size: cover;
    }
    .Contact{
        height: auto;
    }
    .Kontakt_box {
        padding: 20px 20px !important;
    }
    .inquiry>span{
        font-size: 14px;
    }
    .Customize_jz_left {
        width: 100%;
        margin-top: 20px;
    }

    .Customize_jz>div {
        flex-direction: column-reverse;
    }

    .Customize_jz_right {
        width: 100%;
    }

    .Customize_jz {
        padding: 20px 0;
    }

    .Customize {
        margin-top: 65px;
    }

    .Hangers {
        font-size: 21px;
    }

    .wite_er {
        padding: 15px;
    }

    .Prod_ul li {
        width: 100%;
        flex-wrap: wrap;
    }
    .Pimg{
        width: 100%;
    }
    .Pimg_div{
        margin-top:15px ;
        width: 100%;
    }
    .Prod_box {
        width: 100%;
    }

    .Prod_ul {
        margin-top: 33px;
    }
    .SiteMap div:nth-child(1){
        width: 100%;
        text-align: center;
    }
    .Prod_ul li:not(:nth-child(1)) {
        margin-top: 20px;
    }


    .footUl>li>div:nth-child(1) {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .footUl>li>div:not(:nth-child(1)) {
        font-size: 14px;
        margin-left: 10px;
    }

    .SiteMap div {
        white-space: nowrap;
        padding: 5px 3px;
    }

    .SiteMap a:hover {
        color: #e36621;
        text-decoration: underline;
    }

    .SiteMap {
        padding: 10px 0;
        justify-content: center;
    }

    .Employees_ul>li:not(:nth-child(1)):not(:nth-child(2)) {
        margin-top: 15px;
    }
    .guit{
        flex-direction: column;
    }
    .guit_left{
        width: 100%;
    }
    .guit_right1{
        width: 100%;
    }
    .Buying{
        font-size: 30px;
    }
    .guit{
        margin-top: 65px ;
    }
    .foot_div {
        margin-top: 65px;
        margin-bottom: 65px;
    }

    .foot {
        padding-top: 40px;
    }

    .footUl {
        padding-bottom: 0px;
    }

    .Vision {
        flex-wrap: wrap;
    }

    .Vision_left {
        width: 100%;
    }

    .Vision {
        margin-top: 33px;
    }

    .Vision_box1 {
        margin-top: 20px;
    }

    .Contact {
        flex-direction: column;
    }

    .Contact_left {
        width: 100%;
    }

    .footl {
        padding: 20px;
    }

    .Contact_right {
        width: 100%;
    }

    .Hangersppppp {
        height: 600px;
    }

    .Mannequin1 {
        font-size: 21px;
    }

    .Tinput {
        width: 85%;
    }

    .Hangers_box1 {
        font-size: 30px;
    }

    .Hangersppppp {
        background-position-x: 50%;
    }

    .Ulyt>li {
        width: 48%;
        padding: 0;
    }

    .Tinput {
        width: 89%;
    }

    .pro_ul>li>div:nth-child(2)>div {
        padding-right: 20px;
    }

    .Suit_por_flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .Suit_yc {
        right: 0;
        display: block;
        position: static;
        margin: 0;
        padding: 0;
        max-height: 0;
        transition: all 0.3s;
        overflow: hidden;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

    .z1z1_img {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .z1z1_img>div {
        width: 49%;
    }

    .oden {
        padding-left: 0;
        font-size: 21px;
    }

    .dowmsss {
        display: block;
    }

    .pro_left {
        box-shadow: none;
    }

    .pdck {
        border-radius: 0 10px 0 0;
    }

    .Hangers_box {
        width: 100%;
    }

    .pro_left {
        margin-top: 20px;
    }

    .pro_ul>li>div:nth-child(2)>div::after {
        top: 17px;
    }

    .Ulyt {
        justify-content: space-between;
    }

    .Contact_right_box {
        padding: 20px 0;
    }

    .Contact {
        margin-top: 65px;
    }

    .Cus1 {
        font-size: 30px;
    }

    .Cus2 {
        font-size: 18px;
    }

    .pro_det {
        flex-direction: column;
    }

    .pro_det_left {
        width: 100%;
    }

    .pro_det_right {
        width: 100%;
        margin-top: 20px;
    }

    .pro {
        flex-direction: column-reverse;
    }

    .pro_right {
        width: 100%;
    }

    .Prow {
        width: 100%;
    }

    .pro_det {
        margin-top: 65px;
    }

    .pro {
        margin-top: 65px;
    }

    .Rel {
        margin-top: 65px;
    }

    .Ulyt12 {
        margin-top: 33px !important;
        flex-wrap: wrap;
    }

    .Ulyt12>li {
        width: 49% !important;
    }

    .rel1 {
        font-size: 30px;
    }

    .Reviews_flex>div {
        font-size: 18px;
    }

    .pdck {
        font-size: 18px;
    }

    .Free {
        margin-top: 65px;
    }

    .Choi {
        font-size: 21px;
    }

    .butn {
        margin-top: 33px;
    }

    .Doping_jz {
        margin-top: 65px;
    }

    .Doping {
        font-size: 21px;
    }
    .hoDiv_flex{
        display:none;
    }
    .Look_w_div {
        margin-top: 65px;
    }

    .will {
        margin-top: 33px;
    }

    .Look_w {
        font-size: 21px;
    }

    .z1z1_img2 {
        margin-left: 0;
    }

    .z1z1_img1 {
        margin-right: 0;
    }

    .z1z1_img>div {
        padding: 15px 0;
    }

    .cta1 {
        margin-top: 33px;
    }
    .Hangersppppp{
        margin-top: 0px;
    }
    .flex_but{

    }
    .Material>div:nth-child(odd) {
        width: 100%;
    }
.flex_but{
    flex-direction: column-reverse;
}
.butn1{
    margin: 0 auto;
    margin-top: 20px;
}
    .actur2 {
        width: 100%;
    }


    .footUl>li {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .Expand_flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .Expand {
        font-size: 16px;
        display: block;
    }

    .wooden {
        max-height: 0;
        overflow: hidden;
        transition: all 0.5s;
    }

    .Expand_flex {
        cursor: pointer;
    }

    .inbennr {
        margin-top: 0;
        height: 600px;
    }
    .heziw{
        padding: 10px;
    }
    .actur1 {
        font-size: 28px;
    }

    .bgm>div {
        font-size: 18px;
    }
    .UlLidiv>div:nth-child(1){
        font-size: 16px ;
        width: 95% ;
    }
}





@media screen and (max-width:850px) {

    .Hdad {
        width: 100%;
        display: flex;
        transition: all 0.3s;
        justify-content: space-between;
    }

    .Hdad_left>img {
        width: 150px;
    }

    #checkbox {
        display: none;
    }

    .toggle {
        position: relative;
        width: 40px;
        height: 40px;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        transition-duration: .3s;
    }

    .bars {
        width: 100%;
        height: 4px;
        background-color: rgb(76, 189, 151);
        border-radius: 5px;
        transition-duration: .3s;
    }

    /* Hide the default checkbox */
    .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .container {
        display: block;
        position: relative;
        cursor: pointer;
        font-size: 20px;
        user-select: none;
    }

    .checkmark {
        position: relative;
        top: 0;
        left: 0;
        height: 1.3em;
        width: 1.3em;
    }

    .inbenr {
        margin-top: 67px;
    }

    .checkmark span {
        width: 29px;
        height: 2px;
        background-color: #333;
        position: absolute;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

    .checkmark span:nth-child(1) {
        top: 10%;
    }

    .checkmark span:nth-child(2) {
        top: 50%;
    }

    .checkmark span:nth-child(3) {
        top: 90%;
        display: block;
    }


    .Hdad {
        position: fixed;
        top: 0;
        z-index: 111;
    }

    .Hdad_right_img {
        font-size: 0;
        width: 28px;
        margin-right: 33px;
    }

    .Hdad_right_img img {
        width: 100%;
    }

    .Hdad_box {
        padding: 15px 0;
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .Hdad_left {
        margin-left: 10px;
    }

    .Hdad_right {
        margin-right: 20px;
        display: flex;
    }


    .xialakuan {
        height: 0;
        transition: all 0.3s;
        overflow: hidden;
        z-index: 111111;
        position: fixed;
        width: 100%;
        top: 0;
        background-color: #ffffff;
        box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    }

    .xialakuan {
        display: block;
    }

    .sousuosaa {
        display: block;
    }

    .xialakuan::after {
        width: 100%;
        content: '';
        position: absolute;
        top: 0;
        height: 2px;
        background-color: var(--bt);
    }

    .xialakuan>li {
        font-weight: 500;
        border-bottom: 1px solid #ddd;
        padding: 15px 15px 15px 15px;
    }

    .show {
        max-height: 500px;
    }

    .cat {
        position: relative;
    }

    .xialakuan>li img {
        right: 20px;
        position: absolute;
        top: 19px;
        width: 16px;
    }

    .Closure>img {
        width: 35px;
    }

    .catUl li {
        margin-top: 10px;
    }

    .catUl {
        max-height: 0;
        overflow: hidden;
        margin-left: 10px;
        transition: all 0.3s;
    }

    .active {
        transform: rotate(180deg);
    }

    .ClosureImg_div {
        position: relative;
        width: 100%;
        height: 35px;
    }

    .ClosureImg {
        position: absolute;
        right: 10px;
        top: 9px;
        width: 35px;
    }

    .ClosureImg img {
        width: 100%;
    }

    .sousuosaa {
        transition: all 0.3s;
        right: -500%;
        z-index: 111111;
        top: 0;
        width: 100%;
        height: 100%;
        position: fixed;
        background-color: #191919;
    }

    .guanbaaaa img {
        float: right;
        margin: 60px;
        width: 25px;
        height: 25px;
    }

    .actid img {
        padding: 12px;
        width: 25px;
        height: 25px;
    }

    .serac1 {
        margin-left: 7%;

        background-color: #ffffff;
        border-radius: 30px;
        height: 50px;
        width: 65%;
        border: 1px solid #ebece9;
    }

    .serac {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        justify-content: space-between;
        display: flex;
    }

    .actid {
        margin-right: 50px;
        border-radius: 50%;
        height: 50px;
        background-color: #ffffff;
        border: 1px solid #ebece9;
        width: 50px;
    }

    .serac input {
        font-size: 14px;
        padding-left: 20px;
        height: 50px;
        width: 88%;
        border: 0;
        outline: none;
        background-color: transparent;
    }

    .Leading_b {
        height: 933px;
    }

    .boxnersss {
        padding-top: 209px;
        flex-direction: column;
    }

    .JERA {
        height: 300px;
    }

    .cpxq {
        flex-direction: column;
    }

    .cpxq_left {
        width: 100%;
    }

    .cpxq_right {
        width: 100%;
        margin-top: 20px;
    }

    .piew {
        font-size: 25px;
    }

    .Descriptionw {
        margin-top: 20px;
    }
}      .Prod_ul a{
         width: 100%;
      }
  