.reyee-index img {
    width: 100%;
}

.reyee-index section {
    margin-top: 160px;
}

.reyee-index section:first-child {
    margin-top: 0;
}

.advertisement-section {
    position: relative;
    margin-bottom: 120px;
}

.advertisement-info {
    position: relative;
}

.advertisement-info-text {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 260px;
}

.blogHref {
    margin-top: 12px;
    width: 100%;
    text-align: center;
}

.advertisement-info-text h2 {
    opacity: 0;
    font-size: 52px;
    font-weight: 600;
}

.advertisement-info-text p {
    opacity: 0;
    margin-top: 12px;
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
}

.advertisement-info a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.advertisement-info-btn {
    opacity: 0;
    margin-top: 48px;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    padding: 0 40px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    color: #FFF!important;
    background-color: #0055CD;
    transition: background-color .16s linear;
}

.advertisement-info-btn div,
.advertisement-info-btn span,
.advertisement-info-btn strong {
    color: #FFF!important;
}

.blogLink {
    margin-top: 12px;
    color: #0156CE;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
}

.index-title {
    color: #292929;
    font-size: 42px;
    font-weight: 600;
    line-height: 150%;
    text-align: center;
}

.index-content {
    width: 100%;
    max-width: 1400px;
    margin: 60px auto 0 auto;
}

.swiper-slide-active .advertisement-info-text h2 {
    animation: fadeText .36s ease-in-out .6s forwards;
}

.swiper-slide-active .advertisement-info-text p {
    animation: fadeText .36s ease-in-out .7s forwards;
}

.swiper-slide-active .advertisement-info-btn {
    animation: fadeText .36s ease-in-out .8s forwards;
}

#advertisementSwiper .swiper-slide {
    float: unset;
    display: unset;
    -webkit-box-pack: unset;
    -webkit-box-align: unset;
}

#advertisementSwiper .swiper-pagination {
    bottom: 2%;
}

#advertisementSwiper .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    border-radius: 0px 0px 8px 0px;
    width: 26px;
    height: 12px;
    margin: 0 10px;
}

#advertisementSwiper .swiper-pagination-bullet-active {
    background: #0055CD;
}

.slide-prev,
.slide-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #FFF;
    z-index: 5;
    width: 40px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color .25s linear;
}

.slide-prev {
    left: 10px;
}

.slide-prev::before,
.slide-next::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
}

.slide-prev::before {
    background-image: url(../RJ-img/slide-prev.svg);
}

.slide-next::before {
    background-image: url(../RJ-img/slide-next.svg);
}

.slide-next {
    right: 10px;
}

@keyframes fadeText {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

#latestProductsSwiper {
    overflow: visible;
    margin-top: 80px;
    max-width: unset;
    margin-left: calc((100% - 1400px)/2);
}

#latestProductsSwiper .swiper-slide {
    position: relative;
    background-color: #fafbfb;
    width: 450px;
}

#latestProductsSwiper .swiper-button-prev,
#latestProductsSwiper .swiper-button-next {
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
}

#latestProductsSwiper .swiper-button-prev {
    left: -120px;
    background-image: url(../RJ-img/prev.svg);
}

#latestProductsSwiper .swiper-button-next {
    right: calc((100% - 1400px)/2 + 120px);
    background-image: url(../RJ-img/next.svg);
}

#latestProductsSwiper .swiper-button-disabled {
    opacity: .5;
}

#latestProductsSwiper .swiper-button-prev:after,
#latestProductsSwiper .swiper-button-next:after {
    display: none;
}

.productCont {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    top: 0;
    left: 0;
    position: absolute;
}

.productCont h3 {
    margin-top: 50px;
    color: #292929;
    font-size: 36px;
    font-weight: 400;
    line-height: 130%;
}

