<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}



/* @font-face {
    font-family: "RoundyRainbows";
    src: url("/assets/fonts/RoundyRainbows.ttf");
    font-weight: 400;
    font-style: normal;
} */

@font-face {
    font-family: "voluta-script-pro";
    src: url("/assets/fonts/voluta-script-pro-VariableFont_wdth\,wght.ttf");
    font-weight: 400;
    font-style: normal;
}

a {
    text-decoration: none !important;
}

#main {
    overflow: hidden;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

input,
button {
    outline: none;
    border: none;
}

.web-contanier {
    width: 980px;
    margin: 0 auto;
}

.small-contanier {
    width: 940px;
    margin: 0 auto;
}

.logo img {
    /* width: 324px;
    height: 240px; */
    max-width: 200px;
    max-height: 200px;
    object-fit: contain;
    object-position: center center;
    /* max-width: 100%; */
    margin-left: -100px;
}

#header .line {
    width: 100%;
    height: 1px;
    transform-origin: center 0.5px;
    background-color: rgb(63, 63, 63);
    margin-top: 6px;
}

#header .nav-content {
    padding-top: 15px;
    /* padding-bottom: 40px; */
}

.menu {
    position: relative;
}

.nav&gt;li {
    display: inline-block;
    position: relative;
    /* height: 30px; */
    text-align: center;
    margin: 0 4px;
    max-width: 112px;
}

/* .nav&gt;li:nth-child(1) {
    width: 54px;
} */

.nav&gt;li&gt;a {
    /* padding: 8px; */
    position: relative;
    display: flex;
    align-items: center;
    color: #414141;
    justify-content: center;
}

.nav a {
    color: #414141;
    display: block;
    text-decoration: none;
}

.nav ul li {
    position: relative;
}

.nav li&gt;a:hover {
    border-top: 4px solid #4a4a4a;
    margin-top: -4px;
    color: #4a4a4a;
}

.nav .active&gt;.nav-btn.pc-nav-btn{
    border-top: 4px solid #4a4a4a;
    margin-top: -4px;
}

.nav .active&gt;.nav-btn-sub.pc-nav-btn{
    border-top: 4px solid #4a4a4a;
    margin-top: -4px;
}

.nav .active&gt;a {
    color: #4a4a4a;
}

.nav&gt;li:hover&gt;ul {
    display: block;
}

.nav ul {
    min-width: 120px;
    background-color: #fff;
    padding: 0;
    display: none;
    position: absolute;
    top: 40px;
    left: -20px;
    z-index: 999;
    padding: 10px 0;
}

.nav&gt;li&gt;ul&gt;li&gt;a {
    background-color: #fff;
    padding: 12px 0;
}

.nav&gt;li&gt;ul&gt;li {
    margin: 0 8px;
}

.nav&gt;li&gt;ul&gt;li:hover&gt;a {
    color: #4a4a4a;
}

.nav&gt;li&gt;ul&gt;li&gt;ul {
    left: 100%;
    top: 16px;
}

.nav&gt;li:last-child&gt;ul&gt;li&gt;ul {
    left: -100%;
    top: 0;
}

.nav&gt;li&gt;ul&gt;li:hover&gt;ul {
    display: block;
}

.nav&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;a {
    background-color: #fff;
}

.banner {
    position: relative;
}

.banner .swiper {
    width: 100%;
    height: 100%;
}

.banner .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .swiper-pagination,
.services-page .swiper-pagination {
    text-align: right;
    font-size: 14px;
    padding-right: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    bottom: 0;
    height: 40px;
    line-height: 40px;
    opacity: 0;
    color: #333;
}

.banner .swiper-pagination:hover,
.services-page .swiper-pagination:hover {
    cursor: pointer;
    opacity: 1;
}

.banner .swiper-button-prev {
    left: 30px;
}

.banner .swiper-button-next {
    right: 30px;
}

.banner .swiper-button-prev::after {
    display: none;
}

.banner .swiper-button-next::after {
    display: none;
}

.banner .banner-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #e6e6e6;
}

.banner-text .text1 h2 {
    font-size: 77px;
    line-height: 80px;
    font-weight: 400;
    font-family: "Yesteryear";
}

.banner-text .text1 h3 {
    font-size: 26px;
    font-weight: 400;
    font-family: "Yesteryear";
}

.banner-text .text1 span:nth-child(1) {
    width: 140px;
    height: 1px;
    background-color: #e6e6e6;
    margin-right: 10px;
}

.banner-text .text1 {
    margin-bottom: 60px;
}

.banner-text .text2 p {
    font-size: 40px;
    text-align: center;
    font-family: "ChenYuluoyan";
    line-height: 40px;
    color: #B0B0B0; /*#B0B0B0;*/
    font-weight: 400;
    text-shadow: #262626 0px 4px 5px;
}

.about {
    position: relative;
    padding-top: 50px;
    padding-bottom: 20px;
}

.about::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 923px;
    height: 91px;
    background-color: rgba(227, 227, 227, 1);
}

.about::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 70px;
    /* width: 298px; */
    width: calc(50vw - 490px);
    max-width: 298px;    
    height: 265px;
    background-color: rgba(227, 227, 227, 1);
    z-index: -1;
}

.about .about-bg img {
    width: 202px;
    margin-top: 20px;
}

.about .hi-text {
    width: 140px;
}

.about .about-tit2 {
    width: 300px;
    margin-left: 20px;
    margin-top: 50px;
}

.about .about-text {
    margin-top: 80px;
}

.about .about-text p {
    /* font-size: 15px; */
    color: #3f3f3f;
    text-align: center;
    margin-bottom: 40px;
}

.about .col-lg-6 {
    position: relative;
}

.about .about-tit {
    margin-top: 30px;
}

.about-imgs {
    flex-wrap: wrap;
}

.about-imgs img {
    width: 152px;
    margin-right: 15px;
    margin-bottom: 15px;
    transform: all 1s;
}

.about-imgs img:nth-child(3n) {
    margin-right: 0;
}

.about .abouts-imgs-list {
    padding: 0 !important;
}

.about .about-img {
    position: relative;
}

.about .mask {
    position: absolute;
    top: 0;
    left: 0;
    /* width: calc(100% - 15px); */
    width: 100%;

    height: calc(100% - 15px);
    background-color: rgba(255, 255, 255, 0.6);
    display: none;
}

