/*@import 'green.css';*/

* {
    margin: 0;
    padding: 0;
}
html,
body {
    width: 100%;
    min-width: 1100px;
    line-height: 1;
    overflow-x: hidden;
    word-wrap: break-word;
    word-break: break-all;
}
html body {
    color: #000;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
ul,
li {
    padding: 0;
    list-style: none;
}
a {
    color: #000;
    text-decoration: none;
}
img {
    border: none;
    vertical-align: middle;
}
input {
    border: none;
}
button {
    border: none;
    background-color: transparent;
}
p {
    margin: 0;
}
@keyframes ani-y {
    from {
        opacity: 0;
        transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        -webkit-transform: translateY(100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}
.transition {
    transition: all ease .3s;
}
.text-center {
    text-align: center;justify-content: center;
}
.loading-mask {
    text-align: center;
}
.ani-img .item-img {
    overflow: hidden;
}
.ani-img .item-img .img {
    transition: transform 0.3s;
}
@media (any-hover: hover) {
    .ani-img:hover .item-img .img {
        transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
}
.comp-main-more a {
    color: #999999;font-size: 16px;padding-right: 30px;
    padding-left: 20px;
    background: url(https://file.lingxi360.com/form/20231219/658101507ecc8.png-scale560) 85px center no-repeat;
    background-size: 20px;
    transition: all .3s ease;
}
.comp-main-more a:hover {
    color: var(--primary);
    padding-left: 15px;
}
.comp-top {
    display: none;
    position: fixed;
    right: 100px;
    bottom: 62px;
    z-index: 100;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 8px;
    background-color: var(--primary);
    background-image: url('https://file.lingxi360.com/form/20231020/6532471618294.png-scale560');
    background-repeat: no-repeat;
    background-size: 25px 13px;
    background-position: center;
}
@media (any-hover: hover) {
    .comp-top:hover {
        opacity: 0.7;
    }
}
.comp-more, .common-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 48px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid var(--primary);
    color: var(--primary);
}
.comp-more.active {
    background-color: var(--primary);
    color: #fff;
}
.comp-more.active:after {
    background-image: url('https://file.lingxi360.com/form/20230802/64c9fb2948295.png-scale560');
}
@media (any-hover: hover) {
    .comp-more:hover {
        background-color: var(--primary);
        color: #fff;
    }
    .comp-more:hover:after {
        background-image: url('https://file.lingxi360.com/form/20230802/64c9fb2948295.png-scale560');
    }
}
.comp-more:after {
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    content: '';
    background-image: var(--image-more-active);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.comp-banner {
    position: relative;
    height: 300px;
}
.comp-banner .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.comp-banner .text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.comp-banner .text .text-title {
    width: 1100px;
    margin: auto;
    display: flex;
    align-items: center;
    height: 100%;
    line-height: 46px;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}
.comp-main {
    width: 1100px;
    margin: auto;
}
.comp-main .comp-crumbs {
    margin-top: 20px;
}
.comp-main .main-inner {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
}
.comp-main .main-inner .main-nav {
    width: 220px;
    margin-right: 30px;
    background-color: #F6F6F6;
}
.comp-main .main-inner .main-nav .main-nav-list .btn {
    display: block;
    line-height: 54px;
    text-align: center;
    font-size: 18px;
    color: #333333;
}
.comp-main .main-inner .main-nav .main-nav-list .btn.btn--active {
    color: #fff;
    font-weight: bold;
    background-color: var(--primary);
    background-image: url('https://file.lingxi360.com/form/20230802/64c9fbb8830af.png-scale560');
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: right 30px center;
}
.comp-main .main-inner .main-content {
    width: 850px;
    flex: 1;
}
.comp-title {
    position: relative;
    display: flex;
    height: 48px;
    background-image: var(--image-title-line);
    background-repeat: no-repeat;
    background-size: 100% 8px;
    background-position: left bottom;
}
.comp-title .title {
    position: relative;
    line-height: 32px;
    color: #333333;
    font-size: 22px;
    font-weight: bold;
}
.comp-title .icon {
    width: 36px;
    height: 36px;
    background-image: var(--image-title-icon);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 10px;
}
.comp-crumbs {
    display: flex;
}
.comp-crumbs .link {
    line-height: 20px;
    font-size: 14px;
    color: #999999;
}
.comp-crumbs .link:after {
    content: '/';
    margin: 0 4px;
}
.comp-crumbs .link:last-child:after {
    display: none;
}
.comp-report .item {
    height: 94px;
    line-height: 94px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    background-color: #fff;
    border: 1px solid #EEEEEE;
}
.comp-report .item + .item {
    margin-top: 20px;
}
@media (any-hover: hover) {
    .comp-report .item:hover {
        box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
    }
    .comp-report .item:hover .item-title {
        color: var(--primary);
    }
}
.comp-report .item .item-icon {
    width: 50px;
    height: 50px;
    background-image: var(--image-pdf);
    background-repeat: no-repeat;
    background-size: contain;
}
.comp-report .item .item-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 0;
    flex: 1;
    margin: 0 20px;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}
.comp-report .item .item-btns {
    display: flex;
    justify-content: space-between;
}
.comp-report .item .item-btns .btn {
    padding-left: 26px;
    color: #999999;
    font-size: 14px;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: left center;
}
@media (any-hover: hover) {
    .comp-report .item .item-btns .btn:hover {
        color: var(--primary);
    }
    .comp-report .item .item-btns .btn:hover.btn--view {
        background-image: var(--image-view-active);
    }
    .comp-report .item .item-btns .btn:hover.btn--download {
        background-image: var(--image-download-active);
    }
}
.comp-report .item .item-btns .btn.btn--view {
    background-image: url('https://file.lingxi360.com/form/20230802/64c9f96e32d4f.png-scale560');
}
.comp-report .item .item-btns .btn.btn--download {
    background-image: url('https://file.lingxi360.com/form/20230802/64c9f96d31693.png-scale560');
}
.comp-report .item .item-btns .btn + .btn {
    margin-left: 30px;
}
.header-wrapper {
    height: 90px;
}
.header-wrapper .header-inner {
    position: fixed;
    width: 100%;
    height: 90px;
    top: 0;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0px 4px 16px 0px rgba(61, 71, 64, 0.17);
}
.header-wrapper .header-main {
    width: 1100px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 100%;
}
@media (any-hover: hover) {
    .header-wrapper .header-main .logo-link:hover {
        opacity: 0.7;
    }
}
.header-wrapper .header-main .logo-link .logo {
    height: 60px;
    max-width: 210px;
        object-fit: contain;
}
.header-wrapper .header-main .links {
    display: flex;
}
.header-wrapper .header-main .links .links-item {
    position: relative;
    height: 90px;
    display: flex;
    align-items: center;
}
.header-wrapper .header-main .links .links-item + .links-item {
    margin-left: 30px;
}
@media (any-hover: hover) {
    .header-wrapper .header-main .links .links-item:hover .link {
        color: var(--primary);
    }
    .header-wrapper .header-main .links .links-item:hover .link.active {
        color: var(--primary);
    }
    .header-wrapper .header-main .links .links-item:hover .links-sub {
        display: block; font-size: 18px;
    }
}
.header-wrapper .header-main .links .links-item .link {
    display: block;
    line-height: 40px;
    font-size: 18px;
    color: #333333;
}
.header-wrapper .header-main .links .links-item .link.active {
    color: #333333;
    font-weight: bold;
}
.header-wrapper .header-main .links .links-item .link.search-btn {
    width: 30px;
    height: 30px;
    background-image: url('https://file.lingxi360.com/form/20231213/65798f60ac71c.png-scale560');
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: center;
}
.header-wrapper .header-main .links .links-item .links-sub {
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: none;
    position: absolute;
    left: 50%;
    top: 78px;
    width: 202px;
    transition: all 0.3s;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 20px 0;
    background-color: #fff;
}
.header-wrapper .header-main .links .links-item .links-sub:before {
    position: absolute;
    left: 0;
    right: 0;
    top: -15px;
    margin: auto;
    display: block;
    content: '';
    width: 0;
    border: 10px solid #fff;
    border-color: transparent transparent #fff transparent;
}
.header-wrapper .header-main .links .links-item .links-sub .links-sub-link {
    position: relative;
    z-index: 10;
    display: block;
    padding: 10px 10px;
    line-height: 26px;
    text-align: center;
    color: #333333;
    font-size: 18ppx;
}
.header-wrapper .header-main .links .links-item .links-sub .links-sub-link.active {
    color: var(--primary);
}
.header-wrapper .header-main .links .links-item-search {
    display: none;
}
.header-wrapper .search-form {
    position: relative;
    display: block;
    width: 530px;
    height: 56px;
    margin-top: 17px;
}
.header-wrapper .search-form .search-input {
    width: 100%;
    height: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    font-size: 16px;
    border: 1px solid #E4E4E4;
    border-radius: 80px;
    background-color: #F6F6F6;
}
.header-wrapper .search-form .search-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    bottom: 6px;
    width: 107px;
    border-radius: 80px;
    background-image: url('https://file.lingxi360.com/form/20231213/6579941f6305c.png-scale560');
    background-size: 30px 30px;
    background-position: 17px center;
    background-repeat: no-repeat;
    background-color: var(--primary);
    color: #fff;
    font-size: 16px;
    text-align: right;
    padding-right: 17px;
    box-sizing: border-box;
    cursor: pointer;
}
.header-wrapper .search-form .cancel-btn {
    position: absolute;
    right: -50px;
    top: 0;
    bottom: 0;
    cursor: pointer;
    color: #666;
    font-size: 16px;
    line-height: 56px;
}
.mobile-header-wrapper {
    display: none;
}
.mobile-menu-wrapper {
    display: none;
}
.mobile-search-wrapper {
    display: none;
}
@media (any-hover: hover) {
    .header-wrapper .header-main .links .links-item .links-sub .links-sub-link:hover {
        color: var(--primary);
    }
}
.footer-wrapper {
    background-color: #313A41;
}
.footer-wrapper .footer-main {
    width: 1100px;
    margin: auto;
    padding-top: 60px;
}
.footer-wrapper .footer-main .footer-logo {
    height: 48px;
}
@media (any-hover: hover) {
    .footer-wrapper .footer-main .footer-logo:hover {
        opacity: 0.7;
    }
}
.footer-wrapper .footer-main .footer-links {
    display: flex;
    margin-top: 46px;
}
.footer-wrapper .footer-main .footer-links .footer-links-item {
    width: 124px;
}
.footer-wrapper .footer-main .footer-links .footer-links-item.contact-box {
    width: 310px;
}
.footer-wrapper .footer-main .footer-links .footer-links-item.contact-box .link-box {
    background-size: 16px 16px;
    background-position: left 3px;
    background-repeat: no-repeat;
}
.footer-wrapper .footer-main .footer-links .footer-links-item.contact-box .link-box.email {
    padding-left: 26px;
    background-image: var(--image-email);
}
.footer-wrapper .footer-main .footer-links .footer-links-item.contact-box .link-box.tel {
    padding-left: 26px;
    background-image: var(--image-tel);
}
.footer-wrapper .footer-main .footer-links .footer-links-item.contact-box .link-box.address {
    padding-left: 26px;
    background-image: var(--image-address);
}
.footer-wrapper .footer-main .footer-links .footer-links-item.qrcode-box {
    margin-left: auto;
    width: 290px;
}
.footer-wrapper .footer-main .footer-links .footer-links-item.qrcode-box .follow-list {
    display: flex;
}
.footer-wrapper .footer-main .footer-links .footer-links-item.qrcode-box .follow-list .follow-item + .follow-item {
    margin-left: 20px;
}
.footer-wrapper .footer-main .footer-links .footer-links-item.qrcode-box .follow-list .follow-item .follow-item-link {
    display: block;
    width: 60px;
    height: 60px;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.footer-wrapper .footer-main .footer-links .footer-links-item.qrcode-box .follow-list .follow-item .follow-item-link.active .qrcode-list {
    display: flex;
}
.footer-wrapper .footer-main .footer-links .footer-links-item.qrcode-box .follow-list .follow-item .follow-item-link.active.wechat {
    background-image: url('https://file.lingxi360.com/form/20230802/64c9f859a62b6.png-scale560');
}
.footer-wrapper .footer-main .footer-links .footer-links-item.qrcode-box .follow-list .follow-item .follow-item-link.active.sina {
    background-image: url('https://file.lingxi360.com/form/20230802/64c9f8591356d.png-scale560');
}
@media (any-hover: hover) {
    .footer-wrapper .footer-main .footer-links .footer-links-item.qrcode-box .follow-list .follow-item .follow-item-link:hover.wechat {
        background-image: url('https://file.lingxi360.com/form/20230802/64c9f859a62b6.png-scale560');
    }
    .footer-wrapper .footer-main .footer-links .footer-links-item.qrcode-box .follow-list .follow-item .follow-item-link:hover.sina {
        background-image: url('https://file.lingxi360.com/form/20230802/64c9f8591356d.png-scale560');
    }
    .footer-wrapper .footer-main .footer-links .footer-links-item.qrcode-box .follow-list .follow-item .follow-item-link:hover .qrcode-list {
        display: flex;
    }
}
.footer-wrapper .footer-main .footer-links .footer-links-item.qrcode-box .follow-list .follow-item .follow-item-link.wechat {
    background-image: url('https://file.lingxi360.com/form/20230802/64c9f85a0b6aa.png-scale560');
}
.footer-wrapper .footer-main .footer-links .footer-links-item.qrcode-box .follow-list .follow-item .follow-item-link.sina {
    background-image: url('https://file.lingxi360.com/form/20230802/64c9f85952792.png-scale560');
}
.footer-wrapper .footer-main .footer-links .footer-links-item.qrcode-box .follow-list .follow-item .follow-item-link .qrcode-list {
    display: none;
    position: absolute;
    left: 0;
    top: 74px;
}
.footer-wrapper .footer-main .footer-links .footer-links-item.qrcode-box .follow-list .follow-item .follow-item-link .qrcode-list .qrcode {
    width: 100px;
}
.footer-wrapper .footer-main .footer-links .footer-links-item.qrcode-box .follow-list .follow-item .follow-item-link .qrcode-list .qrcode + .qrcode {
    margin-left: 20px;
}
.footer-wrapper .footer-main .footer-links .footer-links-item .link-box {
    margin-bottom: 10px;
}
.footer-wrapper .footer-main .footer-links .footer-links-item .link-box:last-child {
    margin-bottom: 0;
}
.footer-wrapper .footer-main .footer-links .footer-links-item .link-box.active {
    margin-bottom: 20px;
}
.footer-wrapper .footer-main .footer-links .footer-links-item .link-box.active .link {
    line-height: 23px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.footer-wrapper .footer-main .footer-links .footer-links-item .link-box .link {
    display: inline-block;
    line-height: 20px;
    font-size: 14px;
    color: #999999;
}
@media (any-hover: hover) {
    .footer-wrapper .footer-main .footer-links .footer-links-item .link-box .link:hover {
        opacity: 0.7;
    }
}
.footer-wrapper .copyright {
    width: 1100px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0 60px;
    line-height: 20px;
    color: #999;
    font-size: 14px;
}
.footer-wrapper .copyright>div {
    display: inline;
}
.footer-wrapper .copyright p {
    margin-right: 20px;
    display: inline;
}
.footer-wrapper .copyright p:last-child {
    margin-right: 0;
}
.footer-wrapper .copyright a {
    color: #999;
}
.index-wrapper .banner-main {
    position: relative;
    overflow: hidden;
    margin-bottom: 80px;
}
/*.index-wrapper .banner-main:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 10;
    display: block;
    height: 54px;
    background-image: url('https://file.lingxi360.com/form/20230802/64c9fbb9e8fa6.png-scale560');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center bottom;
    content: '';
}*/
.index-wrapper .banner-main .swiper-pagination {
    left: calc((100% - 1100px) / 2);
    right: calc((100% - 1100px) / 2);
    bottom: 60px;
    width: 526px;
    padding-left: 52px;
    text-align: left;
    font-size: 0;
}
.index-wrapper .banner-main .swiper-pagination-bullet {
    position: relative;
    width: 20px;
    height: 8px;
    border-radius: 40px;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 1;
    margin: 0 4px;
    vertical-align: middle;
}
.index-wrapper .banner-main .swiper-pagination-bullet-active {
    width: 40px;
    background-color: var(--primary);
}
.index-wrapper .banner-main .box {
    position: relative;
    display: block;
    height: 618px;
}
.index-wrapper .banner-main .box:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0) 66%);
}
.index-wrapper .banner-main .box .box-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-wrapper .banner-main .box .box-text {
    position: absolute;
    left: calc((100% - 1100px) / 2);
    right: 0;
    bottom: 140px;
    z-index: 10;
    width: 526px;
    height: 240px;
    padding: 40px 40px 40px 0;
    box-sizing: border-box;
    border-radius: 8px;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    color: #fff;
}
/*@media (any-hover: hover) {
    .index-wrapper .banner-main .box .box-text:hover {
        background: rgba(255, 255, 255, 0.65);
        backdrop-filter: blur(10px);
        color: #333333;
    }
}*/
.index-wrapper .banner-main .box .box-text .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    padding-left: 52px;
    line-height: 41px;
    font-size: 36px;
    line-height: 52px;
    font-weight: bold;
}
/*.index-wrapper .banner-main .box .box-text .title:before {
    display: block;
    position: absolute;
    left: 40px;
    top: 10px;
    width: 5px;
    height: 22px;
    border-radius: 8px;
    background-color: var(--primary);
    content: '';
}*/
.index-wrapper .banner-main .box .box-text .comp-more {
    position: absolute;
    left: 52px;
    bottom: 40px;
    transition: all ease 0.3s;
}
.index-wrapper .banner-main .box .box-text .comp-more:hover {
    transform: scale(1.1);
}
.index-wrapper .main {
    position: relative;
}
.index-wrapper .main .main-title-en {
    width: 1100px;
    margin: auto;
    font-size: 16.8px;
    margin-left: 43px;
    color: var(--secondary);
}
.index-wrapper .main .inner {
    width: 1100px;
    margin: auto;
    position: relative;
    z-index: 10;
}
.index-wrapper .main .inner .main-header {
    margin-bottom: 30px;
}
.index-wrapper .main .inner .main-header .main-header-title {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px 30px;
}
.index-wrapper .main .inner .main-header .main-header-title .title {
    line-height: 32px;
    font-size: 32px;
    font-weight: bolder;
    color: var(--primary);
}
.index-wrapper .main .inner .main-header .main-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-wrapper .main .inner .main-header .main-title .title {
    line-height: 46px;
    color: #333333;
    font-size: 32px;
    font-weight: bold;
}
.index-wrapper .main .inner .main-header .main-title .more {
    display: flex;
    align-items: center;
    line-height: 26px;
    font-size: 18px;
    color: var(--primary);
}
.index-wrapper .main .inner .main-header .main-title .more:after {
    display: block;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    background-image: var(--image-more-active);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
}
.index-wrapper .about-main {
    position: relative;
    padding: 0 0 60px 0;
}
.index-wrapper .about-main:after {
    position: absolute;
    right: 0;
    bottom: -122px;
    display: block;
    content: '';
    width: 292px;
    height: 238px;
    z-index: 99;
    background-image: var(--image-home-right-icon);
    background-repeat: no-repeat;
    background-size: 100% 100%;

}
.index-wrapper .about-main .inner .main-header {
    margin-bottom: 40px;
}
.index-wrapper .about-main .inner .main-header .main-header-title {
    background-image: var(--image-title-icon);
}
.index-wrapper .about-main .about-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
    margin-top: -20px;
}
.index-wrapper .about-main .about-box .text-box {
    width: 555px;
}
.index-wrapper .about-main .about-box .text-box .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 46px;
    font-weight: bold;
    font-size: 22px;
    margin-top: 10px;
    color: #333;
}
.index-wrapper .about-main .about-box .text-box .summary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 20px;
    line-height: 36px;
    font-size: 18px;
    color: #333;
}
.index-wrapper .about-main .about-box .text-box .comp-more {
    position: absolute;
    left: 0;
    bottom: 0;
}
.index-wrapper .about-main .about-box .img-box {
    position: relative;
    /*width: 480px;*/
    height: 265px;
    padding-left: 90px;
    /*box-sizing: border-box;*/
}
/*.index-wrapper .about-main .about-box .img-box:before {
    position: absolute;
    left: 82px;
    top: 2px;
    z-index: 9;
    display: block;
    width: 417px;
    height: 333px;
    background-image: var(--image-about-img-bg1);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
}
.index-wrapper .about-main .about-box .img-box:after {
    position: absolute;
    left: 1px;
    top: 30px;
    display: block;
    width: 544px;
    height: 349px;
    background-image: var(--image-about-img-bg2);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
}*/
.index-wrapper .about-main .about-box .img-box .img {
    position: relative;
    z-index: 10;
    width: 455px;
   /* height: 260px;
    object-fit: cover;*/
}
.index-wrapper .about-main .mv-box {
    display: flex;
    justify-content: space-between;
    padding: 80px 0 60px;
}
.index-wrapper .about-main .mv-box .title {
    width: 336px;
    padding-top: 12px;
    background-image: var(--image-mv-bg);
    background-repeat: no-repeat;
    background-size: 157px 132px;
    background-position: right 143px top;
}
.index-wrapper .about-main .mv-box .title .title-cn {
    position: relative;
}
.index-wrapper .about-main .mv-box .title .title-cn > div {
    line-height: 44px;
    font-size: 32px;
    color: var(--primary);
}
.index-wrapper .about-main .mv-box .title .title-cn > div:nth-child(2) {
    text-indent: 1em;
}
.index-wrapper .about-main .mv-box .title .title-en {
    margin-left: 36px;
    margin-top: -26px;
    line-height: 46px;
    font-size: 38px;
    color: var(--primary-sub);
}
.index-wrapper .about-main .mv-box .summary {
    width: 764px;
    line-height: 36px;
    font-size: 22px;
    color: #666666;
}
.index-wrapper .project-main {
    padding: 70px 0 60px 0;
    /*background-color: #FAFAFA;*/
}
.index-wrapper .project-main .inner .main-header {
    margin-bottom: 40px;
}
.index-wrapper .project-main .inner .main-header .main-header-title {
    background-image: var(--image-title-icon);
}
.index-wrapper .project-main .list {
    display: flex;
    flex-wrap: wrap;
}

