@charset "utf-8";

* {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: none;
    max-height: 100%;
    scroll-behavior: smooth;
}

body {
    color: #181818;
    font-size: 16px;
    overflow-x: hidden;
}

body,
button,
input,
select,
textarea {
    font-family: pingfang SC,
        helvetica neue,
        arial,
        hiragino sans gb,
        microsoft yahei ui,
        microsoft yahei,
        simsun,
        sans-serif !important;
    /* font-family: "syht", Arial, sans-serif; */
}

body,
p,
h1,
ul,
li,
input,
img,
figure,
h3,
h1,
h2,
h4,
h5,
h6,
dl,
dd,
dt {
    margin: 0;
    padding: 0;
}

input[type="text"],
input[type="password"],
input[type="submit"],
input[type="reset"],
input[type="button"],
textarea {
    -webkit-appearance: none;
}


address,
cite,
dfn,
em,
var,
i {
    font-style: normal;
}

code,
kbd,
pre,
samp {
    font-family: "Poppins", Sans-serif
}

small {
    font-size: 10px;
}

ul,
ol {
    list-style: none;
}

sub {
    bottom: 0
}

a {
    text-decoration: none;
    color: #181818
}

a:hover {
    color: #c6171f;
    text-decoration: none;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

abbr[title] {
    border-bottom: 1px dotted;
    cursor: footer-help;
}

legend {
    color: #000;
}

fieldset,
img {
    border: 0;
    max-width: 100%;
}

a img {
    vertical-align: text-bottom;
}

:focus {
    outline: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

button,
input,
select {
    vertical-align: middle;
}

/* 更改输入框的 placeholder 文本颜色 */
input::placeholder,
textarea::placeholder {
    color: #bababa
        /* 或者你想要的任何颜色值 */
}

button {
    cursor: pointer;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.text-red {
    color: #c6171f
}

.text-grey666 {
    color: #666;
}

.text-white {
    color: #fff
}


.bg-grey {
    background: #f7f7f7;
}

.text-capital {
    text-transform: uppercase
}

.arial {
    font-family: Arial, Helvetica, sans-serif;
}


.lh220 {
    line-height: 220%;
}

/**************滚动条样式**********/

::-webkit-scrollbar {
    width: 10px;
    height: 1px;
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .3);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: 0 0 .3125rem rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, .1);
}

/**************框架公用样式**********/

.photo img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.photo:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.photo em {
    display: block;
    overflow: hidden;
}

.iconfont {
    font-size: inherit;
}

.container-fluid {
    max-width: 1530px;
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
}

header {
    padding: 15px 0;
    position: fixed;
    width: 100%;
    z-index: 9;
}

header .header-nav {
    max-width: 1800px !important;
}

header.fixednav,
header.fixednav-contact {
    background: rgba(255, 255, 255, .9);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .05);
}

header .logo img {
    width: 277px;
    height: 48px;
}

body header .mask {
    position: absolute;
    width: 100vw;
    height: 22vw;
    z-index: -1;
    left: 0;
    top: 0;
    background-color: #fff;
    transform-origin: 0 0;
    transform: scaleY(.001);
    pointer-events: none;
    transition: transform .5s cubic-bezier(.25, .74, .22, .99);
}

body header.active .mask {
    pointer-events: auto;
    transform: scaleY(1);
}

header .logo .logo-switch,
header.fixednav .logo .logo-default,
body header.active .logo-default,
header.fixednav-contact .logo-default,
header.nav-tb .logo-default {
    display: none;
}

header.fixednav .logo .logo-switch,
body header.active .logo-switch,
header.fixednav-contact .logo-switch,
header.nav-tb .logo-switch {
    display: block;
}

header .search-list {
    cursor: pointer;
    font-size: 24px;
    color: #fff;
}

body header.active .search-list,
header.fixednav .search-list,
header.fixednav-contact .search-list,
header.fixednav .nav li a,
body header.active .nav li a,
header.fixednav-contact .nav li a,
header.nav-tb .nav li a,
header.nav-tb .search-list {
    color: #181818;
}

header .search-list-show {
    width: 100%;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, .1);
    padding: 50px 120px;
    display: none;
    position: absolute;
    top: 78px;
    left: 0;
    z-index: 55;
}

header .search-list-show form {
    width: 50%;
}

header .search-list-show form input,
header .search-list-show button {
    height: 60px;
}

