.appmk1 .title {
    display: flex;
    font-family: 'Roboto-Bold';
    font-weight: 600;
    font-size: 32px;
    color: #000000;
    margin-bottom: 35px;
}

.caiseheaderbox {
    margin-right: 20px;
    width: 8px;
    background: linear-gradient(0deg, #70b838 0%, #578434 100%);
}

.appmk1 {
    margin-top: 75px;
}

.appmk1 .contentboxgs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0px;
}

.appmk1 .contentboxgs .leftbox {
    width: 53%;
}

.appmk1 .contentboxgs .rightbox {
    width: 45%;
}

.appmk1 .contentboxgs .rightbox img {
    width: 100%;
    height: auto;
}

.appmk1 .contentboxgs .leftbox .title {
    font-family: 'Roboto-Bold';
    font-weight: 600;
    font-size: 25px;
    color: #000000;
}

.appmk1 .contentboxgs .leftbox .content * {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    line-height: 1.5;
}
.appmk1 .contentboxgs .leftbox .content strong span{
    font-family: 'Roboto-Bold';
    font-weight: 600;
    font-size: 20px;
}

.appmk1 .contentboxgs_zjbox {
    margin-top: 93px;
    margin-bottom: 93px;
}

.appmk1 .contentboxgs_zjbox strong {
    font-family: 'Roboto-Bold';
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    margin-bottom: 15px;
    display: block;
}

.appmk1 .contentboxgs_zjbox strong span {
    font-family: 'Roboto-Bold';
    font-weight: 600;
    font-size: 20px;
    color: #000000;
}

.appmk1 .contentboxgs_zjbox * {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    line-height: 1.5;
}

.prduct2mk3 {
    margin-bottom: 93px;
}

.appmk1 .teble {
    width: 100%;
    overflow-x: auto;
}

.appmk1boxcontent {
    position: relative;
}

.appmk1boxcontent img {
    width: 100%;
    height: auto;
}

.appmk1boxcontent .contentbox {
    width: 100%;
    height: 89px;
    background: #FFFFFF;
    position: absolute;
    bottom: 0px;
    transition: all 0.5s;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 30px 25px;
    box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, .1);
}

.appmk1boxcontent:hover .contentbox {
    height: 225px;
}

.appmk1boxcontent .contentbox img {
    width: 30px;
    height: 30px;
}

.appmk1boxcontent .contentbox .line {
    width: 4px;
    height: 100%;
    background: linear-gradient(0deg, #70b838 0%, #578434 100%);
    margin-left: 23px;
    margin-right: 23px;
}

.appmk1boxcontent .contentbox .neirongbox .title {
    font-family:  'Roboto-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 25px;
}

.appmk1boxcontent .contentbox .neirongbox .content {
    width: 100%;
    width: 224px;
    font-family:  'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #222222;
    line-height: 24px;
    margin-top: 40px;
}

.appmk1boxcontent .contentbox .neirongbox .lickatags {
    font-family:  'Roboto-Regular';
    font-weight: 600;
    font-size: 18px;
    color: #609635;
    margin-top: 18px;
    display: block;
}

.bannerboxgs {
    margin-top: 100px;
}

.bannerboxgs img {
    width: 100%;
    max-height: 400px;
    /*height: 400px;*/
    object-fit: cover;
    object-position: center;
}

table {
    font-family: 'Roboto-Regular';
    font-size: 15px;
    color: #333333;
    border-width: 1px;
    border-color: #666666 !important;
    border-collapse: collapse;
    width: 100% !important;
    /*margin-top: 35px;*/
}
table td {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #70b738;
}

table tr:nth-child(1) {
    background: #70b738 !important;
    color: white;
}

table tr {
    background: #fafff5 !important;
}

.prduct2mk3 .mySwiper2 {
    position: relative;
    margin-top: 35px;
    margin-bottom: 35px;
}

.prduct2mk3 .mySwiper2 .swiper-pagination {
    bottom: -30px;
    top: auto;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #609635;
}

@media (max-width: 992px) {
    .appmk1 .teble{
        zoom: 0.8;
    }
    .appmk1 .contentboxgs_zjbox *{
        font-size: 16px;
    }
    .appmk1 .contentboxgs_zjbox{
        margin: 15px 0px;
    }
    .appmk1{
        margin-top: 15px;
    }
    .bannerboxgs img{
        max-height: fit-content;
        height: auto;
        min-height: 250px;
    }
    .appmk1 .title{
        font-size: 20px;
        margin-bottom: 15px;
        margin-top: 15px !important;
    }
    .appmk1 .title span{
        margin-bottom: 0px;
    }
    .appmk1 .contentboxgs{
        flex-direction: column !important;
        margin: 15px;
    }
    .appmk1 .contentboxgs .leftbox{
        width: 100%;
    }
    .appmk1 .contentboxgs .rightbox{
        width: 100%;
        margin-top: 15px;
    }
    .appmk1 .contentboxgs .leftbox .title{
        font-size: 20px;
    }
    .appmk1 .contentboxgs .leftbox .content *{
        font-size: 16px !important;
    }
    .bannerboxgs {
        margin-top: 40px;
    }
    table td{
        min-width: 150px;
    }
    .prduct2mk3 .title{
        margin-top: 0px !important;
    }
}

@media (max-width: 960px) {
    .appmk1boxcontent .contentbox{
        height: 50px;
        padding: 10px 10px;
    }
    .appmk1boxcontent .contentbox .neirongbox .title{
        font-size: 12px;
        line-height: 1.25;
    }
    .appmk1boxcontent .contentbox .line{
        margin: 0px 5px;
    }
}