.index-wrapper .main .inner .main-header .main-header-title {
    background-image: var(--image-home-title-icon);
}
.index-wrapper .project-main .list.list--1 .item {
    width: 100%;
    height: 450px;
    border-radius: 8px;
}
.index-wrapper .project-main .list.list--1 .item .item-text {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    animation: none;
    background: rgba(52, 53, 52, 0.65);
}
.index-wrapper .project-main .list.list--1 .item .item-text .title,
.index-wrapper .project-main .list.list--1 .item .item-text .summary {
    width: 600px;
    margin: 0;
    text-align: center;
}
.index-wrapper .project-main .list.list--1 .item .item-text .summary {
    margin-top: 30px;
}
.index-wrapper .project-main .list.list--1 .item .item-text .comp-more {
    display: flex;
    margin-left: auto;
    margin-right: auto;
}
.index-wrapper .project-main .list.list--2 .item {
    width: 540px;
    height: 380px;
    margin-right: 20px;
    border-radius: 8px;
}
.index-wrapper .project-main .list.list--2 .item:nth-child(2n) {
    margin-right: 0;
}
.index-wrapper .project-main .list.list--2 .item .item-text .summary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 7;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
.index-wrapper .project-main .list.list--3 .item {
    width: 350px;
    height: 250px;
    margin-right: 25px;
    border-radius: 6px;
}
.index-wrapper .project-main .list .item {
    margin-bottom: 20px;
}
.index-wrapper .project-main .list.list--3 .item:nth-child(3n) {
    margin-right: 0;
}
.index-wrapper .project-main .list .item {
    position: relative;
    overflow: hidden;
}
@media (any-hover: hover) {
    .index-wrapper .project-main .list .item:hover .item-text {
        display: flex;
    }
}
.index-wrapper .project-main .list .item .item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-wrapper .project-main .list .item .item-text {
    display: none;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 0;
    animation: ani-y 0.3s linear forwards;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 30px;
    padding: 20px 30px 30px;
    box-sizing: border-box;
    color: #fff;
    background: var(--bg-project-mask);
}
.index-wrapper .project-main .list .item .item-text .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold;
    font-size: 22px;
}
.index-wrapper .project-main .list .item .item-text .summary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 20px;
    font-size: 18px;
}
.index-wrapper .project-main .list .item .item-text .comp-more {
    display: none;
    margin-top: 30px;
    color: #fff;
    border-color: #fff;
}
@media (any-hover: hover) {
    .index-wrapper .project-main .list .item .item-text .comp-more:hover {
        border-color: var(--primary);
    }
}
.index-wrapper .project-main .list .item .item-text .comp-more:after {
    background-image: url('https://file.lingxi360.com/form/20230802/64c9fb2948295.png-scale560');
}
.index-wrapper .news-box {
    margin-bottom: 0;
}
.index-wrapper .news-main {
    padding: 80px 0;
    background-image: url('https://file.lingxi360.com/form/20231218/658000981567a.png-scale560');
    background-repeat: no-repeat;
    background-size: 1440px auto;
    background-position: left center;
}
.index-wrapper .news-main .news-list {
    width: 1100px;
    margin: auto;
    display: flex;
}
.index-wrapper .news-main .news-list .item {
    position: relative;
    width: 350px;
    margin-right: 25px;
    border: 1px solid #DCDFE6;
    background-color: white;
    color: #333;
    transition: box-shadow 0.3s;
    border-radius: 8px;
}
.index-wrapper .news-main .news-list .item:nth-child(3n) {
    margin-right: 0;
}
.index-wrapper .news-main .news-list .item .item-img {
    height: 220px;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}
