.row {
    align-items: flex-end;
    height: 500px;
}

.row>div {
    width: calc((100% - 40px) / 2);
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

.group-swiper {
    position: relative;
    height: 408px;
    border-radius: 10px;
    overflow: hidden;
}

.group-swiper .swiper-text {
    flex-direction: column;
    justify-content: end;
    line-height: normal;
    height: 122px;
}

.group-swiper .swiper-slide span {
    display: block;
    width: 100%;
}

.group-swiper .swiper-slide span:first-child {
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
}

.group-swiper .swiper-slide span:last-child {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
}

.swiper-container .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
}

.swiper-container .swiper-pagination-bullet-active {
    width: 16px;
    border-radius: 8px;
}

.swiper-container .swiper-pagination {
    bottom: 30px;
}

.row1 {
    margin-top: 30px;
}

.left_img .mul {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 40px;
    width: 100%;
    color: #fff;
    background: linear-gradient(180deg, rgba(216, 216, 216, 0.00) 0%, rgba(10, 72, 165, 0.40) 100%);
}

.left_img a {
    width: 100%;
}

.left_img img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 408px;
    object-fit: cover;
}

.fr_text {
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 90px;
    height: 100%;
}

.num {
    position: absolute;
    top: 0;
    left: 79px;
    font-size: 140px;
    font-weight: bold;
    letter-spacing: 0em;
    color: rgba(165, 198, 246, 0.35);
    z-index: -1;
}

.fr_text .main_lis li {
    box-sizing: border-box;
    height: 56px;
    line-height: 56px;
    border-bottom: 1px dashed #D8D8D8;
}

.fr_text h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head {
    position: relative;
    display: block;
    font-size: 36px;
    font-weight: bold;
    color: #1B4A90;
    width: auto;
}

.head::after {
    content: "";
    margin-top: 20px;
    display: block;
    width: 67px;
    height: 3px;
    background: #399D33;
}

.row2,
.row4,
.row6,
.row8,
.row10 {
    margin: 25px 0;
}

.introduce {
    margin-top: 20px;
}

.introduce p {
    height: 140px;
    font-size: 14px;
    font-weight: normal;
    line-height: 35px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.jtgk li span {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 13px;
    width: 22px;
    height: 22px;
    font-size: 22px;
    border: 1px solid #666;
    border-radius: 50%;
}

.jtgk li i {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    font-size: 22px;
    border: 1px solid #666;
    border-radius: 50%;
}

.jtgk {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.jtgk li {
    margin-top: 13px;
    width: calc((100% - 84px) / 3);
    height: 69px;
    border-radius: 10px;
    box-sizing: border-box;
    border: 1px solid #D1DAE8;
    overflow: hidden;
}

.jtgk li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #666;
}

.jtgk li:hover a {
    font-weight: bold;
    color: #fff;
    background: #0A48A5;
}

.jtgk li:hover a i,
.jtgk li:hover a span {
    font-weight: normal;
    border-color: #fff;
}

.company ul {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 14px;
    border-radius: 6px;
    background: rgba(186, 214, 255, 0.3);
}

.company ul li {
    width: calc(100% / 4);
    height: 89px;
}

.company ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    color: #333;
    font-size: 16px;
}

.company ul li span {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #666;
    border-radius: 50%;
    margin-bottom: 5px;
    width: 43px;
    height: 43px;
    font-size: 40px;
}

.company ul li i {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #666;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 40px;
}

.company ul li:hover a {
    font-weight: bold;
    color: #fff;
}

.company ul li:hover a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 89px;
    background: url(../images/syli_on.png) no-repeat center;
    background-size: 100% 100%;
    z-index: -1;
}

.company ul li:hover a i,
.company ul li:hover a span {
    font-weight: normal;
    border-color: #fff;
}

.point ul li a i {
    font-size: 24px;
}

.point ul li:nth-child(6) a i ,.point ul li:nth-child(8) a i{
    position: relative;
}

.point ul li:nth-child(6) a i::after {
    content: '￥';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #0A48A5;
    font-size: 14px;
}

.point ul li:nth-child(8) a i::after {
    content: '实';
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    color: #0A48A5;
    font-size: 12px;
}

@media only screen and (max-width: 1200px) {
    .head {
        font-size: 32px;
    }
}

@media only screen and (max-width: 996px) {
    .row {
        height: auto;
    }
    .row>div {
        width: 100%;
    }
    .left_img {
        height: 100%;
    }
    .introduce p {
        margin-bottom: 20px;
        height: auto;
    }
    .group-swiper {
        height: 420px;
    }
}

@media only screen and (max-width: 768px) {
    .group-swiper {
        height: 370px;
    }
}

@media only screen and (max-width: 616px) {
    .jtgk li {
        width: calc((100% - 40px) / 3);
    }
    .group-swiper {
        height: 335px;
    }
    .fr_text h2 {
        margin-bottom: 5px;
    }
}