*{
    padding: 0;
    margin: 0;
    box-sizing:border-box;
}
.box{
    width: 100%;
}
.wapper{
    display: block;
    width: 1280px;
    height: 100%;
    margin: 0 auto;
    clear: both;
    padding: 0;
}
.top{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 50px;
}
.top-left{}
.top-right{}
.top01{}
.top02{}
.topitem{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.topspan01{
    font-size: 16px;
    color: #3b3b3b;
}
.topitemright{
    display: flex;
    align-items: center;
    gap: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    height: 50px;
    padding: 0 0 0 25px;
}
.topspan02{
    font-size: 16px;
    color: #3b3b3b;
    display: flex;
    align-items: center;
    gap: 3px;
}
.topiconimg{}
.toplable{}
.topitemlang{
    display: flex;
    align-items: center;
    gap: 3px;
}
.topitemlangimg{}
.topitemlangspan{
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
}
.header{}
.headerbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 105px;
    gap: 60px;
}
.headerspan01{}
.headerlogo{}
.headerlogoh1{}
.headerlogoimg{}
.headerspan02{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 698px;
    height: 100%;
}
.headernav{
    font-size: 18px;
    color: #2b2b2b;
    display: flex;
    height: 100%;
    align-items: center;
    position: relative;
    transition: all 0.8s;
}
.headerline{
    position: absolute;
    width: 0;
    height: 4px;
    background-color: #09aa4d;
    bottom: 0;
    display: none;
    transition: all 1s;
}
.headerlineactive{
    display: block;
    width: 100%;
}
.headernav:hover{
    color: #09aa4d;
}
.headernav:hover .headerline{

}
.headerspan03{
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
}
.headerspan03-span01{
    display: flex;
    align-items: center;
}
.headerspan03-span01-img{}
.headerspan03-span02{
    position: relative;
}
.headerspan03-span02-p01{
    font-size: 16px;
    color: #5c5c5c;
    text-align: justify;
    position: relative;
    top: 3px;
}
.headerspan03-span02-p02{
    font-size: 22px;
    color: #353535;
    font-weight: bold;
    position: relative;
    top: -3px;
}
.bannerswiper{}
.bannerswiperimg{}
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bannerswiper .swiper-button-prev{
    width: 30px;
    height: 52px;
    background-image: url("../myimages/swiper-left.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bannerswiper .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    content: '';
}
/*.bannerswiper  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,265px);
    left: auto;
}*/
.bannerswiper .swiper-button-next{
    width: 30px;
    height: 52px;
    background-image: url("../myimages/swiper-right.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bannerswiper .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    content: '';
}
/*.bannerswiper .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset,265px);
    right: auto;
}*/
.bannerswiper  .swiper-pagination-bullet{
    width: 38px;
    height: 6px;
    background-color: #ffffff;
    border-radius: initial;
    opacity: 1;
}
.bannerswiper  .swiper-pagination-bullet-active{
    background-color: #09aa4d;
}
.xbanner{
    position: relative;
}
.xbannerimg{
    width: 100%;
}
.search{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 90px;
}
.xbannerh2{
    display: block;
    text-align: center;
    height: 50px;
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.searchbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.searchspan01{
    display: flex;
    align-items: center;
    gap: 6px;
    height: 100%;
}
.searchspan01img{}
.searchspan01span{
    font-size: 18px;
    color: #fffefe;
    font-weight: bold;
    display: flex;
    height: 100%;
    align-items: center;
    background-color: #09aa4d;
    white-space: nowrap;
}
.searchsdiv{
    display: flex;
    gap: 40px;
    margin: 0 0 0 40px;
}
.searchspan01a{
    font-size: 16px;
    color: #3d3d3d;
}
.searchspan02{
    display: flex;
    align-items: center;
}
.searchform{
    display: flex;
    align-items: center;
}
.searchspan02input{
    font-size: 14px;
    color: #5e5e5e;
    width: 248px;
    height: 52px;
    text-indent: 27px;
}
.searchspan02btn{
    width: 56px;
    height: 52px;
    background-color: #09aa4d;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.searchspan02btnimg{}
.crumbs{
    background-color: #09aa4d;
    line-height: 60px;
}
.crumbsbox{}
.crumbsitem{
    display: flex;
    align-items: center;
    color: #fff;
    gap: 3px;
}
.crumbsitemimg{
    height: 32px;
}
.crumbsitem a{
    font-size: 16px;
    color: #fff;
}
.tedian{}
.tedianbox{}
.tedianboxul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 280px;
    gap: 10px;
}
.tedianboxulli{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
    position: relative;
    transition: all 0.5s;
}
.tedianboxulli:after{
    display: block;
    content: '';
    width: 1px;
    height: 110px;
    background-color: #e8e8e8;
    position: absolute;
    right: 0;
    bottom: 0;
}
.tedianboxulli:last-child:after{
    display: none;
}
.tedianboxulliimg{
    margin: 10px auto;
    transition: all 1s;
}
.tedianboxullih2{
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    color: #3d3d3d;
    line-height: 30px;
}
.tedianboxullip{
    width: 100%;
    font-size: 18px;
    color: #545454;
    line-height: 30px;
}
.tedianboxulli:hover{

}
.tedianboxulli:hover:after{
    display: none;
}
.tedianboxulli:hover .tedianboxulliimg{
    filter: brightness(100%);
}
.tedianboxulli:hover .tedianboxullih2{
    color: #09aa4d;
}
.tedianboxulli:hover .tedianboxullip{
    color: #09aa4d;
}
.product{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 0 0 80px 0;
}
.productbox{

}
.producttext{
    text-align: center;
    position: relative;
    padding: 30px 0;
}
.producttextp01{
    text-transform: uppercase;
    font-weight: bold;
    color: #e1e1e5;
    font-size: 84px;
    opacity: 0.5;
}
.producttexth2{
    font-size: 36px;
    font-weight: bold;
    color: #353535;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
}
.producttextp02{
    font-size: 16px;
    color: #696969;
    position: absolute;
    left: 0;
    right: 0;
    top: 130px;
}
.productlist{
    display: flex;
    justify-content: space-between;
}
.productlistleft{
    width: 260px;
}
.productlistlefthead{
    height: 90px;
    background-color: #09aa4d;
    padding: 15px 0 15px 30px;
}
.productlistleftheadh2{
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
}
.productlistleftheadp{
    font-size: 12px;
    color: #f2f2f2;
    text-transform: uppercase;
}
.productlistleftmenu{
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0 0 0;
}
.productlistleftmenua{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-indent: 30px;
    background-color: #fff;
    font-size: 16px;
    color: #3a3a3a;
    transition: all 0.8s;
}
.productlistleftmenua:hover{
    background-color: #09aa4d;
    color: #fff;
}
.productlistleftlink{
    height: 125px;
    background-color: #09aa4d;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.productlistleftlinkpic{}
.productlistleftlinkpic{}
.productlistleftlinkimg{}
.productlistleftlinktel{}
.productlistleftlinktelp{
    font-size: 14px;
    color: #ffffff;
    text-align: justify;
    text-align-last: justify;
}
.productlistleftlinktelh2{
    font-size: 26px;
    color: #ffffff;
    font-weight: bold;
}
.productlistright{
    width: 985px;
    display: flex;
    flex-wrap: wrap;
}

.productlistrightwapper {
    width: 100%;
    height: 631px;
    margin-left: auto;
    margin-right: auto;
}
.productlistrightwapper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2) !important;

    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
}

.productlistrightitem{
    display: block;
    width: 100%;
    height: 302px;
}
.productlistrightitempic{
    height: 247px;
    position: relative;
    border: 1px #ebebeb solid;
}
.productlistrightitempic01{

}
.productlistrightitemimg{
    width: 100%;
}
.productlistrightitemp{
    display: block;
    height: 52px;
    line-height: 52px;
    background-color: #fff;
    font-size: 16px;
    color: #373737;
    text-align: center;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    transition: all 0.8s;
}
.pic-box-ref{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    __background-image: url("../myimages/pic-box-ref-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(9,170,97,0.4);
    opacity: 0;
    transition: all 0.8s;
}
.pic-box-ref img{
    width: 69px;
    height: 69px;
    object-fit: contain;
    transition: all 0.8s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.pic-box-hover:hover{

}
.pic-box-hover:hover .pic-box-ref{
    opacity: 1;
}
.pic-box-hover:hover .pic-box-ref img{
    transform: rotate(180deg);
}
.pic-box-hover:hover .pic-box-ref-text{
    background-color: #09aa4d;
    color: #fff;
}
.productlistpage{}
.adv{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 301px;
}
.advbox{
    display: flex;
    align-items: center;
    height: 100%;
}
.advitem{margin: 0 0 0 340px;}
.advitemlogo{
    margin: 1% 0;
}
.advitemh2{
    font-size: 34px;
    color: #ffffff;
    font-weight: bold;
    margin: 1% 0;
}
.advitemp{
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 1% 0;
}
.advitema{
    width: 144px;
    height: 46px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 1% 0;
    transition: all 0.8s;
}
.advitemaimg{
    transition: all 0.8s;
}
.advitemaspan{
    font-size: 16px;
    color: #616161;
    transition: all 0.8s;
}
.advitema:hover{

    background-color: #353535;
}
.advitema:hover .advitemaimg{

    filter: brightness(0%)invert(100%);
}
.advitema:hover .advitemaspan{

    color: #fff;
}
.ys{
    padding: 0 0 80px 0;
}
.ysbox{}
.ystext{
    text-align: center;
    position: relative;
    padding: 30px 0;
    margin: 15px 0 0 0;
}
.ysp01{
    text-transform: uppercase;
    font-weight: bold;
    color: #e1e1e5;
    font-size: 84px;
    opacity: 0.5;
}
.ysh2{
    font-size: 36px;
    font-weight: bold;
    color: #353535;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
}
.ysp02{
    font-size: 16px;
    color: #696969;
    position: absolute;
    left: 0;
    right: 0;
    top: 130px;
}
.ysheader{}
.ysheaderul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ysheaderulli{}
.ysheaderulliitem{
}
.ysheaderulliitembox{
    display: flex;
    align-items: center;
    gap: 6px;
}
.ysheaderulliitemboxpic{}
.ysheaderulliitemboximg{}
.ysheaderulliitemboxtext{}
.ysheaderulliitemboxtexth3{
    font-size: 24px;
    color: #3f3f3f;
    font-weight: bold;
    transition: all 0.8s;
}
.ysheaderulliitemboxtextp{
    font-size: 14px;
    color: #6e6e6e;
    font-weight: lighter;
    transition: all 0.8s;
}
.ysheaderulli:hover{
    cursor: pointer;
}
.ysheaderulli:hover .ysheaderulliitemboxtexth3{
    color: #09aa4d;
}
.ysheaderulli:hover .ysheaderulliitemboxtextp{
    color: #09aa4d;
}
.ysbody{
    margin: 30px 0 0 0;
}
.ysbodyswiper{}
.ysbodyswiper .swiper-wrapper{}
.ysbodyswiper .swiper-wrapper .swiper-slide{
    height: 472px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.ysbodyitem{
    width: 445px;
    height: 244px;
    background-color: #fff;
    position: absolute;
    right: 85px;
    top: 100px;
}
.ysbodyitemup{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin: 50px 0 0 40px;
}
.ysbodyitemupnum{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 56px;
    background-color: #09aa4d;
}
.ysbodyitemupnumsapn{
    font-size: 24px;
    color: #fff;
}
.ysbodyitemuptext{
    text-align: left;
}
.ysbodyitemuptexth3{
    font-size: 24px;
    color: #3f3f3f;
    font-weight: bold;
}
.ysbodyitemuptextp{
    font-size: 14px;
    color: #6e6e6e;
    font-weight: lighter;
}
.ysbodyitemdown{
    margin: 10px 0 0 40px;
}
.ysbodyitemdownp{
    width: 310px;
    font-size: 14px;
    color: #525252;
    text-align: left;
    text-shadow: 0px 0px 1px #333;
}
.about{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 740px;
}
.aboutbox{}
.abouttext{
    text-align: center;
    position: relative;
    padding: 30px 0;
    margin: 15px 0 0 0;
}
.aboutp01{
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 84px;
    opacity: 0.1;
}
.abouth2{
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
}
.aboutp02{
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    top: 130px;
}
.aboutul{
    display: flex;
}
.aboutulli{
    width: 50%;
}
.aboutulli01{}
.aboutswiper{}
.aboutswiper .swiper-slide{}
.aboutswiperimg{}
.aboutswiper .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '';
}
.aboutswiper .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '';
}
.aboutswiperprev{
    background-color: #09aa4d;
    background-image: url("../myimages/company-swiper-left.png");
    background-size: 12px 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.aboutswipernext{
    background-color: rgba(0,0,0,0.5);
    background-image: url("../myimages/company-swiper-right.png");
    background-size: 12px 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.aboutswiper .swiper-button-next, .swiper-button-prev{
    width: 41px !important;
    height: 61px !important;
}
.aboutswiper .swiper-button-prev, .swiper-rtl .swiper-button-next{
    left: 0 !important;
}
.aboutswiper .swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: 0 !important;
}

.aboutulli02{
    background-color: #fff;
}
.aboutitem{
    width: 566px;
    margin: 0 auto;
}
.aboutitemp01{
    font-size: 18px;
    color: #484848;
    line-height: 26px;
    margin: 73px 0 0 45px;
}
.aboutitemh3{
    font-size: 32px;
    line-height: 32px;
    color: #3c3c3c;
    font-weight: bold;
    margin: 10px 0 0  45px;
}
.aboutitempage{
    margin: 17px 0 0 45px;
}
.aboutpagination{}
.aboutitemp02{
    font-size: 14px;
    line-height: 26px;
    color: #5b5b5b;
    text-align: justify;
    margin: 25px 0 0 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.aboutitembtn{
    display: flex;
    gap: 10px;
    margin: 44px 0 0 45px;
}
.aboutitembtna{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 125px;
    height: 45px;
    gap: 6px;
}
.aboutitembtna01{
    background-color: #f1f1f1;
    transition: all 0.8s;
}
.aboutitembtnaimg{

}
.aboutitembtnapspan{}

.aboutitembtna02{
    background-color: #f1f1f1;
}
.aboutitembtnapspan01{
    font-size: 14px;
    color: #383838;
    font-weight: lighter;
}
.aboutitembtnapspan02{
    font-size: 14px;
    color: #383838;
    font-weight: lighter;
}
.aboutitembtna01:hover{
    background-color: #09aa4d;
}
.aboutitembtna01:hover .aboutitembtnaimg{
    filter: brightness(0%)invert(100%);
}
.aboutitembtna01:hover .aboutitembtnapspan01{
    color: #ffffff;
}
.aboutitembtna02:hover{
    background-color: #09aa4d;
}
.aboutitembtna02:hover .aboutitembtnaimg{
    filter: brightness(0%)invert(100%);
}
.aboutitembtna02:hover .aboutitembtnapspan02{
    color: #ffffff;
}
.news{
    padding: 0 0 80px 0;
}
.newsbox{}
.newstext{
    text-align: center;
    position: relative;
    padding: 30px 0;
    margin: 15px 0 0 0;
}
.newstextp01{
    text-transform: uppercase;
    font-weight: bold;
    color: #e1e1e5;
    font-size: 84px;
    opacity: 0.5;
}
.newstexth2{
    font-size: 36px;
    font-weight: bold;
    color: #353535;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
}
.newstextp02{
    font-size: 16px;
    color: #696969;
    position: absolute;
    left: 0;
    right: 0;
    top: 130px;
}
.newsitemswiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.newsitemswiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2) !important;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
}
.newsitembox{
    width: 390px;
    background-color: #f6f6f6;
    text-align: left;
    border: 1px #ebebeb solid;
}
.newsitemswiperpic{
    height: 270px;
    overflow: hidden;
    position: relative;
}
.news-pic-box-ref{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    transition: all 0.8s;
    background-color: rgba(9,170,97,0.4);
}
.news-pic-box-ref img{
    width: 69px;
    height: 69px;
    object-fit: contain;
    transition: all 0.8s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.newsitemswiperimg{
    transition: all 0.8s;
}
.newsitemswipertext{}
.newsitemswipertextp01{
    font-size: 14px;
    color: #313131;
    margin: 20px 20px 0 25px;
}
.newsitemswipertexth3{
    font-size: 20px;
    font-weight: bold;
    color: #313131;
    margin: 20px 20px 0 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newsitemswipertextp02{
    height: 42px;
    font-size: 14px;
    color: #4e4e4e;
    margin: 20px 20px 0 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.newsitemswipertexta{
    display: block;
    width: 56px;
    margin: 20px 20px 20px 25px;
}
.newsitemswipertextaspan01{
    font-size: 14px;
    color: #4e4e4e;
}
.newsitemswipertextaspan02{
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ddd;
}
.newsitembox:hover{
    cursor: pointer;
}
.newsitembox:hover .newsitemswiperimg{

}
.newsitembox:hover .news-pic-box-ref{
    opacity: 1;
}
.newsitembox:hover .news-pic-box-ref img{
    transform: rotate(180deg);
}
.newsitembox:hover .newsitemswipertextp01{

}
.newsitembox:hover .newsitemswipertexth3{
    color: #09aa4d;
}
.newsitembox:hover .newsitemswipertextp02{

}
.newsitembox:hover .newsitemswipertexta{}
.newsitembox:hover .newsitemswipertexta .newsitemswipertextaspan01{
    color: #09aa4d;
}
.newsitembox:hover .newsitemswipertexta .newsitemswipertextaspan02{
    background-color: #09aa4d;
}
.foot{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 454px;
    position: relative;
}
.footbox{}
.footup{}
.footuptop{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 130px;
    position: relative;
}
.footuptopimg{}
.footuptopright{
    display: flex;
    align-items: center;
    gap: 6px;
}
.footuptopright01{}
.footuptoprightlist{}
.footuptoprightlistimg{}
.footuptoprightmark{
}
.footuptoprightmarkp{
    font-size: 14px;
    color: #ffffff;
    line-height: 25px;
}
.footuptoprightmarkh3{
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    line-height: 25px;
}
.footuptopright02{}
.footuptopright03{}
.footuplk{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 6px 0 0 0;
}
.footuplkitem{}
.footuplkitem01{}
.footuplkitem01dh{
    display: flex;
    gap: 10px;
    margin: 0 0 15px 0;
}
.footuplkitem01dhh3{
    font-size: 26px;
    color: #ffffff;
    font-weight: bold;
}
.footuplkitem01dhp{
    font-size: 14px;
    color: #ffffff;
    opacity: 0.6;
    text-transform: uppercase;
}
.footuplkitemline{
    display: block;
    width: 28px;
    height: 3px;
    background-color: #09aa4d;
}
.footuplkitem01line{}
.footuplkitem01alk{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 245px;
    gap: 10px;
    margin: 15px 0 0 0;
}
.footuplkitem01a{
    font-size: 14px;
    color: #ffffff;
    line-height: 25px;
    transition: all 0.8s;
}
.footuplkitem01a:hover{
    color: #09aa4d;
}
.footuplkitem02{}
.footuplkitem02dh{
    display: flex;
    gap: 10px;
    margin: 0 0 15px 0;
}
.footuplkitem02dhh3{
    font-size: 26px;
    color: #ffffff;
    font-weight: bold;
}
.footuplkitem02dhp{
    font-size: 14px;
    color: #ffffff;
    opacity: 0.6;
    text-transform: uppercase;
}
.footuplkitem02line{}
.footuplkitem02alk{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 528px;
    gap: 15px;
    margin: 15px 0 0 0;
}
.footuplkitem02a{
    font-size: 14px;
    color: #ffffff;
    line-height: 25px;
    transition: all 0.8s;
}
.footuplkitem02a:hover{
    color: #09aa4d;
}
.footuplkitem03{}
.footuplkitem03img{}
.footdown{
    width: 100%;
    height: 62px;
    background-color: #09aa4d;
    position: absolute;
    bottom: 0;
}
.footdownbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    color: #fff;
    font-size: 14px;
}
.footdownp{}
.footdowna{
    color: #fff;
}

.lists{
    background-color: #f1f1f1;
}
.listsbox{}
.listsitem{
    display: flex;
    justify-content: space-between;
    padding: 60px 0 60px 0;
}
.silder{

}
.silderleft{
    width: 260px;
}
.silderlefthead{
    height: 90px;
    background-color: #09aa4d;
    padding: 15px 0 15px 30px;
}
.silderleftheadh2{
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
}
.silderleftheadp{
    font-size: 12px;
    color: #f2f2f2;
    text-transform: uppercase;
}
.silderleftmenu{
    display: flex;
    flex-wrap: wrap;
    margin: 12px 0 0 0;
}
.silderleftmenua{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-indent: 30px;
    background-color: #fff;
    font-size: 16px;
    color: #3a3a3a;
    transition: all 0.5s;
}
.silderleftmenua:hover{
    background-color: #09aa4d !important;
    color: #fff;
}
.silderleftlink{
    height: 125px;
    background-color: #09aa4d;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.silderleftlinkpic{}
.silderlefttlinkimg{}
.silderlefttel{}
.silderlefttelp{
    font-size: 14px;
    color: #ffffff;
    text-align: justify;
    text-align-last: justify;
}
.silderlefttelh2{
    font-size: 26px;
    color: #ffffff;
    font-weight: bold;
}
.listsright{
    width: 990px;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.listsrightswiper {
    width: 100%;
    height: 631px;
    margin-left: auto;
    margin-right: auto;
}
.listsrightswiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2) !important;

    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
}

.listsrightswiperitem{
    display: block;
    width: 100%;
    height: 100%;
}
.listsrightswiperitempic{
    height: 247px;
    position: relative;
}
.listsrightswiperitemimg{
    width: 100%;
}
.listsrightswiperitemitemp{
    height: 52px;
    background-color: #fff;
    font-size: 16px;
    color: #373737;
    line-height: 52px;
    text-align: center;
    border-top: 1px #ebebeb solid;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    transition: all 0.8s;
}
.newsitem01{
    width: 100%;
    height: 982px;
}
.newslists{
    background-color: #f1f1f1;
}
.companylists{
    width: 100%;
    min-height: 470px;
    padding: 30px;
}
.contactlists{
    width: 100%;
    background-color: #fff;
}
.contactul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: #09aa4d;
    padding: 10px 0 10px 0;
}
.contactli{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    color: #fff;
    padding: 10px;
}
.contactli img{}
.contactli .contactlink{}
.contactli .contactlink p{
    font-size: 14px;
    color: #fff;
}
.contactli .contactlink h3{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.map{
    width: 100%;
    height: 400px;
    position: relative;
    margin: 60px 0 0 0;
    border: 1px #ddd solid;
}
#dituContent{
    width: 100%;
    height: 100%;
}
.newsitembox01{

    background-color: #fff;
}

.messageinner{}
.messageinner .de-message {
    overflow: hidden;
}
.messageinner .de-message .tips {
    font-size: 13px;
    line-height: 55px;
    color: #737373;
    text-align: center;
    padding: 0 0 20px 0;
}
.messageinner .de-message .mes-form {
    overflow: hidden;
}
.messageinner .de-message .mes-form .form-tr {
    overflow: hidden;
}
.messageinner .de-message .mes-form .form-tr input {
    display: block;
    width: 97%;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #e6e6e6;
}
.messageinner .de-message .mes-form .form-tr textarea {
    display: block;
    width: 97%;
    padding: 5px 10px;
    height: 168px;
    border: 1px solid #e6e6e6;
}
.messageinner .de-message .mes-form .form-tr .code {
    overflow: hidden;
}
.messageinner .de-message .mes-form .form-tr .code input {
    width: 79%;
    float: left;
}
.messageinner .de-message .mes-form .form-tr .code .verify {
    cursor: pointer;
    float: left;
    margin-left: 25px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 0;
}
.messageinner .de-message .mes-form .form-tr .code .verify img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.messageinner .de-message .mes-form .form-tr .submit {
    margin-top: 15px;
    display: block;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #09aa4d;
    color: #fff;
    font-size: 15px;
}
.messageinner .de-message .mes-form .form-tr .submit:hover {
    background: #0058b1;
}
.messageinner .de-message .mes-form .form-tr .error {
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #f00;
    padding: 0 5px;
}

.companylistsright{}

.companylistsright .news-detail-content {
    padding: 0 18px;
}
.companylistsright .news-detail-content .news-detail-title {
    padding-bottom: 15px;
    border-bottom: 1px dashed #ededed;
    text-align: center;
    margin-bottom: 15px;
}
.companylistsright .news-detail-content .news-detail-title .h3 {
    font-size: 18px;
    color: #323232;
    line-height: 24px;
    font-weight: bold;
    margin: 25px 0 10px;
}
.companylistsright .news-detail-content .news-detail-title .b {
    font-size: 13px;
    color: #999999;
    line-height: 20px;
}
.companylistsright .news-detail-content .news-detail {
    padding: 0 12px 30px;
}
.companylistsright .news-detail-content .news-detail p {
    font-size: 14px;
    color: #595959;
    line-height: 24px;
}
.companylistsright .news-detail-content .news-detail img {
    max-width: 100%;
    margin: 0 auto;
}
.newsPage {
    padding: 0 12px;
    font-size: 16px;
    color: #737373;
    line-height: 30px;
    margin: 30px 0 30px;
}
.newsPage a {
    color: #777777;
}
.newsPage a:hover {
    color: #237ed2;
}
.companylistsrightpic{
    padding: 0 0 30px 0;
    min-height: 150px;
    max-height: 400px;
}
.companylistsrightpic img{
    height: 100%;
    margin: 0 auto;
}

.parm{}
.parm table.contentTab {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    margin-bottom: 20px;
}
.parm table.contentTab tr th {
    width: 50%;
    text-align: center;
    font-size: 15px;
    color: #262626;
    background: #f6f6f6;
    border: 1px solid #e6e6e6;
    line-height: 48px;
    font-weight: bold;
}
.parm table.contentTab tr td {
    line-height: 45px;
    color: #595959;
    font-size: 15px;
    text-align: center;
    border: 1px solid #e6e6e6;
}
#centertitle{
    color: #09aa4d;
}
.fix{
    display: block;
    width: 77px;
    position: fixed;
    right: 163px;
    top:384px;
    z-index: 99999;
}
.fix01{
    display: block;
    background-image: url("../myimages/fix-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 1s;
    width: 77px;
    height: 73px;
    position: relative;
    text-align: center;
}
.fix01:hover{
    background-image: url("../myimages/fix-green-bg.png");
}
.fix01 p{
    font-size: 12px;
    color: #fff;
    height: 18px;
    position: absolute;
    top: 45px;
    right: 0;
    left: 0;
    margin: auto;
}
.fix01-img{
    height: 27px;
    position: absolute;
    top: 15px;
    right: 0;
    left: 0;
    margin: auto;
}
.fix02{
    display: block;
    background-image: url("../myimages/fix-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 1s;
    width: 77px;
    height: 73px;
    position: relative;
    margin: 8px 0 0 0;
    text-align: center;
}
.fix02:hover{
    background-image: url("../myimages/fix-green-bg.png");
}
.fix02-img{
    height: 27px;
    position: absolute;
    top: 15px;
    right: 0;
    left: 0;
    margin: auto;
}
.fix02 p{
    font-size: 12px;
    color: #fff;
    height: 18px;
    position: absolute;
    top: 45px;
    right: 0;
    left: 0;
    margin: auto;
}
.fix02-box{
    transition: all 1s;
    display: none;
}
.fix02-box span{font-size: 16px;color: #fff;font-weight: lighter;letter-spacing: 1px;}
.fix02:hover .fix02-box{
    position: absolute;
    left: -151px;
    background-color: #09aa4d;
    height: 73px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fix03{
    display: block;
    background-image: url("../myimages/fix-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 1s;
    width: 77px;
    height: 73px;
    position: relative;
    margin: 8px 0 0 0;
    text-align: center;
}
.fix03:hover{
    background-image: url("../myimages/fix-green-bg.png");
}
.fix03-img{
    height: 27px;
    position: absolute;
    top: 15px;
    right: 0;
    left: 0;
    margin: auto;
}
.fix03 p{
    font-size: 12px;
    color: #fff;
    height: 18px;
    position: absolute;
    top: 45px;
    right: 0;
    left: 0;
    margin: auto;
}
.fix03-box{
    transition: all 1s;
    display: none;
}
.fix03-box .fix03-box-img{
    width: 150px;
    height: 150px;
}
.fix03:hover .fix03-box{

    position: absolute;

    left: -157px;

    background-color: #09aa4d;

    height: 150px;

    width: 150px;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 3px;
}
.fix04{
    display: block;
    background-image: url("../myimages/fix-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 1s;
    width: 77px;
    height: 73px;
    position: relative;
    margin: 8px 0 0 0;
    text-align: center;
}
.fix04:hover{
    background-image: url("../myimages/fix-green-bg.png");
}
.fix04-img{
    height: 27px;
    position: absolute;
    top: 15px;
    right: 0;
    left: 0;
    margin: auto;
}
.fix04 p{
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    height: 18px;
    position: absolute;
    top: 45px;
    right: 0;
    left: 0;
    margin: auto;
}
.clear{
    clear: both;
}
.compnay-content{
    font-size: 18px;
    text-align: justify;
    font-weight: lighter;
}
.company-slider{
    width: 100%;
    height: 300px;
    padding: 30px 0 30px 0;
}
.companyswiper{
    width: 100%;
    height: 100%;
}
.companyswiper .companyimg{
    object-fit: contain;
}
.companyswiper .companyswipernext{}
.companyswiper .companyswiperprev{}
.company-bg{
    background-color: #fff;
}
.company-foot{
    width: 100%;
    height: 60px;
}
.goods-top{

    display: flex;

    padding: 30px 0;
}
.goods-left{
    width: 50%;
}
.goodsswiper{}
.goodsswipernext{}
.goodsswiperprev{}
.goodsswiperimg{
}
.goodsswiperpagination{}
.goods-right{
    width: 50%;
}
.goods-right h2{

    font-size: 34px;

    font-weight: bold;

    margin: 0 0 20px 0;
}
.submit{
    display: block;
    width: 155px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #09aa4d;
    color: #fff;
    font-size: 14px;
    margin: 30px 0 0 0;
}
.submit:hover {
    background: #0058b1;
}
.goods-item{
    padding: 60px 0 0 0;
}
.goods-item-title{
    background-color: #f1f1f1;
}
.goods-item-title p{
    display: block;
    width: 114px;
    height: 40px;
    line-height: 40px;
    background-color: #09aa4d;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.goods-item-box{
    padding: 15px;
}
.goods-item-box img{
    max-width: 100%;
}
.md30{
    padding: 30px 0 30px 0;
}
.company-nav{
    text-align: center;
}
.company-nav h3{
    font-size: 32px;
    color: #292929;
    font-weight: bold;
}
.company-nav h3 span{

}
.company-nav p{
    font-size: 16px;
    color: #09aa4d;
}
.company-content{
    font-size: 18px;
    color: #333;
    font-weight: lighter;
    text-align: justify;
    padding: 0 0 60px 0;
}
.company-content img{
    margin: 20px auto;
}

.yy{
    display: block;
    width: 100%;
    height: 600px;
    height: auto;
    background-image: url("../myimages/yy-bg.jpg?v=1.0.1");
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 120px 0 120px 0;
}
.company-nav-yy{}
.company-nav-yy h3{
    color: #292929;
}
.company-nav-yy p{
    color: #09aa4d;
}
.yyswiper{
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.yyswiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2) !important;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.yyswiper .yyswiper-item{}
.yyswiper .yyswiper-item .yyswiper-pic{
    display: block;
    width: 100%;
    overflow: hidden;
}
.yyswiper .yyswiper-item .yyswiper-pic img{
    transition: all 0.8s;
}
.yyswiper .yyswiper-item p{
    display: block;
    width: 100%;
    background-color: #ddd;
    padding: 20px 0;
    font-size: 14px;
    transition: all 0.8s;
}
.yyswiper .yyswiper-item:hover{}
.yyswiper .yyswiper-item:hover .yyswiper-pic img{
    transform: scale(1.1,1.1);
}
.yyswiper .yyswiper-item:hover p{
    background-color: #09aa4d;
    color: #fff;
}
.yy-body{
    background-color: rgba(255,255,255,1);
    padding: 30px;
}
.zizhi{
    display: block;
    width: 100%;
    padding: 0 0 60px 0;
}
.zizhiswiper{
    width: 100%;
    height: 100%;
}
.zizhiswiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.zizhiswiper .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
}
.zizhiswiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zizhiswiper .zizhiswiper-pic{
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}
.zizhiswiper p{
    font-size: 14px;
    line-height: 60px;
    text-align: center;
    background-color: #ddd;
    color: #2e2e2e;
}
.zizhiswiper a:hover{}
.zizhiswiper a:hover img{}
.zizhiswiper a:hover p{}

.crumbs-box{
    background: url("../myimages/crumbs-bg.jpg") no-repeat center;
    border-bottom: 1px #ddd solid;
}
.crumbs-item{}
.crumbs-inner{
    display: flex;
    align-items: center;
    height: 80px;
    font-size: 14px;
    color: #636363;
}
.crumbs-inner .crumbs-inner-pic{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 125px;
    padding: 0 10px 0 0;
    background-color: #09aa4d;
    height: 100%;
}
.crumbs-inner .crumbs-inner-pic img{
}
.crumbs-inner p{
    margin: 0 0 0 30px;
    font-size: 14px;
    color: #999;
}
.crumbs-inner .crumbs-inner-more{
    color: #999;
    font-size: 14px;
    font-weight: lighter;
}
.crumbs-inner .crumbs-inner-more a{
    color: #636363;
}
.md01{
    padding: 60px 0 30px 0;
}
.md02{
    padding: 60px 0 60px 0;
}
.bg01{
    background-color: #f1f1f1;
}
.inner-news{
    width: 100%;
    border: 1px solid #eee;
    box-shadow: 0 0 30px rgb(0 0 0 / 8%);
    background: #fff;
    padding: 60px 60px 0 60px;
}
.inner-news-box{}
.inner-news-title{
    text-align: center;
}
.inner-news-title h2{
    font-size: 32px;
    color: #333;
}
.inner-news-more{
    line-height: 25px;
    margin-bottom: 31px;
    padding: 5px 10px;
    color: #777;
    border-bottom: 1px solid #eee;
    position: relative;
    text-align: center;
}
.inner-news-more span{
    margin-right: 30px;
}
.inner-news-pic{}
.inner-news-pic img{
    margin: 0 auto;
}
.inner-news-content{
    font-size: 16px;
    color: #737373;
    line-height: 30px;
}
.inner-news-page{}
.goodsinfo-item{
    display: flex;
    justify-content: space-between;
    padding: 60px 0 60px 0;
}
.goodsinfo-item-left{}
.goodsinfo-item-right{
    width: 990px;
}
.goodsinfo-box{
    display: flex;
    justify-content: space-between;
}
.goodsinfo-left{
    width: 460px;
    border: 2px solid #eee;
}
.goodsinfo-item-left .silderleftmenu .silderleftmenua{
    background-color: #f1f1f1;
}
.goodsswiper{}
.goodsswiperimg{}
.goodsinfo-right{
    width: 480px;
}
.goodsinfo-right-h2{
    font-size: 26px;
    color: #282828;
    font-weight: bold;
    margin-bottom: 20px;
}
.goodsinfo-right-more-info{
    font-size: 14px;
    color: #4b4b4b;
    line-height: 30px;
}
.goodsinfo-right-tel{
    padding: 20px 0 0 0;
}
.contact-box{

    padding: 60px 0 60px 0;
}
.contact-box-h2{
    font-size: 30px;
    color: #292929;
    font-weight: bold;
    text-align: center;
}
.contact-box-p{
    font-size: 16px;
    color: #292929;
    text-align: center;
}
.contact-box-map{
    background-color: #fff;
    position: absolute;
    top: 70px;
    left: 30px;
    padding: 40px 30px;
}
.contact-box-map h2{
    font-size: 24px;
}
.contact-box-link{
    font-size: 14px;
    color: #666;
    line-height: 25px;
}
.mesbox{
    padding: 60px 0 60px 0;
}
.mesbox .inputbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mesbox .inputbox .list{
    width: 32%;
}
.mesbox .a1{
    font-size:14px;
    color:#4e4e4e;
    margin-bottom: 7px;
}
.mesbox input {
    line-height: 55px;
    background: #f3f3f3;
    width: 100%;
    outline: none;
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
    text-indent: 8px;
}


.mesbox textarea {
    width: 100%;
    height: 180px;
    background: #f3f3f3;
    outline: none;
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
    padding: 25px 8px;
}

.mesbox .yanzheng input {
    float: left;
    width: 32%;
}

.mesbox .yanzheng .verify {
    float: left;
    width: 145px;
    height: 55px;
    margin-left: 2%;
}

.mesbox .yanzheng .verify #verifyImg {
    width: 100%;
    height: 100%;
}

.mesbox .abox {
    margin-top: 2%;
}

.mesbox .submit01 {
    float: right;
    display: inline-block;
    line-height: 55px;
    width: 52.5%;
    text-align: center;
    font-size: 17px;
    color: #fff;
    background: #09aa4d;
}


.mesbox .submit01:hover {
    background: #1144a3;
}
.newsitem02{
    height: 750px;
}
.newsitemswiper02 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.newsitemswiper02 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2) !important;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
}
.newsitemswiper02 a{
    display: block;
    width: 100%;
}
.newsitemswiper02 .list-box{
    display: block;
    width: 100%;
    border: 1px #ebebeb solid;
}
.newsitemswiper02 .list-pic{
    height: 300px;
    position: relative;
}
.newsitemswiper02 .list-pic img{}
.newsitemswiper02 p{
    font-size: 14px;
    color: #666;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #ddd;
    transition: all 0.5s;
}
.box-ref{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    transition: all 0.8s;
    background-color: rgba(9,170,97,0.4);
}
.box-ref img{
    width: 69px;
    height: 69px;
    object-fit: contain;
    transition: all 0.8s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.box-ref-hover:hover{}
.box-ref-hover:hover .box-ref{
    opacity: 1;
}
.box-ref-hover:hover .box-ref img{
    transform: rotate(180deg);
}
.box-ref-hover:hover p{
    background-color: #09aa4d;
    color: #fff;
}
.newsitemswiper01 {
    width: 100%;
    height: 1015px;
    margin-left: auto;
    margin-right: auto;
}
.newsitemswiper01 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2) !important;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
}
.newsitemswiper01 a{
    display: block;
    width: 406.667px;
}
.newsitembox02{
    display: block;
    width: 100%;
}
.newsitemswiperpic02{
    width: 100%;
}
.no-goods, .no-network {
    width: 100%;
    background-color: #fff;
    padding-top: 100px;
    overflow: hidden;
    text-align: center;
}
/*apply*/
.index-apply{
    height: 674px;
    background-color: #f9f8f7;
    background-image: url(../myimages/apply-bg.jpg?v=1.0.1);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.index-apply-box{
    overflow: hidden;
}
.index-apply-item{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    width: 190px;
}
.index-apply-item .index-apply-pic{
    width: 192px;
    height: 138px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: all 0.8s;
}
.index-apply-item .index-apply-pic img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.index-apply-item .index-apply-text{
    text-align: center;
}
.index-apply-item .index-apply-text p{
    font-size: 18px;
    color: #454545;
    white-space: nowrap;
}
.index-apply-first{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: nowrap;
}
.index-apply-first .index-apply-item{}
.index-apply-first .index-apply-item .index-apply-pic{}
.index-apply-first .index-apply-item .index-apply-pic img{}
.index-apply-first .index-apply-item .index-apply-text{}
.index-apply-first .index-apply-item .index-apply-text p{}
.index-apply-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin: 35px 0 0 0;
}
.index-apply-list .index-apply-item .index-apply-pic{}
.index-apply-list .index-apply-item .index-apply-pic img{}
.index-apply-list .index-apply-item .index-apply-text{}
.index-apply-list .index-apply-item .index-apply-text p{}
.index-apply-item:hover{}
.index-apply-item:hover .index-apply-pic{
    background-color: #09aa4d;
}
.index-apply-item:hover .index-apply-pic img{
    filter: brightness(100);
}
.index-apply-item:hover .index-apply-text{}
.index-apply-item:hover .index-apply-text p{
    color: #09aa4d;
}
#category-title-apply-h3{
    color: #353535;
    opacity: 0.1;
}