.index-wrapper .news-main .news-list .item .item-img .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-wrapper .news-main .news-list .item .item-text {
    position: relative;
    height: 216px;
    padding: 20px 20px 0;
    box-sizing: border-box;
    border-radius: 0 0 8px 8px;
    z-index: 10;
    overflow: hidden;
}
.index-wrapper .news-main .news-list .item .item-text .time {
    line-height: 23px;
    font-size: 16px;
}
.index-wrapper .news-main .news-list .item .item-text .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 10px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
}
.index-wrapper .news-main .news-list .item .item-text .btn-more {
    position: absolute;
    bottom: 30px;
}
.index-wrapper .news-main .news-list .item .item-text .btn-more:before {
    content: "";
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 7px solid #D8D8D8;
    background-color: #AAAAAA;
    position: absolute;
    left: 75px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
}
@media (any-hover: hover) {
    .index-wrapper .news-main .news-list .item:hover {
        background-color: var(--primary);
        color: #fff;
    }
    .index-wrapper .news-main .news-list .item:hover:before {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -14px;
        margin: auto;
        width: 310px;
        height: 28px;
        border-radius: 8px;
        /*background-color: rgba(66, 181, 89, 0.3);*/
        background-color: var(--secondary);
        content: '';
    }
    .index-wrapper .news-main .news-list .item:hover .item-text {
        background-color: var(--primary);
    }
    .index-wrapper .news-main .news-list .item:hover .item-text .btn-more, .btn-more:hover {
        color: #fff;
    }
    .index-wrapper .news-main .news-list .item:hover .item-text .btn-more:before, .btn-more:hover:before {
        border: none;
        background-color: #fff;
        background-image: var(--image-home-news-more-icon);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
}
.index-wrapper .partner-main {
    padding: 80px 0;
}
.index-wrapper .partner-main .partner-list {
    position: absolute;
    right: 0;
    top: 0;
}
.index-wrapper .links-main {
    padding: 80px 0 70px 0;
}
.index-wrapper .links-main .links {
    display: flex;
}
.index-wrapper .links-main .links .links-logo {
    width: 156px;
    height: 75px;
    margin-left: 13px;
    margin-top: 17px;
    background-image: var(--image-links-bg);
    background-repeat: no-repeat;
    background-size: contain;
}
.index-wrapper .links-main .links .links-logo .links-logo-cn {
    line-height: 32px;
    font-size: 32px;
    color: var(--primary);
    background-image: var(--image-title-icon);
    font-weight: bold;
}
.index-wrapper .links-main .links .links-logo .links-logo-en {
    margin-top: 8px;
    line-height: 28px;
    font-size: 16.8px;
    color: var(--primary-sub);
}
.index-wrapper .links-main .list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
    flex: 1;
}
.index-wrapper .links-main .list .link {
    position: relative;
    margin-right: 20px;
    line-height: 36px;
    font-size: 16px;
    color: #999999;
}
@media (any-hover: hover) {
    .index-wrapper .links-main .list .link:hover {
        color: var(--primary);
    }
    .index-wrapper .links-main .list .link:hover:before {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 4px;
        height: 1px;
        background-color: var(--primary);
        content: '';
    }
}
.index-wrapper .links-main .list .link:last-child {
    margin-right: 0;
}
.index-wrapper .links-main .list .link:last-child:after {
    display: none;
}
.index-wrapper .links-main .list .link:after {
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 10px;
    background-color: #999999;
    content: '';
}
.contact-wrapper {
    padding-bottom: 100px;
}
.contact-wrapper .contact {
    display: flex;
    margin-top: 30px;
}
.contact-wrapper .contact .contact-text {
    width: 510px;
}
.contact-wrapper .contact .contact-text .text-list {
    width: 407px;
}
.contact-wrapper .contact .contact-text .text-list .item {
    display: flex;
    line-height: 26px;
    font-size: 18px;
}
.contact-wrapper .contact .contact-text .text-list .item + .item {
    margin-top: 30px;
}
.contact-wrapper .contact .contact-text .text-list .item .item-title {
    color: #666666;
    background-size: 16px 16px;
    background-position: left 3px;
    background-repeat: no-repeat;
}
.contact-wrapper .contact .contact-text .text-list .item .item-title.email {
    padding-left: 26px;
    background-image: var(--image-email);
}
.contact-wrapper .contact .contact-text .text-list .item .item-title.tel {
    padding-left: 26px;
    background-image: var(--image-tel);
}
.contact-wrapper .contact .contact-text .text-list .item .item-title.address {
    padding-left: 26px;
    background-image: var(--image-address);
}
.contact-wrapper .contact .contact-text .text-list .item .item-value {
    width: 0;
    flex: 1;
    color: #333333;
}
.contact-wrapper .contact .contact-text .text-list .item .item-value a {
    color: var(--primary);
}
.contact-wrapper .contact .contact-text .qrcode-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.contact-wrapper .contact .contact-text .qrcode-list .qrcode + .qrcode {
    margin-left: 20px;
}
.contact-wrapper .contact .contact-text .qrcode-list .qrcode + .qrcode:nth-of-type(5) {
    margin-left: 0;
}
.contact-wrapper .contact .contact-text .qrcode-list .qrcode .qrcode-img {
    width: 100px;
    padding: 5px;
    border: 1px solid var(--primary-sub);
    box-sizing: border-box;
}
.contact-wrapper .contact .contact-text .qrcode-list .qrcode .qrcode-text {
    margin-top: 13px;
    line-height: 26px;
    font-size: 18px;
    color: #999999;
    margin-bottom: 20px;
    text-align: center;
}
.contact-wrapper .contact .map {
    width: 340px;
    height: 336px;
}
.contact-wrapper .contact .map .anchorBL {
    display: none;
}
.report-wrapper {
    padding-bottom: 100px;
}
.report-wrapper .comp-report {
    margin-top: 30px;
}
.article-wrapper {
    padding-bottom: 100px;
}
.article-wrapper .article {
    margin-top: 30px;
    line-height: 1.9 !important;
    font-size: 18px;
    color: #666666;
}
.article-wrapper .article img {
    max-width: 100% !important;
    height: auto !important;
}
.project-list-wrapper {
    padding-bottom: 50px;
}
.project-list-wrapper .list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
}
.project-list-wrapper .list .item {
    width: 350px;
    height: 452px;
    margin-right: 25px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #DDE1E7;
}
.project-list-wrapper .list .item:nth-child(3n) {
    margin-right: 0;
}
@media (any-hover: hover) {
    .project-list-wrapper .list .item:hover .item-text {
        background-color: var(--primary);
        box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
    }
    .project-list-wrapper .list .item:hover .item-text .title {
        color: #fff;
    }
    .project-list-wrapper .list .item:hover .item-text .summary {
        color: #fff;
    }
    .project-list-wrapper .list .item:hover .item-text .more {
        color: #fff;
        background-image: url('https://file.lingxi360.com/form/20230802/64c9fbb98d077.png-scale560');
    }
    .project-list-wrapper .list .item:hover .item-text .btn {
        color: var(--primary);
        background-color: #fff;
    }
}
.project-list-wrapper .list .item .item-img {
    height: 220px;
}
.project-list-wrapper .list .item .item-img .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project-list-wrapper .list .item .item-text {
    position: relative;
    height: 232px;
    padding: 20px 20px 0;
    box-sizing: border-box;
    font-size: 18px;
}
.project-list-wrapper .list .item .item-text .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 26px;
    font-weight: bold;
    color: #333333;
}
.project-list-wrapper .list .item .item-text .summary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 20px;
    line-height: 30px;
    color: #666666;
}
.project-list-wrapper .list .item .item-text .more {
    position: absolute;
    left: 20px;
    bottom: 43px;
    padding-right: 14px;
    color: var(--primary);
    font-size: 14px;
    background-image: url('https://file.lingxi360.com/form/20230802/64c9fbb8db1e4.png-scale560');
    background-repeat: no-repeat;
    background-size: 5px auto;
    background-position: right center;
}
.project-list-wrapper .list .item .item-text .btn {
    position: absolute;
    right: 20px;
    bottom: 30px;
    width: 132px;
    line-height: 46px;
    background-color: var(--primary);
    color: #fff;
    text-align: center;
    font-size: 18px;
    border-radius: 8px;
}
.project-wrapper {
    background-image: url('https://file.lingxi360.com/form/20231214/657a7655ab2d8.png-scale560');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left 525px;
}
.project-wrapper .comp-banner {
    height: 525px;
}
.project-wrapper .comp-banner .text {
    background: rgba(0, 0, 0, 0.4);
}
.project-wrapper .comp-banner .text .text-title {
    align-items: flex-start;
    justify-content: center;
    padding-top: 187px;
    box-sizing: border-box;
    line-height: 46px;
    font-size: 32px;
}
.project-wrapper .brief-main {
    position: relative;
    z-index: 10;
    width: 1100px;
    margin: -77px auto 0;
    padding: 40px 50px 48px;
    box-sizing: border-box;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.9);
}
.project-wrapper .brief-main .main-title {
    display: flex;
    justify-content: center;
}
.project-wrapper .brief-main .main-title .title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 36px;
    font-size: 22px;
    font-weight: bold;
    color: var(--primary);
}
.project-wrapper .brief-main .main-title .title:before {
    display: block;
    width: 22px;
    height: 24px;
    margin-right: 14px;
    background-image: var(--image-title-project-brief);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    content: '';
}
.project-wrapper .brief-main .main-title .title:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    display: block;
    height: 3px;
    border-radius: 120px;
    background-color: var(--secondary);
    content: '';
}
.project-wrapper .brief-main .summary {
    line-height: 30px;
    font-size: 16px;
    color: #666;
    text-align: center;
    margin-top: 22px;
}
.project-wrapper .brief-main .total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    margin-top: 50px;
}
.project-wrapper .brief-main .total .total-item {
    display: flex;
    width: 33.33%;
}
.project-wrapper .brief-main .total .total-item:last-child {
    justify-content: flex-end;
}
.project-wrapper .brief-main .total .total-item .total-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 20px;
    background-color: var(--tertiary);
}
.project-wrapper .brief-main .total .total-item .total-item-icon .icon {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.project-wrapper .brief-main .total .total-item .total-item-text {
    padding-top: 3px;
}
.project-wrapper .brief-main .total .total-item .total-item-text .num {
    white-space: nowrap;
    line-height: 30px;
    font-size: 26px;
    font-weight: bold;
    color: var(--primary);
}
.project-wrapper .brief-main .total .total-item .total-item-text .unit {
    line-height: 30px;
    margin-top: 4px;
    color: #999999;
    font-size: 16px;
}
.project-wrapper .brief-main .btn {
    display: block;
    margin: 30px auto 0;
    width: 220px;
    line-height: 54px;
    text-align: center;
    font-size: 18px;
    border-radius: 8px;
    background-color: var(--primary);
    color: #fff;
}
.project-wrapper .brief-main .btn:hover {
    opacity: 0.8;
}
.project-wrapper .main-list .main {
    padding: 80px 0;
}
.project-wrapper .main-list .main:nth-child(even) {
    background-color: #FAFAFA;
}
.project-wrapper .main-list .main .main-title {
    padding-bottom: 30px;
    margin-bottom: 30px;
    background-image: var(--image-title-line);
    background-repeat: no-repeat;
    background-size: 100% 8px;
    background-position: left bottom;
}
.project-wrapper .main-list .main .main-title .title {
    display: inline-flex;
    align-items: center;
    min-width: 158px;
    padding: 0 10px 0 20px;
    box-sizing: border-box;
    line-height: 38px;
    background-image: var(--image-title-bg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.project-wrapper .main-list .main .main-title .title .title-icon {
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}
.project-wrapper .main-list .main .main-title .title .title-text {
    font-size: 22px;
    color: var(--primary);
}
.project-wrapper .main-list .main .main-content, .project-wrapper .main-list .main .main-content span {
    line-height: 1.9 !important;
    font-size: 18px !important;
    color: #666666;
}
.project-wrapper .project-main-title {
    position: relative;
    padding-bottom: 56px;
    line-height: 36px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: var(--primary);
    letter-spacing: 0.2em;
}
.project-wrapper .project-main-title:before, .project-wrapper .project-main-title:after {
    position: absolute;
    top: 46px;
    display: block;
    width: 46px;
    height: 16px;
    background-image: var(--image-title-bg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    content: '';
}
.project-wrapper .project-main-title:before {
    right: calc(50% + 5px);
}
.project-wrapper .project-main-title:after {
    left: calc(50% + 5px);
    transform: rotate(180deg);
}
.project-wrapper .main-list .photo-main {
    padding: 80px 0;
    background-image: url('https://file.lingxi360.com/form/20231214/657aa7790dfc0.png-scale560');
    background-size: 401px 400px;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.project-wrapper .main-list .photo-main .photo-swiper {
    width: 1100px;
    margin: auto;
    position: relative;
}
.project-wrapper .main-list .photo-main .photo-swiper .swiper-button-prev,
.project-wrapper .main-list .photo-main .photo-swiper .swiper-button-next {
    width: 50px;
    height: 50px;
    margin: 0;
    top: 283px;
    bottom: unset;
    padding: 0;
    border-radius: 50%;
    background-image: url('https://file.lingxi360.com/form/20231214/657aa492aa289.png-scale560');
    background-repeat: no-repeat;
    background-size: 10px 20px;
    background-position: center;
    background-color: var(--primary);
}
.project-wrapper .main-list .photo-main .photo-swiper .swiper-button-prev {
    left: 30px;
}
.project-wrapper .main-list .photo-main .photo-swiper .swiper-button-next {
    right: 30px;
    transform: rotate(180deg);
}
.project-wrapper .main-list .photo-main .photo-swiper .swiper-button-prev-thumb,
.project-wrapper .main-list .photo-main .photo-swiper .swiper-button-next-thumb {
    width: 35px;
    height: 110px;
    top: unset;
    bottom: 0;
    padding: 0;
    border-radius: 8px;
    background-color: #F1F1F1;
    background-image: url('https://file.lingxi360.com/form/20231214/657aa6bf45a95.png-scale560');
    background-repeat: no-repeat;
    background-size: 6px 14px;
    background-position: center;
}
.project-wrapper .main-list .photo-main .photo-swiper .swiper-button-prev-thumb {
    left: 0;
}
.project-wrapper .main-list .photo-main .photo-swiper .swiper-button-next-thumb {
    right: 0;
    transform: rotate(180deg);
}
.project-wrapper .main-list .photo-main .photo-swiper .gallery-top {
    height: 618px;
    border-radius: 8px;
}
.project-wrapper .main-list .photo-main .photo-swiper .gallery-top .swiper-slide .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project-wrapper .main-list .photo-main .photo-swiper .gallery-top .swiper-slide .text {
    display: flex;
    align-items: flex-end;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 259px;
    padding: 40px 30px;
    box-sizing: border-box;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
.project-wrapper .main-list .photo-main .photo-swiper .gallery-top .swiper-slide .text .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 26px;
    color: #fff;
    font-size: 18px;
}
.project-wrapper .main-list .photo-main .photo-swiper .gallery-thumbs {
    height: 110px;
    margin: 40px 70px 0;
}
.project-wrapper .main-list .photo-main .photo-swiper .gallery-thumbs .swiper-slide {
    position: relative;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
}
.project-wrapper .main-list .photo-main .photo-swiper .gallery-thumbs .swiper-slide:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    background-color: rgba(255, 255, 255, 0.6);
    content: '';
}
.project-wrapper .main-list .photo-main .photo-swiper .gallery-thumbs .swiper-slide .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project-wrapper .main-list .photo-main .photo-swiper .gallery-thumbs .swiper-slide-thumb-active:after {
    display: none;
}
.project-wrapper .main-list .photo-main .mobile-photo-list {
    display: none;
}
.project-wrapper .main-list .project-list-main .list {
    width: 1100px;
    margin: auto;
    display: flex;
}
.project-wrapper .main-list .project-list-main .list .item {
    width: 350px;
    margin-right: 25px;
    overflow: hidden;
    border: 1px solid #DCDFE6;
    background-color: #fff;
    color: #333;
    transition: box-shadow 0.3s;
    border-radius: 8px;
}
.project-wrapper .main-list .project-list-main .list .item:nth-child(3n) {
    margin-right: 0;
}
.project-wrapper .main-list .project-list-main .list .item:hover {
    color: var(--primary);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
}
.project-wrapper .main-list .project-list-main .list .item:hover .item-text .btn-more, .btn-more:hover {
    color: var(--primary);
}
.project-wrapper .main-list .project-list-main .list .item:hover .item-text .btn-more:before, .btn-more:hover:before {
    border: 8px solid var(--primary);
}
.project-wrapper .main-list .project-list-main .list .item .item-img {
    height: 220px;
}
.project-wrapper .main-list .project-list-main .list .item .item-img .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project-wrapper .main-list .project-list-main .list .item .item-text {
    position: relative;
    height: 128px;
    padding: 20px 20px 0;
    box-sizing: border-box;
}
.project-wrapper .main-list .project-list-main .list .item .item-text .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 10px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
}
.project-wrapper .main-list .report-main .comp-report {
    width: 1100px;
    margin: auto;
}
.project-wrapper .image-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -20px;
}
.project-wrapper .image-list .item-img {
    width: 270px;
    height: 210px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.project-wrapper .image-list .item-img:nth-child(3n) {
    margin-right: 0;
}
.project-wrapper .image-list .item-img .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.no-hover {
    cursor: default !important; opacity: 1 !important;
}
:root {
    /*--logo-green: url(https://uploads.customize.lingxi360.com/lxcms_saas/images/2023/1022/73c180c7f6409e27744264057b38123b.png?imageView2/2/w/800);
    --logo-blue: url(https://uploads.customize.lingxi360.com/lxcms_saas/images/2023/1022/766de89e2e8e8709ab4b077d1155b625.png?imageView2/2/w/800);
    --logo-red: url(https://uploads.customize.lingxi360.com/lxcms_saas/images/2023/1022/1516fdd745d76160868b80d52b69cea3.png?imageView2/2/w/800);
    --logo-orange: url(https://uploads.customize.lingxi360.com/lxcms_saas/images/2023/1022/1f0d3e529bfcfea3e287cbc20fa39d43.png?imageView2/2/w/800);*/
}
/*.demo-logo {
    width: 361px; height:48px;

}*/
.logo-red {
    background: var(--logo-red);background-size: contain;
}
.logo-green {
    background: var(--logo-green);background-size: contain;
}
.logo-blue {
    background: var(--logo-blue);background-size: contain;
}
.logo-orange {
    background: var(--logo-orange);background-size: contain;
}

.number-box {
    display: flex;
    color: #666;
    background: var(--secondary);
    margin-bottom: 80px;
    padding: 0 20px;
}
.number-box .list {
    text-align: center;padding: 47px 0;

    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.number-box .list .top {
    display: flex;
    align-items: baseline;
    padding: 0 10px;
}
.number-box .list .top .number {
    color: var(--primary);
    font-weight: bolder;
    font-size: 46px;
    white-space: nowrap;
}
.number-box .list .bottom {
    font-size: 16px;flex-basis: 100%;margin-top: 15px;
}
.number-box .list .top .unit {
    font-size: 16px;/*align-self: flex-end;*/
    margin-left: 5px;
}
.comp-news-list {
    width: 1100px;
    margin: auto;
    display: flex;
}
.comp-news-list .item {
    width: 350px;
    margin-right: 25px;
    overflow: hidden;
    border: 1px solid #DCDFE6;
    background-color: white;
    color: #333;
    transition: box-shadow 0.3s;
    border-radius: 8px;
}
.comp-news-list .item:nth-child(3n) {
    margin-right: 0;
}
.comp-news-list .item:hover {
    color: var(--primary);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
}
.comp-news-list .item:hover .item-text .btn-more, .btn-more:hover {
    color: var(--primary);
}
.comp-news-list .item:hover .item-text .btn-more:before, .btn-more:hover:before {
    border: 8px solid var(--primary);
}

.comp-news-list .item .item-img {
    height: 220px;
}
.comp-news-list .item .item-img .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.comp-news-list .item .item-text {
    position: relative;
    height: 216px;
    padding: 20px 20px 0;
    box-sizing: border-box;
}
.comp-news-list .item .item-text .time {
    line-height: 23px;
    font-size: 16px;
}
.comp-news-list .item .item-text .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 10px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
}
.btn-more {
    position: absolute;
    bottom: 30px;
    line-height: 23px;
    font-size: 16px;
    padding-left: 0px;
    color: #848484;
}
.btn-more:before {
    content: "";
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 4px solid #D8D8D8;
    position: absolute;
    left: 75px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.comp-partner-list {
    display: none;
    width: 1100px;
    margin: auto;
    flex-wrap: wrap;
    margin-bottom: -20px;
}
.comp-partner-list.active {
    display: flex;
}
.comp-partner-list .item {
    width: 204px;
    margin: 0 20px 20px 0;
}
.comp-partner-list .item:nth-child(5n) {
    margin-right: 0;
}
.comp-partner-list .item .item-img {
    height: 87px;
    padding: 10px;
    border: 1px solid #E4E7ED;
    box-sizing: border-box;
}
.comp-partner-list .item .item-img .img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.comp-partner-list .item .item-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 26px;
    margin-top: 10px;
    font-size: 16px;
    color: #010101;
}
.partner-wrapper .comp-partner-list {
    width: 100%;
}
.partner-wrapper .partner-list {
    margin-top: 33px; margin-bottom: 20px;
}
.partner-wrapper .comp-partner-list .item:nth-child(4n) {
    margin-right: 0;
}
.partner-wrapper .comp-partner-list .item {
    width: 156px; height: 66px;margin: 0 15px 15px 0;
}
.partner-wrapper .comp-partner-list .item .item-img {
    height: 100%; padding: 5px;
}
.comp-pagenation {
    display: flex;
    justify-content: flex-end;
}
.comp-pagenation .btn {
    display: inline-block;
    min-width: 42px;
    height: 42px;
    line-height: 40px;
    padding: 0 5px;
    margin-left: 10px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    color: #333;
    border: 1px solid #F6F6F6;
    background-color: #F6F6F6;
}
.comp-pagenation .btn.active {
    color: #fff;
    border-color: var(--primary);
    background-color: var(--primary);
}
@media (any-hover: hover) {
    .comp-pagenation .btn:hover {
        color: #fff;
        border-color: var(--primary);
        background-color: var(--primary);
    }
    .comp-pagenation .btn:hover.prev,
    .comp-pagenation .btn:hover.next {
        transform: rotate(180deg);
        background-image: url('https://file.lingxi360.com/form/20230406/642e165b8509d.png-scale560');
    }
    .comp-pagenation .btn:hover.next {
        transform: rotate(0);
    }
}
.comp-pagenation .btn.prev,
.comp-pagenation .btn.next {
    background-image: url('https://file.lingxi360.com/form/20230406/642e165b4717a.png-scale560');
    background-repeat: no-repeat;
    background-size: 5px 12px;
    background-position: center;
}
.comp-pagenation .btn.next {
    transform: rotate(180deg);
}
.comp-pagenation .input {
    width: 68px;
    height: 42px;
    margin-left: 10px;
    color: #1A1A1A;
    text-align: center;
    border-radius: 2px;
    background-color: #F6F6F6;
    box-sizing: border-box;
}
@media (any-hover: hover) {
    .comp-pagenation .input:hover {
        opacity: 0.7;
    }
}
.comp-pagenation .input:focus {
    outline-color: var(--primary);
    outline-style: solid;
}
@media (any-hover: hover) {
    .comp-pagenation .input:hover {
        outline-color: var(--primary);
        outline-style: solid;
    }
}
.comp-tags {
    display: flex;
    flex-wrap: wrap;
}
.comp-tags .tag {
    min-width: 180px;
    line-height: 40px;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #E4E7ED;
    border-radius: 8px;
    font-size: 16px;
    color: #999999;
    margin-right: 20px;
}
.comp-tags .tag:last-child {
    margin-right: 0;
}
@media (any-hover: hover) {
    .comp-tags .tag:hover {
        color: var(--primary);
        border-color: var(----secondary);
        background-color: var(--tertiary);
    }
}
.comp-tags .tag.active {
    color: var(--primary);
    border-color: var(--secondary);
    background-color: var(--tertiary);
}
.comp-mobile-pagenation {
    display: none;
}
.main-header-title {
    display: flex;
    justify-content: space-between;
}
.partner-list {
    display: flex;
}
.partner-list li a {
    display: block;
    margin-right: 10px;
    color: #999999;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 8px;
    background: #FFFFFF;
    border: 1px solid #E4E7ED;
}
.partner-list li a.active, .partner-list li a:hover {
    color: var(--primary);
    background: var(--tertiary);
    border: 1px solid var(--secondary);
}
.comp-partner-list .item:hover {
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
}
.main-header-title {
    display: flex;
    justify-content: space-between;
}
.partner-list {
    display: flex;
}
.partner-list li a {
    margin-right: 10px;
    color: #999999;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 8px;
    background: #FFFFFF;
    border: 1px solid #E4E7ED;
}
.partner-list li a.active {
    color: var(--primary);
    background: var(--tertiary);
    border: 1px solid var(--secondary);
}

.search-wrapper {
    padding: 70px 0 80px;
    background: var(--bg-search);
}
.search-wrapper .search-main {
    margin-bottom: 30px;
}
.search-wrapper .search-main .main-title {
    line-height: 46px;
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    color: #333333;
}
.search-wrapper .search-main .search-form {
    display: block;
    position: relative;
    width: 466px;
    height: 54px;
    margin: 30px auto 0;
}
.search-wrapper .search-main .search-form .search-input {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 16px;
    outline: none;
    border: 1px solid #DCDFE6;
    background-color: #fff;
    border-radius: 8px;
}
.search-wrapper .search-main .search-form .search-input::-webkit-input-placeholder {
    color: #999999;
}
.search-wrapper .search-main .search-form .search-clear {
    display: none;
}
.search-wrapper .search-main .search-form .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 70px;
    background-image: url('https://file.lingxi360.com/form/20231213/65798f60ac71c.png-scale560');
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: center;
    cursor: pointer;
}
.search-wrapper .result-main {
    width: 1100px;
    margin: auto;
}
.search-wrapper .result-main .main-title {
    line-height: 36px;
    color: #333333;
    font-size: 22px;
    font-weight: 700;
}
.search-wrapper .result-main .empty-main {
    margin-top: 46px;
}
.search-wrapper .result-main .empty-main .icon {
    display: block;
    width: 290px;
    height: 223px;
    margin: auto;
    background-image: var(--image-empty);
    background-repeat: no-repeat;
    background-size: contain;
}
.search-wrapper .result-main .empty-main .text {
    text-align: center;
    margin-top: 20px;
    line-height: 23px;
    font-size: 16px;
    color: #999999;
}
.search-wrapper .result-main .list {
    margin-bottom: 40px;
}
.search-wrapper .result-main .list .item {
    display: block;
    padding: 30px 10px;
    border-bottom: 1px solid #DCDFE6;
}
@media (any-hover: hover) {
    .search-wrapper .result-main .list .item:hover {
        opacity: 0.7;
    }
}
.search-wrapper .result-main .list .item .item-title {
    position: relative;
    line-height: 29px;
    font-size: 20px;
    font-weight: 500;
    color: #1A1A1A;
}
.search-wrapper .result-main .list .item .item-title:before {
    position: absolute;
    left: -10px;
    top: 6px;
    display: block;
    width: 3px;
    height: 18px;
    background-color: var(--primary);
    content: '';
}
.search-wrapper .result-main .list .item .item-info {
    display: flex;
    line-height: 20px;
    margin-top: 30px;
    font-size: 14px;
    color: #999999;
}
.search-wrapper .result-main .list .item .item-info .cate {
    min-width: 136px;
    padding-right: 20px;
    box-sizing: border-box;
    font-weight: 700;
}
.history-wrapper {
    padding-bottom: 80px;
}
.history-wrapper .timeline {
    position: relative;
    margin-top: 44px;
}
.history-wrapper .timeline:before {
    position: absolute;
    left: 88px;
    top: 15px;
    bottom: 0;
    z-index: -1;
    border-right: 1px dashed #DCDFE6;
    display: block;
    content: '';
}
.history-wrapper .timeline .timeline-item {
    display: flex;
    padding-bottom: 40px;
}
.history-wrapper .timeline .timeline-item .timeline-time {
    position: relative;
    width: 88px;
    color: var(--primary);
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
}
.history-wrapper .timeline .timeline-item .timeline-time:after {
    position: absolute;
    right: -6px;
    top: 10px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: var(--primary);
    display: block;
    content: '';
}
.history-wrapper .timeline .timeline-item .timeline-text {
    width: 0;
    flex: 1;
    padding-left: 30px;
    box-sizing: border-box;
    display: flex;
}
.history-wrapper .timeline .timeline-item .timeline-text .img {
    width: 220px;
    height: 150px;
    object-fit: cover;
}
.history-wrapper .timeline .timeline-item .timeline-text .summary {
    width: 0;
    flex: 1;
    color: #333333;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 20px;
    margin-left: 30px;
}
.text-list-wrapper {
    padding-bottom: 80px;
}
.text-list-wrapper .list {
    margin-top: 13px;
    margin-bottom: 40px;
}
.text-list-wrapper .list .item {
    display: flex;
    line-height: 86px;
    border-bottom: 1px solid #EEEEEE;
}
@media (any-hover: hover) {
    .text-list-wrapper .list .item:hover .item-title {
        color: var(--primary);
    }
}
.text-list-wrapper .list .item .item-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 0;
    flex: 1;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.text-list-wrapper .list .item .item-time {
    width: 100px;
    text-align: right;
    font-size: 14px;
    color: #999999;
}
.team-list-wrapper .team-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 44px;
}
.team-list-wrapper .team-list .item {
    width: 50%;
    margin-bottom: 60px;
}
.team-list-wrapper .team-list .item .img {
    display: block;
    width: 200px;
    height: 200px;
    margin: auto;
    border-radius: 50%;
    object-fit: cover;
}
.team-list-wrapper .team-list .item .text {
    margin-top: 20px;
    width: 100%;
    text-align: center;
}
.team-list-wrapper .team-list .item .text .text-title {
    color: #333333;
    font-size: 18px;
    font-weight: 500;
}
.team-list-wrapper .team-list .item .text .text-summary {
    /*overflow: hidden;
    text-overflow: ellipsis;*/
    display: box;
    display: -webkit-box;
    /*line-clamp: 2;
    -webkit-line-clamp: 2;*/
    -webkit-box-orient: vertical;
    margin: 20px auto 0;
    line-height: 20px;
    font-size: 14px;
    color: #666666;
}
.news-list-wrapper {
    padding-bottom: 80px;
}
.news-list-wrapper .list {
    margin-top: 44px;
}
.news-list-wrapper .list .item {
    display: flex;
    position: relative;
    height: 138px;
    margin-bottom: 40px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #FAFAFA;
}
@media (any-hover: hover) {
    .news-list-wrapper .list .item:hover {
        box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    }
}
.news-list-wrapper .list .item .item-img {
    width: 210px;
    height: 100%;
}
.news-list-wrapper .list .item .item-img .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-list-wrapper .list .item .item-text {
    position: relative;
    width: 0;
    flex: 1;
    padding: 23px 30px 0;
    box-sizing: border-box;
}
.news-list-wrapper .list .item .item-text .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 26px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.news-list-wrapper .list .item .item-text .time {
    position: absolute;
    left: 30px;
    bottom: 23px;
    line-height: 20px;
    font-size: 14px;
    color: #999999;
    font-weight: 300;
}
.photo-list-wrapper {
    padding-bottom: 80px;
}
.photo-list-wrapper .comp-tags {
    width: 1100px;
    margin: auto;
    margin-top: 40px;
}
.photo-list-wrapper .list-main {
    width: 1100px;
    margin: auto;
    padding-top: 30px;
}
.photo-list-wrapper .list-main .list {
    display: flex;
    flex-wrap: wrap;
}
.photo-list-wrapper .list-main .list .item {
    width: 350px;
    height: 348px;
    border: 1px solid #E4E7ED;
    border-radius: 8px;
    overflow: hidden;
    box-sizing: border-box;
    margin-right: 25px;
    margin-bottom: 40px;
}
.photo-list-wrapper .list-main .list .item:nth-child(3n) {
    margin-right: 0;
}
@media (any-hover: hover) {
    .photo-list-wrapper .list-main .list .item:hover .item-text .title {
        color: var(--primary);
    }
}
.photo-list-wrapper .list-main .list .item .item-img {
    height: 220px;
}
.photo-list-wrapper .list-main .list .item .item-img .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.photo-list-wrapper .list-main .list .item .item-text {
    padding: 20px 20px 0;
}
.photo-list-wrapper .list-main .list .item .item-text .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 26px;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}
.project-collection-wrapper .list-main .item {
    padding: 60px 0;
}
@media (any-hover: hover) {
    .project-collection-wrapper .list-main .item:hover {
        opacity: 0.7;
    }
}
.project-collection-wrapper .list-main .item:nth-child(even) {
    background-color: #FAFAFA;
}
.project-collection-wrapper .list-main .item .box {
    width: 1100px;
    margin: auto;
    display: flex;
    height: 380px;
}
.project-collection-wrapper .list-main .item .box .box-img {
    width: 540px;
    height: 100%;
    object-fit: cover;
}
.project-collection-wrapper .list-main .item .box .box-text {
    position: relative;
    width: 560px;
    height: 100%;
    padding: 96px 0 0 40px;
    box-sizing: border-box;
}
.project-collection-wrapper .list-main .item .box .box-text .title {
    line-height: 32px;
    font-size: 22px;
    font-weight: 700;
    color: #333333;
}
.project-collection-wrapper .list-main .item .box .box-text .summary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 30px;
    line-height: 30px;
    font-size: 18px;
}
.project-collection-wrapper .list-main .item .box .box-text .btn {
    display: flex;
    align-items: center;
    position: absolute;
    left: 40px;
    bottom: 96px;
    line-height: 26px;
    color: var(--primary);
    font-size: 18px;
}
.project-collection-wrapper .list-main .item .box .box-text .btn:after {
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    background-image: var(--image-project-list-icon);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
}
.article-detail-wrapper .main {
    width: 850px;
    margin: auto;
    padding: 70px 0 80px;
    box-sizing: border-box;
}
.article-detail-wrapper .main .title {
    line-height: 26px;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    color: #333333;
}
.article-detail-wrapper .main .time {
    text-align: center;
    margin-top: 36px;
    line-height: 20px;
    color: #666666;
    font-size: 14px;
}
.article-detail-wrapper .main .article {
    margin-top: 30px;
    color: #666666;
    font-size: 14px;
    line-height: 1.9;
}
.article-detail-wrapper .main .article img {
    max-width: 100%;
    height: unset;
}
.article-detail-wrapper .title {
    font-size: 18px; font-weight: bolder;margin-top: 40px;margin-bottom: 20px;line-height: 1.6;
}
.article-detail-wrapper .project-wrapper .main-list .photo-main {
    padding-top: 0;
}
.article-wrapper .join-us-btn {
    margin-top: 40px;
}
