.home_banner {
    padding: 210px 0 300px;
    overflow: hidden;
    position: relative;
    z-index: 2
}

html[lang="zh"] .home_banner .head {
    padding-top: 0
}

.home_banner .head {
    flex: 60%;
    max-width: 800px;
    color: #fff;
    padding-top: 90px
}

.home_banner .head strong {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    opacity: .9;
    text-transform: uppercase
}

.home_banner .head h1 {
    font-size: 4rem;
    font-weight: 700;
    line-height: 85px;
    margin-top: 4px
}

.home_banner .head p {
    font-size: 17px;
    line-height: 28px;
    opacity: .9;
    max-width: 494px;
    font-weight: 300;
    margin-top: 22px
}

.home_banner .head form {
    margin-top: 36px;
    display: flex;
    align-items: center;
    border-radius: 100px;
    overflow: hidden;
    background-color: #fff;
    max-width: 464px;
    padding: 5px
}

.home_banner .head form input[type="text"] {
    width: 0;
    flex: 1;
    color: var(--title_color);
    font-size: 17px;
    font-weight: 500;
    padding: 8px 22px 12px
}

.home_banner .head form input[type="text"]::placeholder {
    color: #7a7a7a
}

.home_banner .head form input[type="submit"] {
    width: 42px;
    height: 42px;
    background: url(../../../../../../../../themes/sytech/assets/img/search-w.svg) no-repeat center / 50%;
    border-radius: 50%;
    background-color: var(--theme_color);
    transition: all 0.3s
}

.home_banner .head form input[type="submit"]:hover {
    background-color: var(--subtheme_color)
}

.home_banner .head .video {
    margin-top: 55px;
    overflow: hidden;
    border-radius: 18px;
    max-width: 396px;
    aspect-ratio: 396/224;
    position: relative
}

.home_banner .head .video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.home_banner .head .video .btn_play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 75px;
    height: 75px;
    background: url(../../../../../../../../themes/sytech/assets/img/play.svg) no-repeat center / contain;
    transition: all 0.4s;
    cursor: pointer
}

.home_banner .head .video .btn_play:hover {
    transform: translate(-50%,-50%) scale(1.2)
}

.home_banner .news {
    flex: 40%;
    max-width: 603px;
    position: relative;
    right: -4.375%
}

.home_banner .news ul li {
    margin-bottom: 1rem
}

.home_banner .news ul li a {
    display: flex;
    background-color: rgba(255,255,255,.92);
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    border-radius: 12px;
    gap: 1.25rem;
    align-items: center;
    justify-content: space-between;
    padding: 25px 4.063%;
    transition: all 0.3s
}

.home_banner .news ul li a:hover {
    background-color: #fff
}

.home_banner .news ul li a:hover img {
    transform: scale(1.05)
}

.home_banner .news ul li a .info {
    flex: 1
}

.home_banner .news ul li a .info .cate {
    color: var(--theme_color);
    font-size: 15px;
    font-weight: 600
}

.home_banner .news ul li a .info p {
    margin: 10px 0 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.home_banner .news ul li a .info .date {
    opacity: .8;
    font-size: 15px;
    font-weight: 500
}

.home_banner .news ul li a .img {
    border-radius: 8px;
    overflow: hidden;
    width: 35.38%;
    height: 140px
}

.home_banner .news ul li a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s
}

.home_service {
    margin-top: -108px;
    background-color: #f2f7fa
}

.home_service .service_swiper {
    position: relative;
    z-index: 3
}

.home_canwedo {
    padding: 90px 0 100px;
    background-color: #f2f7fa
}

.home_canwedo .main {
    margin-top: 84px
}

.home_canwedo .left {
    width: 39.6875%;
    position: relative;
    z-index: 2;
    top: 20px
}

.home_canwedo .left::before {
    content: '';
    display: block;
    width: 1px;
    height: calc(100% - 72px);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ddd
}

.home_canwedo .left li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 36px
}

.home_canwedo .left li:last-child {
    margin-bottom: 0
}

.home_canwedo .left li.active i {
    background-color: var(--subtheme_color);
    transform: translateX(-50%)
}

.home_canwedo .left li.active h3 {
    color: var(--theme_color);
    font-size: 34px;
    font-weight: 700
}

