﻿.home_banner {
    position: relative;
    margin-top: 0;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    height: 800px;
}
.home_banner>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.home_banner .head {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 180px 0 150px;
}
.home_banner .head span {
    color: #fff;
    font-size: 18px;
    background-color: var(--theme_color);
    padding: 7px 26.5px;
    display: inline-block;
    border-radius: 21.5px;
}
.home_banner .head h1 {
    color: #fff;
    font-size: 65px;
    font-weight: 600;
    line-height: 65px;
    padding-top: 20px;
}
.home_banner .head p {
    width: 65%;
    margin: 0 auto;
    color: rgba(255,255,255,.85);
    line-height: 30px;
    font-size: 1rem;
    padding-top: 20px;
}
.home_banner .head .button {
    width: 186px;
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    border-radius: 26px;
    margin: 45px auto 0;
    box-shadow: 0 0 5px rgba(3,126,220,.8);
}
.home_banner .head .button:hover {
    box-shadow: none;
}
.home_about {
    padding: 120px 0 125px;
    margin-bottom: 322px;
    position: relative;
    background: url(../image/home-about-bg.png) no-repeat top / cover;
}
.home_about .head {
    padding-top: 50px;
    width: 50%;
}
.home_about .head p {
    width: 90%;
    padding-top: 25px;
}
.home_about .head h2 {
    line-height: 50px;
    font-size:50px;
}
.home_about .head ul {
    padding-top: 50px;
}
.home_about .head ul li {
    padding-left: 88px;
    padding-right: 100px;
    position: relative;
    color: var(--title_color);
    font-size: 18px;
    font-weight: 500;
}
.home_about .head ul li img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 58px;
    height: auto;
}
.home_about .head .button {
    margin-top: 55px;
    width: 194px;
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 27px;
}
.home_about .imgs {
    width: 50%;
    position: relative;
}
.home_about .imgs div {
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    overflow: hidden;
    height: auto;
    position: absolute;
    transition: all 0.8s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home_about .imgs div img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}
