/* Css Flash */
.swiper1 { width: 100%; --swiper-pagination-color: #fff; --swiper-theme-color: #fff;}
.swiper1 .swiper-pagination-bullet-active { background: #258000;}
.swiper1 .swiper-slide a { display: block;}
.swiper1 .swiper-slide a img { width: 100%; cursor: pointer;}
.swiper1 .swiper-slide a img:last-child { display: none;}
.swiper1 .swiper-pagination1 { margin-bottom: 16px;}
.swiper-button-prev, .swiper-button-next { width: 50px; height: 50px; background-color: rgba(255,255,255,0.15); background-repeat: no-repeat; background-position: center; background-size: 13px 10px; border-radius: 50%; margin-top: -25px; transition: all .3s ease;}
.swiper-button-prev:hover, .swiper-button-next:hover { background-color: #258000;}
.swiper-button-prev { background-image: url(../Images/jt01.png);}
.swiper-button-next { background-image: url(../Images/jt02.png);}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next { left: 25px;}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after { content: '';}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev { right: 25px;}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after { content: '';}
@media screen and (max-width: 1440px) {
    .swiper1 .swiper-pagination1 { margin-bottom: 11px;}
    .swiper-button-prev, .swiper-button-next { width: 40px; height: 40px; margin-top: -20px;}
    .swiper-button-prev, .swiper-button-next { background-size: 10px 8px;}
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next { left: 15px;}
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev { right: 15px;}
}
@media screen and (max-width: 1024px) {
    .swiper1 .swiper-slide a img:last-child { display: block;}
    .swiper1 .swiper-slide a img:first-child { display: none;}
    .swiper1 .swiper-pagination1 { margin-bottom: 4px;}
    .swiper-button-prev, .swiper-button-next { display: none;}
}

/* Css Bottle */
.bl-bg { background-color: #fff; padding-bottom: 175px;}
.title { color: #000; padding: 115px 0 114px; display: flex; justify-content: space-between; align-items: flex-end;}
.title .nm-zb { width: calc(100% - 152px);}
.title .nm-zb h3 { font-size: 30px; font-weight: normal; margin-bottom: 28px;}
.title .nm-zb p { font-size: 48px; line-height: 72px;}
.title .nm-yb { width: 82px; margin-bottom: 11px;}
.title .nm-yb .swiper-button-prev, .title .nm-yb .swiper-button-next { position: relative; width: 36px; height: 36px; opacity: 1; background-repeat: no-repeat; background-position: center; background-size: 6px 10px; border: 1px solid #f5f5f5; border-radius: 50%; -webkit-transition: all .3s ease; transition: all .3s ease;}
.title .nm-yb .swiper-button-prev { background-image: url(../Images/jt01.png); margin: 0 0 0 -25px;}
.title .nm-yb .swiper-button-next { background-image: url(../Images/jt02.png); margin: 0 -25px 0 0;}
.title .nm-yb .swiper-button-prev:hover, .title .nm-yb .swiper-button-next:hover { border-color: #258000; background-color: #258000;}
.title .nm-yb .swiper-button-prev:hover { background-image: url(../Images/jt01-02.png);}
.title .nm-yb .swiper-button-next:hover { background-image: url(../Images/jt02-02.png);}

.swiper2 .swiper-slide a { display: block; background-color: #f5f5f5; padding: 149px 25px 25px; cursor: pointer; position: relative;  -webkit-transition: all .5s ease; transition: all .5s ease;}
.swiper2 .swiper-slide a:hover { background-color: #258000;}
.swiper2 .swiper-slide a dl { position: absolute; top: 20px; right: 20px;}
.swiper2 .swiper-slide a img { height: 40px;}
.swiper2 .swiper-slide a img:nth-child(2) { display: none;}
.swiper2 .swiper-slide a:hover img:nth-child(1) { display: none;}
.swiper2 .swiper-slide a:hover img:nth-child(2) { display: inline-block;}
.swiper2 .swiper-slide a h4 { font-family: 'OPPOSans-Bold'; font-size: 24px; font-weight: normal; color: #333; transition: all .3s ease;}
.swiper2 .swiper-slide a p { font-family: 'Gotham Book'; font-size: 12px; color: #666; text-transform: uppercase; margin-top: 7px; -webkit-transition: all .3s ease; transition: all .3s ease;}
.swiper2 .swiper-slide a:hover h4, .swiper2 .swiper-slide a:hover p { color: #fff;}

@media screen and (max-width: 1920px) {
    .title { padding: 6vw 0 5.95vw;}
    .bl-bg { padding-bottom: 9.1vw;}
}
@media screen and (max-width: 1440px) {
    .title .nm-zb h3 { font-size: 26px; margin-bottom: 21px;}
    .title .nm-zb p { font-size: 42px; line-height: 63px;}
    .title .nm-yb { margin-bottom: 9px;}
    .title .nm-yb .swiper-button-prev { margin: 0 0 0 -15px;}
    .title .nm-yb .swiper-button-next { margin: 0 -15px 0 0;}
    .swiper2 .swiper-slide a h4 { font-size: 21px;}
}
@media screen and (max-width: 1200px) {
    .title .nm-zb { width: 100%;}
    .title .nm-yb { display: none;}
}
@media screen and (max-width: 1024px) {
    .title .nm-zb h3 { font-size: 22px; margin-bottom: 18px;}
    .title .nm-zb p { font-size: 36px; line-height: 54px;}
    .swiper2 .swiper-slide a { padding: 120px 20px 18px;}
    .swiper2 .swiper-slide a img { height: 36px;}
    .swiper2 .swiper-slide a h4 { font-size: 20px;}
}
@media screen and (max-width: 800px) {
    .title .nm-zb h3 { font-size: 20px; margin-bottom: 16px;}
    .title .nm-zb p { font-size: 30px; line-height: 45px;}
    .swiper2 .swiper-slide a { padding: 112px 15px 13px;}
    .swiper2 .swiper-slide a dl { top: 15px; right: 15px;}
    .swiper2 .swiper-slide a h4 { font-size: 18px;}
}
@media screen and (max-width: 640px) {
    .title .nm-zb h3 { font-size: 18px; margin-bottom: 13px;}
    .title .nm-zb p { font-size: 24px; line-height: 36px;}
    .swiper2 .swiper-slide a img { height: 32px;}
}


/* Css Solution */
.sl-bg { background: url(../Images/slBg.jpg) no-repeat center; background-size: cover; padding-bottom: 150px;}
.sl-bg .title { color: #fff;}
.swiper3 { padding-bottom: 100px;}
.swiper3 a { display: block; width: 100%; height: 100%; cursor: pointer; position: relative;}
.swiper3 a div { overflow: hidden;}
.swiper3 a div img { width: 100%; -webkit-transition: all 2s ease; transition: all 2s ease;}
.swiper3 a dl { position: absolute; left: 48%; bottom: -100px; width: 47.5%; height: 200px; color: #fff; opacity: 0; background-color: #7fbe26; padding: 0 40px 10px; display: flex; justify-content: center; flex-direction: column;}
.swiper3 a dl h2 { font-size: 30px; font-weight: normal;}
.swiper3 a dl p { font-size: 24px; margin-top: 6px;}
.swiper3 .swiper-slide-active a dl, .swiper3 .swiper-slide-duplicate-active a dl { opacity: 1;}
.swiper3 .swiper-slide-active a:hover div img, .swiper3 .swiper-slide-duplicate-active a:hover div img { transform: scale(1.25,1.25); -webkit-transform: scale(1.25,1.25);}

.swiper-button-prev3, .swiper-button-next3 { top: inherit; bottom: 120px; width: 50px; height: 50px; background-color: rgba(0,0,0,.25); background-repeat: no-repeat; background-position: center; background-size: 18px 14px; border-radius: 50%; -webkit-transition: all .3s ease; transition: all .3s ease;}
.swiper-button-prev3:hover, .swiper-button-next3:hover { background-color: rgba(37,128,0,.85);}
.swiper-button-prev3 { background-image: url(../Images/jt03.png);}
.swiper-button-next3 { background-image: url(../Images/jt04.png);}
.swiper-button-prev3, .swiper-container-rtl .swiper-button-next3 { left: 15px;}
.swiper-button-prev3:after, .swiper-container-rtl .swiper-button-next3:after { content: '';}
.swiper-button-next3, .swiper-container-rtl .swiper-button-prev3 { right: 15px;}
.swiper-button-next3:after, .swiper-container-rtl .swiper-button-prev3:after { content: '';}

@media screen and (max-width: 1920px) {
    .sl-bg { padding-bottom: 7.85vw;}
}
@media screen and (max-width: 1440px) {
    .swiper3 { padding-bottom: 75px;}
    .swiper3 a dl { bottom: -75px; height: 150px; padding: 0 25px 10px;}
    .swiper3 a dl h2 { font-size: 24px;}
    .swiper3 a dl p { font-size: 18px; margin-top: 5px;}
    .swiper-button-prev3, .swiper-button-next3 { bottom: 95px; width: 40px; height: 40px; background-size: 14px 11px;}
}
@media screen and (max-width: 1280px) {
    .swiper3 { padding-bottom: 65px;}
    .swiper3 a dl { left: 35.5%; width: 60%; bottom: -65px; height: 130px; padding: 0 20px 10px;}
    .swiper-button-prev3, .swiper-button-next3 { bottom: 85px; width: 32px; height: 32px; background-size: 12px 9px;}
}
@media screen and (max-width: 1024px) {
    .swiper3 { padding-bottom: 50px;}
    .swiper3 a dl { left: 25%; width: 70%; bottom: -50px; height: 100px; padding: 0 15px 5px;}
    .swiper3 a dl h2 { font-size: 20px;}
    .swiper3 a dl p { font-size: 14px; margin-top: 4px;}
}
@media screen and (max-width: 640px) {
    .swiper3 { padding-bottom: 0;}
    .swiper3 a dl { position: relative; left: 0; width: 100%; bottom: 0; height: auto; padding: 15px 15px 0; background-color: transparent;}
    .swiper3 a dl h2 { font-size: 24px;}
    .swiper3 a dl p { font-size: 18px; margin-top: 5px;}
}


/* Css Products */
.ps-bg { background-color: #f5f5f5; padding-bottom: 175px;}
.ps-ls a { display: block; width: 24.0625%; background-color: #fff; position: relative; overflow: hidden;}
.ps-ls a div { padding: 23px 30px 13px;}
.ps-ls a div h1 { font-family: 'Gotham Bold'; font-size: 30px; font-weight: normal; color: #333;}
.ps-ls a div h2 { font-size: 18px; font-weight: normal; color: #333; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.ps-ls a div p { margin-top: 3px;}
.ps-ls a div p span { display: inline-block; padding-right: 10px; margin-right: 10px; font-size: 16px; color: #666; position: relative;}
.ps-ls a div p span:after { content:''; width: 1px; height: 13px; background: #e0e0e0; position: absolute; right: 0; top: 6px;}
.ps-ls a div p span:last-child:after { display: none;}
.ps-ls a dl { overflow: hidden;}
.ps-ls a dl img { width: 100%;}
.ps-ls a ul { padding: 28px 30px 35px;}
.ps-ls a ul li { margin-top: 5px; width: 70%;}
.ps-ls a ul li h3 { font-size: 14px; font-weight: normal; color: #fff; width: 55px; line-height: 24px; text-align: right; padding-right: 10px; border-top-left-radius: 15px; border-bottom-left-radius: 15px; background-color: #258000;}
.ps-ls a ul li h4 { font-size: 14px; font-weight: normal; color: #666; width: calc(100% - 55px); line-height: 24px; padding: 0 10px; border: 1px solid #f5f5f5; border-left: none; border-top-right-radius: 15px; border-bottom-right-radius: 15px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.ps-ls a font { display: block; position: absolute; left: calc(50% - 25px); top: -50px; width: 50px; height: 50px; background-color: rgba(0,0,0,.5); background-image: url(../Images/jt05.png); background-repeat: no-repeat; background-position: center; background-size: 16px 16px; border-radius: 50%; -webkit-transition: all .75s ease; transition: all .75s ease;}
.ps-ls a:hover font { top: calc(50% - 25px);}

@media screen and (max-width: 1920px) {
    .ps-bg { padding-bottom: 9.1vw;}
}
@media screen and (max-width: 1680px) {
    .ps-ls a ul li { width: 80%;}
}
@media screen and (max-width: 1440px) {
    .ps-ls a div { padding: 19px 25px 12px;}
    .ps-ls a div h1 { font-size: 24px;}
    .ps-ls a div h2 { font-size: 16px;}
    .ps-ls a div p { margin-top: 2px;}
    .ps-ls a div p span { padding-right: 8px; margin-right: 8px; font-size: 14px;}
    .ps-ls a div p span:after { height: 11px;}
    .ps-ls a ul { padding: 19px 25px 25px;}
    .ps-ls a ul li h3 { font-size: 13px; width: 50px;}
    .ps-ls a ul li h4 { font-size: 13px; width: calc(100% - 50px);}
}
@media screen and (max-width: 1280px) {
    .ps-ls a ul li { width: 100%;}
}
@media screen and (max-width: 1024px) {
    .ps-ls a div { padding: 14px 20px 11px;}
    .ps-ls a ul { padding: 18px 20px 20px;}
    .ps-ls a ul li h3 { font-size: 12px; width: 40px; line-height: 20px; padding-right: 5px;}
    .ps-ls a ul li h4 { font-size: 12px; width: calc(100% - 40px); line-height: 20px; padding: 0 5px;}
    .ps-ls a font { left: calc(50% - 20px); top: -40px; width: 40px; height: 40px; background-size: 12px 12px;}
    .ps-ls a:hover font { top: calc(50% - 20px);}
}
@media screen and (max-width: 800px) {
    .ps-ls { flex-wrap: wrap;}
    .ps-ls a { width: 48.5%;}
    .ps-ls a:nth-child(n+3) { margin-top: 3%;}
}
@media screen and (max-width: 480px) {
    .ps-ls a div { padding: 10px 15px 5px;}
    .ps-ls a div h1 { font-size: 20px;}
    .ps-ls a div h2 { font-size: 14px;}
    .ps-ls a div p { margin-top: -1px;}
    .ps-ls a div p span { padding-right: 5px; margin-right: 5px; font-size: 12px;}
    .ps-ls a div p span:after { height: 10px; top: 4px;}
    .ps-ls a ul { padding: 8px 15px 15px;}
}


/* Css About */
.ab-bg { background-color: #f5f5f5; background-image: url(../Images/abBg.jpg); background-repeat: no-repeat; background-position: center top; background-size: 100% 615px;}
.ab-bg .title { color: #fff;}
.ab-bg .ab-ls a { display: block; width: 31.75%; overflow: hidden; position: relative;}
.ab-bg .ab-ls a img { width: 100%; -webkit-transition: all .75s ease; transition: all .75s ease;}
.ab-bg .ab-ls a:hover img { transform: scale(1.2,1.2); -webkit-transform: scale(1.2,1.2);}
.ab-bg .ab-ls a h3 { position: absolute; left: 0; bottom: -40px; width: 100%; background-color: rgba(127,190,38,.85); font-size: 18px; font-weight: normal; color: #fff; line-height: 40px; text-align: center; -webkit-transition: all .5s ease; transition: all .5s ease;}
.ab-bg .ab-ls a:hover h3 { bottom: 0;}

@media screen and (max-width: 1920px) {
    .ab-bg { background-size: 100%;}
}
@media screen and (max-width: 1024px) {
    .ab-bg .ab-ls a h3 { bottom: -30px; font-size: 16px; line-height: 30px;}
}
@media screen and (max-width: 480px) {
    .ab-bg { background-size: 100% 240px;}
    .ab-bg .ab-ls { flex-wrap: wrap;}
    .ab-bg .ab-ls a { width: 100%;}
    .ab-bg .ab-ls a:nth-child(n+2) { margin-top: 5%;}
}


/* Css Brand */
.hz-bg { background-color: #f5f5f5; padding-bottom: 165px;}
.hz-bg .title { padding-bottom: 68px;}
.hz-bg .title .nm-zb h3 { color: #333; margin-bottom: 11px;}
.hz-bg .title .nm-zb p { font-size: 18px; color: #666; line-height: 32px;}
.hz-bg .title .nm-yb { margin-bottom: 7px;}
.hz-bg .title .nm-yb .swiper-button-prev, .title .nm-yb .swiper-button-next { border-color: #e5e5e5;}
.swiper4 a { display: block; width: 100%; height: 100%; overflow: hidden;}
.swiper4 a img { width: 100%; -webkit-transition: all 2s ease; transition: all 2s ease;}

@media screen and (max-width: 1920px) {
    .hz-bg { padding-bottom: 8.6vw;}
    .hz-bg .title { padding-bottom: 3.55vw;}
}
@media screen and (max-width: 1440px) {
    .hz-bg .title .nm-zb h3 { margin-bottom: 10px;}
    .hz-bg .title .nm-zb p { font-size: 16px;}
    .hz-bg .title .nm-yb { margin-bottom: 8px;}
}
@media screen and (max-width: 1024px) {
    .hz-bg .title { padding-bottom: 5vw;}
    .hz-bg .title .nm-zb h3 { margin-bottom: 8px;}
    .hz-bg .title .nm-zb p { font-size: 15px; line-height: 28px;}
}


/* Css News */
.ns-bg { background-color: #fff; padding-bottom: 175px;}
.ns-bg .ns-ls .ns-zb { width: 59%;}
.ns-bg .ns-ls .ns-zb a { display: block; width: 48.940678%;}
.ns-bg .ns-ls .ns-zb a div { overflow: hidden;}
.ns-bg .ns-ls .ns-zb a div p { width: 100%; height: 302px; background-repeat: no-repeat; background-position: center; background-size: cover; -webkit-transition: all .5s ease; transition: all .5s ease;}
.ns-bg .ns-ls .ns-zb a:hover div p { transform: scale(1.2,1.2); -webkit-transform: scale(1.2,1.2);}
.ns-bg .ns-ls .ns-zb a div p img { display: none; width: 100%;}
.ns-bg .ns-ls .ns-zb a dl { width: 100%; height: 173px; background-color: #f5f5f5; padding: 17px 25px; overflow: hidden; position: relative; -webkit-transition: all .3s ease; transition: all .3s ease;}
.ns-bg .ns-ls .ns-zb a:hover dl { background-color: #258000;}
.ns-bg .ns-ls .ns-zb a dl h2 { font-size: 24px; font-weight: normal; color: #333; line-height: 36px; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; -webkit-transition: all .3s ease; transition: all .3s ease;}
.ns-bg .ns-ls .ns-zb a dl h3 { position: absolute; left: 25px; bottom: 25px; font-family: 'Gotham Book'; font-size: 18px; font-weight: normal; color: #999; line-height: 1; -webkit-transition: all .3s ease; transition: all .3s ease;}
.ns-bg .ns-ls .ns-zb a:hover dl h2, .ns-bg .ns-ls .ns-zb a:hover dl h3 { color: #fff;}

.ns-bg .ns-ls .ns-yb { width: 37%; border-top: 1px solid #f5f5f5;}
.ns-bg .ns-ls .ns-yb a { line-height: 78px; border-bottom: 1px solid #f5f5f5; background-color: #fff; -webkit-transition: all .5s ease; transition: all .5s ease;}
.ns-bg .ns-ls .ns-yb a:hover { padding: 0 20px; background-color: #258000;}
.ns-bg .ns-ls .ns-yb a dl { width: 70%; font-size: 20px; color: #333; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; -webkit-transition: all .3s ease; transition: all .3s ease;}
.ns-bg .ns-ls .ns-yb a p { font-family: 'Gotham Book'; font-size: 16px; color: #999; -webkit-transition: all .3s ease; transition: all .3s ease;}
.ns-bg .ns-ls .ns-yb a:hover dl, .ns-bg .ns-ls .ns-yb a:hover p { color: #fff;}

@media screen and (max-width: 1920px) {
    .ns-bg { padding-bottom: 9.1vw;}
}
@media screen and (max-width: 1440px) {
    .ns-bg .ns-ls .ns-zb a div p { height: 253px;}
    .ns-bg .ns-ls .ns-zb a dl { height: 150px; padding: 14px 20px;}
    .ns-bg .ns-ls .ns-zb a dl h2 { font-size: 20px; line-height: 30px;}
    .ns-bg .ns-ls .ns-zb a dl h3 { left: 20px; bottom: 20px; font-size: 16px;}

    .ns-bg .ns-ls .ns-yb a { line-height: 66px;}
    .ns-bg .ns-ls .ns-yb a dl { font-size: 18px;}
    .ns-bg .ns-ls .ns-yb a p { font-size: 14px;}
}
@media screen and (max-width: 1024px) {
    .ns-bg .ns-ls .ns-zb a div p { height: 200px;}
    .ns-bg .ns-ls .ns-zb a dl { height: 119px; padding: 14px 15px;}
    .ns-bg .ns-ls .ns-zb a dl h2 { font-size: 18px; line-height: 27px;}
    .ns-bg .ns-ls .ns-zb a dl h3 { left: 15px; bottom: 14px; font-size: 14px;}

    .ns-bg .ns-ls .ns-yb a { line-height: 52px;}
    .ns-bg .ns-ls .ns-yb a:hover { padding: 0 15px;}
    .ns-bg .ns-ls .ns-yb a dl { font-size: 16px;}
    .ns-bg .ns-ls .ns-yb a p { font-size: 13px;}
}
@media screen and (max-width: 800px) {
    .ns-bg .ns-ls { flex-wrap: wrap;}
    .ns-bg .ns-ls .ns-zb { width: 100%;}
    .ns-bg .ns-ls .ns-zb a div p { height: auto;}
    .ns-bg .ns-ls .ns-zb a div p img { display: block;}
    .ns-bg .ns-ls .ns-zb a dl { height: 110px; padding: 9px 15px;}
    
    .ns-bg .ns-ls .ns-yb { width: 100%; border-top: none; margin-top: 20px;}
    .ns-bg .ns-ls .ns-yb a { line-height: 49px;}
}
@media screen and (max-width: 480px) {
    .ns-bg .ns-ls .ns-zb { flex-wrap: wrap;}
    .ns-bg .ns-ls .ns-zb a { width: 100%;}
    .ns-bg .ns-ls .ns-zb a:nth-child(n+2) { margin-top: 5%;}
    .ns-bg .ns-ls .ns-zb a dl { height: auto; padding: 8px 15px 14px;}
    .ns-bg .ns-ls .ns-zb a dl h2 { font-size: 16px;}
    .ns-bg .ns-ls .ns-zb a dl h3 { position: relative; left: 0; bottom: 0; margin-top: 8px;}
    .ns-bg .ns-ls .ns-yb { margin-top: 15px;}
    .ns-bg .ns-ls .ns-yb a { line-height: 44px;}
    .ns-bg .ns-ls .ns-yb a dl { font-size: 15px;}
}