@import url(aos.css);

#indexbanner video {
    width: 100%
}

.home-banner .swiper-slide {
    overflow: hidden
}

.home-banner .swiper-slide>a {
    position: relative;
    display: flex
}

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

.home-banner .pcimg {
    display: block
}

.home-banner .mobimg {
    display: none
}

.home-banner .banner-animote {
    max-width: 1000px;
    padding: 0 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: #fff;
    opacity: 0;
    text-align: center
}

.home-banner .banner-animote .p1 {
    font-size: 80px;
    font-weight: var(--fontbold6);
    line-height: 1.2;
    margin: 10px 0 20px
}

.home-banner .banner-animote .p2 {
    font-size: var(--fontsize18);
    margin-bottom: 30px;
    font-weight: var(--fontbold4)
}

.home-banner .banner-animote .p3 a {
    min-width: 160px;
    height: 50px
}

@media (min-width:1025px) {
    .home-banner .swiper-slide-active img {
        animation: bannerimg 6s forwards
    }
}

.home-banner .swiper-slide-active .banner-animote {
    animation: bannerani .5s forwards;
    animation-delay: .7s
}

.home-banner .swiper-pagination {
    bottom: 30px;
    max-width: 1400px;
    padding: 0 70px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center
}

.home-banner .swiper-pagination-bullet {
    background: linear-gradient(0deg, rgba(109, 151, 107, .5) 0)
}

.home-banner .bannerswiper-next,
.home-banner .bannerswiper-prev {
    position: absolute;
    top: 45%;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: 0 0;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    z-index: 1;
    cursor: pointer;
    transition: all .15s linear;
    border-radius: 50%
}

.home-banner .bannerswiper-next:hover,
.home-banner .bannerswiper-prev:hover {
    background: #fff;
    color: var(--color)
}

.home-banner .bannerswiper-next em,
.home-banner .bannerswiper-prev em {
    font-size: 24px
}

.home-banner .bannerswiper-prev {
    left: 25px
}

.home-banner .bannerswiper-next {
    right: 25px
}

@keyframes bannerani {
    0% {
        margin-top: 20px
    }

    100% {
        opacity: 1;
        margin-top: 0
    }
}

@keyframes bannerimg {
    0% {
        transform: scale(1)
    }

    80% {
        transform: scale(1.05)
    }

    100% {
        transform: scale(1.047)
    }
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px
}

.home-logo {
    background-color: var(--color)
}

.home-logo .swiper-slide {
    height: 140px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.home-logo .swiper-slide:hover img {
    transform: translateY(-180px);
    filter: drop-shadow(var(--color1) 0 180px)
}

.home-about,
.home-choose,
.home-news,
.home-products,
.home-service {
    padding: 5% 0
}

.home-about {
    position: relative;
    z-index: 1
}

.home-about::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 440px;
    background-image: url(../images/about-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1
}

.home-about .about-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.home-about .info {
    width: 49%
}

.home-about .info .home-tip {
    text-align: left;
    margin-bottom: 4px
}

.home-about .info .home-title {
    text-align: left
}

.home-about .info .txt-box {
    font-weight: var(--fontbold5);
    padding-left: 20px;
    position: relative;
    margin-top: 10px
}

.home-about .info .txt-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 100%;
    background-color: var(--color1);
    border-radius: 0 3px 3px 0
}

.home-about .info .txt {
    margin-top: 20px;
    color: var(--introcolor);
    font-size: var(--fontsize16)
}

.home-about .info .home-more {
    margin-top: 30px
}

.home-about .img {
    width: 46%;
    position: relative;
    padding-left: 130px
}

.home-about .img .img-box {
    border-radius: 50%;
    border: 10px solid var(--color)
}

.home-about .img .img-box img {
    transform: translate(-8px, -8px)
}

.home-about .img .img-num {
    position: absolute;
    left: 4%;
    bottom: 20%
}

.home-about .img .num-box {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background-color: var(--color1);
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    position: relative;
    z-index: 2
}

.home-about .img .num-box .num {
    font-size: 46px;
    font-weight: var(--fontbold6);
    line-height: 1.2
}

.home-about .img .num-box .tit {
    line-height: 1.2;
    font-size: var(--fontsize24);
    font-weight: var(--fontbold5)
}

.home-about .img .num-box::before {
    content: "";
    width: 132%;
    height: 132%;
    border-radius: 50%;
    background-color: var(--color1);
    opacity: 0.5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
    z-index: -1;
    animation: aboutposition 2s linear infinite
}

@keyframes aboutposition {
    0% {
        width: 132%;
        height: 132%;
        opacity: 0.5;
    }

    50% {
        width: 125%;
        height: 125%;
        opacity: 0.6;
    }

    100% {
        width: 132%;
        height: 132%;
        opacity: 0.5;
    }
}