.home_about .imgs .pic1 {
    width: 84.426%;
    max-height: 540px;
    border-radius: 0 40px 0 40px;
    right: 0;
    top: 0;
}
.home_about .imgs .pic2 {
    width: 41%;
    border-radius: 0 30px 0 30px;
    left: 10px;
    top: 450px;
}
.home_about .imgs .pic3 {
    width: 42.623%;
    border-radius: 0 25px 0 25px;
    top: 600px;
    right: 50px;
}
.home_about .num {
    width: 72.6222%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -322px;
    background-color: #f8f8f8;
    border-radius: 80px 0 80px 0;
}
.home_about .num ul {
    height: 322px;
    align-items: center;
}
.home_about .num ul li {
    flex: 1;
    text-align: center;
}
.home_about .num ul li .img {
    width: 76px;
    height: 76px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 50px;
    border-radius: 5px;
    position: relative;
}
.home_about .num ul li .img::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background-color: var(--theme_color);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2rem;
    border-radius: 50%;
}
.home_about .num ul li .img img {
    width: 55%;
    height: 55%;
    object-fit: contain;
}
.home_about .num ul li span {
    font-size: 40.6px;
    font-weight: 700;
    color: var(--title_color);
    font-family: 'Plus Jakarta Sans',sans-serif;
}
.home_about .num ul li p {
    padding-top: 20px;
    color: #666;
    font-size: 18px;
}
.home_highlight {
    padding: 140px 0 220px;
    background: url(../image/about-fac-bg.jpg) no-repeat top -50px center / cover;
}
.home_highlight .head div {
    width: 50%;
}
.home_highlight .head div h2 {
    line-height: 62px;
}
.home_highlight .head p {
    width: 45%;
    line-height: 26px;
    padding-bottom: 10px;
}
.home_highlight .home_highlight_swiper {
    margin-top: 90px;
}
.home_highlight .home_highlight_swiper .swiper-slide {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    transition: all 0.3s;
    border-bottom: 4px solid var(--theme_color);
}
.home_highlight .home_highlight_swiper .swiper-slide a {
    display: block;
    padding: 50px 35px;
}
.home_highlight .home_highlight_swiper .swiper-slide:hover {
    background-color: var(--theme_color);
}
.home_highlight .home_highlight_swiper .swiper-slide:hover .img img {
    filter: contrast(0) brightness(20);
}
.home_highlight .home_highlight_swiper .swiper-slide:hover h3,.home_highlight .home_highlight_swiper .swiper-slide:hover p,.home_highlight .home_highlight_swiper .swiper-slide:hover strong {
    color: #fff;
}
.home_highlight .home_highlight_swiper .swiper-slide:hover strong::after {
    filter: contrast(0) brightness(20);
    right: -35px;
}
.home_highlight .home_highlight_swiper .swiper-slide .img {
    width: 61px;
    height: 64px;
}
.home_highlight .home_highlight_swiper .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.home_highlight .home_highlight_swiper .swiper-slide h3 {
    color: var(--title_color);
    font-size: 24px;
    font-weight: 600;
    margin: 30px 0 20px;
    transition: all 0.3s;
}
.home_highlight .home_highlight_swiper .swiper-slide p {
    min-height: 182px;
    color: var(--content_color);
    line-height: 26px;
    -webkit-line-clamp: 7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 22px;
    transition: all 0.3s;
}
.home_highlight .home_highlight_swiper .swiper-slide strong {
    font-size: 17px;
    font-weight: 500;
    color: var(--theme_color);
    position: relative;
    transition: all 0.3s;
}
.home_highlight .home_highlight_swiper .swiper-slide strong::after {
    content: '';
    display: block;
    width: 15px;
    height: 8px;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../image/right-line-blue.svg) no-repeat center / contain;
    transition: all 0.3s;
}
.home_case {
    padding: 120px 0;
    overflow: hidden;
    background: url(../image/home-case-bg.png) no-repeat left;
    background-size: auto 1120px;
    background-position-x: -235px;
}
.home_case .head .btns {
    gap: 1rem;
}
.home_case .head .btns div {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background-color: var(--theme_color);
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.home_case .head .btns div::after {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background: url(../image/left-w.svg) no-repeat center / contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.home_case .head .btns .home_case_prev.swiper-button-disabled {
    background-color: #d5d5d5;
}
.home_case .head .btns .home_case_prev.swiper-button-disabled::after {
    background-image: url(../image/left-b.svg);
}
.home_case .head .btns .home_case_next::after {
    background-image: url(../image/right-w.svg);
}
.home_case .head .btns .home_case_next.swiper-button-disabled {
    background-color: #d5d5d5;
}
.home_case .head .btns .home_case_next.swiper-button-disabled::after {
    background-image: url(../image/right-b.svg);
}
.home_case .home_case_swiper {
    width: 80%;
    margin: 90px 0 75px;
}
.home_case .home_case_swiper .swiper-slide {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    border-radius: 10px;
    overflow: hidden;
}
.home_case .home_case_swiper .swiper-slide:hover .img img {
    transform: scale(1.1);
}
.home_case .home_case_swiper .swiper-slide .img {
    border-radius: 10px;
    overflow: hidden;
    height: 289px;
}
.home_case .home_case_swiper .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}
.home_case .home_case_swiper .swiper-slide .info {
    padding: 25px 35px 50px;
}
.home_case .home_case_swiper .swiper-slide .info h3 {
    min-height: 72px;
    color: var(--title_color);
    font-size: 22px;
    font-weight: 600;
    line-height: 36px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home_case .home_case_swiper .swiper-slide .info p {
    min-height: 104px;
    margin-top: 10px;
    color: var(--content_color);
    line-height: 26px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home_blog {
    padding: 150px 0 175px;
    background: url(../image/home-blog-bg.webp) no-repeat center / cover;
}
.home_blog .head {
    text-align: center;
}
.home_blog .home_blog_swiper_box {
    position: relative;
    margin: 85px 0 60px;
}
.home_blog .home_blog_swiper .swiper-slide {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    border-radius: 10px;
    overflow: hidden;
}
.home_blog .home_blog_swiper .swiper-slide:hover .img img {
    transform: scale(1.1);
}
.home_blog .home_blog_swiper .swiper-slide .img {
    border-radius: 10px;
    overflow: hidden;
    height: 277px;
}
.home_blog .home_blog_swiper .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}
.home_blog .home_blog_swiper .swiper-slide .info {
    padding: 25px 28px 35px;
}
.home_blog .home_blog_swiper .swiper-slide .info span {
    color: var(--theme_color);
}
.home_blog .home_blog_swiper .swiper-slide .info h3 {
    margin: 15px 0 10px;
    min-height: 64px;
    font-size: 22px;
    font-weight: 600;
    color: var(--title_color);
    line-height: 32px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home_blog .home_blog_swiper .swiper-slide .info p {
    min-height: 78px;
    font-size: 15px;
    line-height: 26px;
    color: #848484;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home_blog .home_blog_swiper .swiper-slide .info strong {
    margin-top: 25px;
    display: block;
    width: 164px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: var(--title_color);
    font-size: 17px;
    font-weight: 500;
    transition: all 0.3s;
    border-radius: 22px;
    background-color: #ebecee;
}
.home_blog .home_blog_swiper .swiper-slide .info strong:hover {
    background-color: var(--theme_color);
    color: #fff;
}
.home_banner:after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 3;
    background-color: rgba(0,0,0,.3);
}
.home_banner video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: 2;
}
.home_banner .content {
    position: relative;
    z-index: 5;
}
.home_blog .home_blog_swiper .swiper-slide:hover .info strong {
    background-color: var(--theme_color);
    color: #fff;
}