
      .KontaktJX {
    max-width: 800px;
    width:94% ;
    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: #f3f3e7;
}

.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 {
    transition: all 0.3s;
    cursor: pointer;
    width: 178px;
    height: 47px;
    background-color: #066133;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

.butww3:hover {
    background-color: #6bbb5e;
}      .myBtn1 {
    position: relative;
    z-index: 99;
    background-color: #6bbb5e;
    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: #6bbb5e;
    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: #066133;
    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 {
    max-width: 1140px;
    width: 94% ;
    margin: 0 auto;

}


.blog_dv {
    width: 100%;
    padding: 125px 0;
    background-color: #eeeee2;
}

.blog_left {
    width: calc(100% - 340px);
}


.blog_flex {
    display: flex;
    justify-content: space-between;
    padding: 30px 20px;
    background-color: #ffffff;
}

.blogimgw {
    width: 38%;
}

.cta_divsw1 {
    margin-top: 0;
}

.January_wbi {
    width: 60%;
}

.January {
    font-size: 16px;
    color: #076133;
    margin-top: 10px;
}

.January1 {
    font-size: 18px;
    font-weight: 700;
    color: #54595f;
    line-height: 24px;
}

.January2 {
    font-size: 16px;
    color: #54595f;
    line-height: 24px;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em;
    /* assuming line-height is 1.5 */

}

.blog_left>ul li:not(:nth-child(1)) {
    margin-top: 25px;
}

.blog_left>ul li {
    cursor: pointer;
    transition: all 0.3s;
}

.blog_left>ul li:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.blogimgw img {

    width: 100%;
}

.blog_left>ul li:hover .blogimgw img {
    transform: scale(1.1);
}

.blogimgw {
    overflow: hidden;
}


.blog_right {
    width: 315px;
}

.imgw1_flec {
    display: flex;
    align-items: center;
}

.blog {
    display: flex;
    justify-content: space-between;
}

.Hotw {
    font-size: 21px;
    font-weight: 700;
    color: #54595f;
    margin-left: 15px;
}

.input_box {
    width: 100%;
    height: 41px;
    border: 1px solid #dfdfd5;
    margin-top: 25px;
}

.input_box {
    display: flex;
    
    align-items: center;
}

.input_box input {
    width: 100%;
    padding-left: 12px;
    height: 100%;
}

.seach1 {
    width: 25px;
    padding-left: 12px;
}

.seach1 img {
    width: 101%;
}

.textUL li {
    font-size: 14px;
    font-weight: 700;
    color: #54595f;
    margin-top: 20px;
    padding-bottom: 20px;
    
 
}

.textUL li:not(:last-child) {
    border-bottom: 1px solid #cdcdc5;
}

.automated{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}



      


.blog_left_p{
    padding: 20px ;
    background-color: #ffffff;
}

.choose_w{
    font-size: 36px ;
    font-weight: 700;
    color: #54595f;
}

.Updated{
    font-size: 14px ;
    color: #6bb65e;
    margin-top: 20px ;
}

.fuwenben *{
    padding: revert;
    margin: revert;
    list-style: disc;
}

.Also{
    max-width: 1140px;
    width: 94% ;
    margin: 0 auto;
    margin-top: 125px ;
    font-size: 36px ;
    color: #54595f;
    font-weight: 700;
}      /* vietnamese */
@font-face {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/mavenpro/v36/7Au9p_AqnyWWAxW2Wk3GwmQIAFg.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: 'Maven Pro';
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/mavenpro/v36/7Au9p_AqnyWWAxW2Wk3Gw2QIAFg.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-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/mavenpro/v36/7Au9p_AqnyWWAxW2Wk3GzWQI.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;
}

textarea {
    outline: none;
    border: 0;
    background-color: transparent;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Maven Pro", sans-serif;
    box-sizing: border-box;
}

.search_div form{
    width: 100%;
    height: 100%;
}
.Highlight{
    color: #6bbb5e;
}
.BjHighlight{
    background-color: #066133 !important;
    color: #ffffff !important;
}

.Set_A{
    top: 130px;
    position: sticky;
}


.Send{
    transition: all 0.3s;
    cursor: pointer;
}

.Send:hover{
    background-color: #066133;
}


.Set_A {
    width: 100%;
    border: 1px solid #c3c3ba;
    margin-top: 20px;
}

.saew {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #54595f;
    margin-bottom: 25px;
}

.Consul {
    padding: 20px 10px;
}

.naxc {
    width: 100%;
    height: 46px;
    background-color: #ffffff;
}

.naxc input {
    width: 100%;
    height: 100%;
    padding-left: 12px;
}

.naxc:not(:nth-child(1)) {
    margin-top: 12px;
}

.teqx {
    margin-top: 15px;
    width: 100%;
    height: 120px;
    padding: 12px 0 0 12px;
    background-color: #ffffff;
}

.teqx textarea {
    width: 100%;
    height: 100%;
}

.are_z {
    font-size: 14px;
    color: #6bb65e;
    padding-top: 10px;
}

.Send {
    width: 170px;
    height: 47px;
    background-color: #6bb65e;
    color: #ffffff;
    text-align: center;
    line-height: 47px;
    border-radius: 30px;
    margin: 0 auto;
    margin-top: 20px;
}

.logo_logo img {
    width: 65px;
}

img {
    transition: all 0.3s;
    vertical-align: middle;
}

.logo_logo {
    width: 237px;
    height: 121px;
    background-color: #066133;
    display: flex;
    align-items: center;
    justify-content: center;
}

.head {
    width: 100%;
    position: fixed;
    display: flex;
    z-index: 111;
    justify-content: space-between;
}

.head_right {
    transition: all 0.4s;
    width: calc(100% - 237px);
    padding-left: calc((100% - 1140px) / 2 - 237px);
}

.bannerImg {
    width: 100%;
}

.HexHouk {
    display: none;
}

.bannerImg img {
    width: 100%;
}

.mailImg {
    width: 15px;
    margin-right: 15px;
}
.Decking a:hover{
    color: #066133;
    text-decoration: underline;
}

.xml a:hover{
    color: #066133;
    text-decoration: underline;
}

.WPC_ul a:hover{
    color: #066133;
    text-decoration: underline;
}

.value:not(:last-child){
    border-bottom: 1px solid #606062 ;
}

.ett2:hover{
    background-color: #6bbb5e;
}
.shejiao img {
    width: 20px;
}

.shejiao {
    display: flex;
}

.mailImg_flex {
    color: #ffffff;
    display: flex;
    align-items: center;
    margin-right: 50px;
}

.head_right_s>div {
    display: flex;
    align-items: center;
}

.shejiao>div {
    margin-right: 10px;
}



.sheDiv>div:not(:nth-child(1)) {
    padding-left: 25px;
    position: relative;
}

.sheDiv>div:not(:nth-child(1))::after {
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #606062;
    left: 0;
    content: '';
    top: 0;
}

.head_right {
    background: linear-gradient(to bottom,
            rgba(86, 86, 86, 0.5) 50%,
            rgba(138, 138, 138, 0.5) 50%);
}

input {
    background-color: transparent;
    border: 0;
    outline: none;
}

.head_right_s {
    display: flex;
    align-items: center;
    width: 1140px;
    justify-content: space-between;
    font-size: 14px;
}

.search {
    width: 15px;
    height: 15px;
}

.search_div {
    display: flex;
    align-items: center;
}

.search_div {
    width: 244px;
    height: 43px;
    border: 1px solid #606062;
    border-radius: 50px;
}

.search_div:hover {
    border: 1px solid #ffffff;
}

.search_dw {
    padding-left: 12px;
    font-size: 0;
}

.head_right>div {
    display: flex;
    align-items: center;
    height: 50%;

}

.search_div input {
    width: 100%;
    height: 100%;
    color: #ffffff;
    padding-left: 12px;
}

.diqiu_img {
    width: 20px;
}

.diqiu_img img {
    width: 100%;
}

.diqiu_img_div {
    display: flex;
}

.down_div {
    width: 12px;

}

.down_div img {
    width: 100%;
}

.English_div {
    display: flex;
    color: #ffffff;
    margin-left: 15px;
}


.diqiu_img_div {
    margin-left: 20px;
}

.down_div {
    margin-left: 12px;
}

.Home_ul {
    display: flex;
}

.value {
    font-size: 14px;

}
.downw {
    width: 12px;
    margin-left: 12px;
}

.Home_ul li {
    display: flex;
    height: 100%;
    color: #ffffff;
    align-items: center;
    font-weight: 500;
}




.r-s-but:hover{
    background-color: #6bbb5e;
}


.div__w{
    height: 100%
}
.Home_ul {
    height: 100%;
   width: 1140px;

    display: flex;
    justify-content: space-between;
}
.automated:hover{
    color: #066133;
}
.Us {
    width: 170px;
    transition: all 0.3s;
    height: 101%;
    background-color: #6bbb5e;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.Us:hover {
    background-color: #066133;
}

.us_div {
    display: flex;
    justify-content: space-between;

}

.stop1 {
    font-size: 48px;
    font-weight: 900;
}

.stop_box {
    color: #ffffff;

}

.bannerImg {
    position: relative;
}

.stop_box {
    width: 50%;
    margin: 0 auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
}

.stop1 {
    text-align: center;
}

.stop2 {
    display: flex;
    justify-content: space-around;
}

.anniu {
    transition: all 0.3s;
    cursor: pointer;
    width: 158px;
    height: 46px;
    background-color: #6bbb5e;
    border-radius: 50px;
    margin: 0 auto;
    margin-top: 33px;
    text-align: center;
    line-height: 46px;
}

.stop2 {
    margin-top: 20px;
    font-size: 18px;
}

.cta {
    border: none;
    background: none;
    cursor: pointer;
}

.cta span {
    padding-bottom: 7px;
    font-size: 16px;
    padding-right: 15px;
}

.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: black;
    padding-bottom: 20px;
}

.hover-underline-animation:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #000000;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.ctaw .hover-underline-animation:after {
    background-color: #076133;
}