.home-service {
    background: #f6f9f6
}

.home-service .box {
    padding: 40px 0 40px;
    position: relative
}

.home-service .box .serviceswiper-pagination {
    position: absolute;
    width: 100%;
    bottom: -20px;
    display: flex;
    justify-content: center
}

.home-service .box .serviceswiper-pagination .swiper-pagination-bullet {
    background-color: var(--color);
    margin: 0 9px
}

.home-service .swiper-slide {
    height: auto;
    background-color: rgba(122, 140, 104, .06);
    padding: 0px 0px 30px
}

.home-service .swiper-slide .img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

.home-service .swiper-slide .img img {
    width: 100%;
    max-width: 100%;
    object-fit: cover
}

.home-service .swiper-slide .info {
    text-align: center
}

.home-service .swiper-slide .info .tit {
    font-size: var(--fontsize18);
    font-weight: var(--fontbold5)
}

.home-service .swiper-slide .info .more {
    color: var(--color1);
    font-size: var(--fontsize14);
    font-weight: var(--fontbold5);
    transition: all .2s linear;
    display: block;
    text-decoration: underline
}

.home-service .swiper-slide:hover .info .more {
    color: var(--color)
}

.home-consultation {
    background-color: var(--color)
}

.home-consultation .box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 0
}

.home-consultation .title {
    color: #fff;
    font-weight: var(--fontbold6);
    font-size: var(--fontsize28)
}

.home-consultation .title span {
    color: var(--color1);
    font-size: var(--fontsize42);
    line-height: 1
}

.home-consultation .phone {
    font-size: var(--fontsize42);
    color: #fff;
    font-weight: var(--fontbold6)
}

.home-consultation .home-more:hover {
    border-color: #fff
}

.home-choose {
    position: relative;
    z-index: 1
}

.home-choose::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 470px;
    background-image: url(../images/choose-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1
}

.home-choose .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px
}

.home-choose .left {
    width: 30%
}

.home-choose .left .info {
    margin-left: 20px
}

.home-choose .img-box {
    width: 36%;
    border-radius: 50%;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 10px
}

.home-choose .img-box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 6px solid var(--color1);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    animation: chooseimg 2s ease-in-out infinite
}

.home-choose .img-box img {
    max-width: 96%;
    border-radius: 50%;
    position: relative;
    z-index: 2
}

.home-choose .right {
    width: 30%
}

.home-choose .right .info {
    margin-right: 20px;
    text-align: right
}

.home-choose .item {
    display: flex;
    margin: 20px 0
}

.home-choose .item .num {
    width: 44px;
    height: 44px;
    background-color: var(--color1);
    border-radius: 50%;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s linear;
    position: relative;
    z-index: 2;
    transition: all .2s linear
}

.home-choose .item .num::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--color1);
    opacity: .5;
    border-radius: 50%;
    transition: all .2s linear
}

.home-choose .item .num span {
    color: #fff;
    font-size: var(--fontsize18);
    font-weight: var(--fontbold6)
}

.home-choose .item .info {
    flex: 1;
    padding-top: 14px
}

.home-choose .item .info .tit {
    font-size: var(--fontsize18);
    font-weight: var(--fontbold6)
}

.home-choose .item .info .txt {
    color: var(--introcolor);
    font-size: var(--fontsize14)
}

.home-choose .item:hover .num {
    background-color: var(--color)
}

.home-choose .item:hover .num::after {
    background-color: var(--color)
}

@keyframes chooseimg {
    0% {
        border-color: var(--color1)
    }

    50% {
        border-color: var(--color)
    }

    100% {
        border-color: var(--color1)
    }
}

.home-products {
    background: #f6f9f6
}

.home-products .pro-list {
    display: flex;
    flex-wrap: wrap
}

.home-products .pro-list li {
    width: 23.5%;
    margin-right: 2%;
    border-radius: var(--borderradius);
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    margin-top: 30px;
    transition: all .2s linear
}

.home-products .pro-list li:nth-child(4n) {
    margin-right: 0
}

.home-products .pro-list li .img {
    overflow: hidden;
    position: relative
}

.home-products .pro-list li .img img {
    width: 100%;
    transition: all .2s linear
}

.home-products .pro-list li .icon-hottitle {
    position: absolute;
    left: 14px;
    top: 14px;
    line-height: 1;
    color: var(--color1);
    font-size: var(--fontsize24);
    z-index: 4;
    width: 46px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background-color: var(--color1)
}

.home-products .pro-list li .icon-hottitle::before {
    display: none
}

.home-products .pro-list li .icon-hottitle::after {
    content: "Hot";
    color: #fff;
    font-size: var(--fontsize14);
    line-height: 1;
    font-weight: var(--fontbold4)
}

.home-products .pro-list li .info {
    padding: 20px;
    border-top: 1px solid #e8e8e8
}