.about .about-img:hover .mask {
    display: block;
    cursor: pointer;
}

.banner-content {
    position: relative;
    width: 100%;
    height: 828px;
    background-image: url(/assets/images/ban2.webp);
    background-size: 100% 100%;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.banner-content .banner-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.banner-info h2 {
    /* color: #eefa3e; */
    color: #FFF;
    font-size: 76px;
    text-align: center;
    font-weight: 400;
    line-height: 70px;
    font-family: "Sarina"
}

.banner-info h3 {
    font-size: 43px;
    font-weight: 400;
    margin-top: 30px;
    color: #fff;
    text-align: center;
    font-family: "ChenYuluoyan"
}

.banner-info h4 {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    font-family: "ChenYuluoyan"
}

.more-link {
    margin-top: 20px;
}

.more-link a {
    width: 117px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    transition: all 0.2s ease, visibility 0s;
    border-radius: 10px;
    border: 0px solid rgb(174, 99, 63);
    background: rgba(243, 230, 98, 0.79);
    color: #fff;
}

.more-link a:hover {
    background: repeat padding-box border-box 0% 0% / auto auto scroll linear-gradient(180deg, rgba(40, 38, 38, 0.22) 0%, rgba(40, 38, 38, 0.22) 100%), #AE633F;
}

.more-link a span:nth-child(2) {
    font-size: 28px;
    margin-left: 4px;
}

.services {
    position: relative;
    padding-top: 90px;
    padding-bottom: 100px;
}

.services::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 240px;
    background: #e6e6e6;
    z-index: -1;
}

.services-text p {
    font-size: 15px;
    color: #3f3f3f;
    margin-bottom: 8px;
}

.services-text {
    margin-top: 50px;
}

.services-list {
    margin-left: 20px;
    flex: 1;
}

.services-list .services-item {
    position: relative;
    overflow: hidden;
}

.services-list .services-item .imgs img {
    width: 335px;
}

.services .services-title {
    position: absolute;
    width: 250px;
    top: -80px;
    left: 0;
}

.services .small-contanier {
    position: relative;
}

.services-item .services-mask {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 40px;
    /* transition: all 0.8s; */
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding-left: 25px;
    /* transform: translateY(78px); */
}

.services-item .services-mask h2 {
    font-size: 23px;
    font-weight: 400;
}

.services-mask .services-mask-text {
    margin-top: 12px;
}

.services-mask .services-mask-text p {
    font-size: 13px;
    margin-bottom: 4px;
    color: #FFF;
}

.services-more {
    display: block;
    margin-top: 30px;
}

.services-more a {
    display: block;
    width: 125px;
    height: 34px;
    border-radius: 50px;
    border: 0.5px solid #B0B0B0;
    background: #B0B0B0;
    text-align: center;
    line-height: 34px;
    color: #333;
    font-size: 13px;
    transition: all 0.5s;
}

.services-more a:hover {
    background-color: #393939;
    color: #fff;
    border-color: #393939;
}

.services-item:hover .services-mask {
    transform: translateY(0);
}

/* .recall {
    padding-top: 30px;
} */

.recall-name h2 {
    color: #DBDBDB;
    font-weight: 400;
    text-align: right;
    line-height: 50px;
    margin-left: 100px;
}

.recall-list .web-contanier {
    position: relative;
}

.recall-name&gt;img {
    width: 205px;
    height: 136px;
    transform: rotate(352.6097795536459deg);
    margin-top: 30px;
    z-index: 1;
}

.recall-content {
    position: relative;
    margin-top: 120px;
}

.recall-img-item {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

.recall-img-item:nth-child(1) {
    background: #e6e6e6;
    padding: 30px 0;
}

.recall-img-swiper {
    width: 273px;
    height: 205px;
    margin-left: 40px;
    margin-top: -100px;
}

.recall-img-swiper .swiper-slide img {
    width: 273px;
    height: 205px;
    object-fit: contain;
}

.recall-img-text {
    text-align: right;
    position: relative;
}

.recall-img-text p {
    font-size: 15px;
    color: #3f3f3f;
    margin-bottom: 8px;
}

.recall-img-more a {
    display: block;
    width: 81px;
    height: 26px;
    color: #333;
    transition: all 0.2s ease, visibility 0s;
    border: 1px solid #B0B0B0;
    background: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    text-align: center;
    line-height: 24px;
}

.recall-img-more a:hover {
    border: 1px solid #3F3F3F;
    background: #FFFFFF;
}

.recall .web-contanier {
    position: relative;
}

.recall-name-img {
    position: absolute;
    top: 155px;
    left: 100px;
    width: 320px;
    z-index: 1;
}

.recall-img-item-left .recall-img-swiper {
    margin-top: 0;
    margin-left: 0;
}

.recall-item-left-text .recall-img-text p {
    text-align: left;
}

.recall-item-left-text {
    margin-top: 30px;
}

.recall-item-left-text .recall-img-more {
    margin-top: 60px;
}

.recall-name2 img {
    width: 400px;
}

.recall-imgs-list {
    position: relative;
    padding-right: 20px;
    margin-left: 140px;
    margin-top: 30px;
    display: flex;
}

.recall-imgs-list::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 25px;
    background: #e6e6e6;
    width: 610px;
    height: 148px;
    z-index: -1;
}

.recall-imgs-list img {
    width: 130px;
    height: 195px;
    margin-left: 10px;
}

.recall-img-item-content {
    margin-top: 30px; 
}

.recall-list .web-contanier {
    position: relative;
}

.recall-list .recall-list-swiper .swiper-slide img {
    width: 100%;
    margin: 2.5px 0;
}

.recall-list .recall-list-swiper .swiper-slide:nth-child(6n+1) {
    width: 308px;
}

.recall-list .recall-list-swiper .swiper-slide:nth-child(6n+2) {
    width: 366px;
}

.recall-list .recall-list-swiper .swiper-slide:nth-child(6n+3) {
    width: 412px;
}

.recall-list .recall-list-swiper .swiper-slide:nth-child(6n+4) {
    width: 366px;
}

.recall-list .recall-list-swiper .swiper-slide:nth-child(6n+5) {
    width: 189px;
}