header .search-list-show button {
    background-image: linear-gradient(to right bottom, #c4171e, #cc131c, #d50e19, #dd0716, #e50012);
    width: 80px;
    color: #fff !important;
    font-size: 30px;
    margin-left: -10px;
    transition: .3s;
}

header .search-list-show button:hover {
    background-image: linear-gradient(to right bottom, #a10311, #b20212, #c30112, #d40012, #e50012)
}

.nav {
    padding: 0 30px 0 0;
}

.nav li {
    position: relative;
}


.nav li a {
    padding: 8px 0;
    display: block;
    color: #fff;
    text-align: center;
}

.nav li>a {
    height: 45px;
    padding: 8px 35px;
    font-size: 18px;
}


.nav li .nav-list {
    display: none;
}

.nav li:hover a,
header.fixednav .nav li:hover a,
body header.active .nav li:hover a {
    color: #c6171f;
}


.cur-contact:hover::before {
    width: 100%;
}

.nav:hover .nav-list,
header.active .nav li .nav-list {
    display: block;
    position: absolute;
    padding-top: 20px;
    line-height: 50px;
    width: 100%;
}

.nav:hover .nav-list a,
header.active .nav li .nav-list a,
header.fixednav .nav:hover .nav-list a,
body header.active .nav:hover .nav-list a {
    display: block;
    animation: fadeInUp .8s .2s ease both;
    -webkit-animation: fadeInUp .8s .2s ease both;
    color: #999;
    padding-top: 0;
    padding-bottom: 0;
}

.nav:hover .nav-list a:hover,
header.fixednav .nav:hover .nav-list a:hover,
body header.active .nav:hover .nav-list a:hover,
header .nav li a.current {
    color: #c6171f !important;
}


.cur-contact {
    background-image: linear-gradient(to right bottom, #c4171e, #cc131c, #d50e19, #dd0716, #e50012);
    color: #fff !important;
    border-radius: 30px;
    transition: .3s;
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.cur-contact::before {
    content: '';
    background: #a10311;
    width: 0;
    position: absolute;
    left: 0;
    height: 100%;
    transition: .3s;
    top: 0;
    z-index: -1;
}

header .nav li a.current.cur-contact.current {
    color: #fff !important;
}


/**************手机导航**********/

.sp_nav,
.sjj_nav,
.mobile-search {
    display: none;
}

.sp_nav {
    width: 30px;
    position: absolute;
    top: 20px;
    right: 15px;
    cursor: pointer;
    color: #fff;
    z-index: 999
}


.sp_nav span {
    display: block;
    width: 30px;
    height: 2px;
    position: absolute;
    transition: all ease 0.35s
}

.sp_nav_se span {
    width: 24px;
}

header.fixednav .sp_nav span,
header.fixednav-contact .sp_nav span,
header.nav-tb .sp_nav span {
    background: #181818;
}

.sp_nav span,
header.fixednav .sp_nav_se span,
header.fixednav-contact .sp_nav_se span,
header.nav-tb .sp_nav_se span {
    background: #fff;
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 8px
}

.sp_nav span:nth-of-type(3) {
    top: 16px
}

.sp_nav_se span:nth-of-type(1) {
    top: 20px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 20px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: fixed;
    z-index: 9;
    background: #eee;
    width: 100%;
    height: calc(100% - 104px);
    height: 100vh;
    line-height: 40px;
    top: -100vh;
    left: 0;
    right: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
    margin: 0 auto
}

.nav_show {
    top: 0;
    padding: 60px 30px;
    background: #333
}

.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px)
}

.sjj_nav ul li i {
    position: absolute;
    right: 0px;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    position: relative;
    line-height: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #ccc;
    width: 100%
}

.sjj_nav ul li li {
    margin-left: 20px;
}

.sjj_nav ul li li:last-child {
    border-bottom: none;
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #699af1
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}


/**************banner**********/

.about-main .about-main-name h1,
.link-list li h3,
.project-name h1,
.contact-message h3,
.products-list .products-list-name h2,
.solution-list li section h3,
.pro-banner section h1,
.banner-join h1,
.join-content figure h1,
.join-content1 figure h1 {
    font-size: 42px;
}


.banner .swiper-slide .swiper-slide_text {
    width: 50%;
    height: 100vh;
    color: #fff;
    position: relative;
    z-index: 5;
}

.banner .swiper-slide .swiper-slide_text h2 {
    font-size: 30px;
}

.banner .swiper-slide .swiper-slide_text h1 {
    position: relative;
    font-size: 50px;
}

.banner .swiper-slide .swiper-slide_text p {
    font-size: 24px;
}

.banner .swiper-slide .swiper-slide_text .click-more {
    padding: 10px 30px;
}

.banner .swiper-pagination-bullet {
    background-color: #fff;
    width: 20px;
    height: 4px;
    opacity: .6;
    border-radius: 2px
}

.banner .swiper-pagination-bullet-active {
    opacity: 1;
    width: 40px
}

.video-list {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1
}

.video-list canvas {
    position: absolute;
    width: auto !important;
    height: 100%;
    left: -50%;
    transform: translateX(-50%);
}


.about-since {
    padding-top: 150px;
    padding-bottom: 80px;
}

.about-since .about-since-text,
.about-since figure,
.about-main .about-main-name,
.about-main figure {
    width: 42%;
}

.about-since .about-since-text {
    font-size: 130px;
    line-height: 140px;
}

.about-since figure h3 {
    font-size: 36px;
}

.about-main {
    background: url(../images/about_bg.png) center no-repeat;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 150px;
}

.about-main .about-main-name h1 span {
    font-size: 30px;
}

.about-main .about-main-name img {
    width: 360px;
}

.about-main figure li {
    display: flex;
    margin-bottom: 40px;
    align-items: flex-start;
}

.about-main figure li h4 {
    font-size: 35px;
}

.about-main figure li h4 span {
    font-size: 18px;
}

.about-main figure li i {
    background-image: linear-gradient(to left, #285fff, #4872ff, #6185ff, #7897ff, #8fa9ff, #85b8ff, #83c6ff, #8bd2ff, #76ddff, #63e8ff, #59f2fc, #5ffbf1);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 60px;
    color: transparent;
    padding: 15px 0;
}


.application-video li {
    position: absolute;
    display: inline-block;
    z-index: 5;
}

.application-video li section {
    animation: pulse 2s infinite;
}

.application-video li section:before {
    content: "";
    border-radius: 50px;
    z-index: 1;
    background: linear-gradient(223deg, rgba(40, 95, 255, .8), rgba(173, 193, 255, .5));
    width: 97%;
    height: 94%;
    backdrop-filter: blur(1px);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: .3s
}

.application-video li section::after {
    content: "";
    z-index: 3;
    position: absolute;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    left: -3px;
    top: -3px;
    border-radius: 50px;
    border: 3px solid rgba(40, 95, 255, 1);
    mask-image: linear-gradient(120deg, #000, rgba(0, 0, 0, .1) 50%, #000);
}

.application-video li section .mask {
    position: relative;
    z-index: 5;
    padding: 12px 35px;
    display: block;
    text-shadow: 0 2px 2px rgba(40, 95, 255, .75);
    font-size: 24px;
    font-weight: bolder;
}

.application-video li section .mask i {
    transform: rotate(45deg);
    display: inline-block;
}


.application-video li:first-child {
    top: 26vh;
    left: 42%;
}

.application-video li:nth-child(2) {
    top: 62vh;
    left: 24%;
}

.application-video li:nth-child(3) {
    top: 50vh;
    right: 33%;
}

.application-video li section:hover::before {
    background: #fff;
}

.application-video li section:hover a,
.application-video li section:hover i {
    color: rgb(40, 95, 255) !important;
    text-shadow: inherit
}

.link-list {
    padding-top: 120px;
    padding-bottom: 120px;
}

.link-list li {
    background: #efefef;
    padding: 60px;
    border-radius: 30px;
    width: 47%;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.link-list li::before {
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
    transition: .3s;
    z-index: -1;
}

.link-list li:hover::before {
    width: 100%;
}


.link-list li span {
    display: block;
    font-size: 24px;
}

.link-list li h3,
.link-list li span {
    transition: .5s;
}

.link-list li em {
    display: block;
}

.link-list li i {
    transition: .3s;
}

.link-list li img {
    margin-top: 160px;
}

.link-list li:hover h3,
.link-list li:hover span {
    color: #181818;
}


.link-list li:hover i {
    margin-right: 20px !important;
}

.values-content {
    height: 120vh;
}

.values-content b {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.values-content {
    padding-top: 120px;
    padding-bottom: 120px;
}

.project-name {
    margin-bottom: 40px;
}

.project-name h5 {
    font-size: 36px;
}

.solution-list {
    padding-top: 20px;
    padding-bottom: 100px;
}

.solution-list li {
    position: relative;
    width: 48.5%;
    border-radius: 40px;
    overflow: hidden;
    margin-bottom: 50px;
}

.solution-list li img {
    width: 100%;
}

.solution-list li section {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.solution-list li section h3 {
    margin-bottom: 20px;
}

.solution-list li section span {
    display: inline-block;
    padding: 5px 30px;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 30px;
    background: rgba(0, 0, 0, .3);
}

.solution-list li:hover section span {
    background: rgba(230, 0, 18, .3);
    margin-top: 15px;
}

.solution-list li section span i,
.solution-list li section span {
    transition: .3s;
}

.solution-list li:hover section span i {
    margin-right: 15px !important;
}

.products-list .products-list-name {
    padding: 50px 0;
}

.products-list .products-list-name h2 {
    background: url(../images/icon-name.png) left no-repeat;
    padding-left: 50px;
    background-size: 32px;
}

.products-list .products-list-name a {
    font-size: 20px;
}

.products-list ul {
    gap: 3%;
}

.products-list li {
    width: 31.333%;
    background: #f2f2f2;
    padding: 40px;
    border-radius: 30px;
    text-align: center;
    /* box-shadow: 0 0 15px rgba(0, 0, 0, .15); */
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.products-list li h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.products-list li span,
.products-list li em {
    display: block;
}

.products-list li b {
    display: block;
    overflow: hidden;
    padding: 30px 0;
}

.products-list li span {
    font-size: 20px;
    color: #666;
}

.products-list li::before {
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
    transition: .3s;
    z-index: -1;
}

.products-list li:hover::before {
    width: 100%;
}

.products-list li em i {
    transition: .3s;
}

.products-list li:hover em i {
    margin-right: 30px !important;
}


.click-more {
    border-radius: 30px;
    padding: 10px 20px;
    display: inline-block;
    transition: .3s;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(to right bottom, #c4171e, #cc131c, #d50e19, #dd0716, #e50012);
    z-index: 1;
}

.click-more::before {
    content: '';
    background: #a10311;
    width: 0;
    position: absolute;
    left: 0;
    height: 100%;
    transition: .3s;
    top: 0;
    z-index: -1;
}

.click-more:hover::before {
    width: 100%;
}


footer {
    padding: 70px 0 0;
    background: #f2f2f2;
}

footer .footer-nav {
    width: 70%;
    line-height: 40px;
}

footer .footer-nav dt {
    font-size: 20px;
    margin-bottom: 15px;
}

footer .footer-nav dd a {
    color: #666;

}

footer .footer-nav dd a.cur-contact {
    padding-left: 20px;
    padding-right: 20px;
}

footer .footer-nav dd a:hover {
    color: #c6171f;
}

footer .footer-contact span {
    display: block;
    font-size: 18px;
}

footer .footer-contact b {
    font-size: 20px;
}

footer .footer-contact img {
    width: 140px;
}

.footer-copyright {
    border-top: 1px solid #ddd;
    padding: 15px 0;
    margin-top: 50px;
}


.contact-map {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 3;
}


#allmap {
    width: 100%;
    height: 100vh;
}

#allmap img {
    max-width: initial;
}

.map-box {
    padding: 40px;
    box-sizing: border-box;
    width: 700px;
    height: 493px;
    background: #FEFEFF;
    margin-left: auto;
    position: relative;
    line-height: 40px;
}

.map-box h3 {
    font-size: 30px;
}

.map-box h3 span {
    display: block;
    font-size: 20px;
    color: #999;
}

.map-box p i {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}

.contact-message h3 {
    padding-right: 30px;
    position: relative;
    z-index: 1;
}

.contact-message h3::before {
    content: '';
    height: 1px;
    background: #ccc;
    width: calc(100% - 220px);
    position: absolute;
    z-index: -1;
    top: 30px;
    right: 0;
}

.contact-message ul {
    gap: 2%;
}

.contact-message li {
    width: 32%;
    margin-bottom: 30px;
    position: relative;
}

.contact-message li .form-control {
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 10px;
}

.contact-message li i {
    color: #c6171f;
    position: absolute;
    font-size: 20px;
    top: 8px;
    left: 12px;
}

.contact-message li input {
    height: 60px;
}

.contact-message li textarea {
    height: 240px;
}

.contact-message li .contact-btn {
    font-size: 20px;
    padding: 5px 30px;
}

.pro-banner {
    height: 100vh;
}

.pro-banner section p {
    margin: 60px 0;
    font-size: 20px;
}

.pro-banner .video-list {
    z-index: 1;
}

.pro-banner .container-fluid {
    position: relative;
    z-index: 2;
}

.pro-banner figure {
    max-width: 50%;
    background: rgba(255, 255, 255, .2);
    padding: 50px;
    border-radius: 30px;
    backdrop-filter: blur(50px);
    min-height: 50vh;
    height: 100%;
    max-height: 60vh;
    min-width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro-banner figure .swiper-container {
    height: 100%;
}

.pro-banner figure img {
    max-height: 100%;
}

.pro-download {
    background: rgba(0, 0, 0, .5);
    padding: 10px 30px;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    width: 195px;
    text-align: center;
}

.pro-download img {
    width: 22px;
    margin-left: 8px;
    transition: .5s;
}

.pro-download:hover img {
    margin-left: 15px;
}

.pro-content {
    font-size: 20px;
    background: #f3f3f3;
}


.pro-list figure {
    max-width: 45%;
}

.pro-list figure img {
    max-height: 60vh;
    height: 100%;
}

.pro-list .pro-list-img {
    background: none;
}

/* .pro-list .pro-list-img1 {
    background: url(../images/pro_img1.png) center no-repeat;
    background-size: contain;
} */

.pro-list section {
    width: 45%;
    line-height: 220%;
}

.pro-list section h1 {
    font-size: 42px;
}

.pro-list section p {
    font-size: 18px;
}

.pro-list section li {
    text-align: center;
}

.pro-list section li span {
    font-size: 30px;
    color: #84c3f4;
}

.pro-list section li span em {
    font-size: 18px;
}

.pro-list section li b {
    display: block;
    font-size: 18px;
    font-weight: normal;
}

.pro-list section li i {
    font-size: 32px;
    vertical-align: middle;
    margin-top: -3px;
    display: inline-block;
}

.pro-list-parameter {
    padding-top: 120px;
    padding-bottom: 120px;
}

.pro-list-parameter-content {
    border: 1px solid #cfcfcf;
    border-radius: 30px;
    padding: 90px;
    overflow: hidden;
}


.pro-list.pro-list-communication section {
    background: rgba(0, 0, 0, .5);
    padding: 50px;
    border-radius: 20px;
}

.pro-list.pro-list-communication section li {
    width: 50%;
    margin: 20px 0;
}

.pro-list-parameter-content figure {
    width: 35%;
}

.pictureurls .swiper-pagination-bullet {
    background: #fff;
}

.pictureurls .swiper-pagination {
    bottom: 0;
}

.pictureurls .swiper-pagination-bullet-active {
    background: #84c3f4;
}

.pro-list-parameter-content .pro-list-parameter-content-download {
    width: 60%;
}

.pro-list-parameter-content .pro-list-parameter-content-download section {
    background: rgba(255, 255, 255, .16);
    padding: 50px 100px;
    border-radius: 30px;
    line-height: 60px;
    font-size: 18px;
    backdrop-filter: blur(50px);
}

.pro-list-parameter-content .pro-list-parameter-content-download section p {
    display: flex;
    justify-content: space-between;
}

.pro-list-parameter-content .pro-list-parameter-content-download section p span {
    width: 50%;
}

.pro-list-parameter-content .pro-list-parameter-content-download section p span:first-child {
    font-weight: bolder;
}

.pro-list-parameter-content figure,
.pro-list-parameter-content .pro-list-parameter-content-download {
    z-index: 5;
}

.pro-list-parameter-content .video-list {
    height: 100%;
    z-index: 1
}


.banner-download {
    background-image: linear-gradient(to left, #285fff, #4872ff, #6185ff, #7897ff, #8fa9ff, #85b8ff, #83c6ff, #8bd2ff, #76ddff, #63e8ff, #59f2fc, #5ffbf1);
    height: 500px;
}

.banner-download input {
    height: 80px;
    padding-left: 30px;
    font-size: 20px;
    border-radius: 20px;
}

.banner-download .btn {
    background-image: linear-gradient(to right bottom, #c4171e, #cc131c, #d50e19, #dd0716, #e50012);
    width: 120px;
    color: #fff !important;
    font-size: 30px;
    margin-left: -30px;
    transition: .5s;
    border-radius: 0 20px 20px 0;
}

.banner-download .btn:hover {
    background-image: linear-gradient(to right bottom, #a10311, #b20212, #c30112, #d40012, #e50012);
}

.download-center {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 20px;
    padding: 60px 50px;
    margin-bottom: 80px;
}

.download-center .download-menu {
    width: 380px;
    border-right: 3px solid #f5f5f5;
    padding-right: 40px;
}

.download-center .download-menu h2 i {
    display: inline-block;
    transform: rotate(90deg);
    font-size: 24px;
}

.download-center .download-menu li {
    position: relative;
    margin-top: 15px;
}

.download-center .download-menu li a {
    background: #f5f5f5;
    display: block;
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 20px;
    transition: .5s;
}

.download-center .download-menu li a:hover,
.download-center .download-menu li a.current {
    background-image: linear-gradient(to left, #285fff, #4872ff, #6185ff, #7897ff, #8fa9ff, #85b8ff, #83c6ff, #8bd2ff, #76ddff, #63e8ff, #59f2fc, #5ffbf1);
    color: #fff;
}

.download-center .download-menu li::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #ddd;
    position: absolute;
    right: 30px;
    top: 22px;
}

.download-center .download-list-content {
    width: calc(100% - 430px);

}

.download-list-order span {
    font-size: 24px;
}

.download-list-order .btn-outline-secondary {
    border-radius: 30px;
    border: 1px solid #ddd;
    padding: 8px 20px;
    width: 120px;
}

.download-list li {
    padding-top: 15px;
    padding-bottom: 15px;
}

.download-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.download-list li a>div {
    width: 65%;
}

.download-list li img {
    width: 30px;
}

.download-list li em {
    color: #999;
}


.banner-join {
    height: 500px;
}

.join-content figure,
.join-content em {
    width: 50%;
}

.join-content em img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.join-content figure {
    font-size: 20px;
    padding: 120px;
}

.join-content1 {
    background: #000;
}

.join-list li {
    position: relative;
    width: 23.5%;
    border-radius: 30px;
    overflow: hidden;
    transition: .3s;
}

.join-list li img {
    display: block;
    width: 100%;
}

.join-list li section {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgb(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 30%);
}

.join-list li section h3 {
    font-size: 40px;
    transition: .5s;
}

.join-list li section p {
    font-size: 20px;
    transition: .5s;
}

.join-list1 {
    gap: 2%;
}

.join-list1 li:nth-child(2) {
    width: 40%;
    border-radius: 30px;
}

.join-list1 li {
    width: 29%;
    padding-bottom: 30%;
    position: relative;
    overflow: hidden;
}

.join-list1 li:first-child {
    border-radius: 0 30px 30px 0;
}

.join-list1 li:last-child {
    border-radius: 30px 0 0 30px;
}

.join-list1 li img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
}

.join-list li:hover h3 {
    margin-bottom: 30px !important;
}

.join-list li:hover p {
    margin-bottom: 20px !important;
}

.join-list li:hover {
    transform: scale(1.05);
}

.min-banner {
    height: 100vh;
}

.min-banner>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.min-banner section {
    bottom: 50px
}

.min-banner section h1 {
    font-size: 100px
}

.min-banner section h5 {
    font-size: 30px
}

.min-banner section h5 span {
    width: 40px;
    height: 40px;
    border: 8px solid #fff;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    border-radius: 50%;
    margin-right: 20px;
}

/* .about-main-new {
    background: url(../images/about_bg1.jpg) top;
    background-size: cover;
    padding-bottom: 100px;
    position: relative;
    z-index: 5;
} */

.about-main-new .about-content {
    padding: 60px;
    border-radius: 60px;
    margin-top: 100px;
    margin-bottom: 100px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .05);
}

.about-main-new .about-content figure {
    width: 46%;
}

.about-main-new .about-content em {
    width: 46%;
    display: block;
    border-radius: 30px;
    overflow: hidden;
}

.about-main-new .about-content em img {
    width: 100%;
    display: block;
}

.about-main-new .about-content figure i {
    background-image: linear-gradient(to left, #fe8383, #de0404);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 100px;
    color: transparent;
}

.about-main-new .about-content figure h1 {
    font-size: 42px;
    margin-bottom: 50px;
}

.about-main-new .about-content1 {
    background: url(../images/about_img2.png) left no-repeat #fff;
    background-size: contain;
}

.about-main-new .about-content1 figure {
    padding-top: 100px;
    padding-bottom: 100px;
}

.about-culture {
    background: url(../images/about_bg1.jpg) center no-repeat;
    background-size: cover;
    height: 1308px;
    margin-top: -120px;
    padding-top: 240px;
    position: relative;
    z-index: 5;
}

.project-name1 {
    width: 50%;
}

.project-name1 h1 {
    font-size: 100px;
}

.project-name1 h3 {
    font-size: 48px;
}

.about-culture .swiper-container {
    width: 40%;
    margin-left: auto;
    margin-top: 50px;
    margin-right: initial;
    padding-bottom: 50px;
}

.about-culture .swiper-container figure span {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: #27eb00;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 120px;
    position: relative;
    z-index: 5;
}

.about-culture .swiper-container figure section {
    background: #fff;
    padding: 50px;
    text-align: center;
    border-radius: 50px;
    padding-top: 120px;
    margin-top: -80px;
    width: 100%;
}

.about-culture .swiper-container figure section h3 {
    font-size: 48px;
}

.about-culture .swiper-container .swiper-pagination {
    bottom: 0;
}

.about-culture .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: .8;
}

.about-culture .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #27eb00;
}

.solution-text {
    position: absolute;
    right: 12%;
    top: 50%;
    transform: translateY(-50%);
    line-height: 35px;
    padding: 40px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .6);
    width: 400px;
    backdrop-filter: blur(10px);
}

.solution-text h3 {
    font-size: 30px;
}

.modal-open {
    overflow: inherit;
    padding: 0 !important
}

.modal-body {
    max-height: calc(100vh - 300px);
    overflow-y: auto
}

.modal-dialog {
    max-width: 500px;
    width: 100%;
    top: 50%;
    left: 50%;
    margin: inherit;
    position: absolute;
    transform: translate(-50%, -50%) !important;
}

.modal-title span {
    color: red;
    font-size: 16px;
}

.contact-message-modal li {
    width: 100%;
    margin-bottom: 15px
}

.contact-message-modal li input {
    height: 46px
}

.contact-message-modal li textarea {
    height: 100px
}

.contact-message-modal li .contact-btn {
    font-size: 18px;
}

.sendSms {
    position: absolute;
    right: 0;
    z-index: 5;
    top: 4px;
    right: 4px;
    border-radius: 8px
}

.form-control-mobile {
    padding-right: 120px !important
}

.advantage-list,
.related-products,
.solution-list-more {
    padding-top: 80px;
    padding-bottom: 80px;
}

.solution-content {
    padding-top: 100px;
    padding-bottom: 100px;
}

.solution-content figure {
    width: 40%;
    font-size: 18px;
}

.solution-content em {
    width: 50%;
}

.advantage-list ul {
    gap: 3%;
}

.advantage-list li {
    background: #fff;
    width: 31.33%;
    padding: 20px 50px 40px;
    border-radius: 30px;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(0, 0, 0, .05);
}

.advantage-list li h4 {
    font-size: 30px;
}

.advantage-list li p {
    font-size: 18px;
}

.advantage-list li i {
    font-size: 100px;
    background-image: linear-gradient(to left, #285fff, #4872ff, #6185ff, #7897ff, #8fa9ff, #85b8ff, #83c6ff, #8bd2ff, #76ddff, #63e8ff, #59f2fc, #5ffbf1);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.advantage-list li em {
    width: 150px;
    height: 150px;
    display: block;
    position: absolute;
    top: -50px;
    right: -50px;
    border-radius: 50%;
    border: 5px dashed #ffffff;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(135deg,
            #fff 0%,
            #fff 52%,
            #fff 100%),
        linear-gradient(135deg,
            #285fff,
            #4872ff,
            #6185ff,
            #7897ff,
            #8fa9ff,
            #85b8ff,
            #83c6ff,
            #8bd2ff,
            #76ddff,
            #63e8ff,
            #59f2fc,
            #5ffbf1);
}

.related-products .swiper-container {
    padding-top: 120px;
    padding-bottom: 140px;
    width: 160%;
    margin-left: -30%;
}

.related-products .swiper-slide {
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .05);
    padding: 50px;
    border-radius: 30px;
}

.related-products .swiper-slide h3 {
    font-size: 22px;
}

.related-products .swiper-slide figure {
    width: 70%;
}

.related-products .swiper-slide em {
    display: block;
    width: 26%;
}

.related-products .swiper-slide figure section span {
    font-size: 16px;
    color: #767676;
}

.related-products .swiper-slide figure section {
    margin-top: 15px;
}

.related-products .swiper-slide figure p {
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 12px;
    line-height: 200%;
}

.related-products .swiper-slide-active,
.related-products .swiper-slide-duplicate-active {
    transform: scale(1.5);
    width: 50%;
}

.related-products .swiper-pagination {
    bottom: 0;
}

.related-products .swiper-pagination-bullet-active {
    background: #c6171f;
}

.solution-list-more ul {
    gap: 2%;
}

.solution-list-more li {
    width: 32%;
    border-radius: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    overflow: hidden;
}

.solution-list-more li section {
    padding: 30px;
}

.solution-list-more li section h3 {
    font-size: 24px;
}


@media screen and (max-width:1680px) {
    .application-video li:nth-child(2) {
        top: 54vh;
    }
}

@media screen and (max-width:1600px) {
    .application-video li:nth-child(2) {
        top: 62vh;
    }
}

@media screen and (max-width:1440px) {
    .application-video li:nth-child(2) {
        top: 62vh;
    }

    .application-video li section .mask {
        font-size: 20px;
    }

    .banner .swiper-slide .swiper-slide_text {
        width: 60%;
    }

    .banner .swiper-slide .swiper-slide_text h1 {
        font-size: 40px;
    }

    .application-video li section .mask {
        padding: 12px 20px;
    }

    .application-video li:nth-child(1) {
        top: 15vh;
    }

    .application-video li:nth-child(2) {
        top: 45vh;
    }

    .application-video li:nth-child(3) {
        top: 35vh;
    }

    .about-since .about-since-text {
        font-size: 120px;
    }

    .join-content figure {
        padding: 120px;
    }

    .join-list li section h3 {
        font-size: 35px;
    }

    .join-list li section p {
        font-size: 18px;
    }

    .banner-download form,
    header .search-list-show form {
        width: 60% !important;
    }

    .map-box {
        height: auto;
        padding: 35px;
        width: 45%;
    }

    .map-box .map-title img {
        width: 120px;
    }

    .map-box h3 {
        font-size: 24px;
    }

    .pro-banner section p {
        margin: 40px 0;
    }

    .pro-banner figure {
        padding: 40px;
        max-width: 40%;
    }

    .pro-list figure {
        max-width: 46%;
        height: auto;
        background-size: contain;
        padding: 100px;
    }

    .pro-list section {
        max-width: 46%;
        width: 100%;
    }

    .pro-list-parameter-content {
        padding: 50px;
    }

    .pro-list-parameter-content .pro-list-parameter-content-download section {
        padding: 30px;
        font-size: 16px;
        line-height: 50px;
    }

    .pro-download {
        padding: 10px 20px;
        width: 160px;
    }

    .about-main-new .about-content1 figure {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .about-main-new .about-content {
        margin-bottom: 0;
    }

    .about-main-new .about-content figure h1 {
        margin-bottom: 30px;
        font-size: 35px;
    }

    .about-main-new .about-content figure i {
        font-size: 80px;
    }

    .project-name1 h1,
    .min-banner section h1 {
        font-size: 100px;
    }

    .about-main-new {
        padding-bottom: 150px;
    }
}

@media screen and (max-width:1366px) {
    .about-since .about-since-text {
        font-size: 110px;
        line-height: 110px
    }

    .about-main {
        padding-top: 100px;
        padding-bottom: 100px;
    }

}

@media screen and (max-width:767px) {

    .sp_nav,
    .sjj_nav {
        display: block
    }

    .nav {
        display: none !important;
    }

    header .search-list {
        margin-right: 50px;
        padding-top: 2px;
    }

    header .logo img {
        height: 35px;
        width: auto;
    }

    header .search-list-show {
        top: 57px;
        padding: 20px 15px;
    }

    header {
        padding: 10px 0;
    }

    header .search-list-show form input,
    header .search-list-show button,
    .contact-message li input,
    .banner-download input,
    .banner-download .btn {
        height: 45px;
    }

    header .search-list-show button,
    .banner-download .btn {
        font-size: 20px;
    }

    .container-fluid,
    .banner .swiper-slide .swiper-slide_text,
    .link-list li,
    footer .footer-nav,
    .footer-copyright section,
    header .search-list-show form,
    .about-since .about-since-text,
    .about-since figure,
    .about-main .about-main-name,
    .about-main figure,
    .solution-list li,
    .map-box,
    .contact-message li,
    .banner-download form,
    .download-center .download-menu,
    .download-center .download-list-content,
    .download-list li a>div,
    .join-content figure,
    .join-content em,
    .join-list li,
    .products-list li,
    .pro-list figure,
    .pro-list section,
    .pro-list-parameter-content .pro-list-parameter-content-download,
    .pro-banner section,
    .pro-banner figure,
    .pro-list-parameter-content figure,
    .related-products .swiper-slide figure,
    .related-products .swiper-slide em,
    .solution-list-more li,
    .related-products .swiper-container,
    .about-main-new .about-content figure,
    .about-main-new .about-content em,
    .project-name1,
    .about-culture figure,
    .solution-content figure,
    .solution-content em {
        width: 100% !important;
        max-width: 100%;
    }

    .about-main .about-main-name h1,
    .project-name1 h1,
    .min-banner section h1,
    .about-culture figure section h3,
    .project-name1 h3 {
        font-size: 30px;
    }

    .banner .swiper-slide .swiper-slide_text h1,
    .link-list li h3,
    .about-since figure h3,
    .solution-list li section h3,
    .map-box h3,
    .contact-message h3,
    .download-menu h2,
    .banner-join h1,
    .join-content figure h1,
    .join-content1 figure h1,
    .join-list li section h3,
    .project-name h1,
    .products-list .products-list-name h2,
    .products-list li h3,
    .pro-list section h1,
    .pro-banner section h1,
    .solution-text h3,
    .pro-list section li span,
    .about-main-new .about-content figure h1 {
        font-size: 24px;
    }

    .banner .swiper-slide .swiper-slide_text p,
    .link-list li span,
    footer .footer-nav dt,
    footer .footer-contact span,
    footer .footer-contact b,
    .about-main .about-main-name h1 span,
    .map-box h3 span,
    .download-center .download-menu h2 i,
    .download-center .download-menu li a,
    .about-main figure li h4,
    .advantage-list li h4,
    .min-banner section h5 {
        font-size: 18px;
    }

    .join-content figure,
    .join-list li section p,
    .products-list .products-list-name a,
    .pro-content,
    .pro-list section p,
    .pro-list-parameter-content .pro-list-parameter-content-download section,
    .pro-download,
    .about-main figure li h4 span,
    .pro-banner section p {
        font-size: initial;
    }

    .pro-list section li b {
        font-size: 14px;
        line-height: 20px;
    }

    .application-video li {
        position: relative;
        left: inherit !important;
        right: inherit !important;
        top: inherit !important;
    }

    .application-video li section .mask {
        padding: 6px 12px;
        font-size: 14px;
    }

    .pro-list section li i {
        font-size: 20px;
        vertical-align: inherit;
    }

    .application-video ul {
        margin-top: 20px;
    }

    .link-list,
    .about-since,
    .solution-list,
    .advantage-list,
    .related-products,
    .solution-list-more {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .related-products .swiper-container {
        margin-left: initial;
        padding-top: 0;
        padding-bottom: 50px;
    }

    .related-products .swiper-slide {
        padding: 30px;
    }

    .related-products .swiper-slide figure p {
        margin-bottom: 20px;
    }

    .related-products .swiper-slide em {
        margin-top: 30px;
    }

    .solution-list-more li section h3 {
        font-size: 20px;
    }

    .related-products .swiper-slide figure p {
        font-size: 14px;
    }

    .about-main {
        padding-top: 0;
        padding-bottom: 0;
    }

    footer .link-list li {
        margin: 10px 0;
    }

    .link-list li {
        margin: 10px 0;
    }

    .link-list li img {
        margin-top: 60px;
    }

    footer {
        padding-top: 50px;
    }

    footer .footer-nav {
        text-align: left;
        line-height: inherit;
    }

    footer .footer-nav dl,
    .solution-list-more li,
    .about-main-new .about-content figure h1 {
        margin-bottom: 15px;
        position: relative;
    }

    footer .footer-nav dd {
        display: inline-block;
    }

    footer .footer-nav dd a {
        padding: 0 10px 0 0;
    }

    footer .footer-nav dt {
        margin-bottom: 5px;
    }

    .cur-contact {
        position: absolute;
        padding: 5px 20px !important;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: table;
        top: 50px;
    }

    .footer-contact {
        margin: 60px auto 0;
    }

    .footer-copyright {
        padding: 15px 0;
    }

    .about-since .about-since-text {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 30px;
    }

    .about-main .about-main-name {
        text-align: center;
    }

    .about-main .about-main-name img {
        width: auto;
        height: 50px;
        margin-top: 30px;
    }

    .about-main figure li i {
        font-size: 50px;
    }

    .about-main figure li h4 span,
    .advantage-list li,
    .about-main-new .about-content em {
        margin-top: 15px !important;
    }

    .advantage-list li {
        width: 48%;
    }

    .advantage-list li {
        padding: 20px;
    }

    .advantage-list li i {
        font-size: 80px;
    }

    .advantage-list li p {
        font-size: 14px;
    }

    .advantage-list li em {
        width: 100px;
        height: 100px;
    }

    .related-products .swiper-slide-active,
    .related-products .swiper-slide-duplicate-active {
        transform: scale(1);
        width: inherit;
    }

    .contact-map {
        position: relative;
        top: inherit;
        left: inherit;
        transform: inherit;
    }


    .pro-list-parameter-content {
        height: auto;
        padding: 15px;

    }

    .map-box {
        padding: 30px 0;
    }

    #allmap,
    .banner-download,
    .banner-join {
        height: 40vh;
    }

    .contact-message h3::before {
        width: calc(100% - 110px);
        top: 15px;
    }

    .contact-message {
        padding-top: 0 !important;
    }

    .contact-message ul {
        margin-top: 30px !important;
    }

    .contact-message li {
        margin-bottom: 15px;
    }

    .contact-message li textarea {
        height: 150px;
    }

    .banner-download .btn {
        width: 100px;
    }

    .banner-download input {
        font-size: initial;
        padding-left: 15px;
    }

    .download-center .download-menu {
        border-right: 0;
        padding-right: 0;
    }

    .download-center {
        padding: 30px;
    }

    .download-list-order {
        margin-top: 40px;
    }

    .download-list li a {
        flex-wrap: wrap;
    }

    .join-content figure {
        padding: 30px 15px;
    }


    .join-list li,
    .products-list li {
        margin: 10px 0;
    }

    .project-name h1 {
        margin-bottom: 20px;
    }

    .products-list .products-list-name h2 {
        padding-left: 30px;
        background-size: 24px;
    }

    .pro-banner figure {
        padding: 20px;
        margin-top: 20px;
        min-height: inherit;
        height: 100%;
        max-height: 40vh;
    }

    .pro-list,
    .pro-list-parameter {
        padding: 50px 0;
    }

    .pro-list.vh-100,
    .min-banner {
        height: auto !important;
    }

    .pro-list figure {
        background-size: contain;
        padding: 15px;
        height: auto;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .pro-list-parameter-content .pro-list-parameter-content-download section {
        padding: 30px 20px;
        line-height: 24px;
        font-size: 13px;
    }

    .pro-list-parameter-content .pro-list-parameter-content-download section p {
        margin: 6px 0;
    }

    .pro-download {
        width: auto;
        padding: 10px 25px;
    }

    .pro-download img {
        width: 20px;
    }

    .pro-banner section p {
        margin: 15px 0;
    }

    .pro-list.pro-list-communication section {
        padding: 30px;
    }

    .pro-list-parameter .pro-download {
        margin-bottom: 10px;
    }

    .download-list li img {
        width: 20px;
    }

    .about_banner,
    .pro-list-banner {
        height: auto !important;
    }

    .about_banner section {
        display: none;
    }

    .solution-text {
        position: relative;
        top: inherit;
        transform: inherit;
        right: inherit;
        padding: 30px 15px;
        width: auto;
    }

    .related-products .swiper-container,
    .about-main-new {
        padding-left: 15px;
        padding-right: 15px;
    }

    .pro-list figure img,
    .pro-list-parameter-content figure img {
        max-width: 80%;
    }

    .min-banner section h5 img {
        width: 30px;
    }

    .min-banner section {
        bottom: 100px;
    }

    .about-main-new .about-content {
        padding: 30px;
        margin-bottom: 50px;
        margin-top: -20px;
        border-radius: 40px;
    }

    .about-main-new .about-content figure i {
        font-size: 50px;
    }

    .about-culture figure span {
        width: 150px;
        height: 150px;
        font-size: 80px;
    }

    .about-main-new .about-content1 {
        background: #fff;
    }

    .about-main-new .about-content1 figure {
        padding: 0;
    }

    .about-culture {
        height: 700px;
        padding-top: 120px;
    }
}