.hj-carousel-box {
    z-index: 1000;
    overflow: hidden
}

.hj-carousel {
    position: relative;
    z-index: 1000;
    overflow: hidden
}

.hj-carousel .coverbackg {
    display: block;
    width: 100%;
    height: calc(100vh);
    opacity: 0
}

.hj-carousel ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden
}

.hj-carousel .list-item {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    transform: translateX(-50%);
    background-position: center center;
    background-size: cover
}

.hj-carousel a {
    z-index: 10002;
    position: absolute;
    top: 0;
    right: 67px;
    left: 67px;
    bottom: 100px;
    padding-right: 40px;
    font-weight: 500;
    text-align: right;
    line-height: 40px;
    background-size: auto 35px;
    opacity: .5;
    color: #333
}

.hj-carousel a:hover {
    font-weight: 1.6rem;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
    opacity: 1;
    z-index: 1000002
}

.hj-carousel .list-item .intro-box {
    position: relative;
    height: 100%
}

.hj-carousel .list-item .intro-box .service-intro {
    width: 418px;
    position: absolute;
    top: 152px;
    left: 58px;
    color: #fff
}

.hj-carousel .list-item .intro-box .service-intro h2 {
    height: 53px;
    line-height: 53px;
    font-size: 38px;
    font-weight: 500
}

.hj-carousel .list-item .intro-box .service-intro p {
    height: 34px;
    line-height: 34px;
    font-size: 18px
}

.hj-carousel .list-item .intro-box .service-intro .intro-btn {
    display: block;
    margin-top: 33px;
    width: 123px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: linear-gradient(360deg,#e42735 0,#eb7965 100%);
    box-shadow: 0 5px 20px 0 rgba(230,2,19,.5);
    border-radius: 5px;
    color: #fff;
    text-decoration: none
}

.mobile-circles-dot {
    display: flex;
    justify-content: center;
    position: absolute;
    height: 30px;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    overflow: hidden;
    z-index: 1003
}

.mobile-circles-dot .circles-items-mobile {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0;
    overflow: hidden
}

.circles-items {
    z-index: 10000;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
    overflow: hidden
}

.circles-items li {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 .5rem;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer
}

.circles-items li.active {
    background-color: #333
}

.circles-items-web {
    display: none
}

.list-enter,.list-leave-to {
    width: 0;
    height: 0;
    opacity: 0
}

.list-enter-active,.list-leave-active {
    transition: all 1s linear
}

.carousel-box {
    position: absolute;
    top: 75px;
    right: 67px;
    bottom: 85px;
    left: 67px;
    z-index: 10001
}

.carousel-box .carousel-logo {
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
    bottom: 0
}

.carousel-box .carousel-logo .logoimg {
    position: absolute;
    width: 100%;
    height: 60px;
    background: url(../images/wlogo.svg) no-repeat left center;
    background-size: auto 60px
}

.carousel-box .carousel-logo .logoimg img {
    height: 100%
}

.carousel-box .carousel-logo .leftline {
    position: absolute;
    width: 2px;
    background: #fff;
    top: 130px;
    left: 0;
    bottom: 0
}

.carousel-box .briefinfo {
    position: absolute;
    width: 50%;
    top: 0;
    right: 0;
    bottom: 0
}

.carousel-box .briefinfo .brieflink {
    position: absolute;
    height: 50px;
    bottom: 0;
    right: 5px
}

.carousel-box .briefinfo .brieflink img {
    display: block;
    height: 100%
}

.carousel-box .briefinfo .brieflink p {
    margin: 0
}

.carousel-box .briefinfo .brieflink span {
    color: #fff;
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: 8px
}

.carousel-box .briefinfo .brieflink strong {
    color: #fff;
    font-weight: 500;
    font-size: 1.4rem
}

.carousel-box .briefinfo .rightline {
    position: absolute;
    width: 2px;
    background: #fff;
    bottom: 130px;
    right: 0;
    top: 0
}

@media screen and (max-width: 768px) {
    body,html {
        height:100%
    }

    #page .header {
        padding-top: 20px;
        display: block;
        height: auto
    }

    #eskimo-menu-toggle .menushow {
        right: 2rem
    }

    #page .footer {
        height: 13%;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .eskimo-site-wrapper {
        height: 70%
    }

    #eskimo-main-container,.container,.hj-carousel-box {
        height: 100%
    }

    .carousel-box {
        top: 10%;
        right: 10%;
        bottom: 10%;
        left: 10%
    }

    .carousel-box .briefinfo .brieflink {
        height: 2rem;
        bottom: 2rem
    }

    .hj-carousel-box {
        overflow: auto
    }

    .circles-items-web {
        display: none
    }

    .mobile-circles-dot {
        display: flex;
        justify-content: center;
        position: absolute;
        height: 30px;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        overflow: hidden;
        z-index: 1000
    }

    .mobile-circles-dot .circles-items-mobile {
        display: none;
        display: inline-block;
        text-align: center;
        padding: 0;
        margin: 0
    }

    .circles-items-mobile li {
        width: 8px;
        height: 8px;
        background-color: #ddd
    }

    #eskimo-menu-toggle:after {
        right: 2rem
    }

    #eskimo-menu-toggle {
        padding: 20px 2rem
    }
    
    .hj-carousel{
        height: 300px;
    }
    
    .hj-carousel ul {
        height: 100%!important;
    }
}
