* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    transition: 0.3s;
    font-family: arial;
}

@font-face {
    font-family: 'Poppins';
    src: url('../images/Poppins-Regular.ttf');
}

@font-face {
    font-family: 'arial';
    src: url('../images/arial.ttf');
}

body {
    position: relative;
    padding-top: 96px;
}

.pages {
    width: 1400px;
    margin: 0 auto;
    margin-bottom: 80px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-prev {
    width: 48px;
    height: 48px;
    display: block;
    margin-right: 16px;
    background: url(../images/pagenavigation.png)no-repeat center center;
}

.page-next {
    width: 48px;
    height: 48px;
    display: block;
    background: url(../images/pagenavigationp.png)no-repeat center center;
}

.page-num {
    width: 48px;
    height: 48px;
    margin-right: 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 48px;
    font-family: Poppins;
    border-radius: 50%;
    color: #404040;
    border: 1px #e8e8e8 solid;
}

.page-num-current {
    background-color: #23A567;
    border: 0;
    color: #fff;
}

.”NewsPage” {
    width: 1400px;
    margin: 0 auto;
    margin-bottom: 80px;
    text-align: center;
}

.aaa>a {
    background: url(../images/aaa.png)no-repeat 90% center;
}

.bl {
    display: block !important;
}

.none {
    display: none !important;
}



.head {
    width: 100%;
    display: flex;
    white-space: nowrap;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.top {
    width: 100%;
    height: 100px;
    background-color: #fffcf9;
    line-height: 96px;
    border-top: 4px #23A567 solid;
}

.top .box {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    position: relative;
}

.logo {
    width: 100px;
    height: 70px;
    background: url(../images/logo.png)no-repeat center center;
    margin-top: 13px;
    margin-right: 290px;
}

.logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.nav {
    display: flex;
    position: relative;
    margin-right: 170px;
}

.nav>li {
    height: 96px;
    list-style: none;
    margin-right: 50px;
    position: relative;
}

.nav li:last-child {
    margin-right: 0;
}

.nav li a {
    display: flex;
    color: #333;
    font-family: Poppins;
    font-size: 18px;
}

.nav li::after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #23A567;
    position: absolute;
    transform: scaleX(0);
    bottom: 0;
    transition: .3s;
}

.nav li.cr::after {
    transform: scaleX(1);
}

.cr>a {
    color: #23A567 !important;
}

.nav li:hover::after {
    transform: scaleX(1);
}

/*.nav li:hover a {
	color: #23A567;
}*/
.navtwo {
    width: 50px;
    list-style: none;
    display: none;
}

.navtwo li {
    width: 180px;
    line-height: 48px;
    background-color: #fff;
    list-style: none;
}

.navtwo li a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 14px;
    line-height: 48px;
    color: #000;
    list-style: none;
    text-indent: 1em;
}

.nav li a:hover {
    color: #23a567 !important;
}

.navtwo>li {
    position: relative;
}

.navthree {
    display: none;
}

.navthree li a {
    padding-left: 15px;
}


#searchbtn {
    width: 24px;
    height: 24px;
    background: url(../images/search.png)no-repeat center center;
    background-size: 100% 100%;
    margin-top: 36px;
    margin-right: 40px;
}

.search-b {
    width: 100%;
    height: 120px;
    opacity: 0.8;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    z-index: 12;
    top: 96px;
    opacity: 0;
    visibility: hidden;
}

.search {
    width: 600px;
    height: 48px;
    background-color: #fff;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 36px;
}

.searchtext {
    border: 0;
    width: 450px;
}

.search-btn {
    width: 24px;
    height: 24px;
    background: url(../images/search.png)no-repeat center center;
    border: 0;
    margin-top: 12px;
}

.search-btn:hover {
    cursor: pointer;
}

#close {
    width: 24px;
    height: 24px;
    background: url(../images/close.png)no-repeat center center;
    position: absolute;
    right: 600px;
    top: 48px;
}

#searchbtn:hover {
    cursor: pointer;
}

#close:hover {
    cursor: pointer;
}



.language {
    width: 140px;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    margin-top: 26px;
    justify-content: center;
}

.language h2 {
    height: 40px;
    font-family: Poppins;
    line-height: 40px;
}

.language:hover {
    background: linear-gradient(90deg, #23A567 0%, #67BE61 100%);
}

.language:hover #languagebtn {
    background: url(../images/a.png)no-repeat 90% 48%;
}

.language img {
    width: 24px;
    height: 24px;
    margin-right: 4px;
}

.languageimg {
    width: 24px;
    height: 24px;
    margin-right: 4px;
    background: url(../images/world.png)no-repeat center center;
}

#languagebtn {
    background: url(../images/arrow.png)no-repeat 90% 48%;
    padding-right: 25px;
}

.language:hover .languageimg {
    background: url(../images/global.png)no-repeat center center;
}