.productCont p {
    margin-top: 4px;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.productCont span {
    display: block;
    margin-top: 16px;
    color: #0055CD;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
}

.index-desc {
    text-align: center;
    margin-top: 16px;
    color: #6A6B6D;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

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

.newsCont a {
    width: 450px;
}

.newsCont a span {
    display: block;
    margin-top: 24px;
    color: #9B9FA8;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.newsCont a h6 {
    color: #292929;
    margin-top: 24px;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
}

.index-blueBg {
    background-color: #0055CD;
    padding: 160px 0;
}

.index-blueBg .index-title {
    color: #FFF;
}

.tailoredSolution:first-child {
    margin-top: 0;
}

.tailoredSolution {
    margin-top: 80px;
    display: flex;
    align-items: center;
}

.tailoredSolution img {
    width: 688px;
}

.tailoredSolution a {
    color: #FFF!important;
    margin-left: 80px;
}

.tailoredSolution a h3 {
    font-size: 32px;
    font-weight: 500;
}

.tailoredSolution a p {
    margin-top: 24px;
    font-size: 16px;
    font-weight: 350;
    line-height: 150%;
}

.tailoredSolution a span {
    margin-top: 36px;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    padding: 0 40px;
    border: 1px solid #FFF;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
}

.tailoredSolution.reverse {
    flex-direction: row-reverse;
    justify-content: space-between;
}

.tailoredSolution.reverse a {
    margin-left: 0;
    margin-right: 80px;
}

.eventsCont {
    text-align: center;
}

.index-link {
    margin-top: 12px;
    display: block;
    color: #0156CE!important;
    font-size: 14px;
    font-weight: 500;
}

.eventsCont .index-content {
    display: flex;
    justify-content: space-between;
    margin: 52px auto 0 auto;
}

.eventsCont .index-content a {
    position: relative;
    width: 450px;
    text-align: left;
    background: #FAFBFB;
}

.eventsCont .index-content a h3 {
    margin: 24px 20px 0 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    min-height: 90px;
    color: #292929;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.eventsCont .index-content a span {
    display: block;
    margin: 36px 0 20px 20px;
    color: #7D7D7D;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    bottom: 0;
}
.three-line-ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 限制 2 行 */
  overflow: hidden;
  text-overflow: ellipsis;
  /* 超出部分显示 ... */
  word-break: break-word;
  /* 防止长单词溢出 */
}
.home-news{
    padding: 20px;
    width: 100%;
    height: 33.3%;
    min-height: 144px;
    overflow: hidden;
    font-style: normal;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-bottom: 1px solid #f1f3f5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
}
.home-news::before{
    content: "";
    width: 2px;
    height: 0px;
    display: block;
    overflow: hidden;
    background-color: #0055CD;
    position: absolute;
    left: 0px;
    top: 0px;
    /* transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -moz-transition: 0.3s linear; */
}
.home-news:hover::before {
    height: 100%;
}
.home-news:nth-of-type(3){
    border-bottom: none;
}
.home-news-title{
    color: #292929 !important;
    font-size: 16px !important;
}
.home-news-lable{
    color: #6A6B6D !important;
    font-size: 14px !important;
    margin-top: 15px;
}
.eventsCont .index-content a:not(:last-of-type)::after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background-color: #0055CD;
    transition: all .25s linear;
}

.eventsCont .index-content a img {
    transition: all .25s linear;
    width: 100%;
    height: auto;
    aspect-ratio: 1.78;
    object-fit: cover;
}

.eventsCont .index-content a i {
    display: block;
    overflow: hidden;
}

.contactCont {
    padding: 90px 0;
}

