.category-box{
    padding: 40px 60px 0 60px;
    position: relative;
}
.category{
    width: 100%;
    padding: 0 0 80px 0;
    background-color: #f5f5f5;
}
.swiper-category{
    width: 100%;
}
.swiper-category .swiper-wrapper{
    width: 100%;
}
.swiper-category .swiper-wrapper .swiper-slide{
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-category-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '';
}
.swiper-category-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '';
}
.swiper-category-prev{
    background-color: #09aa4d;
    background-image: url("../myimages/company-swiper-left.png");
    background-size: 12px 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.swiper-category-next{
    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;
}
.swiper-button-next, .swiper-button-prev{
    width: 41px !important;
    height: 61px !important;
}
.swiper-button-prev, .swiper-rtl .swiper-category-prev{
    left: 0 !important;
}
.swiper-button-next, .swiper-rtl .swiper-category-next{
    right: 0 !important;
}
.swiper-category .swiper-wrapper .swiper-category-slide{
}
.swiper-category-slide-box{
    width: 100%;
    transition: all 0.8s;
}
.swiper-category-slide-box .swiper-category-title{
    width: 100%;
}
.swiper-category-slide-box .swiper-category-title p{
    display: block;
    width: 100%;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background-color: #09aa4d;
    padding: 30px 10px 30px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.swiper-category-slide-box .swiper-category-pic{
    width: calc((100% - 60px));
    height: calc((100% - 60px));
    background-color: #ffff;
    margin: 0 auto;
    transition: all 0.8s;
}
.swiper-category-slide-box .swiper-category-pic img{
}
.swiper-category .swiper-wrapper .swiper-category-slide:hover .swiper-category-slide-box .swiper-category-pic{
    background-color: #09aa4d;
}
.swiper-category .swiper-wrapper .swiper-category-slide:hover .swiper-category-slide-box{
    background-color: #09aa4d;
}
.swiper-category .swiper-wrapper .swiper-category-slide:hover .swiper-category-slide-box .swiper-category-title p{
    font-weight: bold;
    font-size: 18px;
}
.category-title{
    text-align: center;
    position: relative;
    padding: 30px 0;
}
.category-title h3{
    text-transform: uppercase;
    font-weight: bold;
    color: #e1e1e5;
    font-size: 84px;
    opacity: 0.5;
}
.category-title h2{
    font-size: 36px;
    font-weight: bold;
    color: #353535;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
}
.category-title h4{
    font-size: 16px;
    color: #696969;
    position: absolute;
    left: 0;
    right: 0;
    top: 130px;
}
.product-news{}
.product-news-box{
    padding: 0 0 60px 0;
}
.swiper-product-news{
    width: 100%;
}
.swiper-product-news .swiper-wrapper{}
.swiper-product-news .swiper-wrapper .swiper-slide{
    width: 100%;
    border: 1px #ddd solid;
}
.swiper-product-news-slide{}
.swiper-product-news-slide-box{
    width: 100%;
    background-color: transparent;
}
.swiper-product-news-slide-pic{
    width: 100%;
    height: 300px;
    padding: 50px 0;
}
.swiper-product-news-slide-pic img{}
.swiper-product-news-slide-box h2{
    color: #373737;
    background-color: #f5f5f5;
    font-size: 16px;
    line-height: 60px;
    padding: 0 10px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    transition: all 0.8s;
}
.swiper-product-news-next{}
.swiper-product-news-prev{}
.slide-pic-ref{
    position: absolute;
    width: 100%;
    height: calc((100% - 60px));
    top: 0;
    background-color: rgba(9,170,97,0.4);
    opacity: 0;
    transition: all 0.8s;
}
.slide-pic-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;
}
.swiper-product-news-slide:hover{
    border: 3px #09aa4d solid;
}
.swiper-product-news-slide:hover .slide-pic-ref{
    opacity: 1;
}
.swiper-product-news-slide:hover .slide-pic-ref img{
    transform: rotate(180deg);
}
.swiper-product-news-slide:hover .swiper-product-news-slide-box h2{
    background-color: #09aa4d;
    color: #fff;
}
.proinfo{
    background-color: #f1f1f1;
}
.proinfo-box{
    width: 100%;
    padding: 60px 0  60px 0;
}
.proinfo-box-top{
    display: flex;
    width: 100%;
    background-color: #fff;
    border: 1px #ddd solid;
}
.proinfo-box-top-left{
    width: 50%;
}
.proinfo-swiper-top{
    height: 80%;
    width: 100%;
    padding: 40px 40px 40px 40px;
    background-color: #fff;
}
.proinfo-swiper-top .swiper-wrapper{}
.proinfo-swiper-top .swiper-wrapper .swiper-slide{
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.proinfo-swiper-top .swiper-wrapper .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.proinfo-swiper-bottom{
    height: 20%;
    box-sizing: border-box;
    padding: 10px 10px 10px 10px;
}
.proinfo-swiper-bottom .swiper-wrapper{}
.proinfo-swiper-bottom .swiper-wrapper .swiper-slide{
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    height: 100%;
    border: 1px #ddd solid;
}
.proinfo-swiper-bottom .swiper-wrapper .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.proinfo-swiper-bottom .swiper-slide-thumb-active {
    opacity: 1;
}
.proinfo-box-top-right{
    width: 50%;
    padding: 0 30px 0 60px;
}
.proinfo-box-top-right h2{
    font-family: auto;
    font-size: 24px;
    color: #09aa4d;
    font-weight: bold;
    padding: 60px 0 6px 0;
    position: relative;
}
.proinfo-box-top-right h2:before{
    display: block;
    content: '';
    width: 17%;
    height: 6px;
    background-color: #09aa4d;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.proinfo-box-top-right h2:after{
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    bottom: 0;
}
.link-info{
    margin: 30px 0 0 0;
    padding: 0 0 20px 0;
    position: relative;
}
.link-info h3{
    text-align: left;
    position: relative;
    padding: 10px 10px 10px 0;
}
.link-info h3 span{
    background-color: #09aa4d;
    color: #fff;
    font-weight: lighter;
    padding: 10px 20px 10px 20px;
}
.link-info h3:after{
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #dddddd;
    position: absolute;
    bottom: 1px;
}
.link-info .link-info-desc{
    padding: 10px 10px 10px 0;
}
.link-info .link-info-desc p{
    font-family: none;
    font-size: 16px;
    font-weight: lighter;
    color: #333;
    line-height: 30px;
    text-align: justify;
}
.link-href{padding: 30px 30px 30px 0;}
.link-href a{
    padding: 15px 40px 15px 40px;
    font-size: 16px;
    color: #333;
    font-weight: lighter;
    margin: 0 30px 0 0;
    border: 1px #ddd solid;
    transition: all 0.6s;
}
.link-href a:first-child{
    border: 1px #09aa4d solid;
    color: #09aa4d;
}
.link-href a:last-child{
    border: 1px #333 solid;
}
.link-href a:first-child:hover{
    background-color: #09aa4d;
    color: #fff;
}
.link-href a:last-child:hover{
    background-color: #09aa4d;
    color: #fff;
    border: 1px #09aa4d solid;
}
.prodetail{
    background-color: rgba(9,170,97,0.1);
}
.prodetail-tab{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1px;
}
.prodetail-tab a{
    width: 25%;
    padding: 20px 40px 20px 40px;
    background-color: #ddd;
    text-align: center;
    font-size: 18px;
    font-weight: lighter;
    color: #333;
    transition: all 0.6s;
}
.prodetail-tab a:first-child{}
.prodetail-tab a:not(:first-child){}
.prodetail-tab-active{
    background-color: #09aa4d !important;
    color: #fff !important;
}
.prodetail-swiper{}
.prodetail-swiper .swiper-wrapper{}
.prodetail-swiper .swiper-wrapper .swiper-slide{
    display: block;
    min-height: 400px;
    text-align: left;
    padding: 30px 30px 30px 30px;
}
/*.prodetail-swiper .swiper-wrapper .swiper-slide p{
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    font-weight: lighter;
    color: #111;
}*/
.prodetail-swiper .swiper-wrapper .swiper-slide img{
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
}
.prodetail-swiper .swiper-wrapper .swiper-slide table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    margin-bottom: 20px;
}
.prodetail-swiper .swiper-wrapper .swiper-slide table tr th {
    width: 50%;
    text-align: center;
    font-size: 15px;
    color: #262626;
    background: #f6f6f6;
    border: 1px solid #e6e6e6;
    line-height: 48px;
    font-weight: bold;
}
.prodetail-swiper .swiper-wrapper .swiper-slide table .firstRow td{
    background-color: #09aa4d;
    color: #fff;
}
.prodetail-swiper .swiper-wrapper .swiper-slide table tr td {
    text-align: center;
    border: 1px solid #ddd;
    line-height: 2rem;
}
.no-goods p{
    text-align: center !important;
}
.index-news{}
.index-news-header{
}
.index-news-swiper{}
.index-news-swiper .swiper-wrapper{}
.index-news-swiper .swiper-wrapper .swiper-slide{
    text-align: center;
    font-size: 18px;
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index-news-swiper .swiper-wrapper .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-news-swiper-pagination{}
.index-news-swiper-pagination span{
    width: 15px;
    height: 15px;
}
.index-news-swiper-slide{
    text-align: left !important;
    font-size: 18px !important;
    padding: 30px 30px 30px 30px;
    overflow: hidden;
}
.index-news-swiper-slide-a{
    display: flex;
    width: 100%;
}
.index-news-swiper-slide .index-news-swiper-pic{
    width: 30%;
    position: relative;
}
.index-news-swiper-slide .index-news-swiper-pic img{}
.index-news-swiper-pic-hover-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    transition: all 0.8s;
    background-color: rgba(9,170,97,0.4);
}
.index-news-swiper-pic-hover-bg img{
    width: 69px !important;
    height: 69px !important;
    object-fit: contain;
    transition: all 0.8s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.index-news-swiper-slide .index-news-swiper-pic:hover .index-news-swiper-pic-hover-bg{
    opacity: 1;
}
.index-news-swiper-slide .index-news-swiper-pic:hover .index-news-swiper-pic-hover-bg img{
    transform: rotate(180deg);
}
.index-news-swiper-slide .index-news-swiper-box{
    width: 70%;
    padding: 0 0 0 30px;
    overflow: hidden;
}
.index-news-swiper-slide .index-news-swiper-box h3{
    font-size: 18px;
    font-weight: lighter;
    color: #666;
    margin: 15px 0;
}
.index-news-swiper-slide .index-news-swiper-box h2{
    font-size: 24px;
    font-weight: bold;
    color: #111;
    margin: 15px 0;
}
.index-news-swiper-slide .index-news-swiper-box h2:hover{
    color: #09aa4d;
}
.index-news-swiper-slide .index-news-swiper-box .index-news-swiper-desc{
    font-size: 14px;
    color: #666;
    margin: 15px 0;
}
.index-news-swiper-slide .index-news-swiper-box .index-news-swiper-more{
    font-size: 16px;
    color: #999;
    font-weight: lighter;
}
.index-news-swiper-slide .index-news-swiper-box .index-news-swiper-more:hover{
    color: #09aa4d;
}
.text-overflow-clamp-3{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-news-list{
    padding: 0 0 60px 0;
}
.index-news-list a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f5f5f5;
    gap: 30px;
    margin: 25px 0;
    padding: 30px 0;
    text-indent: 30px;
    transition: all 0.6s;
}
.index-news-list a h2{
    width: 90%;
    font-size: 16px;
    font-weight: bold;
    color: #111;
}
.index-news-list a span{
    width: 10%;
    font-size: 16px;
    color: #999;
    font-weight: lighter;
}
.index-news-list a:hover{
    background-color: #09aa4d;
}
.index-news-list a:hover h2{
    color: #fff;
}
.index-news-list a:hover span{
    color: #fff;
}
.about-swiper-video{}
.about-swiper-video video{
    width: 100%;
    height: 100%;
    background-color: #111;
}
.footuplkitem03 {
    display: flex;
    gap: 10px;
}
.footuplkitem03 img{
    width: 125px;
}
.footuplkitem04img{}
.yyly{}
.yyly img{
    width: 100%;
}
.prodetail01{
    background-color: #f1f1f1;
}
.prodetail01 .prodetail01-title-div{
    border-top: 1px #ddd solid;
    background-color: #fff;
    border-left: 1px #ddd solid;
    border-right: 1px #ddd solid;
    color: #222;
    font-size: 24px;
    font-weight: bold;
    padding: 1% 0;
    text-indent: 1%;
    text-align: center;
    letter-spacing: 3px;
    font-family: fangsong;
}
.prodetail01-content{
    background-color: #fff;
    border-top: 1px #ddd dashed;
    border-right: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    border-left: 1px #ddd solid;
    padding: 30px 0 0 0;
    padding: 30px 30px 30px 30px;
}
.prodetail01-content img{
    margin: 0 auto;
}
.prodetail01-sp{
    height: 60px;
}