.recall-list .recall-list-swiper .swiper-slide:nth-child(6n) {
    width: 366px;
}

.recall-list .recall-list-swiper .swiper-slide:nth-child(6n+2) .row-flex .swiper-slide-img:nth-child(1) {
    width: 111px;
}

.recall-list .recall-list-swiper .swiper-slide:nth-child(6n+2) .row-flex .swiper-slide-img:nth-child(2) {
    width: 250px;
}

.recall-list .recall-list-swiper .swiper-slide:nth-child(6n+3) .row-flex .swiper-slide-img:nth-child(1) {
    width: 203px;
}

.recall-list .recall-list-swiper .swiper-slide:nth-child(6n+3) .row-flex .swiper-slide-img:nth-child(2) {
    width: 204px;
}

.recall-list .recall-list-swiper .swiper-slide:nth-child(6n+4) .row-flex .swiper-slide-img:nth-child(1) {
    width: 250px;
}

.recall-list .recall-list-swiper .swiper-slide:nth-child(6n+4) .row-flex .swiper-slide-img:nth-child(2) {
    width: 111px;
}

.recall-list .recall-list-swiper .swiper-slide:nth-child(6n) .row-flex .swiper-slide-img:nth-child(1) {
    width: 111px;
}

.recall-list .recall-list-swiper .swiper-slide:nth-child(6n) .row-flex .swiper-slide-img:nth-child(2) {
    width: 250px;
}

.recall-list .swiper-button-next {
    right: 0;
    z-index: 9999;
}

.recall-list .swiper-button-prev {
    left: 0;
    z-index: 9999;
}

.recall-list .swiper-button-next::after {
    color: #fff;
}

.recall-list .swiper-button-prev::after {
    color: #fff;
}

.recall-list .swiper-slide-img {
    position: relative;
}

.recall-list .swiper-slide-img:hover .swiper-slide-img-mask {
    display: flex;
    cursor: pointer;
}

.recall-list .swiper-slide-img-mask {
    position: absolute;
    top: 2.5px;
    left: 0;
    width: 100%;
    height: calc(100% - 5px);
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: flex-end;
    padding: 20px;
}

.recall-list .swiper-slide-img-mask span {
    color: #fff;
    font-size: 24px;
}

.recall-list .swiper-slide-img-mask .number {
    font-size: 20px;
    margin-left: 10px;
}

.news {
    background: #e6e6e6;
    margin-top: -2.5px;
    padding-bottom: 50px;
    padding-top: 20px;
}

.icon-red {
    color: red !important;
}

.news-title {
    padding: 0 80px;
}

.news-title img {
    width: 200px;
}

.news-title h2 {
    font-weight: 400;
    font-size: 15px;
    color: #717171;
    line-height: 30px;
    margin-left: 20px;
    margin-top: 70px;
}

.news-list {
    padding-top: 30px;
}

.news-item .imgs {
    position: relative;
}

.news-item .imgs img {
    width: 100%;
}

.news-item .imgs .news-item-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    color: #fff;
    padding: 40px 30px 30px 30px;
}

.time {
    position: relative;
    font-size: 12px;
}

.time span:nth-child(1) {
    position: relative;
    margin-right: 16px;
}

.time span:nth-child(1)::after {
    content: "";
    position: absolute;
    right: -10px;
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 50%;
}

.news-item-info a {
    font-size: 26px;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 36px;
    color: #fff;
}

.news-item-info a:hover {
    opacity: 0.9;
}

.news-item-info .line {
    margin: 14px 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
}

.news-data span {
    font-size: 12px;
}

.span-item.comment {
    margin-left: 10px;
}

.span-item.comment:hover {
    color: #333;
    cursor: pointer;
}

.span-item.like .iconfont:hover {
    opacity: 0.8;
    cursor: pointer;
}

.span-item.like .iconfont {
    font-size: 16px;
    margin-left: 4px;
    color: red;
}

.more-recall {
    position: absolute;
    bottom: 60px;
    width: 100%;
}

.more-recall a {
    width: 271px;
    height: 71px;
    transition: all 0.2s;
    background: rgba(63, 63, 63, 0.31);
    border: 1px solid transparent;
    z-index: 99;
    text-align: center;
    line-height: 71px;
    color: #fff;
}

.more-recall a:hover {
    border: 1px solid #3F3F3F;
    background: #FFFFFF;
    color: #3F3F3F;
}

.love-content {
    padding-top: 70px;
}

.love-content h2 {
    font-size: 71px;
    text-align: center;
    color: #4a4a4a;
    font-family: "PlayfairDisplay";
}

.love-content h3 {
    font-size: 24px;
    text-align: center;
    color: #4a4a4a;
    font-weight: 400;
    font-family: "PlayfairDisplay";
}

.love-text {
    margin: 30px 0;
}

.love-text p {
    color: rgb(63, 63, 63);
    font-size: 15px;
    margin-bottom: 10px;
    text-align: center;
}