.cta:hover .hover-underline-animation:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}


.SENW {
    color: #076133;
    font-size: 18px;
    text-transform: uppercase;
}

.SENW1 {
    font-size: 36px;
    font-weight: 900;
    color: #54595f;
    margin-top: 20px;
}

.SENW2 p {
    line-height: 24px;
    color: #4d4d4d;
    margin-top: 20px;
}

.cta {
    margin-top: 15px;
}

.lcsaw {
    display: flex;
    justify-content: space-between;
}

.lcsaw_right {
    width: 48%;
}

.imgboc {
    width: 100%;
}


.eeee {
    position: relative;
}

.eeee:hover .yicn {
    visibility: visible;
    opacity: 1;
    top: 52px;
    z-index: 1111;
    left: -9px;

}



.yicn li::after {
    transition: all 0.5s;
    width: 0;
    background-color: #2b2b2b;
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
}

.yicn li:hover::after {
    width: 100%;
}

#ssww li {
    transition: all 0.3s;
}

.yicn li {
    color: #353535 !important;
    white-space: nowrap;
}

.yicn>div {
    margin: 6px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.yicn li {
    position: relative;
    padding: 10px 0;
    margin: 0 10px;
    list-style: none;
}

.yicn {
    position: absolute;
    top: 52px;
    left: -9px;
    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);
}

