.caseTit h1{
    /* color: #00A13A;font-size: 48px;font-weight: bolder;   */
      font-size: 36px;
      font-weight: bolder;
    color: #00A13A;
    line-height: 1.3;
    font-family: FuturaPT;
margin-bottom:10px ;}
.caseTit h2{font-size: 36px;font-weight: bolder;margin-top: 10px;}
.caseSec1{height: 790px; padding: 30px;background: #fff;display: flex;}
.caseSec1Left{width: 1010px;position: relative;}
.caseSec1Left img{ width: 100%;height: 100%;object-fit: cover;}
.BigImg{height: auto; padding: 10px;box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);}
.SmallImg{display: flex;position: absolute;bottom: 0%;width: 100%;justify-content: center;}
.SmallImg>div{box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);max-width: 445px;background: #fff;padding: 10px;margin-right: 20px;}
.SmallImg>div:last-child{margin-right: 0;}
.SmallImg img{width: 100%;height: 100%;object-fit: cover;}
.caseSec1Right{margin-left: 50px;width: calc(100% - 1060px);}
.caseSec1Right>h1{font-size: 36px;font-weight: bolder;margin: 50px 0;}
.rightContent p{margin-bottom: 30px;}
.rightContent p:last-child{margin-bottom: 0;}
.rightContent strong{color: #000;font-size: 18px;margin-bottom: 10px;}
.rightContent span{color: #666666;font-size: 16px;display: block;}
.caseSec2{margin-top: 50px;}
.sec2ImgBox{margin: 50px -16px;display: flex;flex-wrap: wrap;}

.sec2ImgItem{ width: calc(33.33% - 32px);margin: 0 16px; margin-bottom: 34px;}
.boxImg{overflow: hidden;max-height: 363px;}
.sec2ImgItem>p{text-align: center;font-size: 18px;height: 60px;line-height: 60px;width: 100%;background: #fff;}
.sec2ImgItem img{width: 100%;transition: 0.3s all;}
.sec2ImgItem:hover img{transform: scale(1.1);}
.case-section2{margin-top: 20px;padding: 0;}


.caseBtn{display: flex;flex-wrap: wrap;margin-top: 50px;}
.caseBtn>a{max-width: 195px; font-size: 18px; border-radius: 5px; display: block;width: calc(50% - 10px);margin: 0 5px; height: 50px;line-height: 50px;text-align: center;color: #fff;}
.btn1{background: #0DA945;}
.btn2{background: #FF8800;}



@media screen and (max-width:1660px) {
    .caseSec1Left{width: 800px;}
    .caseSec1Right{width: calc(100% - 850px);}
    .SmallImg>div{width: 45%;}
    .caseSec1{height: auto;}
}


@media screen and (max-width:1460px) {
    .caseSec1{flex-direction: column;}
    .caseSec1Left{width: 100%;}
    .caseSec1Right{width: 100%;margin-left: 0;margin-top: 100px;}
    .SmallImg{bottom: -15%;}
    .caseTit h1{font-size: 36px;}
    .caseTit h2{font-size: 28px;}
}

@media screen and (max-width:1100px) {
    .sec2ImgItem{width: calc(50% - 32px);}
    .caseSec1Right>h1{font-size: 26px;margin: 20px 0;}
}

@media screen and (max-width:767px) {
    .case_info{margin-top: 0;}

}

@media screen and (max-width:700px) {
    .caseSec1Right{margin-top: 0;}
    .sec2ImgItem{width: 100%;}
    .caseSec1{padding: 10px;}
    .BigImg{margin-bottom: 20px;}
    .SmallImg{position: unset;flex-direction: column;}
    .SmallImg>div{margin-right: 0;margin-bottom: 20px;width: 100%;}
    .caseBtn{flex-direction: column;}
    .caseBtn>a{width: 100%;max-width: none;margin-right: 0;margin-bottom: 5px;}
}
