/* ******* 首页 右侧联系我们 ******* */
#home .contact-container {
    /* width: 0.54rem; */
    height: 1.20rem;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -0.60rem;
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

#home .contact-container .contact-mode {
    /* width: 0.54rem; */
    height: 0.54rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 0.08rem;
    cursor: pointer;
    position: absolute;
    right: 0;
}

#home .contact-container .contact-mode #online01 {
    width: 0.54rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#home .contact-container .contact-mode #online01 img {
    width: 0.32rem;
    height: 0.32rem;
    /* margin-right: 0.1rem; */
}

#home .contact-container #wechat {
    width: 0.54rem;
}

#home .wechat-container {
    width: 0.54rem;
    position: absolute;
    right: 0;
    bottom: 0;

}

#home .contact-container .contact-mode img {
    width: 0.32rem;
}

#home .contact-container .online {
    margin-bottom: 0.02rem;
}

#home .contact-container .online #online02 {
    display: flex;
    justify-content: center;
    align-items: center;
}

#home .contact-container .online #online02 img {
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 0.1rem;
}

#home .contact-container .online #online02 {
    /* width: 2.5rem; */
    background: #0DA0C6;
    border-radius: 0.08rem;
    height: 0.54rem;
}

#home .contact-container .online #online02 div {
    font-size: 0.20rem;
    color: #333;
}

#home .contact-container #qrcode {
    width: 1.54rem;
    height: 1.54rem;
    position: fixed;
    top: 50%;
    right: 0.60rem;
    margin-top: -0.77rem;
    z-index: 100;
    display: none;
}

/* ******* 棣栭〉 banner鍥炬牱寮� ******* */
#home .banner-container {
    width: 100%;
    height: 100vh;
}

/* 鏀瑰彉swiper鍒嗛〉鍣ㄧ殑鏍峰紡 */
#home .swiper-container {
    --swiper-theme-color: #fff;
}

#home .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0.30rem;
}

#home .banner-container .swiper-button-prev:after,
#home .banner-container .swiper-button-next:after {
    content: none;
}

#home .banner-container .swiper-slide {
    position: relative;
}

#home .banner-container .swiper-slide img {
    width: 100%;
    height: 100%;
}

#home .banner-container .swiper-slide .more {
    width: 2.24rem;
    height: 0.54rem;
    line-height: 0.54rem;
    text-align: center;
    color: #fff;
    border: 1px solid #FFFFFF;
    border-radius: 0.27rem;
    font-size: 0.24rem;
    position: absolute;
    top: 61%;
    left: 9%;
    cursor: pointer;
}

#home .banner-container .swiper-slide .more a {
    color: #fff;
}

#home .banner-container .swiper-slide .more a img {
    width: 0.1rem;
    height: 0.2rem;
    object-fit: cover;
    margin-left: 0.2rem;
}

#home .banner-container .swiper-button img {
    width: 0.20rem;
    height: 0.35rem;
}

#home .banner-container .swiper-button-prev {
    left: 0.58rem;
}

#home .banner-container .swiper-button-next {
    right: 0.58rem;
}

/* ******* 棣栭〉 浜у搧鏍峰紡 ******* */
#home .produce-container {
    width: 100%;
    height: 100vh;
    position: relative;
}

#home .produce-container .product-type {
    position: absolute;
    top: 3.40rem;
    left: 2.10rem;
}

#home .produce-container .product-one a,
#home .produce-container li:hover a,
#home .produce-container li.active a {
    color: #0DA0C6;
    font-size: 0.24rem;
}

#home .produce-container a {
    color: #333;
}

#home .produce-container .product-name {
    font-size: 0.20rem;
    line-height: 0.50rem;
    text-align: left;
    cursor: pointer;
}

#home .produce-container .product-img {
    position: absolute;
    bottom: 0;
    left: 6.00rem;
 }


#home .produce-container .product-img img {
    width: 7.50rem;
    object-fit: cover;
    transition: all 0.5s;
    margin: 0 auto;
    display: block;
}

#home .produce-container .product-img img:hover {
    transform: scale(1.05);
}

#home .produce-container .product-more {
    width: 2.24rem;
    height: 0.54rem;
    font-size: 0.24rem;
    color: #585858;
    line-height: 0.54rem;
    text-align: center;
    border: 1px solid #666666;
    border-radius: 0.27rem;
    position: absolute;
    bottom: 2.10rem;
    right: 1.09rem;
    cursor: pointer;
}

#home .produce-container .product-more:hover {
    background: #0DA0C6;
    border: 1px solid #0DA0C6;
    border-radius: 0.27rem;
    color: #FEFEFE;
}

/* ******* 棣栭〉 鍖荤枟绯荤粺灞曠ず ******* */
#home .system-container {
    width: 100%;
    height: 100vh;
    display: flex;
    position: relative;
}

