.background {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 56px;
    margin-bottom: 95px;
}
.background-left .wb-title {
    text-align: left;
    margin-bottom: 39px;
}
.background-left .wb-title h2:first-child {
    padding-top: 0;
}
.background-info {
    font-family: 'sans-medium';
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: 33px;
}
.background-pic {
    width: 552px;
    height: 364px;
    margin-left: 43px;
}
.background-pic img {
    width: 100%;
    height: 100%;
}

.feature {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 53px;
}
.feature-item {
    color: #fff;
    height: 300px;
    background-size: 100% 100% !important;
    padding: 34px 26px;
}
.feature-item-title {
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 13px;
}
.feature-item-ssubtitle {
    font-size: 18px;
    line-height: 25px;
    opacity: 0.8;
}
.feature-item-divider {
    position: relative;
    width: 250px;
    height: 2px;
    margin-top: 23px;
    margin-bottom: 38px;
    background: #FFFFFF;
}
.feature-item-divider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: #D2171A;
}
.feature-item-content {
    font-size: 16px;
    line-height: 25px;
}

.knowledge {
    position: relative;
    width: 100%;
    height: 700px;
    margin-bottom: 71px;
    background: url(../images/ESG/EGC-pic-8.jpg) no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
}
.knowledge .wb-title {
    padding-top: 69px;
}
.knowledge .wb-title h2 {
    color: #fff;
}
.swiper {
    margin-top: 35px;
}
.swiperWrap {
    width: 1375px;
    height: 350px;
    overflow: hidden;
}
.swiper-pagination {
    bottom: -75px !important;
}
.swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
    background-color: #fff !important;
    opacity: 1 !important;
    margin: 0 10px !important;
}
.swiper-pagination-bullet-active {
    background-color: #D2171A !important;
}
.swiper-slide {
    position: relative;
    width: 300px;
    height: 350px;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    cursor: pointer;
}
.swiper-slide-pic {
    height: 250px;
}
.swiper-slide-pic img {
    width: 100%;
    height: 100%;
}

.swiper-slide-title {
    font-weight: 500;
    font-size: 22px;
    color: #000000;
    padding: 14px 24px;
    height: 100px;
    line-height: 38px;
}
.swiper-slide-desc {
    display: none;
    height: 250px;
    font-size: 16px;
    color: #000000;
    line-height: 25px;
    padding: 0px 21px;
    background: #FFFFFF;
}
.swiper-slide:hover .swiper-slide-pic {
    display: none;
    transition: all .2s;
}
.swiper-slide:hover .swiper-slide-desc {
    display: block;
    transition: all .2s;
}
.table {
    margin-top: 31px;
    margin-bottom: 80px;
    width: 100%;
}
.table-item {
    display: flex;
    align-items: center;
    height: 80px;
    background: #FFFFFF;
    margin-bottom: 10px;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.17);
}
.table-item-cell {
    text-align: center;
    font-size: 18px;
    color: #000000;
}
.table-item-cell.head {
    font-weight: bold;
    font-size: 22px;
}
.table-item-cell:first-child {
    width: 26%;
}
.table-item-cell:nth-child(2) {
    width: 200px;
}
.table-item-cell:last-child {
    flex: 1;
}


.major {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
    margin-top: 95px;
    margin-bottom: 115px;
}
.major-item {
    height: 300px;
    background: #FFFFFF;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.17);
    padding: 51px 28px;
}
.major-name {
    position: relative;
    font-weight: 500;
    font-size: 28px;
    color: #D14D55;
    padding-left: 20px;
    margin-bottom: 45px;
}
.major-name::before {
    content: '';
    position: absolute;
    left: 0;
    top: -4px;
    width: 5px;
    height: 35px;
    background: #D14D55;
}
.major-desc {
    text-indent: 2em;
    font-size: 18px;
    color: #000000;
    line-height: 38px;
}

.lab-title {
    margin-top: 23px;
    margin-bottom: 110px;
}
.lab-target {
    margin-bottom: 101px;
}
.lab-target .wb-title {
    text-align: left;
    margin-bottom: 74px;
}
.lab-target-box {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    width: 100%;
}
.lab-target-item {
    position: relative;
    height: 400px;
    background-size: 100% !important;
    padding-left: 25px;
    cursor: pointer;
}
/* .lab-target-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.17);
} */
.lab-target-title {
    padding-top: 34px;
    font-weight: bold;
    font-size: 22px;
    color: #FFFEFE;
    margin-bottom: 14px;
}
.lab-target-subtitle {
    font-size: 18px;
    color: #FFFEFE;
    line-height: 25px;
    opacity: .8;
    margin-bottom: 23px;
}
.lab-target-subtitle p {
    line-height: 25px;
}
.lab-target-border {
    position: relative;
    width: 250px;
    height: 2px;
    background: #FFFFFF;
    margin-bottom: 38px;
    display: none;
}
.lab-target-border::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 2px;
    background: #D2171A;
}
.lab-target-content {
    font-weight: 500;
    font-size: 16px;
    color: #FFFEFE;
    line-height: 25px;
    display: none;
}
.lab-target-item:hover .lab-target-border {
    display: block;
    transition: all .2s;
}
.lab-target-item:hover .lab-target-content {
    display: block;
    transition: all .2s;
}
.background-reserve {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 116px;
}
.background-reserve .background-pic {
    width: 552px;
    height: 364px;
    margin-right: 66px;
    margin-left: 0;
}
.background-reserve .background-left .wb-title {
    text-align: right;
    margin-bottom: 53px;
}