.language:hover h2 {
    color: #fff;
}

.language:hover {
    cursor: pointer;
}

.languagex {
    width: 140px;
    height: 235px;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 10px;
    position: absolute;
    right: 140px;
    top: 70px;
    display: none;
}

.xs {
    display: block;
}

.languagee {
    width: 120px;
    height: 32px;
    background: url(../images/e.png)no-repeat center center;
    background-size: 100% 100%;
    margin-bottom: 10px;
}

.languageg {
    width: 120px;
    height: 32px;
    background: url(../images/g.png)no-repeat center center;
    background-size: 100% 100%;
    margin-bottom: 10px;
}

.languagef {
    width: 120px;
    height: 32px;
    background: url(../images/f.png)no-repeat center center;
    background-size: 100% 100%;
    margin-bottom: 10px;
}

.languager {
    width: 120px;
    height: 32px;
    background: url(../images/r.png)no-repeat center center;
    background-size: 100% 100%;
    margin-bottom: 10px;
}

.languages {
    width: 120px;
    height: 32px;
    background: url(../images/s.png)no-repeat center center;
    background-size: 100% 100%;
}

.languagex h4 {
    width: 120px;
    height: 33px;
    color: #666;
    font-family: Poppins;
    font-size: 14px;
    padding: 0 20px;
    margin-bottom: 10px;
    line-height: normal;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.languagex h4 img {
    width: 20px;
    height: 15px;
    margin-right: 8px;
}

.languagex h4:hover {
    background-color: #f1f0ef;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
}



.banner {
    width: 100%;
    height: 640px;
}

.swiper1 .swiper-slide {
    width: 100%;
    height: 640px;
    background: url(../images/banner.png)no-repeat center center;
}

.swiper1 .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: url(../images/Ellipsep.png)no-repeat center center;
    background-size: 100% 100%;
    opacity: 1 !important;
    bottom: 50px !important;
    position: relative;
    margin: 0 10px;
}

.swiper1 .swiper-pagination-bullet-active {
    width: 10px !important;
    height: 10px !important;
    background: url(../images/Ellipse.png)no-repeat center center;
    background-size: 100% 100%;
}

.swipertxt {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.2);
    padding-top: 220px;
}

.swiper1 .swiper-slide h1 {
    color: #fff;
    font-family: Poppins;
    font-size: 48px;
    font-weight: 700;
}

.swiper1 .swiper-slide h4 {
    color: #fff;
    font-family: Poppins;
    font-size: 32px;
    font-weight: 500;
}

.xianx {
    width: 60px;
    height: 3px;
    display: block;
    margin: 0 auto;
    background: #23A567;
    margin-bottom: 25px;
    margin-top: 20px;
}



.video {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    margin-bottom: 80px;
}

.video-left {
    width: 580px;
    height: 400px;
    position: relative;
}

.video-dian {
    width: 170px;
    height: 134px;
    background: url(../images/Frame.png)no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.video-bg {
    width: 520px;
    height: 340px;
    border-radius: 10px;
    background: #F1F0EF;
    position: absolute;
    left: 42px;
    top: 42px;
    z-index: 2;
}

.videop {
    width: 520px;
    height: 340px;
    border-radius: 10px;
    background: url(../images/video.jpg)no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 3;
}

#play {
    width: 96px;
    height: 96px;
    background-color: #fff;
    border-radius: 50%;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 4;
    transition: .3s;
    cursor: pointer;
}

.green {
    width: 48px;
    height: 48px;
    background: url(../images/bofang.png)no-repeat center center;
    background-size: 100% 100%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#play:hover {
    background-size: 105% 105% !important;
}

#play:hover .green {
    width: 68px;
    height: 68px;
    background: url(../images/bofangp.png)no-repeat center center;
}

.video-right {
    width: 760px;
    height: 352px;
}

.video-right h1 {
    color: #333;
    font-family: Poppins;
    font-size: 42px;
    font-weight: 600;
    line-height: 63px;
    margin-top: 30px;
}

.xian {
    width: 64px;
    height: 3px;
    background: #23A567;
    margin-top: 10px;
}

.video-txt {
    color: #404040;
    font-family: Poppins !important;
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
    word-break: keep-all;
}

.video-txt p {
    word-break: keep-all;
    font-family: Poppins !important;
}

.more {
    width: 164px;
    height: 48px;
    border-radius: 24px;
    background: linear-gradient(90deg, #23A567 0%, #67BE61 100%);
    margin-top: 30px;
    display: flex;
    padding: 16px 22px;
    cursor: pointer;
}

.more p {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    line-height: 16px;
    padding-left: 11px;
}

.more img {
    width: 18px;
    height: 18px;
    display: none;
    transition: 0.3s;
}

.more:hover {
    justify-content: space-between;
}

.more:hover p {
    padding-left: 0;
}

.more:hover img {
    display: block;
}

.video-window {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}

.windowp {
    width: 900px;
    height: 500px;
    margin: 0 auto;
    margin-top: 20vh;
    display: flex;
    position: relative;
}

#video1 {
    width: 900px;
    height: 500px;
}