.input {
    display: flex;
    flex-direction: column;
    width: 200px;
    background-color: #59595b;
    justify-content: center;
    border-radius: 5px
}

.value {
    text-align: left;
    background-color: transparent;
    border: none;
    padding: 10px;
    color: white;
    position: relative;

    cursor: pointer;
    border-radius: 4px;
}

.value:not(:active):hover,
.value:focus {
    background-color: #6bbb5e;
}

.value:focus,
.value:active {
    background-color: #1A1F24;
    outline: none;
}

.value::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -10px;
    width: 5px;
    height: 80%;
    background-color: #066133;
    border-radius: 5px;
    opacity: 0;
}

.value:focus::before,
.value:active::before {
    opacity: 1;
}

.value svg {
    width: 15px
}

a {
    text-decoration: none;
    color: inherit;
}

img{
    height: auto;
}

.foot {
    width: 100%;
    background-image: url(/uploads/202407/lvs-1-1720055547-WNo-1921d500-1-_1720085877_WNo_1920d500.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}


.foot_jz {
    max-width: 1140px;
    width: 94%;
    margin: 0 auto;
    padding: 70px 0;
    text-align: center;
    color: #ffffff;
}

.ett {
    font-size: 36px;
    font-weight: 900;

}

.ett1 {
    padding: 25px 0;
}

.ett2 {
    padding: 10px 15px;
    background-color: #066133;
    display: inline-block;
    border-radius: 30px;
    cursor: pointer;
}

.foot_ter {
    width: 100%;
    background-color: #6bbb5e;
}

.foot_ter_jz {
    max-width: 1140px;
    width: 94%;
    margin: 0 auto;
    padding: 60px 0 0 0;
}

.logo2 {
    text-align: center;
}

.WPC_ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.wpc_div {
    border: 1px solid #90cc86;
    color: #ffffff;
    border-radius: 20px;
}

.wpc_div {
    padding: 0 40px;
    margin-top: 30px;
}



.WPC_ul1 {
    padding: 30px 0 20px 0;
}

.WPC_ul2 {
    padding: 20px 0 30px 0;
}

.WPC_ul li {
    display: flex;
}

.sheia img {
    width: 20px;
    margin: 0 5px;
}

.town {
    width: 30%;
}

.WPC_ul1 {
    position: relative;
}

.WPC_ul1::after {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background-color: #90cc86;
    height: 1px;
}

.WPC_ul1 {
    font-weight: 700;
}

.Decking>ul {
    color: #ffffff;
}

.Decking {
    margin-top: 70px;
}

.Decking>ul>li {
    width: 20%;
}

.Decking>ul>li div:nth-child(1) {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.Decking>ul>li div:not(:nth-child(1)) {
    margin-bottom: 8px;
}

.Decking>ul {
    display: flex;
    justify-content: space-between;
}

.Check_d {
    color: #ffffff;
    font-size: 12px;
}

.Check_d span {
    color: #076133;
}

.Decking {
    padding-bottom: 90px;
}

.xml {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #ffffff;
    padding: 15px 0;
    position: relative;
}

.xml::after {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background-color: #90cc86;
    height: 1px;
}


.Check_d {
    padding-bottom: 15px;
}

.ineber {
    width: 100%;
    background-image: url(/uploads/202406/ineber-1-_1719457829_WNo_1921d400.jpg);
    height: 395px;
    background-size: cover;
    display: flex;
    align-items: center;
}

.anniu:hover {
    background-color: #066133;
}

.ineber_jz {
    max-width: 1140px;
    width: 94%;
    margin: 0 auto;
    margin-top: 40px;
    color: #ffffff;
}

.mainDiv {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.abw {
    font-size: 48px;
}

.rights {
    margin: 0 15px;
}

.abbig {
    width: 100%;
    padding: 130px 0;
    background-color: #eeeee2;
}

.abbig_jz {
    width: 1140px;
    margin: 0 auto;
}

.abbig_img {
    width: 100%;
}

.abbig_img img {
    width: 100%;
}

.abbig_div {
    padding: 60px 30px;
}

.NW {
    font-size: 18px;
    color: #076133;
}

.NWwRrr {
    font-size: 36px;
    font-weight: 900;
    color: #54595f;
}

.abbig_div_right {
    width: 75%;
}

.abbig_div {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}

.abbig_div_right p {
    line-height: 24px;
    color: #4d4d4d;
}

.abbig_div_right p:not(:nth-child(1)) {
    margin-top: 20px;
}

input {
    border: 0;
    background-color: transparent;
    outline: none;
}


.stop_box>div{
    width: 100% ;
}      .LVSENWOOD {
    width: 100%;
    background-color: #f3f3e7;
    padding: 130px 0;
}

.LVSENWOOD_jz {
    max-width: 1140px;
    width: 94%;
    margin: 0 auto;

}

.LVSEw_flex{
    width: 100%;
}
.GDswiper {
    max-width: 1140px;
    width: 94%;
}
.lcsaw_left {
    width: 48%;
}

.cta span {
    color: #6bbb5e;
}

.hover-underline-animation:after {
    background-color: #6bbb5e;
}


.lcsaw_right {
    position: relative;
}

.vepr img {
    width: 100%;
}

.container1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.container1 {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.play-btn {
    transition: all 0.3s;
    position: absolute;
    appearance: none;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: conic-gradient(#6bbb5e, #6bbb5e);
    cursor: pointer;
    outline: none;
}

.play-btn:hover {
    transform: scale(1.1);
}

.play-btn::before {
    content: "";
    position: absolute;
    width: 93%;
    height: 93%;
    background-color: #6bbb5e;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.show {
    height: 500px;
}

/* .play-btn:checked {
    animation: borderAnimate 700ms ease-in-out 1;
    animation-fill-mode: forwards;
} */
/* 
@keyframes borderAnimate {
    0% {
        transform: rotate(0);
        background: conic-gradient(#6bbb5e, transparent 20%);
    }

    80% {
        background: conic-gradient(#6bbb5e, transparent 90%);
    }

    100% {
        transform: rotate(360deg);
        background: conic-gradient(#6bbb5e, #6bbb5e);
    }
} */


.play-icon {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 60%;
    top: 50%;
    background-color: #ffffff;
    transform: translate(-60%, -50%) rotate(90deg);
    clip-path: polygon(50% 15%, 0% 100%, 100% 100%);
    transition: all 400ms ease-in-out;
    cursor: pointer;
}



.pause-icon {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.pause-icon::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: #ffffff;
    left: 0;
}

.pause-icon::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    background-color: #ffffff;
    right: 0;
}

.play-btn:checked~.pause-icon::before {
    animation: reveal 300ms ease-in-out 350ms 1;
    animation-fill-mode: forwards;
}

.play-btn:checked~.pause-icon::after {
    animation: reveal 300ms ease-in-out 600ms 1;
    animation-fill-mode: forwards;
}

@keyframes reveal {
    0% {
        width: 0;
    }

    100% {
        width: 35%;
    }
}


.Lines {
    max-width: 1160px;
    width: 94%;
    margin: 0 auto;
    margin-top: 130px;
}

.LVSEw {
    margin-top: 130px;
}


.LVSEw_left {
    width: 42%;
}

.LVSEw_left img {
    width: 100%;
}

.LVSEw_right {
    width: 52%;
}

.LVSEw_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.woodw1 {
    font-size: 16px;
    font-weight: 600;
    color: #6bbb5e;
    margin-top: 20px;
}

.woodw_ul>li {
    display: flex;
    color: #4d4d4d;
}

.ueyaw {
    margin-left: 20px;
}


.woodw_ul li {
    margin-top: 20px;
}

.cta_div {
    margin-top: 33px;
}

.Popular {
    max-width: 1140px;
    width: 94%;
    margin: 0 auto;
    margin-top: 130px;
    margin-bottom: 130px;
}

.after {
    text-align: center;
}


.pany {
    font-size: 18px;
    margin-bottom: 20px;
    color: #076133;
}


.pany1 {
    font-size: 36px;
    font-weight: 900;
    color: #54595f;
    /* margin-top: 20px; */
}

.pany2 {
    font-size: 16px;
    color: #4d4d4d;
    margin-top: 20px;
}

.swip_box {
    margin-top: 90px;
}

.and_z>div {
    padding: 20px;
    background-color: #6bbb5e;
    border-radius: 40px;
}

.and_z {
    position: relative;
    z-index: 1;
    width: 80%;
    margin: 0 auto;
    margin-top: -100px;
    /* border-radius: 40px; */
}

.serq {
    font-size: 18px;
    height: 59px;
    color: #ffffff;
    font-weight: 700;
}

.serq1 {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin-top: 10px;
}

.ctaw>span {
    color: #076133;
}

.swip_box {
    position: relative;
}


.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 25px !important;
    font-weight: 900 !important;
    color: #076133 !important;
}

.swiper-button-prev {
    left: -60px !important;
}

.swiper-button-next {
    right: -60px !important;
}

.Series {
    width: 100%;

}

.Series_kz {
    padding: 130px 0 110px 0;
    max-width: 1140px;
    width: 94%;
    margin: 0 auto;
}

.Series {
    width: 100%;
    background-image: url(/statics/images/idnew.jpg);
    background-size: cover;
}


.jlt1 {
    background: url() no-repeat 0 -231px;
    width: 38px;
    height: 27px;
    margin-right: 15px;
}

.jlt2 {
    background: url() no-repeat -85px -223px;
    width: 38px;
    height: 31px;
    margin-right: 15px;
}

.jlt3 {
    background: url() no-repeat -177px -223px;
    width: 38px;
    height: 31px;
    margin-right: 15px;
}

.jlt4 {
    background: url() no-repeat -271px -231px;
    width: 38px;
    height: 23px;
    margin-right: 15px;
}


.jlt1_box {
    display: flex;
    align-items: center;
}

.Series_box {
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Series_left>.jlt1_box:not(:nth-child(1)) {
    margin-top: 33px;
}

.Series_left {
    width: 22.5%;
}

.Series_right {
    width: 70%;
}

.making {
    position: relative;
    z-index: 1;
    width: 80%;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-top: -50px;
}

.Hkw_img {
    width: 100%;
}

.Hkw_img img {
    width: 100%;
}

.WPC {
    line-height: 24px;
    color: #4d4d4d;
}

.jlt1_box {
    cursor: pointer;
    padding-bottom: 8px;
    position: relative;
}

.weut::after {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #076133;
    height: 2px;
    content: '';
    opacity: 1;
    transition: all 0.3s;
}










.jlt1_box:hover::after {
    opacity: 1;
}

.Series_right li {
    display: none;
    transition: all 0.3s;
    opacity: 0;
}

.jlt1_box>div:nth-child(1) {
    padding-left: 5px;
}

.jlt1_box:hover .jlt1 {
    background: url() no-repeat -5px 0;
}


.jlt1_box:hover .jlt2 {
    background: url() no-repeat -99px -3px;
}

.jlt1_box:hover .jlt3 {
    background: url() no-repeat -187px -5px;
}

.jlt1_box:hover .jlt4 {
    background: url() no-repeat -277px -9px;
}

.vepr {
    border-radius: 120px 120px 30px 30px;
    overflow: hidden;
}

.erie {
    background-color: #f3f3e7;
}

.erie_jz {
    max-width: 1140px;
    width: 94%;
    padding-top: 130px;
    margin: 0 auto;
    padding-bottom: 450px;
}


.yuan_1 {
    width: 51px;
    text-align: center;
    line-height: 51px;
    color: #ffffff;
    height: 51px;
    background-color: #6bbb5e;
    border-radius: 50%;
    font-size: 28px;
    font-weight: 700;
}



.weorq {
    height: 100%;
    display: flex;
    /* margin-top: 30px ; */
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.weorq>div {
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #ffffff;
}

.slide1w {
    height: 295px !important;
    border: 1px solid #dadad0;
    cursor: pointer;
}

.Needs {
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0;

}

.swiper2 {
    margin-top: 55px;
}

.their {
    text-align: center;
    line-height: 24px;
    height: 72px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 显示三行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.beij {
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s;
}

.weorq {
    position: relative;
    z-index: 1;
}

.Needs {
    color: #54595f;
}

.their {
    color: #4d4d4d;
}

.slide1w:hover .beij {
    opacity: 1;
}




.wwqeqqq {
    position: relative;
}


.Capacity {
    max-width: 1140px;
    width: 94%;
    margin: 0 auto;
    padding-bottom: 110px;
}

.qweqpp img{
    width:29px ;
}
.qweqpp1 img{
    width:41px ;
}
.Capacity_jz {
    margin-top: -332px;
    background-image: url(/uploads/202408/kjhij_1724227132_WNo_800d450.jpg);
    background-size: cover;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
}

.Capacity_box {
    padding: 90px 45px;
}


.Large_div1w {
    position: relative;
    padding-bottom: 57px;
}

.Large_div1w::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    background-color: #719280;
    width: 100%;
    height: 1px;
}

.Large_div2w {
    padding-top: 57px;
}

.Capacity_box {
    color: #ffffff;
}

.ww1 {
    font-size: 18px;
}

.ww2 {
    font-size: 36px;
    font-weight: 900;
    margin-top: 30px;
    margin-bottom: 60px;
}

.ww2_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ww2_flex>div{
    width: 49%;
}
.erpri {
    margin-top: 25px;
}

.Year1 {
    font-size: 60px;
    font-weight: 900;
    color: #6bbb5e;
}


.Year2 {
    font-size: 16px;
    color: #4d4d4d;
    margin-top: 10px;
}

.ghw {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.Blog {
    padding: 110px 0 90px 0;
    background-color: #f3f3e7;
}

.Blog_jz {
    max-width: 1140px;
    width: 94%;
    margin: 0 auto;
}

.after_ul {
    max-width: 1160px;
    width: 94%;
    margin: 0 auto;
    margin-top: 60px;
}


.after_ul li {
    cursor: pointer;
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 20px;
}


.ough_div {
    padding: 33px 20px;

}

.div__w {
    border: 1px solid #dadad0;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
}

.afl img {
    width: 100%;
}

.gsw {
    font-size: 18px;
    color: #54595f;
    font-weight: 700;
}

.gsw1 {
    color: #4d4d4d;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.after_ul>ul {
    display: flex;
    flex-wrap: wrap;
}

.afl {

    overflow: hidden;
}

.after_ul li:hover .afl img {
    transform: scale(1.1);
}

.ough_div {
    position: relative;
}

.time {
    position: absolute;
    top: -25px;
    right: 20px;
    padding: 15px;
    background-color: #6bbb5e;
    color: #ffffff;
    border-radius: 0 10px 0 10px;
}


.Latest_ul>li a {
    display: block;
    border-radius: 12px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);

}

.Latest_ul>li {
    padding: 0 10px;
    cursor: pointer;

    width: 33.33%;
}

.Latest_ul * {
    box-sizing: border-box;
}



.Linesss {
    padding: 60px 30px;
}


.LVSEw_ul li {
    width: 33.333%;
}

.wqe {
    padding: 15px 0;
}

.wqeAw {
    font-size: 36px;
    font-weight: 900;
    color: #6bbb5e;
}

.shuxz {
    background-image: url(/uploads/202409/dfgdfgdfg_1726043517_WNo_800d450.jpg);
    width: 100%;
    background-size: cover;
}

.wqe {
    color: #ffffff;
    font-weight: 700;
}

.qweqqr {
    color: #ffffff;
    line-height: 24px;
}

.qweqpp {
    background-color: #6bbb5e;
}

.LVSEw_ul {
    display: flex;
}

.goodss {
    color: #ffffff;
    line-height: 24px;
}

.Linesssfw {
    display: flex;

}

.wqe_flex {
    margin-left: 20px;
}

.qweqpp1 {
    background-color: #ffffff;
}

.wqe1 {
    font-size: 21px;
    font-weight: 900;
    color: #54595f;
}

.goodss1 {
    color: #4d4d4d;
    margin-top: 20px;
    line-height: 24px;
}

.goodss {
    margin-top: 20px;
}

.qweqpp1 {
    border-radius: 0 30px 0 0;
}

.wqewe {
    font-size: 21px;
    font-weight: 900;
    color: #ffffff;
}


.container1::after {
    -webkit-animation: fx-plyr-play-button 1.5s ease-out infinite;
    animation: fx-plyr-play-button 1.5s ease-out infinite;
    border: 4px solid #6bbb5e;
    border-radius: 150%;
    -webkit-box-shadow: 0 0 10px #6bbb5e;
    box-shadow: 0 0 10px #6bbb5e;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    height: 180%;
    left: -41%;
    position: absolute;
    top: -41%;
    width: 180%;
    z-index: -1;
}

@keyframes fx-plyr-play-button {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        opacity: 0;
    }
}




.GDswiper_box {
    position: relative;
}

.GDswiper_box .swiper-pagination {
    bottom: -30px;
}

.swiper-pagination-bullet-active {
    background-color: #066133;
    width: 45px !important;
    border-radius: 20px !important;
}

.swiper-pagination-bullet {
    transition: all 0.3s;
    width: 15px;
    height: 15px;
}      @font-face {
font-display: swap;
    font-style: normal;
    font-weight: 400;
font-family: "ico"; 
src: 
url("/new/font/icomoon_pl.eot?#iefix") format("embedded-opentype"), 
url("/new/font/icomoon_pl.woff") format("woff"), 
url("/new/font/icomoon_pl.ttf") format("truetype"), 
url("/new/font/icomoon_pl.svg#$font") format("svg");
}
.review-f{
    float:left;
width:100%;
margin-top:20px;
}
.re-title{
    float:left;
width:calc(100% - 60px);
padding:30px 30px;
background:#F7F7F7;
border-radius: 7px;
}
.re-t-num{
            float:left;
color:#cf0023;
font-size:25px;
}
.re-t-n2{
    color:#000;
font-size:16px;
}
.re-t-share-f{
        float:right;
}
.re-t-s{
    float: left;
    width: 30px;
    height: 30px;
    
}
.re-t-s:before {
    width: 30px;
    display: inline-block;
    font-family: icomoon;
    text-align: center;
    line-height: 30px;
    font-size: 22px;
}
.re-t-s:hover:before{
    color:#cf0023;
}
.rts-twitter:before {
    color: #219bcf;
    content: '\e62b';
}
.rts-facebook{
    margin-left:15px;
}
.rts-facebook:before {
    color: #66679d;
    content: '\e62c';
}
.re-main-f{
    float:left;
width:100%;
padding-bottom:10px;
}
.re-single-f{
    float:left;
width:100%;
margin-top:30px;
position:relative;
    /*border-bottom:1px solid #CCCCCC;*/
}
.re-single-f:before{
    content:'';
    position:absolute;
height:calc(100% - 25px);
width:2px;
background:#cf0023;

}
.re-m-l-m-f{
    float:left;
width:calc(100% - 25px);
margin-left:25px;
padding-bottom:20px;
}
.re-m-title{
    float:left;
width:100%;
}
.re-m-user{
    float:left;
width:35px;
}
.re-m-t-name{
    float:left;
width:calc(100% - 60px);
margin-left:25px;
color:#383838;
font-size:16px;
margin-top:10px;
}
.rev-pass-tip {
    color: #383838;
    font-style: italic;
}
.re-m-content{
    float:left;
width:100%;
color:#4c4c4c;
font-size:16px;
line-height:30px;
margin-top:20px;
font-family: 'Roboto',  sans-serif;
}
.re-send-f{
    float:left;
width:100%;
margin-top:30px;
}
.re-send-title-f{
    float:left;
width:100%;
}
.re-send-t-b{
    float:left;
width:100%;
color:#000;
font-size:20px;
font-weight:bold;
}
.re-send-t-m{
    float:left;
width:100%;
color:#4c4c4c;
font-size:15px;
margin-top:20px;
font-family: 'Roboto',  sans-serif;
}
.re-send-in-f{
    float:left;
width:100%;
margin-top:10px;
}
.re-send-in-cont{
    float: left;
    width: calc(100% - 32px);
    margin-top: 10px;
    border: 1px solid #DCDCDC;
    height: 98px;
    padding: 10px 15px;
    outline: none;
border-radius: 7px;
font-size: 15px;
    color: #000;
    font-family: Arial,'Roboto',  sans-serif;
}
.re-send-in-cont:hover{
    border: 1px solid #cf0023;
}
.re-send-input-f{
    float:left;
width:calc(50% - 15px);
font-family: 'Roboto',  sans-serif;
margin-top:20px;
}
.rsif2{
    margin-left:30px;
}
.re-s-inp-txt{
    float:left;
width:100%;
font-size:15px;
color:#707071;
}
.intip{
    color:#cf0023;
display:none;
}
.intip:before{
    content: '\ea08';
    position: absolute;
    font-family: ico;
}
.re-s-inp{
    float: left;
    width: calc(100% - 32px);
    margin-top: 10px;
    border: 1px solid #DCDCDC;
    height: 40px;
    padding: 10px 15px;
    outline: none;
    font-size: 15px;
    color: #000;
    font-family: Arial,'Roboto',  sans-serif;
border-radius: 7px;
}
.re-s-inp:hover{
    border: 1px solid #6bb65e;
}
.re-send-btn{
    float:left;
width:100%;
padding-top:15px;
padding-bottom:15px;
background:#6bb65e;
color:#fff;
font-size:18px;
margin-top:25px;
text-align:center;
border-radius: 7px;
cursor:pointer;
margin-bottom: 40px;
}
.re-send-btn:hover{
    background:#;
}











      










@media screen and (max-width:1650px){
    .Home_ul{
        max-width: 1140px;
        width: 82%;
        margin: 0 auto;
    }

}








@media screen and (max-width:1650px) {
.Home_ul {
width: 81%;
margin-left: 20px;
}

.head_right_s {
width: 96%;
margin-left: 20px;
}

.stop_box {
width: 70%;
}



.stop1 {
font-size: 40px;
}
}

@media screen and (max-width:1300px) {
.swiper-button-next {
right: -20px !important;
}

.swiper-button-prev {
left: -20px !important;
}
}



@media screen and (max-width:1150px) {

.abbig_div {
padding: 30px 15px;
flex-direction: column;
}

.abbig {
padding: 65px 0;
}

.abbig_div_right {
width: 100%;
margin-top: 20px;
}

.cet{
    margin: 100px auto;
    padding-bottom: 150px;
}
 



.Rgn {
font-size: 26px;
}

.Nav_Di_left {
width: 94%;
margin: 0 auto;
margin-top: 20px;
}

.about_imgww {
position: relative;
width: 94%;
margin: 0 auto;
top: auto;
transform: none;
}

.Nav_Div_flexwewe .Nav_Div {
flex-direction: column;
}

.Nav_Div_flex:not(:nth-child(1)) {
margin-top: 45px;
}

.Nav_Diright {
width: 100%;
}

.woodw_divs {
display: none;
}

.Brand {
margin-top: 65px;
padding: 65px 0;
}

.overwqe {
top: auto;
position: relative;
transform: none;
}

.Story1 {
font-size: 26px;
}

.United_right {
width: 100%;
}

.Spain_ul>li {
flex-direction: column-reverse;
}

.Spain_ul>li:not(:nth-child(1)) {
margin-top: 33px;
}

.Spain {
margin-top: 33px;
}

.overwqe {
width: 100%;
}

.United_left {
width: 100%;
margin-top: 20px;
}

.Branches_w {
margin-top: 15px;
}

.about_imgwwweqe {
position: relative;
top: auto;
transform: none;
width: 100%;
}

.Spainwq {
display: none;
}

.NWwRrr {
font-size: 26px;
}

.Epc {
padding: 65px 0;
}

.Nav_Div {
flex-direction: column-reverse;
}

.pro_left {
display: none;
}

.vepr_ul li {
width: 48%;
padding: 0;
}

.vepr_ul {
justify-content: space-between;
}

.pro_right {
width: 100%;
}

.Epc_left {
width: 100%;
}

.Wide {
font-size: 26px;
}

.pro_div {
padding: 65px 0 200px 0;
}

.opimasd_jz {
padding: 65px 0 0 0;
}

.soppw {
font-size: 26px;
}

.vepr_ul li:nth-child(n + 3) {
margin-top: 160px;
}

.outside {
margin-top: 25px;
}

.Epc_right {
margin-top: 20px;
width: 100%;
}

.cations {
padding: 50px 0;
}

.Epc {
flex-direction: column;
}

.Tdf {
margin-top: 25px;
}

.Needs {
text-align: center;
}

.SERIESE {
width: 100%;
margin-top: 65px;
}

.Nav_Di_leftswe {
text-align: left;
}

.much {
margin-top: 20px;
}

.overwqe {
text-align: left;
}

.yanz_flex {
width: 100%;
}

.Contact_box {
padding: 30px 20px;
}

.yanz {
width: 100%;
}

.code {
margin: 0 10px;
}

.Contact_jz {
flex-wrap: wrap;
flex-direction: column-reverse;
}

.Contact1 {
padding: 65px 0;
}

.vwqee {
margin-top: 25px;
}

.Contact_left {
width: 100%;
}

.Contact_right {
width: 100%;
}

.head {
display: none;
}

.Exclusive {
padding: 50px 0;
}

.qweqpp1 {
border-radius: 0;
}

.awef {
font-size: 26px;
}

.G_c_ul {
margin-top: 25px;
flex-wrap: wrap;
}

.lcsaw {
flex-direction: column-reverse;
}

.G_c_ul li {
width: 20%;
margin-bottom: 5px;
}

.erpri {
margin-top: 10px;
}

.G_cwe {
margin-top: 25px;
}

.lcsaw_right {
width: 100%;
}

.imgkl li {
width: 49%;
padding: 0;
}

.imgkl {
margin-top: 20px;
}

.awef_div {
margin-top: 65px;
}

.imgkl li:nth-child(n+3) {
margin-top: 15px;
}

.pk1_ul {
justify-content: space-between;
}

.pk1_ul li {
width: 49%;
padding: 0;
}

.pk1_ul {
margin-top: 20px;
}

.imgkl {
justify-content: space-between;
flex-wrap: wrap;
}

.lcsaw_left {
width: 100%;
margin-top: 20px;
}

.Download_ul li {
width: 49%;
padding: 0;
}

.Download_ul {
margin-top: 25px;
justify-content: space-between;
}

.Download_ul li:nth-child(n+3) {
margin-top: 15px;
}

.Download_ul {
flex-wrap: wrap;
}
.Downlo{
margin-top:65px ;
}
.essor {
padding: 65px 0;
}

.LVSEw_ul {
flex-wrap: wrap;
}

.gap5_ul li {
width: 49%;
}

.gap5_ul {
flex-wrap: wrap;
justify-content: space-between;
}

.awef_box {
margin-top: 65px;
}

.LVSEw_ul li {
width: 100%;
}

.gap5_ul {
margin-top: 25px;
}
.ww2_flex>div{
    width: 100%;
}
.gap5_ul li {
padding: 0;
}

.LVSENWOOD {
padding: 65px 0;
}

.LVSEw {
margin-top: 65px;
}

.SENW1 {
font-size: 26px;
}

.SENW1 {
margin-top: 10px;
}

.cta_div {
margin-top: 0px;
}

.LVSEw_flex {
flex-wrap: wrap;
}

.LVSEw_left {
width: 100%;
}

.LVSEw_right {
width: 100%;
margin-top: 20px;
}

.Popular {
margin: 65px auto;
}

.swiper-button-next {
right: 3px !important;
}

.swiper-button-prev {
left: 3px !important;
}

.Series_box {
flex-wrap: wrap;
}

.Series_left {
width: 100%;
}

.Series_right {
margin-top: 20px;
width: 100%;
}

.making {

width: 95%;
}

.Series_kz {
padding: 65px 0;
}

.erie_jz {
padding-top: 65px;
padding-bottom: 400px;
}

.erie_jzwwqe {
padding-bottom: 65px;
}

.Capacity_box {
padding: 60px 30px;
}

.ww2 {
margin-top: 15px;
margin-bottom: 30px;
font-size: 26px;
}

.Large_div1w {
padding-bottom: 20px;
}

.Large_div2w {
padding-top: 20px;
}

.ghw {
flex-wrap: wrap;
margin-top: 25px;
text-align: center;
}

.ghw>li {
width: 48%;
}

.ghw>li:not(:nth-child(1)):not(:nth-child(2)) {
margin-top: 15px;
}

.Year1 {
font-size: 40px;
}

.Capacity {
padding-bottom: 65px;
}

.Blog {
padding: 65px 0;
}

.blog_flex {
flex-wrap: wrap;
}

.after_ul li {
width: 48%;
padding: 0;
}

.blogimgw {
width: 100%;
}

.January_wbi {
margin-top: 20px;
width: 100%;
}

.HEMLOCK li {
width: 33.333333333%;
margin-top: 10px !important;
}

.HEMLOCK li:nth-child(n + 9) {
margin-top: 0;
}

.Decking>ul>li div:not(:nth-child(1)) {
font-size: 14px;
}

.range {
padding: 65px 0;
}

.HEMLOCK_div {
margin-top: 20px;
}

.range_text {
font-size: 26px;
}

.blog_right {
display: none;
}

.cVolor {
margin-top: 20px;
}

.after_ul>ul {
justify-content: space-between;
}

.Also {
font-size: 26px;
margin-top: 65px;
}

.blog_left {
width: 100%;
}

.blog_dv {
padding: 65px 0;
}

.choose_w {
font-size: 26px;
}

.pany1 {
font-size: 26px;
margin-top: 0;
}

.after_ul {
margin-top: 30px;
}

.time {
font-size: 12px;
}

.fa_ul {
margin-top: 33px;
}

.faq_z {
font-size: 26px;
}

.ett {
font-size: 26px;
}

.swiper2 {
margin-top: 33px;
}

.faq {
padding: 65px 0;
}

.WPC_ul {
flex-wrap: wrap;
}

.WPC_ul2 li {
width: 100%;
}

.wpc_div {
padding: 0 20px;
}


.WPC_ul2 li:not(:nth-child(1)) {
margin-top: 15px;
}

.Decking>ul>li {
width: 20%;
}


.Decking>ul {
flex-wrap: wrap;
}

.Decking>ul>li div:nth-child(1) {
margin-bottom: 10px;
}

.Decking {
margin-top: 35px;
padding-bottom: 25px;
}

.ett1 {
padding: 20px 0;
}

.xml {
flex-wrap: wrap;
justify-content: center;
}

.stop1 {
font-size: 30px;
}

.xml li {
margin: 0px 5px;
}

.xml li:nth-child(1) {
text-align: center;
width: 100%;
}

.stop2 {
flex-wrap: wrap;
display: none;
justify-content: space-between;
}

.stop_box {
width: 94%;
}

.stop2 div {
width: 100%;
}
}

@media screen and (max-width:1150px) {
.head {
display: none;
}

.HexHouk {
display: block;
}

.Hdad {
width: 100%;
display: flex;
transition: all 0.3s;
justify-content: space-between;
}

.Hdad_left>img {
width: 45px;
}

#checkbox {
display: none;
}
#banner{
    display: none;
}
#sjbanner{
    display: block !important;
}
.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;
/* border-radius: 0 0 10px 10px ; */
}

.Hdad_right_img {
font-size: 0;
width: 28px;
margin-right: 14px;
}

.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: 15px;
display: flex;
}


