@-webkit-keyframes partnerScroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@keyframes partnerScroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

:root {
    --animate-duration: 1000ms
}

.index-page h3 {
    line-height: 6em
}

.nv-img {
    width: 100%;
 
}

.nv-img img {
    width: 100%;
    height: 100%;
    max-height: 100%
}

.nv-img.news-recent {
    position: relative;
    z-index: 1;
    max-height: 780px;
    min-height: 780px;
    text-align: center
}

.nv-img.news-recent>img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    opacity: 0;
    -webkit-transition: 500ms linear;
    transition: 500ms linear
}

.nv-img.news-recent>img.active {
    opacity: 1;
    z-index: -1
}

.nv-img.news-recent .news-img {
    width: 720px;
    height: 412px;
    margin-top: 30px
}

.nv-img.news-recent .media2 {
    margin-bottom: 6px
}

.nv-img.news-recent .media.active {
    display: inline-block
}

.nv-img.news-recent .news-controller {
    text-align: center
}

.nv-img.news-recent .news-controller ul {
    display: inline-block;
    overflow: hidden
}

.nv-img.news-recent .news-controller li {
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 15px;
    background-color: #fff;
    cursor: pointer;
    -webkit-box-shadow: inset 0 0 2px #000;
    box-shadow: inset 0 0 2px #000
}

.nv-img.news-recent .news-controller li.active {
    background-color: #007bff;
    -webkit-box-shadow: none;
    box-shadow: none
}

#product-show h3,
#success-scheme h3,
.nv-img.news-recent .layout {
    color: #fff
}

.nv-img.news-recent .title {
    margin: 15px 0;
    font-size: 36px
}

.nv-img.news-recent .title-desc,
.nv-img.news-recent p {
    font-size: 16px;
    color: #f9f9f9
}

.nv-img.news-recent .title-desc {
    margin: 18px 0
}

.nv-img.news-recent p {
    width: 850px;
    margin: 0 auto;
    text-indent: 2em;
    line-height: 2em;
    text-align: left
}

.nv-img.news-recent a {
    text-decoration: none !important;
    color: inherit !important
}

.nv-img.news-recent video {
    margin-top: 30px
}

.nv-img.news-recent .news-list-container {
    display: inline-block;
    margin-left: 0;
    white-space: nowrap;
    -webkit-transition: 500ms linear;
    transition: 500ms linear
}

.nv-img.news-recent .news-list-container .news-item {
    display: inline-block;
    width: 1200px;
    white-space: initial;
    vertical-align: top
}

div:target {
    padding-top: 78px;
    margin-top: -78px
}

#scheme {
    min-height: 913px;
    margin-bottom: 80px
}

#scheme h1 {
    line-height: 5em
}

#scheme .scheme-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#scheme .scheme-items .item {
    width: 206px;
    margin-bottom: 30px;
    line-height: 68px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#scheme .scheme-items .item.active {
    color: #fff !important;
    background: #2678e7;
    border-color: #2678e7
}

#scheme .scheme-items .item:hover {
    color: #2678e7;
    border-color: #2678e7
}

#scheme .scheme-content {
    position: relative;
    width: 100%;
    margin-top: 80px;
    overflow: hidden
}

#scheme .scheme-content .scheme-item {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    visibility: hidden;
    white-space: nowrap
}

#scheme .scheme-content .scheme-item.active {
    position: relative;
    z-index: 1;
    visibility: visible
}

#scheme .scheme-content .scheme-item a,
.more-scheme .more-scheme-list a {
    text-decoration: none
}

#scheme .scheme-content .scheme-item li {
    font-size: 13px;
    white-space: normal
}

#scheme .scheme-content .item-img,
#scheme .scheme-content .swiper-container {
    display: inline-block;
    width: 45%;
    text-align: center;
    vertical-align: top
}

#scheme .scheme-content .item-img .swiper-slide,
#scheme .scheme-content .item-img .swiper-wrapper,
#scheme .scheme-content .swiper-container .swiper-slide,
#scheme .scheme-content .swiper-container .swiper-wrapper {
    width: 100% !important
}

#scheme .scheme-content .item-img img,
#scheme .scheme-content .swiper-container img {
    max-width: 100%
}

#scheme .scheme-content .content {
    display: inline-block;
    width: 55%;
    padding-left: 55px;
    vertical-align: top
}

#scheme .scheme-content .content h3 {
    line-height: 1em;
    margin-bottom: 35px
}

#scheme .scheme-content .content li,
.more-scheme .more-scheme-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

#scheme .scheme-content .content li {
    padding: 8px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #c9cdd3;
    color: #151515
}

