/*首页 start*/
.header-menu .item>a {
    line-height: 80px;
}
.home-swiper {
    height:calc(100vh - 80px);
    /* height: 100%; */
}
.home-swiper .home-slide {
    align-items: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height:100%;
    justify-content:center;
}
.home-swiper .home-slide-about {
    justify-content: flex-start;
}
.home-swiper .home-slide-footer {
    height: auto!important;
}
.home-swiper .swiper-slide>div {
    width: 100%;
}
.home-swiper .swiper-tips {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    border: 1px solid var(--primary);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    animation: aniUpDown 3s infinite;
}
.home-swiper .swiper-tips .iconfont {
    display: block;
    color: var(--primary);
    transform: rotate(90deg);
}
.home-swiper .swiper-tips.tips-0 {
    border-color: #fff;
    background: none;
}
.home-swiper .swiper-tips.tips-0 .iconfont {
    color: #fff;
}
.home-swiper .swiper-tips.tips-3,.home-swiper .swiper-tips.tips-4 {
    display: none;
}
.home-banner,.home-banner .swiper,.home-banner .swiper-slide {
    height: 100%;
}
.home-banner .swiper .text {
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-family: "OPPOSans-Ver2-Bold";
    text-align: center;
}
.home-banner .swiper .title {
    font-size: 44px;
    font-family: "OPPOSans-Ver2-Medium";
}
.home-banner .swiper .info {
    font-size: 31px;
    text-transform: uppercase;
    margin-top: 10px;
}
.home-banner .swiper .img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.home-banner .pr-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    z-index: 9;
    transform: translateX(-50%);
}
.home-banner .slide-pr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    opacity: 0;
    cursor: pointer;
}
.home-banner .slide-pr .iconfont {
    font-size: 30px;
}
.home-banner .slide-pr.prev {
    left: 0;
}
.home-banner .slide-pr.next {
    right: 0;
}
.home-banner:hover .slide-pr{
    opacity: 1;
}
.ceo .img,.ceo .img-wrap {
    height: 100%;
    object-fit: cover;
}
.ceo .title {
    margin-top: 20px;
}
.ceo .ceo-center {
    font-size: 14px;
    margin-top: 20px;
}

.home-about .about-info {
    margin: 15px;
}
.home-about .about-info .item {
    padding: 10px 0;
    border-bottom: 1px solid #D9DFE8;
}
.home-about .about-info .item:nth-child(n+3){
    border-bottom: 0;
}
.home-about .about-info .item::after {
    height: 100%;
}
.home-about .about-info .item:nth-child(2)::after{
    display: none;
}
.home-about .view {
    margin-top: 40px;
}
.about-partner {
    background: none;
}
.home-slide-partner{
    background: url('/wp-content/themes/makertimetaishi/images/bg-4.png') -20% 100% no-repeat transparent;
    background-size: auto 70%;
}
.about-product {
    background: none;
    padding: 0;
}
.about-product .item .img .img-main{
    height: 2rem;
}
.about-product .swiper {
    text-align: left;
}
.about-serve .swiper {
    padding: 20px 10px;
}
.about-product .item {
    margin: 10px 0 0 0;
}
.about-product .item .content {
    padding: 10px;
}
.about-product .item .desc {
    font-size: 12px;
    min-height: 4em;
}
.home-slide-product {
    background: url('/wp-content/themes/makertimetaishi/images/bg-2.jpg') no-repeat;
    background-size: cover;
}
.view-a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.about-serve {
    padding-top: 0;
    padding-bottom: 0;
}
.home-slide-partner .about-partner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.home-slide-partner .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}
.about-partner .swiper {
    height:220px;
    width: 100%;
    padding-bottom:50px;
    margin-top: .1rem;
}
.about-partner .swiper-slide {
    height: 150px;
}
@media (min-width:1900px) {
    .home-about-bg {
        height:calc(100vh - 80px);
    }
    
    .home-about .ceo>.row {
        align-items: center;
    }
    .about-product .item .img .img-main {
        height: 250px;
    }
    .home-slide-partner .about-partner .swiper {
        height: 400px;
    }
 }

@media (max-width: 575.98px) {
    .home-swiper {
        height:calc(100vh - 40px);
    }
    .home-swiper .swiper-tips {
        width: 26px;
        height: 26px;
    }
    .home-swiper .swiper-tips .iconfont {
        font-size: 12px;
    }
    .home-banner .swiper .text {
        width: 80%;
    }
    .home-banner .swiper .title {
        font-size: 24px;
    }
    .home-banner .swiper .info {
        font-size: 16px;
    }
    .home-banner .swiper .text .span {
        display: block;
    }
    .home-banner .slide-pr {
        display: none;
    }
    .home-banner .swiper-pagination {
        bottom: 50px;
    }
    .home-about-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 110%;
        height: 100%;
        z-index: 0;
        padding: 0;
        background-color: #000;
    }
    .home-about-bg .img-wrap {
        opacity: .3;
    }
    .home-about-center {
        padding: 0 30px 15px 30px;
        color: #fff;
    }
    .about-info .cicle {
        background-color: #fff;
    }
    .home-about .about-info .item {
        padding: 10px 0;
    }
    .home-about .about-info .item {
        border-color: rgba(255, 255, 255, .2);
    }
    .about-info .item::after {
        background-color: rgba(255, 255, 255, .2);
    }
    .home-swiper .about-product {
        padding: 0 15px;
    }
    .about-product .item .title {
        font-size: 14px;
    }
    .about-product .item .desc {
        font-size: 12px;
    }
    .about-product .item .content {
        padding: 10px;
    }
    .about-product .item .img .icon {
        width: 35px;
        height: 35px;
        bottom: 17px;
    }
    #serveSwiper {
        margin-top: 15px;
    }
    .home-swiper .about-partner {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        padding: 30px 0 0 0;
    }
    .about-partner .swiper {
        margin-top: .5rem;
    }
    .about-partner .swiper-slide {
        height: auto;
    }
    .about-partner .swiper {
        height: auto;
    }
    .home-slide-partner {
        background-size: contain;
    }
    .footer-menu {
        display: none;
    }
    .footer-qrcode, .footer-copyright {
        border-top: 0;
        padding-top: 0;
    }
}

@keyframes aniUpDown {
    0% {
        bottom:20px;
    }
    50% {
        bottom:10px;
    }
    100% {
        bottom:20px;
    }
}
 