.home-products .pro-list li .info .title {
    font-size: var(--fontsize18);
    font-weight: var(--fontbold5);
    transition: all .2s linear
}

.home-products .pro-list li .info .txt {
    color: var(--introcolor);
    font-size: var(--fontsize16)
}

.home-products .pro-list li:hover {
    border-color: var(--color1)
}

.home-products .pro-list li:hover .img img {
    transform: scale(1.03)
}

.home-products .pro-list li:hover .info .title {
    color: var(--color1)
}

.home-contact {
    padding: 4% 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right
}

.home-contact .inquiry-box {
    width: 50%;
    background-color: var(--color);
    padding: 40px 50px;
    color: #fff;
    border-radius: var(--borderradius)
}

.home-contact .inquiry-box .home-tip {
    text-align: left;
    color: #fff
}

.home-contact .inquiry-box .home-title {
    text-align: left
}

.home-contact .inquiry-box .txt {
    font-size: var(--fontsize16)
}

.home-contact .wmkcfeedback {
    margin-top: 20px
}

.home-contact .wmkcfeedback .wmkcfb-fileupload,
.home-contact .wmkcfeedback input {
    height: 48px
}

.home-contact .wmkcfeedback textarea {
    height: 120px
}

.home-contact .wmkcfeedback .wmkcfb-fileupload,
.home-contact .wmkcfeedback input,
.home-contact .wmkcfeedback textarea {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: var(--borderradius);
    margin-bottom: 16px;
    color: #fff;
    font-size: var(--fontsize14)
}

.home-contact .wmkcfeedback .wmkcfb-fileupload::placeholder,
.home-contact .wmkcfeedback input::placeholder,
.home-contact .wmkcfeedback textarea::placeholder {
    color: #fff
}

.home-contact .wmkcfeedback .send-btn {
    border-color: #fff;
    width: 100%;
    background-color: #fff;
    color: var(--color);
    font-weight: var(--fontbold6);
    border-radius: var(--borderradius)
}

.home-contact .wmkcfeedback .send-btn:hover {
    background-color: var(--color1);
    color: #fff;
    border-color: var(--color1)
}

.home-news .news-list {
    display: flex;
    flex-wrap: wrap
}

.home-news .news-list li {
    width: 23.5%;
    margin-right: 2%;
    box-shadow: 0 6px 20px 0 rgba(8, 1, 3, .08);
    border-radius: 3px;
    margin-top: 40px;
    overflow: hidden
}

.home-news .news-list li:nth-child(4n) {
    margin-right: 0
}

.home-news .news-list li .img {
    position: relative;
    overflow: hidden;
    display: block
}

.home-news .news-list li .img img {
    width: 100%;
    transition: all .2s linear
}

.home-news .news-list li .img .date {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--color1);
    color: #fff;
    font-size: var(--fontsize14);
    font-weight: var(--fontbold6);
    line-height: 1.4;
    padding: 11px 22px;
    transition: all .2s linear
}

.home-news .news-list li .img .date span {
    display: block;
    text-transform: uppercase
}

.home-news .news-list li .info {
    padding: 20px
}

.home-news .news-list li .info .title {
    font-size: var(--fontsize18);
    font-weight: var(--fontbold5);
    line-height: 1.4;
    transition: all .2s linear
}

.home-news .news-list li .info .txt {
    padding-top: 14px;
    border-top: 1px solid #eaeaea;
    color: var(--introcolor);
    font-size: var(--fontsize16);
    margin-top: 14px
}

.home-news .news-list li .info .more {
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    color: var(--color1);
    font-size: var(--fontsize14)
}

.home-news .news-list li .info .more span {
    position: relative;
    margin-right: 10px;
    font-weight: var(--fontbold6);
    text-transform: uppercase;
    transition: all .2s linear
}

.home-news .news-list li .info .more span::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 1px;
    background-color: var(--color1);
    left: 0;
    bottom: 0;
    transition: all .2s linear
}

.home-news .news-list li .info .more em {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, var(--color1) 0, #dce5d9 100%);
    color: #fff;
    transform: rotate(-45deg);
    transition: all .2s linear
}

.home-news .news-list li:hover .img img {
    transform: scale(1.03)
}

.home-news .news-list li:hover .img .date {
    background-color: var(--color)
}

.home-news .news-list li:hover .info .title {
    color: var(--color1)
}

.home-news .news-list li:hover .info .more span {
    color: var(--color)
}

.home-news .news-list li:hover .info .more span::before {
    background-color: var(--color);
    width: 100%
}