.windowpclose {
    width: 24px;
    height: 24px;
    background: url(../images/close.png)no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    right: -40px;
    top: 10px;
}

.windowpclose:hover {
    cursor: pointer;
}



.products {
    width: 100%;
    height: 840px;
    background: #F5F4F2;
}

.products .box {
    width: 1400px;
    margin: 0 auto;
}

.porducts-head {
    display: flex;
    justify-content: space-between;
}

.porducts-head h1 {
    color: #333;
    font-family: Poppins;
    font-size: 42px;
    line-height: 63px;
    font-weight: 600;
    position: relative;
    margin-top: 70px;
}

.porducts-head h1::after {
    content: '';
    width: 64px;
    height: 3px;
    background: #23A567;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.porducts-head .more {
    margin-top: 90px;
}

.products-b {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin-top: 40px;
}

.productsp {
    width: 440px;
    height: 550px;
    padding: 30px;
    border-radius: 10px;
    background: #FFF;
}

.productsp h2 {
    color: #333;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.products-img {
    width: 380px;
    height: 380px;
    margin: 0 auto;
    background: url(../images/pic1.png)no-repeat center center;
    background-size: 100% 100% !important;
    transition: 0.3s;
}

.productsmore {
    width: 104px;
    height: 36px;
    margin: 0 auto;
    border-radius: 20px;
    background-color: #F1F0EF;
    padding-top: 5px;
    transition: 0.3s;
}

.productsmorebg {
    width: 24px;
    height: 24px;
    background: url(../images/arrowblack.png)no-repeat center center;
    margin-left: 40px;
}

.productsp:hover {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, .1);
}

.productsp:hover .products-img {
    background-size: 105% 105% !important;
}

.productsp:hover h2 {
    color: #23A567;
}