#scheme .scheme-content .content li .icon {
    margin-right: 12px
}

#scheme .scheme-content .content li .no {
    display: inline-block;
    padding: 0 6px;
    letter-spacing: 3px;
    font-weight: 600
}

#scheme .scheme-content .content li .text {
    line-height: 1.5em
}

.more-scheme {
    position: relative;
    padding-bottom: 80px;
    background: #f5f5f5
}

.more-scheme .more-scheme-list {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.more-scheme .more-scheme-list li {
    margin-right: 15px;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: 200ms;
    transition: 200ms
}

.more-scheme .more-scheme-list li:nth-last-child(1) {
    margin-right: 0
}

.more-scheme .more-scheme-list li:hover {
    -webkit-transform: scale(1.05) !important;
    transform: scale(1.05) !important
}

.more-scheme .more-scheme-list .scheme-text {
    line-height: 4em;
    font-size: 18px;
    text-align: center
}

#product-show {
    min-height: 930px;
    background: #191f24;
    padding-bottom: 80px
}

#product-show .products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 15px
}

#product-show .products .item {
    width: 48%;
    margin-bottom: 40px;
    padding-bottom: 40px;
    background: #f9f9f9
}

#product-show .products .item.hidden {
    display: none
}

#product-show .products .item:nth-child(2n) {
    margin-right: 0
}

#product-show .products .item img {
    width: 100%;
    height: 388px
}

#product-show .products .item .product-title {
    padding: 15px 40px;
    line-height: 1.5em;
    font-size: 18px;
    color: #333;
    text-align: center
}

#product-show .products .item .desc {
    height: 66px;
    padding: 0 40px;
    font-size: 14px;
    color: #666;
    overflow: hidden
}

#product-show .more-shadow {
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#product-show .more-shadow span {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    line-height: 30px;
    color: #0284e1;
    background-color: #191f24;
    z-index: 1;
    cursor: pointer
}

#product-show .more-shadow:before {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 140px;
    left: 0;
    bottom: 100%;
    content: "";
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 18, 18, 0)), to(#191f24));
    background-image: linear-gradient(180deg, rgba(18, 18, 18, 0), #191f24)
}

#product-show .more-shadow:after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 14px;
    left: 0;
    width: 100%;
    height: 2px;
    vertical-align: middle;
    background-color: #d8d8d8
}

#big-scheme {
    position: relative;
    padding-bottom: 80px;
    background: #fff
}

#big-scheme .big-shcem-container {
    position: relative;
    overflow: hidden
}

#big-scheme .big-shcem-container:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f8f8f8), color-stop(10%, #f5f5f5), color-stop(50%, #ededed), color-stop(90%, #f5f5f5), to(#f8f8f8));
    background: linear-gradient(180deg, #f8f8f8 0, #f5f5f5 10%, #ededed 50%, #f5f5f5 90%, #f8f8f8 100%)
}

#big-scheme .big-shcem-container .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    min-height: 30px;
    margin: 40px 0;
    overflow: hidden;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#big-scheme .big-shcem-container .item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

#big-scheme .big-shcem-container .item:nth-child(even) .item-text {
    float: right;
    padding-right: 0;
    padding-left: 50px
}

#big-scheme .big-shcem-container .item:nth-child(even) .years {
    padding-right: 50px;
    padding-left: 0;
    text-align: right
}

#big-scheme .big-shcem-container .item.hidden {
    display: none
}

#big-scheme .big-shcem-container .item .item-text {
    display: inline-block;
    width: 50%;
    font-size: 15px;
    line-height: 2em;
    padding-right: 50px
}

#big-scheme .big-shcem-container .item .item-text .text {
    padding: 15px 25px;
    border: 1px solid #d8dbdf
}

#big-scheme .big-shcem-container .item .item-text .text .title {
    color: #333;
    font-weight: 600
}

#big-scheme .big-shcem-container .item .item-text .text p {
    color: #666
}

#big-scheme .big-shcem-container .item .years {
    display: inline-block;
    width: 50%;
    padding-left: 50px;
    font-size: 25px;
    font-weight: 600;
    color: #0284e1
}

#big-scheme .big-shcem-container .item .years span {
    display: inline-block;
    vertical-align: middle
}

#big-scheme .big-shcem-container .item .dot {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../image/dot.png) no-repeat
}

#big-scheme .big-shcem-container .item .dot.more {
    cursor: pointer;
    background: url(../image/more.png) no-repeat
}

#success-scheme {
    min-height: 940px;
    background: #191f24
}










#honor,
#official-partner {
    padding-bottom: 80px
}