.contactCont .index-content {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contactCont h2 {
    color: #FFF;
    font-size: 42px;
    font-weight: 600;
    line-height: 150%;
    margin-right: 120px;
    width: 460px;
}

.contact-area {
    display: flex;
    gap: 24px;
}

.contact-area img {
    width: 344px;
    background: rgba(241, 243, 245, 0.10);
}

.contact-button {
    text-align: center;
    background: rgba(241, 243, 245, 0.10);
}

.contact-button span {
    display: block;
    width: 50px;
    height: 50px;
    margin: 42px auto 14px auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.contact-button p {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
}

.contact-button:first-child span {
    background-image: url(../RJ-img/contact1.svg);
}

.contact-button:nth-child(2) span {
    background-image: url(../RJ-img/contact2.svg);
}

.contact-button:nth-child(3) span {
    background-image: url(../RJ-img/contact3.svg);
}

.contact-button:nth-child(4) span {
    background-image: url(../RJ-img/contact4.svg);
}

.contact-buttons {
    display: grid;
    grid-template-columns: repeat(2, 160px);
    grid-template-rows: repeat(2, 160px);
    gap: 24px;
}

.mobileBannerText {
    display: none;
}

.blogSection {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.blogCard {
    position: relative;
    border-radius: 4px;
    transition: all .16s linear;
    border-radius: 4px;
    border: 1px solid #F1F3F5;
    background: #FFF;
}

.blogCard .blogCardHref {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

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

.blogIndexImg {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.blogIndexImg picture,
.blogIndexImg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .16s linear;
}

.blogCard:hover .blogIndexImg img {
    transform: scale(1.05);
}

.blogCard:hover {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
}

.blogCardText {
    padding: 24px 24px 0 24px;
}

.blogCard h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #2A2B2E;
    text-overflow: ellipsis;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    min-height: 60px;
}

.blogCardAuthor {
    margin-top: 24px;
    display: flex;
    align-items: center;
}

.blogCardAuthorImg {
    width: 32px;
    margin-right: 24px;
}

.blogCardAuthorInfoTitle {
    color: #0055CD;
    font-size: 14px;
    font-weight: 600;
    line-height: 200%;
}

.blogCardAuthorInfo p {
    color: #6A6B6D;
    font-size: 14px;
    font-weight: 400;
    line-height: 200%;
}

.blogCardTime {
    margin-top: 24px;
    position: relative;
    display: flex;
    align-items: center;
    color: #6A6B6D;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.blogCardTopics {
    margin-top: 24px;
    display: flex;
    padding: 24px 0;
    border-top: 1px solid #E3E5E6;
    position: relative;
    z-index: 22;
}

.blogCardTopics span {
    color: #6A6B6D;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    flex-shrink: 0;
    margin-right: 6px;
}

.blogCardTopicsInfo {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.blogCardTopic {
    padding: 4px 12px;
    border-radius: 40px;
    background: #F4F4F4;
    color: #6A6B6D;
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
    transition: background .16s linear;
}

.blogCardTopic:hover {
    background: #E2E2E2;
}

.blogCardLink {
    margin: 24px;
    display: flex;
    align-items: center;
    color: #0175E8;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.blogCardLink::after {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../RJ-img/arrow.svg);
    margin-left: 8px;
    transition: all .16s linear;
}

.productSelector {
    margin-top: 24px;
    height: 118px;
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../RJ-img/pc.webp);
}
.productSelectorContent {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 0 20px;
    box-sizing: border-box;
    max-width: 1200px;
    width: auto;
}
.productSelectorText {
    line-height: 118px;
    display: inline-block;
    margin-left: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}
.productSelectorButton {
    display: inline-block;
    margin-left: 0;
    padding: 12px 24px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #0055CD;
    font-size: 16px;
    font-weight: 400;
    border: none;
    border-radius: 50px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .productSelector {
        height: 115px;
        padding: 24px 0px;
        background-size: cover;
        background-position: center;
        background-image: url(../RJ-img/phone.webp);
    }
    .productSelectorContent {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }
    .productSelectorText {
        line-height: 1.4;
        text-align: left;
    }
}

@media screen and (max-width:1440px) {
    .blogCardImg {
        height: 210px;
    }
    .blogCardText {
        padding: 12px 12px 0 12px;
    }
    .blogCard h3 {
        font-size: 16px;
        min-height: 48px;
    }
}

@media screen and (max-width:1280px) {
    .blogCardAuthor,
    .blogCardTime {
        margin-top: 12px;
    }
    .blogCardImg {
        height: 160px;
    }
    .blogCardTopics {
        margin-top: 12px;
        padding: 16px 0;
    }
    .blogCardTime {
        font-size: 12px;
    }
    .blogCardAuthorImg {
        margin-right: 12px;
    }
}

@media screen and (max-width:1068px) {
    .blogSection {
        grid-template-columns: repeat(2, 1fr);
    }
    .blogCardImg {
        height: 200px;
    }
}

@media screen and (max-width:660px) {
    .blogSection {
        gap: 12px;
    }
}

@media screen and (max-width:540px) {
    .blogSection {
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
    }
}

@media screen and (max-width:1920px) {
    .advertisement-info-text {
        padding: 0 130px;
    }
}

@media screen and (max-width:1680px) {
    .advertisement-info-text {
        padding: 0;
        left: calc((100% - 1400px)/2);
    }
    #latestProductsSwiper .swiper-button-prev {
        left: 0;
    }
}

@media screen and (max-width:1480px) {
    .advertisement-info-text {
        left: calc((100% - 1200px)/2);
    }
    .advertisement-info-text h2 {
        font-size: 44px;
    }
    .advertisement-info-text p {
        margin-top: 8px;
        font-size: 20px;
    }
    .advertisement-info-btn {
        margin-top: 24px;
        padding: 0 32px;
        font-size: 14px;
    }
}

@media screen and (max-width:1440px) {
    #latestProductsSwiper .swiper-button-prev,
    #latestProductsSwiper .swiper-button-next {
        /* top: 110%; */
        width: 60px;
        height: 60px;
    }
    #latestProductsSwiper .swiper-button-next {
        right: 0;
    }
    #latestProductsSwiper .swiper-button-prev {
        left: 0;
    }
    .index-title {
        font-size: 36px;
    }
    .reyee-index section {
        margin-top: 138px;
    }
    #latestProductsSwiper {
        margin-top: 64px;
    }
    #latestProductsSwiper .swiper-slide {
        width: 388px;
    }
    .productCont h3 {
        margin-top: 24px;
        font-size: 24px;
    }
    #latestProductsSwiper {
        margin-left: calc((100% - 1200px)/2);
    }
    .productCont span {
        margin-top: 12px;
    }
    .newsCont a {
        width: 387px;
    }
    .index-content {
        margin: 42px auto 0 auto;
        width: 1200px;
    }
    .newsCont a span {
        margin-top: 16px;
    }
    .newsCont a h6 {
        margin-top: 16px;
        font-size: 18px;
    }
    .index-blueBg {
        padding: 138px 0;
    }
    .tailoredSolution img {
        width: 590px;
    }
    .tailoredSolution a h3 {
        font-size: 28px;
    }
    .tailoredSolution a {
        margin-left: 68px;
    }
    .tailoredSolution a p {
        margin-top: 20px;
    }
    .tailoredSolution a span {
        margin-top: 28px;
        padding: 0 32px;
        font-size: 14px;
    }
    .eventsCont .index-content a {
        width: 387px;
    }
    .eventsCont .index-content a h3 {
        font-size: 16px;
        min-height: 72px;
    }
    .contactCont h2 {
        font-size: 36px;
    }
}