.productsp:hover .productsmore {
    background: linear-gradient(90deg, #23A567 0%, #67BE61 100%);
}

.productsp:hover .productsmorebg {
    background: url(../images/arrowfff.png)no-repeat center center;
}



.profession {
    width: 100%;
    height: 700px;
    background: linear-gradient(90deg, #23A567 0%, #67BE61 100%);
    padding-top: 70px;
}

.profession-head {
    display: flex;
    justify-content: space-between;
}

.profession-head h1 {
    color: #FFF;
    font-family: Poppins;
    font-size: 42px;
    font-weight: 600;
    line-height: 63px;
    position: relative;
}

.profession-head h1::after {
    content: '';
    width: 64px;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.profession .box {
    width: 1400px;
    margin: 0 auto;
}

.more-fff {
    width: 164px;
    height: 48px;
    background-color: #fff;
    border-radius: 24px;
    display: flex;
    justify-content: space-between;
    padding: 15px 22px;
}

.more-fff h4 {
    color: #23A567;
    font-family: Poppins;
    font-size: 16px;
    text-align: center;
    line-height: 18px;
    padding-left: 11px;
}

.more-fff img {
    width: 18px;
    height: 18px;
    display: none;
}

.more-fff:hover h4 {
    padding-left: 0px;
}

.more-fff:hover img {
    display: block;
}

.professionp {
    width: 1400px;
    height: 400px;
    display: flex;
    border-radius: 10px;
    background-color: #fff;
    margin-top: 59px;
}

.agriculture {
    width: 480px;
    height: 400px;
    display: flex;
}

.agriculture1 {
    width: 250px;
    height: 400px;
    background: url(../images/p1.png)no-repeat center center;
    background-size: 100% 100%;
    border-radius: 10px 0 0 10px;
}

.agriculturetxt {
    width: 230px;
    height: 200px;
    padding-top: 30px;
    padding-left: 30px;
}

.agriculturep {
    width: 230px;
    height: 200px;
    background: url(../images/p2.png)no-repeat center center;
    background-size: 100% 100%;
}

.agriculturetxtp {
    width: 24px;
    height: 24px;
    background: url(../images/arrowp.png)no-repeat center center;
    background-size: 100% 100%;
}

.agriculturetxt h1 {
    width: 123px;
    color: #333;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 50px;
}

.agriculture:hover .agriculture1 {
    background-size: 105% 105%;
}

.agriculture:hover .agriculturep {
    background-size: 105% 105%;
}

.agriculture:hover .agriculturetxt h1 {
    color: #23A567;
    padding-left: 4px;
}

.agriculture:hover .agriculturetxtp {
    background: url(../images/arrowrightp.png)no-repeat center center;
    margin-left: 4px;
}

.logistics {
    width: 690px;
    height: 200px;
    display: flex;
}

.logistics1 {
    width: 230px;
    height: 200px;
    background: url(../images/p3.png)no-repeat center center;
    background-size: 100% 100%;
}

.logistics2 {
    width: 230px;
    height: 200px;
    background: url(../images/p4.png)no-repeat center center;
    background-size: 100% 100%;
}

.logistics3 {
    width: 230px;
    height: 200px;
    padding-top: 30px;
    padding-left: 30px;
}

.logistics3 h1 {
    width: 92px;
    color: #333;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 56px;
}

.logisticsp {
    width: 24px;
    height: 24px;
    background: url(../images/arrowp.png)no-repeat center center;
    background-size: 100% 100%;
}

.logistics:hover .logistics1 {
    background-size: 105% 105%;
}

.logistics:hover .logistics2 {
    background-size: 105% 105%;
}

.logistics:hover .logistics3 h1 {
    padding-left: 4px;
    color: #23A567;
}

.logistics:hover .logisticsp {
    margin-left: 4px;
    background: url(../images/arrowrightp.png)no-repeat center center;
}

.packaging {
    width: 690px;
    height: 200px;
    display: flex;
}

.packaging1 {
    width: 230px;
    height: 200px;
    padding-top: 30px;
    padding-left: 30px;
}

.packaging1 h1 {
    width: 113px;
    color: #333;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 51px;
}

.packaging2 {
    width: 460px;
    height: 200px;
    background: url(../images/p5.png)no-repeat center center;
    background-size: 100% 100%;
}

.packaging:hover .packaging2 {
    background-size: 105% 105%;
}

.packaging:hover .packaging1 h1 {
    padding-left: 4px;
    color: #23A567;
}

.packaging:hover .logisticsp {
    margin-left: 4px;
    background: url(../images/arrowrightp.png)no-repeat center center;
}

.construction {
    width: 230px;
    height: 400px;
    border-radius: 0 10px 10px 0;
}

.construction1 {
    width: 230px;
    height: 200px;
    background: url(../images/p6.png)no-repeat center center;
    background-size: 100% 100%;
}

.construction2 {
    width: 230px;
    height: 200px;
    padding-left: 30px;
    padding-top: 30px;
}

.construction2 h1 {
    width: 136px;
    color: #333;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 56px;
}

.construction:hover .construction1 {
    background-size: 105% 105%;
}

.construction:hover .construction2 h1 {
    padding-left: 4px;
    color: #23A567;
}

.construction:hover .logisticsp {
    margin-left: 4px;
    background: url(../images/arrowrightp.png)no-repeat center center;
}



.new {
    width: 1400px;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 80px;
}

.new-head {
    display: flex;
    justify-content: space-between;
}

.new-head h1 {
    color: #333;
    font-family: Poppins;
    font-size: 42px;
    font-weight: 600;
    position: relative;
}

.new-head h1::after {
    content: '';
    width: 64px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 3px;
    background: #23A567;
}

.new-head .more {
    padding: 18px 22px;
}

.new-b {
    display: flex;
    margin-top: 55px;
}

.new .more {
    align-items: center;
}

.new .more p {
    line-height: 12px;
}

.news {
    width: 440px;
    height: 424px;
    border-radius: 10px;
    overflow: hidden;
}

.news-img {
    width: 440px;
    height: 260px;
    overflow: hidden;
}

.news-img img {
    width: 440px;
    height: 260px;
}

.news-txt {
    width: 440px;
    height: 164px;
    background-color: #F5F4F2;
    padding: 30px;
}

.news-txt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: keep-all;
    text-overflow: ellipsis;
    font-family: Poppins;
    height: 54px;
    -webkit-line-clamp: 2;
    color: #333;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20.5px;
}

.news-time {
    display: flex;
    justify-content: space-between;
}

.news-time h4 {
    color: #808080;
    font-family: Poppins;
    font-size: 15px;
}

.news-more {
    width: 24px;
    height: 24px;
    background: url(../images/arrowp.png)no-repeat center center;
    margin-right: 10px;
}

.news:hover {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, .1);
}

.news:hover .news-img img {
    transform: scale(1.1)
}

.news:hover .news-txt p {
    color: #23A567;
}

.news:hover .news-more {
    width: 24px;
    height: 24px;
    background: url(../images/arrowgreenp.png)no-repeat center center;
    margin-right: 0;
}

.news:hover .news-txt {
    background-color: #fff;
}

.new-b>a {
    margin-right: 40px;
}

.new-b>a:last-child {
    margin-right: 0;
}



.down {
    width: 100%;
    height: 290px;
    background-color: #222;
    padding-top: 40px;
}

.down-b {
    width: 1400px;
    margin: 0 auto;
}

.down1 {
    display: flex;
    justify-content: space-between;
}

.down1 img {
    width: 200px;
    height: 42px;
}

.navi {
    display: flex;
    list-style: none;
    padding-top: 20px;
}

.navi li a {
    color: #DDD;
    font-family: Poppins;
    font-size: 16px;
    line-height: 150%;
    /* 24px */
    margin-right: 30px;
}

.navi li:last-child a {
    margin-right: 0;
}

.down2 {
    display: flex;
    justify-content: space-between;
    margin-top: 6px;
    margin-bottom: 40px;
}

.down2-txt p {
    color: #DDD;
    font-family: Poppins;
    font-size: 16px;
    line-height: 30px;
    /* 187.5% */
}

.down-xian {
    width: 1400px;
    height: 1px;
    background-color: #fff;
    opacity: 0.1;
    margin-bottom: 30px;
}

.down3 {
    display: flex;
    justify-content: space-between;
}

.down3 h4 {
    color: #999;
    font-family: Poppins;
    font-size: 14px;
    line-height: 150%;
    /* 21px */
}

.down3 p a {
    color: #999;
    font-family: Poppins;
    font-size: 14px;
    line-height: 150%;
    /* 21px */
    text-decoration: underline;
}



.banner-x {
    width: 100%;
    height: 400px;
    background: url(../images/banner1.png)no-repeat center center;
    padding-top: 140px;
}

.banner-x h4 {
    color: #FFF;
    font-family: Poppins;
    font-size: 32px;
    font-weight: 500;
    margin-left: 260px;
}

.banner-x .xian {
    margin-left: 260px;
}

.position {
    width: 100%;
    height: 60px;
    background-color: #F5F4F2;
}

.positionp {
    width: 1400px;
    line-height: 60px;
    margin: 0 auto;
    display: flex;
}

.positionp a {
    opacity: 0.75;
    color: #404040;
    font-family: Poppins;
    font-size: 14px;
}

.positionp span {
    color: #404040;
    font-family: Poppins;
    font-size: 14px;
    margin: 0 4px;
    margin-top: 2px;
    line-height: 55px
}

.positionp a:hover {
    opacity: 1;
}



.application {
    width: 1400px;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 80px;
}

.applicationp {
    width: 1400px;
    height: 300px;
    padding: 30px;
    background-color: #F5F4F2;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.applicationp-left {
    width: 400px;
    height: 240px;
    overflow: hidden;
}

.applicationp-left img {
    display: block;
    height: 240px;
}

.applicationp-right {
    width: 900px;
}

.applicationp-right h1 {
    color: #222;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 500;
}

.xian2 {
    width: 36px;
    height: 2px;
    background-color: #23A567;
    margin: 10px 0;
}

.applicationp-right p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
    -webkit-line-clamp: 3;
    word-break: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #404040;
    font-family: Poppins;
    font-size: 16px;
}