.love-banner {
    position: relative;
    width: 100%;
    height: 772px;
    background-image: url(/assets/images/ban6.webp);
    background-size: 100% 100%;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.love-banner-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.love-banner-mask h4 {
    font-size: 72px;
    color: #fff;
    font-weight: 400;
    text-align: right;
    line-height: 88px;
    font-family: "PlayfairDisplay";
}

.love-banner-mask .love-more {
    position: absolute;
    bottom: 100px;
    width: 100%;
}

.love-banner-mask .love-more a {
    width: 140px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    font-size: 15px;
    border: 1px solid #fff;
    transition: all 0.2s;
}

.love-banner-mask .love-more a:hover {
    border: 1px solid #3F3F3F;
    background: #FFFFFF;
    color: #3F3F3F;
}

footer {
    padding: 30px 0;
    color: #3f3f3f;
    background: #e6e6e6;
}

.icons img {
    width: 65px;
    margin: 0 8px;
}

footer&gt;.small-contanier&gt;.row {
    width: 100%;
}

.message {
    padding: 70px 0;
}

.message-form h2 {
    text-align: center;
    font-size: 40px;
    color: #393939;
    font-weight: 400;
}

.message-form h3 {
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    color: #4a4a4a;
}

.message-form form {
    margin-top: 30px;
}

.message-form form .label {
    color: #3F3F3F;
    font-size: 15px;
}

.form-item {
    margin-bottom: 10px;
}

.form-item .input {
    /* width: 460px; */
    /* height: 67px; */
    border: 1px solid #3f3f3f;
    color: #3F3F3F;
    padding: 0 20px;
    font-size: 16px;
}

.form-item textarea {
    /* width: 460px; */
    /* height: 133px; */
    border: 1px solid #3f3f3f;
    color: #3F3F3F;
    padding: 0 20px;
    font-size: 16px;
}

.form-item input::placeholder {
    color: #3F3F3F;
}

/* .email input {
    height: 50px !important;
}

.project-checkbox-text {
    height: 36px !important;
} */

.form-item button {
    color: #fff;
    width: 460px;
    height: 47px;
    background-color: #3f3f3f;
    font-size: 15px;
    text-align: center;
    line-height: 47px;
}

.check-item-list {
    margin: 10px;
}

.logo2 {
    /* width: 60px;
    height: 60px; */
    width: 120px;
    height: 120px;
    object-fit: contain;
    border-radius: 50%;
}

.message-left h2 {
    font-size: 24px;
    color: #3f3f3f;
    font-weight: 400;
    margin: 20px 0;
}

.follow-btn {
    margin-top: 20px;
}

.follow-btn {
    width: 134px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #3F3F3F;
    background-color: rgb(255, 255, 255);
    border: 1px solid #3F3F3F;
}

.follow-btn span {
    margin-left: 6px;
}

.follow-btn:hover {
    opacity: 0.8;
    cursor: pointer;
}

.message-left-list {
    margin: 60px 30px !important;
}

.message-left-list {
    flex-wrap: wrap;
}

.message-left-list .message-img-items {
    position: relative;
    margin-bottom: 20px;
}

.message-left-list .message-img-items .imgs {
    width: 114px;
    height: 114px;
    position: relative;
}

.message-img-items .imgs img {
    width: 100%;
}

.message-img-items .imgs:hover .message-img-items-mask {
    cursor: pointer;
    display: block;
}

.message-img-items .imgs .message-img-items-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    overflow: hidden;
    display: none;
}

.message-img-items .imgs .message-img-items-mask p {
    color: #fff;
    font-size: 24px;
    padding: 24px 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 100px;
}

.follow-more {
    margin-top: 0 !important;
}

.follow-more a {
    color: #3F3F3F;
}

.mobile-logo {
    width: 100%;
}

.part-page {
    background-color: #000;
}

.part-imgs img {
    width: 100%;
}

.services-banner {
    position: relative;
    width: 100%;
    height: 752px;
    background-image: url(/assets/images/services-banner.webp);
    background-size: 100% 100%;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.services-banner-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: flex-end;
    padding-bottom: 120px;
}

.services-banner-text h2 {
    color: #B0B0B0;
    font-size: 72px;
    font-weight: 400;
    font-family: "ChenYuluoyan";
}

.services-banner-text p {
    line-height: 30px;
    margin: 30px 0;
}

.services-banner-text h4 {
    font-size: 32px;
    font-weight: 400;
}

.services-banner-text h5 {
    font-size: 14px;
    font-weight: 400;
    margin-top: 6px;
}

.services-about {
    padding: 80px 0;
}

.services-about2 {
    padding: 40px 0 !important;
}

.services-about-text {
    padding-left: 20px !important;
}

.services-about-text h2 {
    position: relative;
    font-size: 26px;
    color: #3f3f3f;
    font-weight: 400;
}

/* .services-about-text h2::after {
    content: "��璉垍�蝳桃�";
    position: absolute;
    left: 140px;
    top: -10px;
    color: #dcc0bf;
    font-size: 34px;
    /* font-family: "ChenYuluoyan"; */
} */

.services-about-text h3 {
    position: relative;
    margin-top: 60px;
    margin-bottom: 40px;
    color: #3f3f3f;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

.services-about-text h3 p {
    margin-bottom: 0;
}

/* .services-about-text h3::after {
    content: "憍𡁻“��见��";
    position: absolute;
    top: 0px;
    left: 190px;
    color: #dcc0bf;
    font-size: 30px;
    /* font-family: "ChenYuluoyan"; */
} */

.services-about-text h4 {
    position: relative;
    color: #3f3f3f;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 40px;
}

.services-about-text h5 {
    font-size: 26px;
    color: #3f3f3f;
    font-weight: 400;
}

/* .services-about-text h4::after {
    content: "�䌊憿找�齿��";
    color: #dcc0bf;
    font-size: 20px;
    /* font-family: "ChenYuluoyan"; */
    position: absolute;
    bottom: 24px;
    left: 40px;
}

.services-about-text h4::before {
    content: "�凒憭𡁶敦蝭�";
    color: #dcc0bf;
    font-size: 20px;
    /* font-family: "ChenYuluoyan"; */
    position: absolute;
    bottom: 0px;
    left: 185px;
} */

.services-about-text h6 {
    position: relative;
    font-size: 16px;
    color: #3f3f3f;
    font-weight: 400;
    margin-bottom: 60px;
}

.services-about-text .about1,
.services-about-text .about2,
.services-about-text .about3 {
    position: relative;
    font-size: 16px;
    color: #3f3f3f;
    font-weight: 400;
    margin-bottom: 30px;
}

 /* .services-about-text .about1::after {
    content: "雿惩��";
    color: #dcc0bf;
    font-size: 24px;
     font-family: "ChenYuluoyan"; 
    position: absolute;
    bottom: -10px;
    left: 70px;
}

.services-about-text .about3::after {
    content: "雿惩�𤑳���滚��";
    color: #dcc0bf;
    font-size: 24px;
     font-family: "ChenYuluoyan";  
    position: absolute;
    bottom: 20px;
    left: 110px;
}

.services-about-text h6::after {
    content: "隢讠㮾靽⊥�穃��";
    color: #dcc0bf;
    font-size: 20px;
     font-family: "ChenYuluoyan";  
    position: absolute;
    bottom: -35px;
    left: 0;
}  */

.services-swiper .swiper-slide img {
    width: 100%;
}

.services-swiper .swiper-slide:hover {
    cursor: pointer;
}