@media screen and (max-width:1280px) {
    .advertisement-info-text {
        left: calc((100% - 1024px)/2);
    }
    .advertisement-info-text h2 {
        font-size: 36px;
    }
    .advertisement-info-text p {
        font-size: 16px;
        margin-top: 6px;
    }
    .advertisement-info-btn {
        height: 40px;
        padding: 0 28px;
        line-height: 40px;
    }
    .reyee-index section {
        margin-top: 118px;
    }
    .index-title {
        font-size: 32px;
    }
    #latestProductsSwiper .swiper-slide {
        width: 330px;
    }
    #latestProductsSwiper {
        margin-top: 54px;
        margin-left: calc((100% - 1024px)/2);
    }
    #latestProductsSwiper .swiper-button-next {
        right: 0;
    }
    #latestProductsSwiper .swiper-button-prev {
        left: 0;
    }
    .newsCont a {
        width: 328px;
    }
    .index-content {
        width: 1024px;
    }
    .newsCont a h6 {
        margin-top: 12px;
    }
    .tailoredSolution img {
        width: 510px;
    }
    .tailoredSolution a {
        margin-left: 58px;
    }
    .tailoredSolution a h3 {
        font-size: 24px;
    }
    .tailoredSolution {
        margin-top: 64px;
    }
    .eventsCont .index-content a {
        width: 330px;
    }
    .eventsCont .index-content a span {
        margin: 24px 0 20px 20px;
    }
    .contactCont h2 {
        font-size: 28px;
    }
    .contact-area img {
        width: 292px;
    }
    .contact-buttons {
        grid-template-columns: repeat(2, 135px);
        grid-template-rows: repeat(2, 135px);
        gap: 20px;
    }
    contact-area img {
        width: 290px;
    }
    .contact-button span {
        margin: 30px auto 14px auto;
    }
    .index-blueBg {
        padding: 118px 0;
    }
}

@media screen and (max-width:1120px) {
    .slide-prev,
    .slide-next {
        display: none;
    }
}

