.swiper-banner1,
.swiper-banner1 img {
    width: 100%;
    height: 380px;
    display: block;
    object-fit: cover;
}

.company-box {
    padding: 40px 0;
}

.company-box .company {
    width: 1200px;
    margin: auto;
}

.company-box .title {
    position: relative;
    font-size: 32px;
    font-weight: 500;
    line-height: 60px;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 34px;    
}

.company-box .title::after {
    content: '';
    position: absolute;
    top: 0;
    width: 50px;
    height: 4px;
    background: rgba(1, 83, 181, 1);
    left: 0;
}

.menu-box {
    padding: 40px 0;
    background: rgba(243, 245, 251, 1);
}

.menu-box .menu {
    width: 1200px;
    margin: auto;
}

.menu-box .title {
    position: relative;
    font-size: 32px;
    font-weight: 500;
    line-height: 60px;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 34px;
}

.menu-box .title::after {
    content: '';
    position: absolute;
    top: 0;
    width: 50px;
    height: 4px;
    background: rgba(1, 83, 181, 1);
    left: 0;
}

.menu-box .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.menu-box .box .item {
    width: 584px;
    height: 216px;
    border-radius: 10px;
    margin-top: 32px;
    overflow: hidden;
    display: block;
}

.menu-box .box .item:nth-of-type(2n) {
    background: linear-gradient(180deg, rgba(228, 240, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    border: 1px solid rgba(208, 229, 255, 1);
}

.menu-box .box .item:nth-of-type(2n-1) {
    background: linear-gradient(180deg, rgba(252, 244, 232, 1) 0%, rgba(255, 255, 255, 1) 100%);
    border: 1px solid rgba(255, 230, 208, 1);
}

.menu-box .box div.item:first-of-type {
    position: relative;
    padding-top: 24px;
    padding-left: 24px;
    background: linear-gradient(180deg, rgba(228, 240, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    border: 1px solid rgba(208, 229, 255, 1);
}

.menu-box .box div.item:first-of-type .titles {
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
    color: rgba(1, 83, 181, 1);
}

.menu-box .box div.item:first-of-type .swiper-banner2 {
    width: 100%;
    height: 120px;
    margin-top: 30px;
}

.menu-box .box .car {
    display: flex;
}

.menu-box .box .car img {
    width: 106px;
    flex-shrink: 0;
    display: block;
    margin-right: 20px;
}

.menu-box .box .car .name {
    font-size: 22px;
    font-weight: 500;
    line-height: 30.8px;
    color: rgba(51, 51, 51, 1);
}

.menu-box .box .car .price {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(102, 102, 102, 1);
}

.news-box {
    padding: 40px 0;
}

.news-box .news {
    width: 1200px;
    margin: auto;
}

.news-box .title {
    position: relative;
    font-size: 32px;
    font-weight: 500;
    line-height: 60px;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 34px;
}

.news-box .title::after {
    content: '';
    position: absolute;
    top: 0;
    width: 50px;
    height: 4px;
    background: rgba(1, 83, 181, 1);
    left: 0;
}

.news-box .more {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 28px;
    font-weight: 500;
    color: rgba(1, 83, 181, 1);
    line-height: 22px;
    margin-top: 60px;
}

.news-box .more img {
    width: 7px;
    margin-left: 18px;
    display: block;
}

.news .box {
    display: flex;
}

.news .box .left {
    width: 558px;
    margin-right: 24px;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
}

.news .box .left:hover {
    background: rgba(247, 251, 255, 1);
    box-shadow: 0px 2px 10px rgba(17, 64, 121, 0.16);
}

.news .box .left img {
    width: 558px;
    height: 310px;
    display: block;
    object-fit: cover;
}

.news .box .left .content {
    padding: 16px 20px;
}

.news .box .left .h1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: rgba(51, 51, 51, 1);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 6px;
}

.news .box .left .h2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(102, 102, 102, 1);
}

.news .box ul {
    width: 100%;
}

.news .box li a {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    display: block;
}

.news .box li a:hover {
    background: rgba(247, 251, 255, 1);
    box-shadow: 0px 2px 10px rgba(17, 64, 121, 0.16);
}

.news .box li .h1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 6px;
    color: rgba(51, 51, 51, 1);
}

.news .box li a:hover .h1 {
    color: rgba(1, 83, 181, 1);
}

.news .box li .h2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(102, 102, 102, 1);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}