.xialakuan {
transition: all 0.3s;
overflow: hidden;
z-index: 111;
height: 0;
position: fixed;
width: 100%;
top: 0;
right: 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;
}


.cat {
position: relative;
}
.Kontakt_box{
padding: 15px 20px !important;
}
.xialakuan>li img {
right: 20px;
position: absolute;
top: 19px;
width: 16px;
}
.Touch{
font-size: 26px;
}
.Closure>img {
width: 35px;
}

.catUl li {
margin-top: 10px;
}

.catUl {
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 {

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;
}
}



@media screen and (max-width:850px){
.Decking>ul>li:not(:nth-child(1)):not(:nth-child(2)) {
margin-top: 15px;
}



.Guide_jz{
    flex-direction: column;
}
.Guide_left{
    width: 100% ;
}
.Guide{
    padding: 60px 0;
}
.wqeq{
    font-size:26px;
}
.Guide_right{
    width: 100% ;
    margin-top: 20px;
}
.main-f{
    margin:60px ;
}
.WPC_ul1 li:nth-child(2) {
display: none;
}

.WPC_ul1 li:nth-child(3) {
display: none;
}

.WPC_ul1 li:nth-child(4) {
display: none;
}
.foot_ter{
margin-bottom: 60px;
}
.Decking>ul>li{
    width: 48%;
}
}  