* {
    margin: 0;
    padding: 0;
}


.line {
    background: #0D5E94;
    height: 4px;
    width: 50px;
    margin: 0 auto;
}

.about_pics {
    height: 460px;
    width: 100%;
}

.about_pics img {
    width: 100%;
    height: 100%;
}

.content {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    margin-top: 97px;
}

.life_title_e {
    color: #000;
    font-size: 46px;
    font-weight: 700;
    line-height: 72px;
}

.life_title_c {
    color: #000;
    font-size: 48px;
    font-weight: 350;
    line-height: 72px;
    position: relative
}

.carbon {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 150px;
}

.carbon a{
    text-decoration: none;
}

.carbon_con {
    width: 590px;
    height: 302px;
    margin-top: 100px;
    background: #F8F8F9;
    position: relative;
    margin-top: 100px;
    margin-bottom: 67px;
}

/* .carbon_con:hover {
    background-image: url(../img/low2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: rgba(0, 0, 0, 0.2);
} */
.bg {
    display: none;
    width: 590px;
    height: 302px;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
}

.bg img {
    width: 100%;
    height: 100%;
}

.carbon_con:hover .bg {
    display: block;
}

.carbon_con:hover .car_title {
    position: relative;
    z-index: 2;
    color: #fff;
}

.carbon_con:hover .car_abstract {
    position: relative;
    z-index: 2;
    color: #fff;
}

.carbon_con:hover .detail {
    position: relative;
    z-index: 2;
    color: #fff;
}

.car_title {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #333;
    text-align: start;
    margin-left: 48px;
    margin-right: 48px;
    padding-top: 68px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.car_title:hover{
    color:#0D5E94;
}

.car_abstract {
    font-size: 16px;
    font-weight: 350;
    line-height: 24px;
    text-align: start;
    margin-left: 46px;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical; */
    color: #666;
    margin-top: 22px;
}

.detail {
    font-size: 16px;
    font-weight: 350;
    line-height: 24px;
    text-align: start;
    color: #000;
    margin-left: 46px;
    margin-top: 42px;
    cursor: pointer;
}

.car_img {
    width: 85px;
    height: 85px;
    position: absolute;
    top: -40px;
    left: 53px;
    z-index: 3;
}

.car_img img {
    width: 100%;
    height: 100%;
}

.more {
    width: 92px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    background: #0D5E94;
    color: #fff;
    margin-top: 80px;
    cursor: pointer;
    margin-bottom: 207px;
}

.content1 {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    margin-top: 194px;
}

.carbon1 {
    padding-top: 48px;
    margin-bottom: 100px;
}

.carbon_con1 {
    width: 1200px;
    height: 256px;
    display: flex;
    margin-top: 84px;
    background: #fff;
    box-shadow: 0px 1px 10px rgb(0 0 0 / 10%);
    position: relative;
    border-radius: 12px;
}

.show {
    width: 418px;
    height: 256px;
}

.show img {
    width: 100%;
    height: 100%;
}

.car_title1 {
    width: 683px;
    height: 175px;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-top: 79px;
    margin-left: 43px;
    margin-right: 56px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #333;
    cursor: pointer;
}

.car_img1 {
    width: 92px;
    height: 92px;
    position: absolute;
    right: 58px;
    top: -46px;
}

.car_img1 img {
    width: 100%;
    height: 100%;
}

.more1 {
    width: 92px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    background: #0D5E94;
    color: #fff;
    margin-top: 95px;
    margin-bottom: 100px;
    cursor: pointer;
}

.reallyslow {
    animation-duration: 3s !important;
    animation-delay: 0s;
}