.applicationp:hover {
    background-color: #fff;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, .1);
}

.applicationp:hover img {
    transform: scale(1.1);
}



.article {
    width: 1400px;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 60px;
}

.articlep {
    width: 440px;
    height: 420px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #F5F4F2;
    margin-right: 40px;
    margin-top: 40px;
}

.articlep-img {
    width: 440px;
    height: 260px;
    overflow: hidden;
}

.articlep-img img {
    display: block;
    /* width: 100% !important; */
    height: 100% !important;
}

.articlep-img {
    max-width: 440px;
}

.articlep h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
    -webkit-line-clamp: 2;
    line-height: 27px;
    height: 54px;
    word-break: normal;
    overflow: hidden;
    color: #333;
    font-family: Poppins;
    font-size: 18px;
    margin-bottom: 20px;
}

.articlep-time {
    display: flex;
    justify-content: space-between;
}

.articlep-txt {
    padding: 30px;
}

.articlep-txt p {
    color: #808080;
    font-family: Poppins;
    font-size: 15px;
}

.articlep-time-img {
    width: 24px;
    height: 24px;
    background: url(../images/articlearrow.png)no-repeat center center;
    background-size: 100% 100%;
    margin-right: 10px;
}

.articlep:hover {
    background-color: #fff;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, .1);
}

.articlep:hover .articlep-img img {
    transform: scale(1.1);
}

.articlep:hover .articlep-time-img {
    margin-right: 0;
    background: url(../images/articlearrowp.png)no-repeat center center;
}

.articlep:hover h4 {
    color: #23A567;
}

.article>a:nth-child(3n) .articlep {
    margin-right: 0;
}



.page {
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    margin-bottom: 90px;
}

.page-head {
    width: 100%;
    border-bottom: 1px #F2F2F2 solid;
    padding-bottom: 30px;
}

.page-head h1 {
    color: #333;
    font-family: Poppins;
    font-size: 36px;
    font-weight: 500;
    line-height: 54px;
    text-align: center;
    margin-bottom: 16px;
}