#honor .imgs1,
#honor .imgs2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

#honor .imgs1 img,
#honor .imgs2 .img1 {
    width: 314px;
    height: 210px
}

#honor .imgs2 {
    padding-top: 76px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#honor .imgs2 div,
#honor .imgs2 img {
    position: relative;
    width: 183px;
 =
}

#honor .imgs2 div:hover .cetifacate-more,
#honor .imgs2 img:hover .cetifacate-more {
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

#honor .cetifacate-more {
    display: none;
    background: rgba(81, 129, 228, .87);
    text-align: center
}

#honor .cetifacate-more span {
    display: inline-block;
    padding: 8px 12px;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #fff;
    cursor: pointer;
    margin-top: 50%
}

#official-partner {
    min-height: 365px;
    background: #f6f6f6
}

#official-partner .partner-container {
    white-space: nowrap;
    text-align: center;
    overflow: hidden
}

#official-partner .partner-container .items {
    display: inline-block;
    white-space: nowrap
}

#official-partner .partner-container .items.animate {
    -webkit-animation: partnerScroll 20s linear infinite;
    animation: partnerScroll 20s linear infinite
}

#official-partner .partner-container .items:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

#official-partner .partner-container .item {
    display: inline-block;
    width: 300px;
    height: 105px;
    vertical-align: top
}

#official-partner .partner-container .item img {
    width: 263px;
    height: 100%
}

@media screen and (max-width:414px) {
    .index-page video {
        background-color: #333
    }

    .index-page h3 {
        line-height: 5em
    }

    .index-page #scheme .big-screen-item {
        display: none
    }

    .index-page .nv-img {
        min-width: 0;
        max-width: 100%
    }

    .index-page .nv-img.news-recent {
        background-image: url(../image/homenews.jpg);
        background-position: center center;
        min-height: 0;
        height: 490px
    }

    .index-page .nv-img.news-recent video {
        margin-top: 70px;
        max-width: 95%;
        height: 200px
    }

    .index-page .nv-img.news-recent p {
        max-width: 100%;
        padding: 0 25px
    }

    .index-page .nv-img.news-recent .title {
        margin: 15px 0;
        font-size: 18px
    }

    #scheme h3,
    .index-page .nv-img.news-recent .title-desc {
        font-size: 14px
    }

    #scheme {
        min-height: 675px
    }

    #more-scheme h3,
    #product-show h3,
    #scheme h1 {
        font-size: 18px;
        text-align: left;
        margin-left: 2em
    }

    #scheme .scheme-menu-btn {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-left: 12px
    }

    #more-scheme .more-scheme-list li img,
    #scheme .scheme-menu-btn img {
        width: 100%
    }

    #scheme .scheme-content {
        margin-top: 0
    }

    #scheme .scheme-content .item-img,
    #scheme .scheme-content .swiper-container {
        display: block;
        width: 100%
    }

    #scheme .scheme-content .content {
        display: block;
        margin-top: 20px;
        padding-left: 0;
        width: 100%
    }

    #more-scheme .more-scheme-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    #more-scheme .more-scheme-list li {
        width: 46%;
        margin-right: 0;
        margin-bottom: 15px
    }

    #more-scheme .more-scheme-list li .scheme-text {
        width: 100%;
        font-size: 12px
    }

    #product-show {
        min-height: 625px;
        padding-bottom: 55px
    }

    #product-show .products .item {
        width: 46%;
        margin-bottom: 40px;
        padding-bottom: 0
    }

    #product-show .products .item img,


    #product-show .products .item .product-title {
        padding: 15px;
        font-size: 12px
    }

    #product-show .products .item .desc {
        display: none
    }

    #success-scheme {
        min-height: 550px;
        background: #fff
    }

    #success-scheme h3 {
        color: #333
    }

  

  

 

    #honor h3,
    #success-scheme h3 {
        font-size: 18px;
        text-align: left;
        margin-left: 2em
    }

    #honor .imgs1,
    #honor .imgs2 {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #honor .imgs1 .img1,
    #honor .imgs1 img,
    #honor .imgs2 .img1,
    #honor .imgs2 img {
        width: 46%;
        height: unset;
        margin-bottom: 15px
    }

    #honor .imgs2 {
        padding-top: 0
    }

    #official-partner {
        min-height: 220px;
        padding: 0 15px
    }

    #official-partner h3 {
        font-size: 18px;
        text-align: left;
        margin-left: calc(2em - 15px)
    }

    #official-partner .partner-container .item {
        width: 200px;
        height: 70px
    }

    #official-partner .partner-container .item img {
        width: 163px
    }
}