.main .banner {
    max-width: 100%;
    max-height: 800px;
    overflow: hidden;
    position: relative
}

.main .banner .btn-box {
    position: relative;
    max-width: 100%;
    max-height: 800px
}

.main .banner .btn-box img {
    width: 100%
}

.main .banner .btn-box .btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 80px;
    width: 264px;
    height: 62px;
    padding: 4px;
    border: 1px solid #fff
}

.main .banner .btn-box .btn span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'MicrosoftYaHei-Bold';
    font-size: 22px;
    background: rgba(0, 0, 0, 0.2);
    height: 100%;
    color: #fff;
    font-weight: bold;
    border: 3px solid #fff
}

.main .banner .next-screen {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    z-index: 999
}

.main .banner .next-screen a {
    max-width: 53px;
    overflow: hidden;
    position: relative
}

.main .banner .next-screen a::after {
    top: 0;
    left: 0;
    -webkit-animation: flashing 1s infinite;
    animation: flashing 1s infinite;
    content: '';
    position: absolute;
    width: 53px;
    background: url("./../images/shansuo1.png");
    height: 39px
}

.main .banner .next-screen a img {
    -webkit-animation: flashing 1s infinite;
    animation: flashing 1s infinite;
    max-width: 100%
}

.main .content {
    padding: 50px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: hidden;
    border-bottom: 1px solid #cfcfcf
}

.main .content .text-box {
    margin: 0px 0 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main .content .text-box .title p {
    font-family: 'MicrosoftYaHei-Bold';
    font-weight: bold;
    color: #35323C;
    font-size: 22px
}

.main .content .text-box i {
    display: block;
    margin: 30px 0 50px 0;
    width: 1000px;
    height: 1px;
    background: #aaa
}

.main .content .text-box .text {
    max-width: 800px;
    color: 'HYXiYuanJ';
    color: #5f5c68;
    line-height: 32px;
    font-size: 16px
}

.main .content .video-box {
    margin-bottom: 60px;
    max-width: 1200px;
    max-height: 680px;
    -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.1)
}

.main .content .video-box video {
    width: 100%;
    height: 100%
}

.main .content .pic-box {
    margin-bottom: 50px;
    max-width: 1200px;
    max-height: 680px
}

.main .content .pic-box img {
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.1)
}

@media screen and (max-width: 768px) {
    .main .banner .btn-box .btn {
        bottom: .733333rem;
        width: auto;
        height: .8rem;
        padding: .106667rem;
        border: 1px solid #fff
    }

    .main .banner .btn-box .btn span {
        padding: 0 .4rem;
        font-size: .373333rem;
        height: 100%;
        color: #fff;
        font-weight: bold;
        border: 2px solid #fff
    }

    .main .banner .next-screen {
        bottom: .213333rem
    }

    .main .banner .next-screen a {
        max-width: .533333rem
    }

    .main .content {
        padding: .8rem .4rem;
        padding-bottom: 0px
    }

    .main .content .text-box {
        margin: 0px 0 .8rem 0
    }

    .main .content .text-box .title p {
        font-weight: 100;
        font-size: .426667rem
    }

    .main .content .text-box i {
        margin: .4rem 0 .4rem 0;
        width: 6.933333rem;
        height: 1px
    }

    .main .content .text-box .text {
        padding: 0 .4rem;
        font-weight: 100;
        font-size: .373333rem
    }

    .main .content .video-box {
        margin-bottom: .8rem
    }

    .main .content .pic-box {
        margin-bottom: .8rem
    }

    .main .content .pic-box img {
        -webkit-box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.2)
    }
}

@media screen and (max-width: 1350px) and (min-width: 769px) {
    .main .banner a .btn {
        margin-left: -1.066667rem;
        bottom: .533333rem;
        width: 2.133333rem;
        height: .8rem;
        padding: .106667rem;
        border: 1px solid #fff
    }

    .main .banner a .btn span {
        font-size: .373333rem;
        height: 100%;
        color: #fff;
        font-weight: bold;
        border: 2px solid #fff
    }

    .main .content {
        padding: .8rem .4rem;
        padding-bottom: 0px
    }

    .main .content .text-box {
        margin: 0px 0 .8rem 0
    }

    .main .content .text-box .title p {
        font-weight: 100;
        font-size: .426667rem
    }

    .main .content .text-box i {
        margin: .4rem 0 .4rem 0;
        width: 6.933333rem;
        height: 1px
    }

    .main .content .text-box .text {
        padding: 0 .4rem;
        font-weight: 100;
        font-size: 16px;
        text-align: center;
    }

    .main .content .video-box {
        margin-bottom: .8rem
    }

    .main .content .pic-box {
        margin-bottom: .8rem
    }

    .main .content .pic-box img {
        -webkit-box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.2)
    }
}

@-webkit-keyframes flashing {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: .2
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: .2
    }
}

@keyframes flashing {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: .2
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: .2
    }
}

/*# sourceMappingURL=huijiefamily.css.map */