.swiper-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
    display: none;
    justify-content: center;
    align-items: center;
}

.swiper-mask-content .swiper-slide img {
    width: 100%;
}

.swiper-mask-content .swiper-button-next::after,
.swiper-mask-content .swiper-button-prev::after {
    color: #fff;
}

.swiper-mask .small-contanier {
    position: relative;
}

.swiper-mask #close,
.swiper-mask #close2 {
    position: absolute;
    top: -50px;
    right: -40px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

.project {
    padding: 50px 0;
}

.project .project-title h2 {
    text-align: center;
    letter-spacing: 6px;

    font-weight: 400;
    font-size: 31px;
    color: #b8817f;
}

.project .project-list {
    margin-top: 80px;
    margin-bottom: 30px;
}

.project .project-item {
    background: #f4eeef;
    padding: 20px;
}

.project .project-item .imgs {
    margin-top: -60px;
    left: 20px;
    position: relative;
}

.project .project-item .imgs img {
    width: 293px;
    height: 186px;
}

.project .project-item h2 {
    font-size: 22px;
    color: #3f3f3f;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 20px;
}

.project .project-item ul {
    margin: 0;
    padding-left: 20px;
    color: #3f3f3f;
}

.project .project-item ul li {
    list-style: disc;
    margin-bottom: 5px;
}

.project .project-item ul p {
    font-size: 15px;
}

.project .project-item .price {
    margin-bottom: 40px;
    padding-left: 5px;
    margin-top: 20px;
}

.project .project-item .price span {
    color: #b8817f;
    font-weight: 700;
    font-size: 22px;
}

.project-item-info {
    position: relative;
    padding: 20px 0;
    /* transition: all 0.3s; */
}

/* .project .project-item:hover .project-more {
    display: block;
}

.project .project-item:hover .price {
    opacity: 0;
} */

.project .project-item ul {
    margin-top: 20px !important;
    transition: all 0.3s;
}

/* .project .project-item:hover .project-item-info {
    transform: translateY(-20px);
}

.project .project-item:hover ul {
    transform: translateY(-10px);
} */

/* .project .project-more {
    position: absolute;
    bottom: 40px;
    left: 0;
    display: none;
} */

.project .project-more a {
    display: block;
    width: 142px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 0px solid rgb(174, 99, 63);
    border-radius: 200px;
    background: no-repeat padding-box border-box 46% 53% / cover scroll url(/assets/images/btn_bg.jpeg);
    font-size: 16px;
    color: #fff;
}

.price-list {
    color: #3f3f3f;
}

.price-list h2 {
    font-size: 15px;
    font-weight: 400;
}

.price-list ul {
    padding-left: 15px;
    margin: 20px 0;
}

.price-list ul li {
    list-style: disc;
    font-size: 12px;
}

.price-list p {
    font-size: 12px;
    color: #c24e4a;
    margin-top: -4px;
}

.services-project {
    padding-top: 50px;
    /* padding-bottom: 170px; */
}

.services-project-wrap {
    padding: 10px !important;
}

.services-project .services-project-item {
    border: 1px solid #bdbdbd;
    color: #3f3f3f;
}

.services-project .services-project-item:hover {
    color: #999;
}

.services-project .services-project-item .item-content {
    /* padding: 30px 30px 100px 30px; */
    padding: 30px;
}

.services-project .services-project-item .item-content h2 {
    font-size: 22px;
    font-weight: 400;
}

.services-project .services-project-item .item-content p {
    font-size: 16px;
    overflow: hidden;
    /* 頞�餈�捆�膥擃睃漲����摰寥�鞱�� */
    display: -webkit-box;
    /* 雿輻鍂�唂��� WebKit ���瓲瘚讛��膥���遬蝷箸䲮撘� */
    -webkit-line-clamp: 3;
    /* ��𣂼����𧋦�遬蝷箇�銵峕㺭 */
    -webkit-box-orient: vertical;
    /* 霈曄蔭���𧋦���凒��鍦�� */
    text-overflow: ellipsis;
}

.services-project .services-project-item .imgs img {
    width: 100%;
}

.team-page .team-banner {
    position: relative;
    width: 100%;
    height: 735px;
    background-image: url(/assets/images/team-banner.webp);
    background-size: 100% 100%;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.team-banner-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 70px;
}

.team-banner-text p {
    color: #B0B0B0;
    line-height: 30px;
    margin-left: 100px;
}

.team-list {
    padding-top: 70px;
}

.team-header-icon {
    width: 202px;
}

.team-list-content {
    margin-top: 50px;
}

.team-item {
    margin-bottom: 20px;
}

.team-item .imgs {
    position: relative;
    transition: all 0.5s;
}

.team-item .imgs:hover {
    transform: scale(0.9);
}

.team-item .imgs img {
    width: 100%;
    border-radius: 200px 200px 0 0;
}

.team-item .imgs .mask {
    position: absolute;
    bottom: 0px; /*80px*/
    left: 0;
    width: 100%;
    background-color: rgba(113, 113, 113, 0.51);
    padding: 30px 20px 20px 20px;
}

.team-item .imgs .mask h2 {
    font-size: 25px;
    color: #fff;
    font-weight: 400;
    position: absolute;
    top: -15px;
    right: 30px;
}

.team-item .imgs .mask p {
    font-size: 12px;
    color: #B0B0B0;
    text-align: right;
}

.team-item .team-name {
    padding: 10px;
    color: #3f3f3f;
}

.team-item .team-name h2 {
    font-size: 18px;
    font-weight: 400;
}

.team-item .team-name audio {
    width: 100%;
}

.team-banner2 {
    margin: 10px;
    position: relative;
    width: calc(100% - 20px);
    height: 532px;
    background-size: 100% 100%;
    background-image: url(/assets/images/team-banner2.webp);
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 20px 0;
}

.team-banner2:hover a {
    display: block;
}

.team-banner2 p {
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    margin-top: 40px;
    transition: all 0.2s;
}

.team-banner2-link {
    margin-top: 30px;
}

.team-banner2:hover p {
    transform: translateY(-20px);
}

.team-banner2-link a {
    display: none;
    transition: all 0.2s ease, visibility 0s;
    border: 1px solid #FFFFFF;
    background: rgba(235, 222, 224, 0.69);
    border-radius: 50px;
    width: 227px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 14px;
    color: #fff;
}