@media screen and (max-width:1068px) {
    .eventsCont .index-content a span{
        position: initial;
        bottom: initial;
    }
    .advertisement-info-text {
        display: none;
        left: calc((100% - 750px)/2);
        position: unset;
        transform: unset;
        padding: 24px 20px;
    }
    #advertisementSwiper {
        background-color: #f3f3f3;
    }
    .advertisement-info-text.mobileBannerText {
        display: block;
    }
    #latestProductsSwiper {
        margin-left: calc((100% - 750px)/2);
    }
    .reyee-index section {
        margin-top: 100px;
    }
    .productCont h3 {
        margin-top: 36px;
        font-size: 24px;
    }
    .productCont p {
        font-size: 14px;
    }
    .productCont span {
        margin-top: 8px;
    }
    #latestProductsSwiper .swiper-button-prev,
    #latestProductsSwiper .swiper-button-next {
        width: 48px;
        height: 48px;
    }
    .advertisement-info-text h2 {
        font-size: 32px;
    }
    .index-content {
        width: 750px;
    }
    .newsCont {
        flex-wrap: wrap;
        justify-content: unset;
        gap: 24px;
    }
    .newsCont a {
        width: calc(50% - 12px);
    }
    .newsCont a h6 {
        margin-top: 6px;
    }
    .tailoredSolution {
        margin-top: 0;
        width: calc(50% - 12px);
        flex-wrap: wrap;
        justify-content: start;
        align-items: flex-start;
    }
    .tailoredSolution img {
        width: 100%;
    }
    .tailoredSolution a {
        margin: 12px 0 0 0;
    }
    .solutionsCont {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
    }
    .tailoredSolution a h3 {
        font-size: 20px;
    }
    .tailoredSolution.reverse a {
        margin-right: 0;
    }
    .index-blueBg {
        padding: 86px 0;
    }
    .tailoredSolution a p {
        font-size: 14px;
    }
    .eventsCont .index-content a {
        margin-top: 24px;
        width: calc(50% - 12px);
    }
    .eventsCont .index-content {
        margin: 36px auto 0 auto;
        flex-wrap: wrap;
    }
    .contactCont .index-content {
        flex-wrap: wrap;
    }
    .contactCont h2 {
        width: 100%;
        margin-right: 0;
    }
    .contact-area img {
        display: none;
    }
    .contact-buttons {
        margin-top: 24px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .contact-button {
        display: flex;
        align-items: center;
        justify-content: start;
        width: 100%;
        box-sizing: border-box;
        padding: 20px;
    }
    .contact-area {
        gap: 0;
    }
    .contact-button span {
        margin: 0;
    }
    .contact-button p {
        margin-left: 12px;
    }
}

@media screen and (max-width:768px) {
    .solutionsCont {
        width: 100%;
    }
    #latestProductsSwiper {
        margin-left: 20px;
    }
    .advertisement-info-text {
        padding: 36px 20px;
    }
    .reyee-index section {
        margin-top: 40px;
    }
    .advertisement-section {
        margin-bottom: 40px;
    }
    #latestProductsSwiper {
        margin-top: 24px;
    }
    #latestProductsSwiper .swiper-button-prev,
    #latestProductsSwiper .swiper-button-next {
        display: none;
    }
    .index-content {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .tailoredSolution,
    .eventsCont .index-content a,
    .newsCont a {
        width: 100%;
    }
    .eventsCont .index-content a h3 {
        min-height: unset;
    }
    .index-blueBg {
        padding: 40px 0;
    }
    .index-title {
        font-size: 24px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .contactCont h2 {
        font-size: 24px;
    }
    #latestProductsSwiper {
        overflow: hidden;
    }
}
@media screen and (max-width: 990px) {
    .three-line-ellipsis {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 99 !important;
        /* 限制 2 行 */
        overflow: hidden;
        text-overflow: ellipsis;
        /* 超出部分显示 ... */
        word-break: break-word;
        /* 防止长单词溢出 */
    }
    .home-news{
        height: initial !important;
    }
}
@media screen and (min-width:990px) {
    .contact-button:hover {
        background: #FFF;
    }
    .contact-button:hover p {
        color: #0055CD;
        font-weight: 600;
    }
    .contact-button:hover span {
        background-position: 0 -50px;
    }
    .slide-prev:hover,
    .slide-next:hover {
        background-color: rgba(0, 0, 0, 0.3);
    }
    .tailoredSolution a:hover span {
        background: #FFF;
        color: #292929;
    }
    .eventsCont .index-content a:hover::after {
        width: 100%;
    }
    .eventsCont .index-content a:hover img {
        transform: scale(1.1);
    }
    .advertisement-info-btn:hover {
        background-color: #003C90;
    }
}