.ad .swiper-pagination {
    bottom: 2rem !important
}

.ad .swiper-pagination-bullet {
    background: none;
    border: 1px #fff solid;
    border-radius: 50%;
    opacity: 1;
    margin: 0 .5rem !important;
    width: 1rem;
    height: 1rem;
}

.ad .swiper-pagination-bullet-active {
    position: relative;
    background: #fff
}

.ad .swiper-pagination-bullet-active:after {
    border: 0;
    border-radius: 50%;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.ad {
    position: relative
}

.ad .m, .ad .btn-play, #m_video {
    display: none
}

.ad #ad_video {
    object-fit: cover;
    width: 100%;
}

.ad .img {
    width: 100%
}

.ad .info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ad .info .name {
    font-size: 5.5rem;
    margin-bottom: 3rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
}

.ad .info .note {
    font-size: 3.2rem;
    margin-bottom: 6rem;
    color: #fff;
    letter-spacing: 1px;
}

.ad .info .btn {
    display: inline-block;
    width: 15rem;
    padding: 1.5rem 3rem;
    border: 1px #fff solid;
    color: #fff;
    border-radius: 5rem;
    transition: .3s;
    background: url(http://www.gupai99.com//statics/style/home/images/arrow_right1.png) no-repeat 11rem center/.8rem;
    font-size: 1.6rem
}

.ad .info .btn:hover {
    background-color: #35544E;
    border: 1px #35544E solid;
}


.box .tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    margin: 30px auto;
    width: 160rem;
}

.box .tit .txt > span:first-child {
    font-size: 3.1rem;
    color: #0091A5;
    margin-right: .5rem
}

.box .tit > a {
    padding: 1rem 3rem 1rem 2rem;
    border: 1px solid #0091A5;
    color: #0091A5;
    border-radius: .5rem;
    font-size: 1.2rem;
    background: url(/statics/style/image/arrow_right2.png) no-repeat 80% center/.5rem
}

.box .tit > a:hover {
    background: #0091A5 url(/statics/style/image/arrow_right3.png) no-repeat 80% center/.5rem;
    color: #fff
}


.box2 {
    position: relative;
    width: 100%;
    padding-top: 30px
}

.box2 .con {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
}

.box2 .con > div {
    display: flex;
    justify-content: space-between;
    height: 60rem;
}

.box2 .con .img_bg {
    width: 100%;
    margin-right: 1.5rem;
}

.box2 .con .img_bg .img {
    height: 100%;
}

.box2 .con .video {
    width: 35%;
    position: relative
}

.box2 .con .video .video_img {
    height: 100%;
}