#home .system-container .system-part {
    flex: 1;
    text-align: center;
    display: flex;
    justify-content: center;
}

#home .system-container .system-one {
    background: url(../images/system-bg01.png) rgba(13, 160, 198, 0.7) no-repeat;
    background-size: cover;
    /* CSS3棰滆壊鍙犲姞background-blend-mode:multiply;(姝ｇ墖鍙犲簳) */
    /* background-blend-mode: multiply; */
}

#home .system-container .system-two {
    background: url(../images/system-bg02.png) rgba(13, 160, 198, 0.7) no-repeat;
    background-size: cover;
}

#home .system-container .system-three {
    background: url(../images/system-bg03.png) rgba(13, 160, 198, 0.7) no-repeat;
    background-size: cover;
}

#home .system-container .system-icon {
    position: absolute;
    top: 4.00rem;
}

/* 榧犳爣婊戣繃鍚庡浘鏍囦粠涓婃柟缂撶紦婊戝叆 */
#home .system-container .system-icon-hover {
    display: none;
    position: absolute;
    top: 1.90rem;
    animation: fadenum 1s;
    cursor: pointer;
}

@keyframes fadenum {
    0% {
        transform: translateY(-0.50rem)
    }
}

#home .system-container .system-info {
    font-size: 0.42rem;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    width: 33%;
}

#home .system-container .system-info-before {
    top: 5.80rem;
}

/* 榧犳爣婊戣繃鍚庢枃瀛椾粠涓嬫柟缂撶紦婊戝叆 */
#home .system-container .system-info-hover {
    display: none;
    top: 3.60rem;
    animation: fadenum1 1s;
    cursor: pointer;
}

@keyframes fadenum1 {
    0% {
        transform: translateY(0.50rem)
    }
}

#home .system-container .system-desc {
    font-size: 0.40rem;
    color: #FFFFFF;
    line-height: 0.80rem;
    margin-top: 0.20rem;
    font-weight: normal;
}

/* ******* 棣栭〉 鍚堜綔妗堜緥 ******* */
#home .case-container {
    width: 100%;
    height: 100vh;
    position: relative;
}

#home .case-container .case-word {
    position: absolute;
    top: 2.10rem;
    left: 2.10rem;
}

#home .case-container .case-title {
    font-size: 0.60rem;
    font-weight: bold;
    color: #0DA0C6;
    cursor: pointer;
}

#home .case-container .case-word:hover .case-title {
    animation: fadenum2 1s;
}

@keyframes fadenum2 {
    0% {
        transform: translateY(-0.50rem)
    }
}

#home .case-container .case-desc {
    font-size: 0.40rem;
    margin-top: 0.50rem;
}

#home .case-container .case-word:hover .case-desc {
    animation: fadenum3 1s;
}

@keyframes fadenum3 {
    0% {
        transform: translateY(0.50rem)
    }
}

/* ******* 棣栭〉 鍏徃浠嬬粛 ******* */
#home .intro-container {
    width: 100%;
    height: 100vh;
    background: #F4F4F4;
    display: flex;
    position: relative;
    overflow: hidden;
}

#home .intro-container .intro-img {
    position: absolute;
    top: 0.95rem;
    left: 2.00rem;
}

#home .intro-container:hover .intro-img {
    animation: fadenum4 1s;

}

@keyframes fadenum4 {
    0% {
        transform: translateX(-5rem)
    }
}

#home .intro-container .intro-img img {
    width: 80%;
}

#home .intro-container .intro-content {
    height: calc(100vh - 2.90rem);
    background: #FFFFFF;
    padding: 1.00rem 2.00rem 0 0.60rem;
    position: absolute;
    top: 1.90rem;
    left: 6.50rem;
}

#home .intro-container:hover .intro-title,
#home .intro-container:hover .intro-subtitle,
#home .intro-container:hover p,
#home .intro-container:hover .more {
    animation: fadenum5 1s;
}

@keyframes fadenum5 {
    0% {
        transform: translateX(5rem)
    }
}

#home .intro-container .intro-content .intro-title {
    font-size: 0.44rem;
    font-weight: bold;
    color: #0DA0C6;
}

#home .intro-container .intro-content .intro-subtitle {
    font-size: 0.24rem;
    margin-bottom: 0.40rem;
}

#home .intro-container .intro-content .intro-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

#home .intro-container .intro-content p {
    font-size: 0.22rem;
    color: #0C0407;
    line-height: 0.40rem;
    margin-bottom: 0.20rem;
    text-align: justify;
}

#home .intro-container .intro-content .more {
    display: flex;
    align-items: center;
}

#home .intro-container .intro-content .more a {
    font-size: 0.24rem;
    color: #0DA0C6;
    border-bottom: 2px solid #0DA0C6;
    padding-bottom: 0.1rem;
    margin-right: 0.2rem;
}