.home-news .news-list li:hover .info .more em {
    background: linear-gradient(90deg, #334d40 0, #d4dfd9 100%);
    transform: rotate(0)
}

@media (max-width:1366px) {
    .home-banner .banner-animote {
        top: 50%
    }

    .home-banner .swiper-pagination {
        bottom: 20px
    }

    .home-about .img {
        padding-left: 70px
    }

    .home-about .img .num-box {
        width: 140px;
        height: 140px
    }

    .home-about .img .num-box .num {
        font-size: var(--fontsize40)
    }

    .home-about .img .num-box .tit {
        font-size: var(--fontsize18)
    }
}

@media screen and (max-width:1280px) {
    .home-logo {
        padding: 20px 0
    }

    .home-logo .swiper-slide {
        height: 110px
    }

    .home-logo .logoswiper-pagination {
        display: flex;
        width: 100%;
        justify-content: center
    }

    .home-logo .logoswiper-pagination .swiper-pagination-bullet {
        background-color: #fff
    }
}

@media (max-width:1024px) {
    .home-banner .banner-animote .p1 {
        font-size: var(--fontsize34)
    }

    .home-banner .banner-animote .p2 br {
        display: none
    }

    .home-contact .inquiry-box {
        width: 60%
    }
}

@media (max-width:768px) {

    .home-about,
    .home-choose,
    .home-news,
    .home-products,
    .home-service {
        padding: 30px 0
    }

    .home-banner {
        height: 300px
    }

    .home-banner .pcimg {
        display: none
    }

    .home-banner .mobimg {
        display: block
    }

    .home-banner .swiper {
        height: 100%
    }

    .home-banner .swiper-slide a {
        height: 100%
    }

    .home-banner .banner-animote .p1 {
        font-size: var(--fontsize22);
        margin-bottom: 10px
    }

    .home-banner .banner-animote .p2 {
        margin-bottom: 10px;
        font-size: var(--fontsize16)
    }

    .home-banner .banner-animote .p3 {
        display: none
    }

    .home-banner .bannerswiper-next,
    .home-banner .bannerswiper-prev {
        display: none
    }

    .home-banner .swiper-pagination {
        bottom: 10px
    }

    .home-logo .swiper-slide {
        height: 80px
    }

    .home-about::before {
        display: none
    }

    .home-about .info {
        width: 100%
    }

    .home-about .img {
        margin-top: 25px;
        width: 100%
    }

    .home-about .img img {
        width: 100%
    }

    .home-service .box {
        padding-top: 25px
    }

    .home-service .box .serviceswiper-pagination {
        bottom: 0
    }

    .home-consultation .title {
        font-size: var(--fontsize18)
    }

    .home-consultation .title span {
        font-size: var(--fontsize24)
    }

    .home-consultation .phone {
        font-size: var(--fontsize28)
    }

    .home-choose .box {
        margin-top: 25px
    }

    .home-choose .left {
        width: 100%
    }

    .home-choose .img-box {
        width: 100%;
        align-self: start
    }

    .home-choose .img-box img {
        width: 100%
    }

    .home-choose .right {
        width: 100%
    }

    .home-products .pro-list {
        margin-top: 10px;
        justify-content: space-between
    }

    .home-products .pro-list li {
        width: 49%;
        margin-top: 10px;
        margin-right: 0
    }

    .home-contact .inquiry-box {
        width: 100%
    }

    .home-news .news-list {
        margin-top: 10px;
        justify-content: space-between
    }

    .home-news .news-list li {
        width: 49%;
        margin-top: 15px;
        margin-right: 0
    }
}

@media screen and (max-width:500px) {
    .home-about .img {
        padding-left: 50px
    }

    .home-about .img .img-box {
        border-width: 5px
    }

    .home-about .img .img-box img {
        transform: translate(-4px, -4px)
    }

    .home-about .img .num-box {
        width: 100px;
        height: 100px
    }

    .home-about .img .num-box .num {
        font-size: var(--fontsize24)
    }

    .home-about .img .num-box .tit {
        font-size: var(--fontsize16)
    }

    .home-service .swiper-slide {
        padding: 25px 20px
    }

    .home-consultation .phone {
        margin: 10px 0
    }

    .home-choose .item {
        margin-top: 0;
        margin-bottom: 20px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center
    }

    .home-choose .item .info {
        padding: 0;
        width: 100%;
        flex: none;
        margin-left: 0;
        margin-top: 10px;
        text-align: center
    }

    .home-choose .right .item {
        flex-direction: column-reverse
    }

    .home-choose .right .item:last-child {
        margin-bottom: 0
    }

    .home-choose .img-box {
        max-width: 80%;
        margin: 0 auto;
        margin-bottom: 20px
    }

    .home-choose .img-box::before {
        width: 100%
    }

    .home-products .pro-list li .info {
        padding: 10px
    }

    .home-contact .inquiry-box {
        padding: 20px
    }

    .home-news .news-list li .img .date {
        padding: 5px 10px
    }

    .home-news .news-list li .info {
        padding: 10px
    }
}