.team-banner2-link a:hover {
    border: 1px solid #3F3F3F;
    background: #FFFFFF;
    color: #333;
}

.team-swiper {
    margin-top: 70px;
    background-color: #e9dfe0;
    border-bottom: 1px solid #e3d6d7;
    padding: 60px 0;
    color: #3F3F3F;
}

.team-swiper-content .swiper-button-next::after,
.team-swiper-content .swiper-button-prev::after {
    color: #fff;
}

.team-swiper .swiper-slide {
    height: 250px;
}

.team-swiper .swiper-slide h2 {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}

.team-swiper .swiper-slide p {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

.team-swiper .swiper-slide span {
    font-family: "ChenYuluoyan";
    color: #c24e4a;
}

.wedding-banner {
    position: relative;
    width: 100%;
    height: calc(100vh - 100px); /* 614px; */
    background-image: url(/assets/images/wedding-banner.webp);
    background-size: 100% 100%;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.wedding-banner-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.wedding-banner-text h2,
.wedding-banner-text h3 {
    font-size: 36px;
    line-height: 60px;
    text-align: center;
    font-family: "ChenYuluoyan";
}

.wedding-banner-text h3 {
    margin-top: 40px;
}

.wedding-list {
    position: relative;
    padding-top: 60px;
    padding-bottom: 30px;
}

.wedding-item-wrap {
    margin-bottom: 30px;
}

.wedding-item .imgs {
    position: relative;
}

.wedding-item .imgs img {
    width: 100%;
}

/* .wedding-item:hover .wedding-item-mask {
    background-color: rgba(0, 0, 0, 0.3);
}

.wedding-item:hover .wedding-item-mask h2 {
    transform: translateY(-130px);
}

.wedding-item-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 20px;
    display: flex;
    align-items: flex-end;
}

.wedding-item-mask h2 {
    font-size: 22px;
    font-weight: 400px;
    text-align: center;
    width: 100%;
    transition: all 0.4s;
} */

.wedding-list::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    background-image: url(/assets/images/bg.svg);
    z-index: -1;
}

.news-page {
    padding-top: 120px;
    /* padding-bottom: 80px; */
}

.news-list-content {
    margin-top: 50px;
}

.news-context .news-imgs {
    width: 100%;
}

.news-context {
    border: 1px solid #cfcfcf;
}

.news-content .news-info {
    padding: 30px;
    /* height: 396px; */
}

.news-content .news-info&gt;a {
    font-size: 22px;
    color: #3f3f3f;
    display: block;
    margin: 20px 0;
    overflow: hidden;
    /* 頞�餈�捆�膥擃睃漲����摰寥�鞱�� */
    display: -webkit-box;
    /* 雿輻鍂�唂��� WebKit ���瓲瘚讛��膥���遬蝷箸䲮撘� */
    -webkit-line-clamp: 3;
    /* ��𣂼����𧋦�遬蝷箇�銵峕㺭 */
    -webkit-box-orient: vertical;
    /* 霈曄蔭���𧋦���凒��鍦�� */
    text-overflow: ellipsis;
}

.news-item-wrap:hover {
    cursor: pointer;
}

.news-item-wrap {
    margin-bottom: 30px;
}

.news-item-wrap:hover .news-info a,
.news-item-wrap:hover .news-info p {
    color: #71504a;
}

.news-content .news-info p {
    font-size: 16px;
    line-height: 28px;
    color: #3f3f3f;
    overflow: hidden;
    /* 頞�餈�捆�膥擃睃漲����摰寥�鞱�� */
    display: -webkit-box;
    /* 雿輻鍂�唂��� WebKit ���瓲瘚讛��膥���遬蝷箸䲮撘� */
    -webkit-line-clamp: 3;
    /* ��𣂼����𧋦�遬蝷箇�銵峕㺭 */
    -webkit-box-orient: vertical;
    /* 霈曄蔭���𧋦���凒��鍦�� */
    text-overflow: ellipsis;
    margin-bottom: 40px;
}

.news-read {
    border-top: 1px solid #d9d9d9;
    padding-top: 15px;
}

.avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 10px;
}

.author .dropdown .dropdown-toggle {
    background: transparent;
    border: none;
    position: relative;
    left: 20px;
}

.author .dropdown-toggle::after {
    display: none;
}

.author-info {
    color: rgb(63, 63, 63);
}

.author-info h2 {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
}

.author-info .time span:nth-child(1)::after {
    background-color: rgb(63, 63, 63) !important;
    top: 7px;
}

.news-nav&gt;nav&gt;ul {
    margin: 0;
    padding: 0;
}

.news-nav&gt;nav&gt;ul&gt;li&gt;a {
    font-size: 18px;
    color: #3f3f3f;
    margin-right: 30px;
    height: 40px;
    line-height: 40px;
}

.news-nav&gt;nav&gt;a:hover {
    color: #71504a;
}

.more-menu {
    position: relative;
}

.more-menu-ul {
    position: absolute;
    top: 30px;
    left: 0;
    width: 200px;
    background-color: rgba(255, 255, 255, 0.8);
    margin: 0;
    padding: 0;
    margin: 0;
    display: none;
}

.more-menu:hover .more-menu-ul {
    display: block
}

.more-menu-ul li {
    width: 200px;
    padding: 0px 20px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #ccc;
}

.more-menu .iconfont {
    font-size: 12px;
    margin-left: 3px;
}

.more-menu-ul li a {
    color: #3f3f3f;
}

.more-menu-ul li a:hover {
    color: #71504a;
}

.login {
    margin-left: 20px;
}

.login button {
    width: 116px;
    height: 36px;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    color: #3f3f3f;
    background-color: transparent;
    border: 1px solid #000;
}

.search-content {
    position: relative;
    height: 40px;
    border-bottom: 1px solid #000;
    display: none;
}

.search-content input {
    width: 200px;
    padding: 0 10px;
}

.search-content .icon-guanbi {
    position: absolute;
    right: 0;
    font-size: 20px;
    cursor: pointer;
}

#show-link {
    display: none;
}