.home_canwedo .left li.active .con::before {
    opacity: 1
}

.home_canwedo .left li i {
    display: block;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    transform: translateX(-50%) scale(.778);
    background-color: var(--theme_color);
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
    z-index: 2
}

.home_canwedo .left li .con {
    flex: 1;
    position: relative
}

.home_canwedo .left li .con::before {
    content: '';
    display: block;
    width: 3px;
    height: calc(100% + 46px)!important;
    background-color: var(--subtheme_color);
    position: absolute;
    left: -73px;
    top: 0;
    transition: all 0.3s;
    opacity: 0
}

.home_canwedo .left li .con div {
    display: none;
    padding: 8px 0 10px
}

.home_canwedo .left li h3 {
    transition: all 0.3s;
    color: gray;
    font-size: 26px;
    cursor: pointer;
    font-weight: 600;
    min-height: 72px;
    display: flex;
    align-items: center
}

.home_canwedo .left li p {
    color: var(--content_color);
    font-size: 20px;
    line-height: 36px
}

.home_canwedo .left li a {
    margin-top: 70px;
    display: inline-block;
    border-radius: 100px;
    background-color: #bfd8ee;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 18px 80px 21px 42px;
    transition: all 0.4s;
    overflow: hidden
}

.home_canwedo .left li a:hover {
    padding: 18px 61px 21px;
    background-color: var(--theme_color)
}

.home_canwedo .left li a:hover::after {
    transform: translate(calc(100% + 6px)) scale(.8)
}

.home_canwedo .left li a::after {
    content: '';
    display: block;
    width: 3rem;
    height: 3rem;
    transition: all 0.3s;
    background: url(../../../../../../../../themes/sytech/assets/img/arrow-blue-full-r.svg) no-repeat center / contain;
    border-radius: 50%;
    position: absolute;
    right: 6px;
    top: .5rem
}

.home_canwedo .imgs {
    width: 55.25%;
    aspect-ratio: 884/708;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background-color: var(--theme_color)
}

.home_canwedo .imgs .pic {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s;
    pointer-events: none;
    opacity: 0
}

.home_canwedo .imgs .pic.active {
    opacity: 1;
    pointer-events: all
}

.home_canwedo .imgs .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.home_about {
    padding: 164px 0 184px
}

.home_about .intro {
    color: var(--content_color);
    font-size: 20px;
    line-height: 36px;
    margin-top: 46px
}

.home_about .nums {
    margin-top: 98px;
    display: flex
}

.home_about .nums li {
    flex: 1;
    text-align: center;
    position: relative
}

.home_about .nums li::after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    max-height: 134px;
    background-color: #e0e0e0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.home_about .nums li:last-child::after {
    display: none
}

.home_about .nums li i {
    display: inline-block;
    width: 85px;
    height: 78px;
    background: no-repeat center / contain;
    margin-bottom: 40px
}

.home_about .nums li span {
    font-size: 51px;
    font-weight: 800;
    line-height: 1;
    color: var(--theme_color)
}

.home_about .nums li p {
    color: rgba(36,36,36,.75);
    font-size: 22px;
    line-height: 28px
}

.home_about .nums li p:last-child {
    margin-top: 26px
}

.home_about .button_more {
    margin-top: 90px
}

.home_category {
    border-radius: 18px;
    overflow: hidden;
    padding: 134px 0;
    min-height: 1040px
}

.home_category .content {
    z-index: 9
}

.home_category .head {
    color: #fff
}

.home_category .main {
    margin-top: 5rem
}

.home_category .main ul {
    display: flex;
    gap: 20px
}

.home_category .main ul li {
    transition: all 0.4s;
    flex: 18.47078%
}

.home_category .main ul li.active {
    flex: 40.95858%
}

.home_category .main ul li.active a {
    background-color: var(--subtheme_color)
}

.home_category .main ul li.active a>span {
    opacity: 1
}

.home_category .main ul li.active a span span {
    padding-right: 12px;
    width: 97px;
    opacity: 1
}

.home_category .main ul li.active p {
    opacity: 1
}

.home_category .main ul li a {
    height: 100%;
    display: block;
    transition: all 0.3s;
    background-color: var(--theme_color);
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    min-height: 556px;
    padding: 142px 1.2rem 2rem
}

