.titleImg{
    height: 75vh;
    position: relative;
    background: url('../../static/development/bg1.jpg') no-repeat center center;
    background-size: cover;
}
.titleImg .titleTxt{
    z-index: 88;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #103925, transparent);
    text-shadow: 0 2px 3px rgba(0, 0, 0, 1);
}

.titleTxt h1{
    font-family: 'Microsoft YaHei';
    color: #fff;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 50px;
}
.titleTxt p{
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.titleBreadcrumb{
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    bottom: -10px;
    left:120px;
    z-index: 101;
    display: flex;
    justify-content: flex-start;
}
.titleBreadcrumb img{
    width: 20px;
    height: 20px;
    margin-top: 14px;
}
.titleBreadcrumb .breadcrumb{
    background-color: rgba(0, 0, 0, 0);
}
.titleBreadcrumb .breadcrumb a{
    color: #fff;
}


.menuDetail{
    position: relative;
    height: 1700px;
    /* margin-top: 20px; */
    padding: 60px 30px;
}
.menuDetail .sectionList{
    padding: 0 0 100px 0;
    margin: 0px 100px 50px 200px;
    display: flex;
    justify-content: space-between;
    height: 500px;
}
.menuDetail .sectionList img{
    width: 50%;
    transition: all 0.5s;
}
.menuDetail .sectionList img:hover{
    transform: scale(1.03);
}
.menuDetail .section1,.menuDetail .section2{
    border-bottom: 1px solid #ddd;
}
.sectionList.section1 .sectionTxt,.sectionList.section3 .sectionTxt{
    padding: 70px 100px 100px 0;
    width: 50%;
}
.sectionList.section2 .sectionTxt{
    padding: 70px 0 100px 100px;
    width: 50%;
}
.sectionList .sectionTxt h3{
    margin-bottom: 30px;
    font-weight: 700;
}





.contactToBottom{
    position: fixed;
    top: 50%;
    left: 30px;
    cursor: pointer;
    transition: all .3s;;
    padding-top: 20px;
}
.contactESG{
   
    width: 100px;
    height: 100px;
    background-color: #174731;
    cursor: pointer;
    transition: all .3s;;
    padding-top: 20px;
    margin-bottom: 2px;
}
.contactESG p{
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.contactBottomBlock{
    opacity: 1;
    z-index: 999;

}
.contactBottomNone{
    opacity: 0;
}

.toBottomImg{
    width: 100px;
    height: 50px;
    transition: all .3s;
    padding: 0 25px;
    opacity: 0;
}

.contactToBottom:hover .toBottomImg{
    opacity: 1;
}
.fastLink .followUs{
    width: 13%;
    color: #fff;
  }
  .fastLink .followUs .qrCode{
    width: clamp(6rem, 10vw, 9.375rem);
    height: auto;
    aspect-ratio: 1;
    background: url('../../static/qrBack.png');
    background-size: 100% 100%;
    margin-top: 1.875rem;
    padding-left: 0.9375rem;
    padding-top: 0.9375rem;


  }
  .fastLink .followUs .qrCode .qrCodeImg{
    width: 100%;
    height: auto;
    max-width: 7.5rem;

  }
  .fastLink .followUs p{
    font-size: clamp(0.7rem, 1.2vw, 0.875rem);
    margin-top: 1.25rem;
  }