.box2 .con .video .play {
    width: 6rem;
    height: 6rem;
    background: url(http://www.gupai99.com//statics/style/home/images/play.png) no-repeat center center/6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer
}

.box2 .con .video video {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box2 .info {
    display: flex;
    margin: 0 auto;
    width: 160rem;
}

.box2 .info .item {
    width: 25%;
    border: 0.05rem solid #ffffff47;
    padding: 3rem 2rem 3rem 3rem;
    cursor: pointer;
    transition: .3s;
    height: 600px;
}

.box2 .info .item:last-child {
    margin-right: 0
}

.box2 .info .item .num {
    font-size: 3.6rem;
    color: #ffffff;
    font-weight: bold;
    padding-top: 60px;
}

.box2 .info .item .name {
    display: block;
    font-size: 2.9rem;
    color: #ffffff;
    padding-top: 1.5rem;
    font-weight: bold
}

.box2 .info .item .note {
    display: none;
}

.box2 .info .item.active .note {
    display: block;
    padding-top: 1rem;
    font-size: 1.6rem;
    color: #666;
    line-height: 2.5rem
}

.box2 .info .item.active {
    background: #1990968f;
}

.box2 .info .item.active .num {
    color: #fff
}

.box2 .info .item.active .name {
    color: #fff
}

.box2 .info .item.active .note {
    color: #ffffff
}

.box2 .info .item.active .note .icon2 {
    width: 6rem;
    height: 6rem;
}


.box3 {
    background: #F6F9FB;
    padding: 4rem 0 10rem
}

.box3 .row {
    display: flex;
    height: 45rem;
    margin-top: 3rem
}

.box3 .row .item {
    width: calc(25% - .7rem);
    margin-right: .7rem;
    position: relative;
}

.box3 .row .item:last-child {
    margin-right: 0
}

.box3 .row .item .img {
    height: 100%;
    border: 2px solid #F6F9FB
}

.box3 .row .item .scene_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 998;
    width: 100%;
    height: 100%;
    display: none;
    border: 2px solid #0091A5;
}

.box3 .row .item .info {
    padding: 0 3rem;
    position: absolute;
    width: 100%;
    bottom: 1rem;
    left: 0;
    z-index: 999;
}

.box3 .row .item .name {
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 2rem
}

.box3 .row .item .show_note {
    display: none
}

.box3 .row .item .note {
    color: #666;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 3rem
}

.box3 .row .item.hover .name {
    bottom: 9.5rem;
    color: #0091A5
}

.box3 .row .item.hover .show_note {
    display: block
}


.box4 {
    height: auto
}

.box4 .width {
    display: block;
    padding: 5rem 0
}

.box4 .info {
    width: 100%
}

.box4 .info .note {
    margin: 2rem 0
}

.box4 .info .note > p:first-child {
    margin-bottom: 1rem
}

.box4 .num-animate {
    flex-wrap: wrap;
    margin-top: 3rem
}

.box4 .num-animate .item {
    width: 50%;
    margin-bottom: 2rem
}

.box4 .video {
    width: 100%;
    height: auto;
}

.box4 .video .video_img {
    height: auto;
    padding-bottom: 50%
}

.box4 .video .play {
    width: 6rem;
    height: 6rem;
    background: url(/statics/style/image/play2.png) no-repeat center center/6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer
}

.box4 .video video {
    display: none;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.box4 {
    height: 64rem;
    background: url(/statics/style/image/bg_sec4.jpg) no-repeat center center/cover
}

.box4 .width {
    display: flex;
    justify-content: space-between;
    padding: 9rem 0
}

.box4 .info {
    width: 48%
}

.box4 .info .name {
    font-size: 3.1rem;
    color: #0091A5
}

.box4 .info .name > span {
    font-size: 1.6rem;
    color: #495363;
    margin-left: 1rem;
}

.box4 .info .note {
    margin: 2.8rem 0 5rem;
    font-size: 1.8rem
}

.box4 .info .note > p {
    color: #353535;
    line-height: 3rem;
}

.box4 .info .note > p:first-child {
    font-size: 2rem;
    color: #0492a6;
    margin-bottom: 2.5rem
}

.box4 .btn {
    padding: 1rem 3rem 1rem 2rem;
    border: 1px solid #0091A5;
    color: #0091A5;
    border-radius: .5rem;
    font-size: 1.4rem;
    background: url(/statics/style/image/arrow_right2.png) no-repeat 90% center/.5rem
}

.box4 .btn:hover {
    background: #0091A5 url(/statics/style/image/arrow_right3.png) no-repeat 90% center/.5rem;
    color: #fff
}

.box4 .num-animate {
    display: flex;
    margin-top: 6.5rem
}

.box4 .num-animate .item {
    width: 25%;
    text-align: center;
    color: #21a6ac
}

.box4 .num-animate .item .num {
    font-size: 3.6rem;
    font-weight: bold;
}

.box4 .num-animate .item .num > span:last-child {
    font-size: 1.4rem;
    margin-left: .3rem
}

.box4 .num-animate .item p {
    font-size: 1.6rem;
    margin-top: 1rem;
    line-height: 2.5rem
}

.box4 .video {
    width: 47%;
    height: 42rem;
    position: relative
}

.box4 .video .video_img {
    height: 100%;
}

.box4 .video .play {
    width: 6rem;
    height: 6rem;
    background: url(/statics/style/image/play2.png) no-repeat center center/6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer
}

.box4 .video video {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.box5 {
    padding: 3rem 0
}

.box5 .swiper-wrapper {
    padding-bottom: 3rem
}

.box5 {
    padding: 8rem 0
}

.box5 .swiper {
    margin-top: 3rem
}

.box5 .swiper-wrapper {
    padding-bottom: 4.5rem
}

.box5 .swiper-pagination-progressbar {
    bottom: 0 !important;
    top: auto !important
}

.box5 .swiper-pagination-progressbar-fill {
    background: #0091A5
}

.box5 a {
    display: block;
}

.box5 .img {
    padding-bottom: 55%
}

.box5 .name {
    font-size: 1.6rem;
    color: #333;
    margin-top: 2rem;
    transition: .3s
}

.box5 .name:hover {
    color: #fff
}


.box6 {
    padding-bottom: 10rem
}

.box6 .list {
    display: flex;
    justify-content: space-between;
    margin-top: 1.5rem;
    height: 44rem
}

.box6 .best {
    width: 45%;
    border-top: .2rem #E6E6E6 solid;
    border-bottom: .2rem solid #E6E6E6;
    padding: 2rem 0
}

.box6 .best .name {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem
}

.box6 .best .name > a {
    width: 90%;
    font-size: 1.6rem;
    font-weight: bold;
    color: #333;
    transition: .3s
}

.box6 .best .name > a:hover {
    color: #0091A5
}

.box6 .best .name > span {
    font-size: 1.4rem;
    color: #999
}

.box6 .best .note {
    width: 70%;
    color: #666;
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 3rem
}

.box6 .best .more {
    padding: 1rem 3rem 1rem 2rem;
    border: 1px solid #0091A5;
    color: #0091A5;
    border-radius: .5rem;
    font-size: 1.4rem;
    background: url(http://www.gupai99.com//statics/style/home/images/arrow_right2.png) no-repeat 90% center/.5rem
}

.box6 .best .more:hover {
    background: #0091A5 url(http://www.gupai99.com//statics/style/home/images/arrow_right3.png) no-repeat 90% center/.5rem;
    color: #fff
}

.box6 .head {
    width: 48%;
    display: flex
}

.box6 .head .item {
    width: 50%;
}

.box6 .head .item:first-child {
    margin-right: 3.5rem
}

.box6 .head .item .img {
    height: 19rem
}

.box6 .head .item .info {
    border: 1px #DCDCDC solid;
    border-top: 0;
    padding: 2.5rem;
    height: 25rem
}

.box6 .head .item .time {
    font-size: 1.4rem;
    color: #999;
    margin-bottom: 1rem
}

.box6 .head .item .name {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    color: #333;
    line-height: 2.2rem;
    margin-bottom: 1rem;
    transition: .3s
}

.box6 .head .item .name:hover {
    color: #0091A5
}

.box6 .head .item .note {
    font-size: 1.4rem;
    color: #999;
    margin-bottom: 3.5rem;
    line-height: 2.4rem
}

.box6 .head .item .more {
    font-size: 1.4rem;
    color: #999;
    font-weight: bold;
}

.box6 .head .item .more:hover {
    color: #0091A5
}

.jyzz-step {
    padding: 70px 0;
    overflow: hidden;
    background: #F6F9FB;
}

.jyzz-step .list {
    width: 1600px;
    overflow: hidden;
    padding-left: 10px;
    margin: 45px 0;
}

.jyzz-step .item {
    position: relative;
    float: left;
    padding-right: 50px;
    padding-top: 30px;
    width: 262px;
    background: url(/statics/style/image/jyzz_step_arrow.png) no-repeat 92% center;
}

.jyzz-step .item:last-child {
    padding-right: 0;
    background-image: none;
}

.jyzz-step .item .icon {
    position: absolute;
    left: 80px;
    top: 0;
    width: 63px;
    height: 63px;
    background: #0091a5;
    border-radius: 50%;
    box-shadow: 0 10px 30px rgb(125 125 125 / 34%);
}

.jyzz-step .item .icon img {
    width: 36px;
    height: 36px;
    margin: 15px 13px;
}

.jyzz-step .item .text {
    height: 182px;
    text-align: center;
    overflow: hidden;
    border: #d8d8d8 dashed 1px;
}

.jyzz-step .item .text h3 {
    margin-top: 60px;
    height: 32px;
    line-height: 32px;
    font-size: 24px;
    font-weight: normal;
    color: #333;
}

.jyzz-step .item .text p {
    margin-top: 12px;
    height: 48px;
    line-height: 24px;
    font-size: 16px;
    color: #333;
}

.jyzz-step .item:nth-child(1) {
    animation: fadeinB 1s;
}

.jyzz-step .item:nth-child(2) {
    animation: fadeinB 2s;
}

.jyzz-step .item:nth-child(3) {
    animation: fadeinB 3s;
}

.jyzz-step .item:nth-child(4) {
    animation: fadeinB 4s;
}

.jyzz-step .item:nth-child(5) {
    animation: fadeinB 5s;
}

.jyzz-step .item:nth-child(6) {
    animation: fadeinB 6s;
}


.main {
    display: flex;
    justify-content: space-between;
    margin: 3.5rem auto 5rem;
    align-items: flex-start
}

.main .left {
    width: 72%
}

.main .left .name {
    font-size: 2.8rem;
    color: #000;
    line-height: 4rem;
}

.main .left .time {
    font-size: 1.4rem;
    color: #666;
    border-bottom: 1px #eee solid;
    background: url(http://www.gupai99.com//statics/style/home/images/time.png) no-repeat left center/1.6rem;
    padding: 2rem 0 2rem 2.5rem
}

.main .left .con {
    padding: 2rem 0 5rem;
    border-bottom: 1px #eee solid;
}

.main .left .con p {
    color: #666;
    line-height: 3.6rem;
    font-size: 1.6rem;
}

.main .left .con img {
    max-width: 100%;
    margin: 0 auto
}

.main .left .jump {
    display: flex;
    margin: 3rem 0;
    justify-content: space-between;
    align-items: center
}

.main .left .jump .info {
    width: calc(100% - 18rem)
}

.main .left .jump .info > p > a {
    font-size: 1.6rem;
    line-height: 3.2rem;
    color: #666;
}

.main .left .jump .info > p > a:hover {
    color: #fff
}

.main .left .jump .btn {
    padding: 1.5rem 2rem;
    font-size: 1.6rem;
    background: #2E7B6B;
    color: #fff;
    border-radius: .5rem;
    display: inline-block
}

.main .left .jump .btn:hover {
    background: #fff
}

.main .right {
    width: 25%
}

.main .right .tit {
    padding: 2rem;
    background: linear-gradient(to right, #0C6654, #C9E7E1);
    font-size: 2.4rem;
    font-weigh: bold;
    color: #fff
}

.main .right .con {
    padding: 2rem;
    box-shadow: 0 0 .5rem #ccc;
    font-size: 1.6rem;
}

.main .right .cate .row {
    border-bottom: 1px solid #eee;
    cursor: pointer
}

.main .right .cate .row:last-child {
    border-bottom: 0
}

.main .right .cate .item {
    line-height: 4.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .3s;
}

.main .right .cate .item > a {
    color: #333;
    font-size: 1.6rem
}

.main .right .cate .item > a:hover {
    color: #fff;
    font-weight: bold
}

.main .right .cate .item > span {
    width: .5rem;
    height: 0.8rem;
    background: url(http://www.gupai99.com//statics/style/home/images/arrow_right2.png) no-repeat center center/.5rem;
    transition: .3s;
    filter: grayscale(100%)
}

.main .right .cate .row.active .item > a {
    color: #fff;
    font-weight: bold
}

.main .right .cate .row.active .item > span {
    filter: grayscale(0)
}

.main .right .best {
    margin-top: 4rem;
}

.main .right .best .item {
    margin: 1rem 0 0 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px #eee solid
}

.main .right .best .item:last-child {
    border-bottom: 0
}

.main .right .best .item .name {
    font-size: 1.6rem;
    color: #333;
    line-height: 3rem;
    transition: .3s;
    display: block;
    margin-bottom: .5rem;
    position: relative
}

.main .right .best .item .name:hover {
    color: #fff;
    font-weight: bold
}

.main .right .best .item .name::after {
    position: absolute;
    top: 1.2rem;
    left: -1.5rem;
    background: url(http://www.gupai99.com//statics/style/home/images/dot.png) no-repeat center center/.6rem;
    width: .6rem;
    height: .6rem;
    content: ''
}

.main .right .best .item .time {
    font-size: 1.4rem;
    color: #999;
}

@media (max-width: 1000px) {
    .ad .info .name {
        margin-bottom: 1rem
    }

    .ad .info .note {
        margin-bottom: 2rem;
    }

    .box3 {
        padding: 4rem 0
    }

    .box3 .row {
        flex-wrap: wrap;
        height: auto
    }

    .box3 .row .item {
        width: calc(50% - .7rem);
        margin-right: .7rem;
        margin-bottom: 2rem
    }

    .box3 .row .item:nth-child(2n) {
        margin-right: 0
    }

    .box3 .row .item .img {
        height: auto;
        padding-bottom: 100%
    }

    .box3 .row .item .scene_img {
        height: auto;
        padding-bottom: 100%
    }

    .box6 .list {
        display: block;
        height: auto
    }

    .box6 .best {
        width: 100%;
        margin-bottom: 2rem
    }

    .box6 .best .note {
        width: 100%;
    }

    .box6 .head {
        width: 100%;
    }

    .box6 .head .item .img {
        height: auto;
        padding-bottom: 50%
    }

    .box6 .head .item .info {
        height: auto
    }
}

@media (max-width: 750px) {
    .ad .pc, .ad #ad_video {
        display: none
    }

    .ad .m {
        display: block
    }

    .ad .info .name {
        margin-bottom: 2rem
    }

    .ad .info .note {
        margin-bottom: 4rem;
    }

    .ad .btn-play {
        display: block;
        width: 6rem;
        height: 6rem;
        background: url(http://www.gupai99.com//statics/style/home/images/play.png) no-repeat center center/6rem;
        position: absolute;
        top: 68%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    #m_video {
        width: 90%;
        height: 50%;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1001
    }

    #m_video video {
        width: 100%;
        object-fit: cover
    }

    #m_video .close {
        width: 1.9rem;
        height: 1.8rem;
        position: absolute;
        top: -3rem;
        right: 0;
        background: url(http://www.gupai99.com//statics/style/home/images/close.png) no-repeat center center/1.9rem;
        z-index: 1002
    }

    .box .tit .txt {
        display: flex;
        flex-direction: column
    }

    .box2 .pc {
        display: none
    }

    .box2 .info {
        flex-wrap: wrap;
        margin: 3rem 0
    }

    .box2 .info .item {
        width: calc(50% - 1.5rem);
        margin-bottom: 2rem
    }

    .box2 .info .item:nth-child(2) {
        margin-right: 0
    }

    .box3 .row .item .show_note {
        display: block;
    }

    .box3 .row .item .note {
        color: #fff
    }

    .box4 {
        height: auto
    }

    .box4 .width {
        display: block;
        padding: 5rem 0
    }

    .box4 .info {
        width: 100%
    }

    .box4 .info .note {
        margin: 2rem 0
    }

    .box4 .info .note > p:first-child {
        margin-bottom: 1rem
    }

    .box4 .num-animate {
        flex-wrap: wrap;
        margin-top: 3rem
    }

    .box4 .num-animate .item {
        width: 50%;
        margin-bottom: 2rem
    }

    .box4 .video {
        width: 100%;
        height: auto;
    }

    .box4 .video .video_img {
        height: auto;
        padding-bottom: 50%
    }

    .box4 .video .play {
        width: 6rem;
        height: 6rem;
        background: url(http://www.gupai99.com//statics/style/home/images/play.png) no-repeat center center/6rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        cursor: pointer
    }

    .box4 .video video {
        display: none;
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .box5 {
        padding: 3rem 0
    }

    .box5 .swiper-wrapper {
        padding-bottom: 3rem
    }

    .box6 {
        padding-bottom: 3rem
    }

    .box6 .head {
        flex-wrap: wrap
    }

    .box6 .head .item {
        width: 100%;
        margin-bottom: 2rem
    }

    .box6 .head .item:first-child {
        margin-right: 0
    }
}

@media (max-width: 480px) {
    .ad .info .name {
        margin-bottom: 1rem;
        font-size: 4rem
    }

    .ad .info .note {
        margin-bottom: 2rem;
        font-size: 2rem
    }

    .box2 .info {
        display: block;
    }

    .box2 .info .item {
        width: 100%;
        margin-bottom: 2rem
    }

    .box3 .row .item {
        width: 100%;
        margin-right: 0;
    }
}

.leftnav{
    position: relative;
}
.leftnav ul{
    text-align: center;
}
.leftnav ul li{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 15px;
    color: #333;
    background-color: #fff;
    border: solid 1px #e5e5e5;
    border-radius: 30px;
    height: 50px;
    line-height: 50px;
    margin-left: 8px;
    width: auto;
    text-align: center;
    letter-spacing: 2px;
    padding: 0 15px;
    transition: all .3s;
}
.leftnav ul li .parnav{
    color: #333333;
    display: block;

}
.leftnav ul li:hover {
    background-color: #0091A5;
    border-color: #0091A5;
    color: #fff;
    border-radius: 30px;
}
.leftnav ul li:hover .parnav{
    color: #fff;
}
.chidnav{
    width: 100%;
    font-size: 16px;
    text-align: center;
    height: 60px;
    background-color: #f5f5f5;
    border-top: solid 1px #ececec;
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 9;
    display: none;
}
.chidnav a{
    display: inline-block;
    padding: 0 15px;
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
    height: 36px;
    line-height: 36px;
    margin-top: 12px;
    color: #666;
    cursor: pointer;
}

.xypg-pagination {
    margin-top: 20px;
    text-align: center;
    font-size: 0;
}
.xypg-pagination li{
    display:inline-block
}
.xypg-pagination a, .xypg-pagination #current, .xypg-pagination span {
    display: inline-block;
    font-size: 14px;
    color: #333333;
    font-family: "Microsoft YaHei",Arial;
    line-height: 26px;
    border: 1px solid #cbcbcb;
    margin: 0 5px;
    padding: 0 8px;
}
.y-wrapper{
    margin-top: 50px;
}
.y-product-list .details-cont p{
    height: auto;
}