.home_category .main ul li a>span {
    display: flex;
    align-items: center;
    width: max-content;
    margin: 14px auto 0;
    transition: all 0.3s;
    opacity: 0
}

.home_category .main ul li a>span::after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: url(../../../../../../../../themes/sytech/assets/img/arrow-green.svg) no-repeat center / cover;
    transition: all 0.3s
}

.home_category .main ul li a span span {
    white-space: nowrap;
    font-weight: 500;
    padding-right: 0;
    width: 0;
    overflow: hidden;
    transition: all 0.3s;
    opacity: 0
}

.home_category .main ul li i {
    display: inline-block;
    width: 120px;
    height: 120px;
    background: no-repeat center / contain
}

.home_category .main ul li h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 39px;
    margin-top: 34px
}

.home_category .main ul li p {
    font-size: 19px;
    line-height: 30px;
    margin-top: 17px;
    min-height: 60px;
    opacity: 0;
    transition: all 0.4s
}

.home_application {
    padding: 104px 0 112px;
    overflow: hidden
}

.home_application .head p {
    font-size: 20px;
    line-height: 36px;
    color: var(--content_color);
    max-width: 1427px;
    margin: 38px auto 0
}

.home_application .main {
    margin-top: 65px;
    position: relative
}

.home_application .main .imgs {
    width: 74%;
    min-width: 74%;
    height: 689px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    background-color: var(--theme_color)
}

.home_application .main .imgs li {
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 100%
}

.home_application .main .imgs li.active {
    opacity: 1;
    pointer-events: all
}

.home_application .main .imgs li img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.home_application .main .nav {
    flex: 1
}

.home_application .main .nav li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    padding: 1.25rem 7.2115% 1.25rem 16.346%;
    cursor: pointer;
    gap: 20px;
    transition: all 0.4s;
    min-height: 104px;
    position: relative;
    z-index: 2
}

.home_application .main .nav li::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--subtheme_color);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.3s;
    z-index: -1;
    border-radius: 1rem
}

.home_application .main .nav li:last-child {
    margin-bottom: 0
}

.home_application .main .nav li i {
    display: block;
    width: 58px;
    min-width: 58px;
    height: 3rem;
    background: no-repeat center / contain
}

.home_application .main .nav li p {
    color: #707070;
    font-size: 20px;
    font-weight: 500;
    flex: 1;
    transition: all 0.3s
}

.home_application .main .nav li span {
    display: block;
    width: 15px;
    min-width: 15px;
    height: 15px;
    background: url(../../../../../../../../themes/sytech/assets/img/plus.svg) no-repeat center / contain
}

.home_application .main .nav li.active {
    padding-left: 0;
    gap: 30px
}

.home_application .main .nav li.active::after {
    opacity: 1;
    width: 117.0673077%;
    transform: translateX(-11.0883%)
}

.home_application .main .nav li.active i,.home_application .main .nav li.active span {
    filter: brightness(20)
}

.home_application .main .nav li.active p {
    color: #fff
}

.home_application .main .texts {
    background-color: var(--theme_color);
    border-radius: 20px;
    position: absolute;
    overflow: hidden;
    left: -2.8125%;
    bottom: -42px;
    width: 49.625%
}

.home_application .main .texts .home_application_swiper .swiper-slide {
    height: auto
}

.home_application .main .texts .home_application_swiper .swiper-slide a {
    height: 100%;
    display: block;
    color: #fff;
    padding: 46px 5.79345% 42px
}

.home_application .main .texts .home_application_swiper .swiper-slide h3 {
    font-size: 30px;
    font-weight: 600
}

.home_application .main .texts .home_application_swiper .swiper-slide p {
    opacity: .85;
    font-size: 20px;
    line-height: 36px;
    font-weight: 300;
    margin-top: 1rem
}

.home_application .main .texts .home_application_swiper .swiper-slide span {
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 500;
    gap: 14px;
    margin-top: 20px
}

.home_application .main .texts .home_application_swiper .swiper-slide span::after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(../../../../../../../../themes/sytech/assets/img/arrow-blue.svg) no-repeat center / cover
}

.home section.parallax-mirror:nth-of-type(1) {
    z-index: 2!important
}

.home_banner {
    z-index: 99
}