.page-head h4 {
    color: #404040;
    font-family: Poppins;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.page-x {
    width: 100%;
    padding-top: 15px;
}

.page-x p {
    color: #404040;
    font-family: Poppins;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.page-x img {
    display: block;
    max-width: 1200px !important;
    margin: 0 auto !important;
    margin: 15px 0;
}



.cotact {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 150px;
    margin-bottom: 150px;
}

.cotact-left {
    width: 705px;
}

.cotact-left h1 {
    color: #222;
    font-family: Poppins;
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
    /* 57.6px */
}

.cotact-left h2 {
    color: #404040;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 500;
}

.xian3 {
    width: 76px;
    height: 4px;
    background-color: #23A567;
    margin: 20px 0;
}

.address {
    display: flex;
    margin: 30px 0;
}

.addressimg {
    width: 48px;
    height: 48px;
    background-color: #F5F3F1;
    border-radius: 24px;
    padding: 12px;
    margin-right: 12px;
}

.address img {
    width: 24px;
    height: 24px;
}

.address p {
    color: #404040;
    font-family: Poppins;
    font-size: 16px;
    line-height: 150%;
    /* 24px */
}

.conact-right img {
    width: 660px;
    height: 450px;
}



.about {
    width: 1400px;
    margin: 80px auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.about-left {
    width: 760px;
}

.about-right {
    width: 520px;
    position: relative;
    margin-top: 20px;
}

.about-left h1 {
    color: #333;
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
}

.xian {
    width: 64px;
    height: 3px;
    margin-top: 10px;
    margin-bottom: 30px;
    background-color: #3db449;
}

.about-txt p {
    color: #404040;
    font-family: Poppins;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
}

.about-txt img {
    display: block;
    max-width: 100% !important;
}

.about-right img {
    width: 520px;
    border-radius: 10px;
    position: absolute;
    z-index: 1;
    right: 12px;
    top: -12px;
}

.about-right::after {
    content: '';
    position: absolute;
    width: 520px;
    height: 385px;
    right: 0;
    border-radius: 10px;
    background-color: #F1F0EF;
}



.recyclonet {
    width: 1400px;
    display: flex;
    margin: 60px auto;
    justify-content: space-between;
}

.recyclonet-nav {
    width: 280px;
    display: none;
}

.recyclonet-nav h1 {
    height: 60px;
    line-height: 60px;
    color: #FFF;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    background: linear-gradient(90deg, #23A567 0%, #67BE61 100%);
    text-align: center;
    margin-bottom: 4px;
}

.recyclonet-navi {
    list-style: none;
}

.recyclonet-navi li {
    width: 280px;
    line-height: 60px;
    border-bottom: 2px solid #40996e;
}

.recyclonet-navi li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
}

.recyclonet-navi li img {
    margin-right: 4px;
    margin-bottom: 2px;
}

.nav-two {
    list-style: none;
}

.nav-two li {
    background-color: #f5f4f2;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    line-height: 44px;
    border-bottom: 0px !important;
}

.nav-two li img {
    width: 6px;
    height: 8px;
    margin-right: 6px;
}

.nav-two li a {
    color: #666;
    font-family: Poppins;
    font-size: 16px;
}

.recyclonetp {
    width: 100%;
}

.recyclonetp img {
    max-width: 80%;
    margin: 0 auto;
    display: block;
}

.recyclonetp h2 {
    display: none;
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 11px;
}

.xian4 {
    width: 100%;
    height: 2px;
    background-color: #F2F2F2;
    margin-bottom: 30px;
    display: none;
}

.recyclonetx {
    display: flex;
    flex-wrap: wrap;
}

.recyclonetb {
    width: 320px;
    height: 376px;
    border: 1px solid #EEE;
    overflow: hidden;
    position: relative;
}

.recyclonetb h5 {
    width: 100%;
    height: 56px;
    background-color: #eee;
    text-align: center;
    line-height: 56px;
    color: #333;
    font-size: 18px;
    font-family: Poppins;
}

.recyclonetb img {
    max-width: 320px;
    display: block;
    margin: 0 auto !important;
}

.recyclonetb:hover img {
    transform: scale(1.1);
}

.recyclonetb:hover h5 {
    background-color: rgb(35, 165, 103);
    color: #fff;
}

.recyclonetb::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 320px;
    left: 0;
    top: 0;
    background-color: rgba(34, 34, 34, .8);
}

.recyclonetb::before {
    width: 280px;
    height: 280px;
    content: '';
    top: 17.5px;
    right: 17.5px;
    position: absolute;
    z-index: 1;
    border: 1px solid #23A567;
    display: none;
}

.recyclonetb::after {
    color: #FFf;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 400;
    display: none;
}

.recyclonetb h2 {
    width: 100%;
    text-align: center;
    top: 60px;
    opacity: 0;
    color: #FFF;
    font-family: Poppins;
    font-size: 24px;
    position: absolute;
    z-index: 1;
}

.xxx {
    width: 48px;
    height: 48px;
    opacity: 0;
    top: 220px;
    position: absolute;
    z-index: 1;
    background: url(../images/addcircle.png)no-repeat center center;
    background-size: 100% 100%;
    left: 140px;
}

.recyclonetb:hover .xxx {
    top: 180px;
    opacity: 1;
}

.recyclonetb:hover h2 {
    top: 120px;
    opacity: 1;
}

.recyclonetb:hover::after,
.recyclonetb:hover::before {
    display: block;
}

.recyclonetx>a {
    margin-right: 40px;
    margin-bottom: 40px;
}

.recyclonetx>a:nth-child(4n) {
    margin-right: 0;
}

.details {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 62px;
}

.details-left {
    width: 600px;
}

.detalis-img {
    width: 100%;
    height: 600px;
    border: 1px solid #EEE;
    margin-bottom: 18px;
}

.details-xxx {
    width: 100%;
    height: 600px;
    border: 1px solid #eee;
}

.details-xxx img {
    display: block;
    max-width: 100% !important;
}

.detalis-x {
    width: 100%;
}

.swiper2 {
    width: 100%;
}

.detalis-x .swiper-wrapper {
    width: 100%;
    justify-content: center;
}

.detalis-x .swiper-slide {
    width: 96px !important;
    height: 96px !important;
    background: url(../images/Rectangle84.png)no-repeat center center;
    background-size: 100% 100% !important;
}

.detalis-img .swiper-slide {
    background-size: 100% 100% !important;
}

/* .detalis-x .swiper-wrapper>.swiper-slide:first-child {
	border: 1px solid #EEE;
} */
.detalis-x .swiper-wrapper>.swiper-slide:last-child {
    margin-right: 0 !important;
}

.details-right {
    width: 720px;
}

.details-right h1 {
    color: #333;
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
}

.details-right h5 {
    color: #3DB449;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
}

.xian5 {
    width: 100%;
    height: 1px;
    background-color: #23A567;
    margin-bottom: 15px;
}

.details-right p {
    color: #404040;
    font-family: Poppins;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    word-break: break-all;
}

.details-right .x {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #EEE;
    margin-bottom: 15px;
}

.xian6 {
    margin-top: 12.5px;
    width: 100%;
    height: 1px;
    background-color: #23A567;
    margin-bottom: 22.5px;
}

.details-txt {
    width: 100%;
    margin-bottom: 62px;
}

.details-txt h4 {
    color: #23A567;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}

.details-txt p {
    color: #404040;
    font-family: Poppins;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 18px;
}

.RelatedProducts {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.swiper-slide-thumb-active {
    border: 1px solid #EEE;
}



.weizhi {
    display: none;
}



.Description {
    width: 100%;
}

.Description h1 {
    color: #333;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 12.5px;
}

.xian7 {
    width: 100%;
    height: 1px;
    background-color: #23a567;
    margin-bottom: 22.5px;
}

.Descriptionp {
    display: flex;
}

.uv {
    width: 200px;
    margin-right: 40px;
}

.image1 {
    width: 200px;
    height: 200px;
    border: 1px #eee solid;
    padding: 22px 17px 22px 18px;
}

.image1>img {
    max-width: 165px;
}

.image2 {
    width: 200px;
    height: 200px;
    border: 1px #eee solid;
    padding: 24px 19px 23px 20px;
}

.image2>img {
    max-width: 161px;
}

.image3 {
    width: 200px;
    height: 200px;
    border: 1px #eee solid;
    padding: 26px 21px 25px 22px;
}

.image3>img {
    max-width: 157px;
}

.image4 {
    width: 200px;
    height: 200px;
    border: 1px #eee solid;
    padding: 36px 17px 35px 17px;
}

.image4>img {
    max-width: 166px;
}

.image5 {
    width: 200px;
    height: 200px;
    border: 1px #eee solid;
    padding: 30px 20px 30px 20px;
}

.image5>img {
    max-width: 160px;
}

.image6 {
    width: 200px;
    height: 200px;
    border: 1px #eee solid;
    padding: 50px 19px 50px 20px;
}

.image6>img {
    max-width: 161px;
}

.uv h4 {
    color: #404040;
    font-family: Poppins;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
}

.Description-txt p {
    color: #404040;
    font-family: Poppins;
    font-size: 16px;
}

#sjbtn,
.sjnav {
    display: none;
}

@media screen and (max-width: 750px) {

    #sjbtn {
        display: block;
    }

    .sjnav {
        position: absolute;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, .5);
    }

    .sjnav .sjnavul {
        width: 70%;
        height: 100%;
        background-color: #fff;
        margin-right: 0px;
        float: right;
        line-height: 60px;
    }

    .sjnav #sjclose {
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .sjnav .nav {
        display: block;
        width: 100%;
        margin-top: 60px;
    }

    .sjnav .nav>li {
        height: auto;
        margin: 0 20px;
    }

    .sjnav .nav li::after {
        transform: scaleX(1);
    }

    .sjnav .nav li:last-child {
        margin-right: 20px;
    }

    .navtwo {
        display: block;
        width: 100%;
    }

    .navtwo li {
        width: 100%;
    }




    .swiper1 .swiper-slide h4 {
        word-break: break-all;
    }

    .banner {
        height: 250px;
    }

    .swiper1 .swiper-slide {
        height: 250px;
    }

    .swipertxt {
        padding-top: 50px;
    }

    .swiper1 .swiper-slide h1 {
        font-size: 26px;
    }

    .xianx {
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .swiper1 .swiper-slide h4 {
        font-size: 16px;
    }

    .top .box,
    .video {
        width: 100%;
    }

    .top {
        padding: 0 20px;
    }

    .nav,
    #searchbtn,
    .language,
    .search-b {
        display: none;
    }

    .box {
        justify-content: space-between;
    }

    .logo {
        margin-right: 0px;
    }

    .video {
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0 20px;
    }

    .video-left,
    .video-right {
        width: 100%;
    }

    .video-left {
        height: 300px;
    }

    .video-bg {
        width: 90%;
        height: 240px;
        left: 8%;
        top: 25px;
    }

    .videop {
        width: 90%;
        height: 240px;
        left: 5%;
        top: 15px;
    }

    .windowp,
    #video1 {
        width: 100%;
    }

    .windowp {
        margin-top: 0px;
        height: 100vh;
    }

    #video1 {
        height: auto;
    }

    .windowpclose {
        right: 0;
        top: 0;
    }

    .video-right h1 {
        margin-top: 0px;
    }

    .products {
        height: auto;
    }

    .products .box {
        width: 100%;
    }

    .porducts-head {
        padding: 0 20px;
    }

    .porducts-head h1 {
        font-size: 36px;
        margin-top: 30px;
    }

    .porducts-head .more {
        width: auto;
        margin-top: 50px;
    }

    .products-b {
        display: block;
        padding: 15px;
        margin-top: 0px;
    }

    .products-b a {
        margin-bottom: 10px;
        display: block;
    }

    .productsp {
        width: 100%;
    }

    .products-img {
        width: 100%;
    }

    .new {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0 20px;
    }

    .new-head h1 {
        font-size: 36px;
    }

    .new-head .more {
        width: auto;
    }

    .new-b {
        display: block;
    }

    .news {
        width: 100%;
    }

    .news-img,
    .news-img img {
        width: 100%;
    }

    .news-txt {
        width: 100%;
    }

    .down {
        height: auto;
        padding: 20px;
    }

    .down-b {
        width: 100%;
    }

    .down1,
    .down2,
    .down3 {
        display: block;
    }

    .down2 {
        margin-bottom: 20px;
    }

    .down-xian {
        width: 100%;
    }

    .banner-x {
        height: 250px;
    }

    .positionp {
        width: 100%;
        padding: 0 20px;
    }

    .about {
        width: 100%;
        display: block;
        padding: 0 20px;
    }

    .about-left {
        width: 100%;
    }

    .about-right {
        width: 100%;
        position: inherit;
    }

    .about-right img {
        width: 100%;
        position: inherit;
    }

    .about-right::after {
        width: 100%;
        height: auto;
    }


    .recyclonet {
        width: 100%;
    }

    .recyclonetx {
        display: block;
    }

    .recyclonetb {
        width: 100%;
    }

    .details {
        display: block;
    }

    .details-left {
        width: 100%;
    }

    .details-right {
        width: 100%;
        padding: 0 20px;
    }

    .Description {
        padding: 0 20px;
    }

    .Descriptionp {
        display: block;
    }

    .uv {
        width: 100%;
    }

    .image1,
    .image2,
    .image3,
    .image4,
    .image5,
    .image6 {
        width: 100%;
    }

    .page {
        width: 100%;
    }

    .page-x {
        padding: 0 20px;
    }

    .page-x img {
        max-width: 100% !important;
    }

    .article {
        width: 100%;
        display: block;
        padding: 0 20px;
    }

    .articlep {
        width: 100%;
    }

    .articlep-img {
        width: 100%;
        max-width: 100%;
    }

    .articlep-img img {
        width: 100%;
    }

    .detalis-img {
        padding-top: 100% !important;
        height: auto;
    }

    .detalis-img .swiper-wrapper {
        top: 0px;
        position: absolute;
    }


    .cotact {
        width: 100%;
        display: block;
        padding: 20px 20px;
        margin-bottom: 0px;
    }

    .cotact-left {
        width: 100%;
    }

    .conact-right img {
        width: 100%;
        height: auto;
    }
}