.contact-banner {
    position: relative;
    width: 100%;
    height: 800px;
    background-image: url(/assets/images/contact-banner.webp);
    background-size: 100% 100%;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.contact-banner-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.contact-banner-text h2 {
    font-weight: 400;
    font-size: 22px;
}

.contact-form {
    padding-top: 160px;
    padding-bottom: 80px;
    color: #3F3F3F;
}

.contact-form h2 {
    font-size: 40px;
    margin-bottom: 40px;
}

.contact-form .form-item .input {
    width: 100%;
    height: 50px;
}

.contact-form .form-item textarea {
    width: 100%;
}

.contact-form .form-item button {
    width: 142px;
    height: 47px;
    line-height: 47px;
}

.contact-form .form-item {
    margin-bottom: 30px;
}

.line-icon {
    width: 65px;
}

.explain-text {
    padding: 30px 0;
}

.explain-text p {
    margin-bottom: 30px;
    font-size: 14px;
    color: #3F3F3F;
}

.explain-text ul {
    margin-top: -26px;
}

.explain-text ul li {
    list-style: disc;
    margin-bottom: 10px;
    font-size: 14px;
    color: #3F3F3F;
}

.navbar-news {
    display: none;
}

@media screen and (max-width: 576px) {
    .logo-img {
        width: 158px;
    }
    .text2 {
        display: none;
    }
    .navbar-toggler {
        position: absolute;
        right: 20px;
    }
    .more-recall {
        width: 100vw;
    }
    .banner-text .text1 {
        margin-bottom: 0;
    }
    .banner-text .text1 h2 {
        font-size: 40px;
    }
    .banner-text .text1 span:nth-child(1) {
        display: none;
    }
    .about::before {
        width: 186px;
        height: 33px;
    }
    .about .hi-text {
        width: 120px;
        position: absolute;
        top: -60px;
        left: 20px;
    }
    .about .about-tit2 {
        position: absolute;
        width: 250px;
        right: 40px;
        top: 20px;
        margin-top: 0;
    }
    .about::after {
        width: 245px;
        height: 52px;
        display: none;
    }
    .web-contanier,
    .small-contanier {
        width: 95%;
    }
    .about-img {
        width: 30%;
        margin-right: 2%;
    }
    .about-imgs img {
        width: 100%;
    }
    .about-imgs {
        margin-left: 5%;
    }
    .banner-content {
        height: 362px;
    }
    .banner-info h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .banner-info h3 {
        font-size: 20px;
    }
    .banner-info h4 {
        font-size: 14px;
    }
    .services&gt;.small-contanier&gt;.d-flex {
        flex-direction: column;
    }
    .services::after {
        display: none;
    }
    .services {
        padding: 80px 20px;
    }
    .services .services-title {
        width: 160px;
        top: -50px;
        left: -20px;
    }
    .services-text {
        margin-top: -30px;
        text-align: right;
        margin-bottom: 10px;
    }
    .services-list {
        margin-left: 0;
        flex-direction: column;
    }
    .services-list .services-item {
        margin-bottom: 20px;
    }
    .recall-name&gt;img {
        display: none;
    }
    .recall-imgs-list {
        display: none !important;
    }
    .img-content {
        flex-direction: column-reverse;
    }
    .recall-name h2 {
        margin-left: 0;
        line-height: 30px;
        font-size: 20px;
        padding-right: 20px;
    }
    .recall-name-img {
        display: none;
    }
    .recall-img-more a {
        display: none;
    }
    .recall-img-text {
        text-align: left;
        padding-left: 20px;
        font-size: 12px;
        margin-top: 10px;
    }
    .recall-img-item:nth-child(1) {
        padding: 0;
        background-color: transparent;
    }
    .recall-img-swiper {
        position: relative;
        margin-top: -110px;
    }
    .recall-img-swiper::after {
        content: "";
        position: absolute;
        bottom: -40px;
        left: 20px;
        width: 300px;
        height: 100px;
        background: #e6e6e6;
        z-index: -1;
    }
    .recall-img-swiper:nth-of-type(1)::after {
        bottom: inherit;
        left: -50px;
        bottom: -40px;
        width: 80vw;
    }
    .recall-name2 img {
        display: none;
    }
    .recall-item-left-text .recall-img-text p {
        text-align: right;
        padding-right: 20px;
    }
    .more-recall {
        /* bottom: 440px; */
        display: none;
    }
    .more-recall a {
        width: 220px;
        height: 30px;
        font-size: 16px;
        line-height: 30px;
    }
    .love-content {
        background: #e6e6e6;
        padding-top: 0;
    }
    .love-content h2 {
        font-size: 40px;
        color: #fff;
    }
    .love-content h3 {
        color: #fff;
    }
    .love-text {
        padding: 0 20px;
        font-size: 12px;
    }
    .love-text p {
        font-size: 10px;
    }
    .love-banner {
        height: 383px;
        background-attachment: local;
    }
    .love-banner-mask h4 {
        font-size: 40px;
        padding-right: 20px;
        line-height: 45px;
    }
    .love-banner-mask .love-more {
        bottom: 20px;
    }
    .news {
        padding-bottom: 0;
    }
    .news-title img {
        position: absolute;
        top: 0;
        left: 0;
        width: 150px;
    }
    .news-title {
        position: relative;
        padding: 0 20px;
    }
    .news-title h2 {
        text-align: right;
    }
    .news-item {
        margin-bottom: 20px;
    }
    .message-img-items {
        width: 30% !important;
    }
    .message-left-list .message-img-items .imgs {
        width: 100%;
        height: inherit;
    }
    .message-left-list {
        margin: 40px 0 !important;
        justify-content: center;
    }
    .form-item .input,
    .form-item textarea {
        width: 80vw;
    }
    .col-lg-6.message-form {
        width: 100% !important;
    }
    .message-form form {
        padding: 0 20px;
    }
    .message-form {
        margin-top: 40px !important;
    }
    .icons img {
        width: 40px;
    }
    .project-checkbox .d-flex {
        flex-direction: column;
    }
    .form-item button {
        width: 80vw;
    }
    .message-left-list .message-img-items {
        padding: 2px !important;
    }
    .message-left-list .message-img-items {
        margin-bottom: 2px;
    }
    .services-list .services-item .imgs img {
        width: 100%;
    }
    .explain-text {
        padding: 30px 20px !important;
    }
    .contact-banner {
        height: 500px;
        background-attachment: local;
    }
    .contact-form {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .news-list-content {
        padding: 0 20px;
    }
    .news-page {
        padding-top: 60px;
        /* padding-bottom: 60px; */
    }
    .news-nav&gt;nav {
        display: none;
    }
    .search-content {
        display: block;
        flex: 1;
    }
    .search .icon-sousuo,
    .search .icon-guanbi {
        display: none;
    }
    .news-nav {
        padding: 0 10px;
    }
    .search-content input {
        width: 90%;
    }
    .login {
        position: absolute;
        top: 40px;
        left: -10px;
    }
    .login button {
        width: 100px;
    }
    .navbar-news {
        display: block !important;
    }
    .navbar-news .navbar-toggler {
        margin-top: -6px;
        left: 240px;
    }
    .wedding-banner {
        height: 400px;
        background-attachment: local;
    }
    .wedding-banner-text h2,
    .wedding-banner-text h3 {
        font-size: 24px;
        line-height: 36px;
    }
    .wedding-list {
        padding-left: 20px;
        padding-right: 20px;
    }
    .wedding-list::after {
        display: none;
    }
    .team-list {
        padding-left: 20px;
        padding-right: 20px;
    }
    .team-item-wrap {
        margin-bottom: 30px;
    }
    .team-banner-text p {
        margin-left: 0;
    }
    .team-banner-text {
        padding: 70px 20px;
    }
    .team-page .team-banner {
        height: 500px;
        background-attachment: local;
    }
    .team-swiper .swiper-slide {
        height: 350px;
    }
    .services-banner {
        height: 500px;
        background-attachment: local;
    }
    .services-banner-text h2 {
        font-size: 40px;
    }
    .services-banner-text-content {
        padding: 20px;
    }
    .services-banner-text {
        align-items: center;
        padding-bottom: 0;
    }
    .services-about {
        padding: 30px 20px;
    }
    .services-about-text {
        margin-top: 40px !important;
    }
    .project .project-item .imgs {
        margin-top: 0px;
        left: 0px;
        position: relative;
    }
    .project .project-item .imgs img {
        width: 100%;
        height: auto;
    }
    .project .project-item {
        margin-bottom: 30px;
    }
    .services-about2 {
        padding: 0px 20px !important;
    }
    .project .project-list {
        margin-top: 40px;
    }
    .price-list {
        padding: 0 20px;
    }
    .project {
        padding: 20px 0;
    }
    .services-project {
        padding: 20px;
    }
    .services-project .services-project-item .item-content {
        padding: 30px 30px 60px 30px;
    }
}

@media screen and (min-width:577px) and (max-width:767px) {}

@media screen and (min-width:576px) and (max-width:1025px) {
    .navbar-toggler {
        position: absolute;
        right: 20px;
        width: 60px;
        height: 60px;
    }
    .about .about-tit {
        margin-top: 60px;
    }
    .web-contanier,
    .small-contanier {
        width: 95%;
    }
    .about .about-tit {
        justify-content: flex-end;
    }
    .about .about-tit2 {
        width: 500px;
    }
    .about::after {
        display: none;
    }
    .abouts-imgs-list {
        width: 100% !important;
    }
    .about-imgs {
        justify-content: center;
    }
    .about-img {
        width: 30%;
        padding: 0 10px;
        justify-content: center;
    }
    .about-imgs img {
        width: 100%;
    }
    .services&gt;.small-contanier&gt;.d-flex {
        flex-direction: column;
    }
    .services::after {
        display: none;
    }
    .services {
        /* padding:  20px; */
        padding: 80px 20px 20px;
    }
    .services .services-title {
        width: 160px;
        top: -70px;
    }
    .services-text {
        margin-top: -30px;
        text-align: right;
        margin-bottom: 10px;
    }
    .services-list {
        margin-left: 0;
    }
    .services-list .services-item {
        margin-bottom: 20px;
    }
    .recall-imgs-list {
        /* display: none; */
    }
    .recall-img-item:nth-child(2)::after {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 100%;
        height: 300px;
        background: #e6e6e6;
        z-index: -1;
    }
    .news-item {
        margin-bottom: 40px;
    }
    .message-img-items {
        width: 30% !important;
    }
    .message-left-list .message-img-items .imgs {
        width: 100%;
        height: inherit;
    }
    .message-left-list {
        margin: 40px 0 !important;
        justify-content: center;
    }
    .explain-text {
        padding: 30px 20px !important;
    }
    .contact-form {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .news-list-content {
        padding: 0 20px;
    }
    .news-page {
        padding-top: 60px;
        /* padding-bottom: 60px; */
    }
    .news-nav&gt;nav {
        display: none;
    }
    .search-content {
        display: block;
        width: 500px;
    }
    .search .icon-sousuo,
    .search .icon-guanbi {
        display: none;
    }
    .news-nav {
        padding: 0 10px;
    }
    .search-content input {
        width: 90%;
    }
    .login {
        position: absolute;
        top: 40px;
        left: -10px;
    }
    .login button {
        width: 100px;
    }
    .navbar-news {
        display: block !important;
    }
    .navbar-news .navbar-toggler {
        margin-top: -30px;
        left: inherit;
        right: 0;
    }
    .wedding-list {
        padding-left: 20px;
        padding-right: 20px;
    }
    .wedding-list::after {
        display: none;
    }
    .team-list {
        padding-left: 20px;
        padding-right: 20px;
    }
    .team-item-wrap {
        margin-bottom: 30px;
    }
    .price-list {
        padding: 0 20px;
    }
    .project {
        padding: 20px 0;
    }
    .services-project {
        padding: 20px;
    }
    .project .project-item .imgs img {
        width: 100%;
        height: auto;
    }
    .project .project-item {
        margin-bottom: 30px;
    }
    .services-banner-text {
        padding-left: 40px;
    }
    .services-about {
        padding: 80px 20px;
    }
    .services-about-text {
        margin-top: 40px !important;
        padding-left: 200px !important;
    }
    .project .project-item .imgs {
        margin-top: 0px;
        left: 0px;
        position: relative;
    }
    .services-about2 {
        padding: 40px 20px !important;
    }
}</pre></body></html>