.home-tit{text-align: center; padding: 50px 0;}

.home-tit .en{
    display: block;
    color: transparent;
    -webkit-text-stroke-color: #c3c3c3;
    -webkit-text-stroke-width: 1px;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    opacity: .5;
}
.home-tit .cn{color: #0170ed; font-size: 42px; position: relative;z-index: 2; top: -22px; font-weight:bold}
.home-tit p{font-size: 16px; color: #666; margin: 0;font-weight: normal;}



.index-banner {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.index-banner .indexBanner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}

.index-banner .indexBanner .webGL-slider {
    position: absolute;
}

.index-banner .indexBanner .webGL-slider .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}

.dis_bg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    pointer-events: none;
}

.dis_bg img {
    width: 100%;
    display: block;
}

#water {
    position: absolute;
    width: 26vw;
    top: 0;
    left: 0;
    margin: 0;
    height: 100%;
    z-index: 4;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    opacity: 0.8;
}

.index-banner .indexBanner .webGL-slider .txt-item {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 6;
}

.indexBanner .webGL-slider .txt-item>li {
    position: absolute;
    top: 50%;
    left: 7.5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.indexBanner .webGL-slider .txt-item>li>a {
    position: absolute;
    display: inline-block;
    top: 30vh;
    left: 0;
}

.indexBanner .webGL-slider .txt-item>li>a>i {
    font-size: 32px;
    opacity: 0;
    vertical-align: middle;
    display: inline-block;
    animation: fadeInLeftSmall 1.5s ease forwards;
    animation-delay: 1s;
}

.indexBanner .webGL-slider .txt-item>li .word {
    margin-top: 30px;
    display: block;
}

.indexBanner .scr {
    position: absolute;
    z-index: 10;
    bottom: 4vh;
    right: 5vw;
    padding-top: 90px;
    cursor: pointer;
}

.indexBanner .scr>span {
    position: absolute;
    top: 0;
    left: 50%;
    text-align: center;
    width: 84px;
    height: 84px;
    line-height: 84px;
    display: block;
    letter-spacing: 7px;
    transform: translateX(-50%) rotate(90deg);
    -webkit-transform: translateX(-50%) rotate(90deg);
    -moz-transform: translateX(-50%) rotate(90deg);
    -o-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
}

.indexBanner .scr #mouse {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
}

.indexBanner .scr #mouse #mouse-move {
    animation: Tmouse 0.8s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}

@keyframes Tmouse {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        -ms-transform: translateY(8px);
        -o-transform: translateY(8px);
        transform: translateY(8px);
    }
}






.webGL-slider {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 5;
}

.webGL-slider>img {
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
}

.webGL-slider canvas {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    transform-origin: 50% 50%;
}

.webGL-slider .pagination {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(7.5% + 34px);
    z-index: 6;
}

.webGL-slider .pagination:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 45px;
    width: 1px;
    height: calc(100% - 20px);
    background-color: #ffffff;
}

.webGL-slider .pagination>[data-slide] {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    width: 16px;
    height: 16px;
    background-color: transparent;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    border-radius: 100%;
    padding: 0;
    cursor: pointer;
    position: relative;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
    outline: none;
    padding-bottom: 80px;
}

.webGL-slider .pagination>[data-slide]>span {
    position: absolute;
    top: 0;
    height: 1px;
    width: 15px;
    background-color: rgba(255, 255, 255, 0.3);
    left: 30px;
}

.webGL-slider .pagination>[data-slide]>span:nth-of-type(1) {
    width: 25px;
    top: 10px;
    left: 20px;
}

.webGL-slider .pagination>[data-slide]>span:nth-of-type(2) {
    top: 18px;
}

.webGL-slider .pagination>[data-slide]>span:nth-of-type(3) {
    top: 26px;
}

.webGL-slider .pagination>[data-slide]>span:nth-of-type(4) {
    top: 34px;
}

.webGL-slider .pagination>[data-slide]>span:nth-of-type(5) {
    top: 42px;
}

.webGL-slider .pagination>[data-slide]>span:nth-of-type(6) {
    top: 50px;
    width: 20px;
    left: 25px;
}

.webGL-slider .pagination>[data-slide]>span:nth-of-type(7) {
    top: 58px;
}

.webGL-slider .pagination>[data-slide]>span:nth-of-type(8) {
    top: 66px;
}

.webGL-slider .pagination>[data-slide]>span:nth-of-type(9) {
    top: 74px;
}

.webGL-slider .pagination>[data-slide]>span:nth-of-type(10) {
    top: 82px;
}

.webGL-slider .pagination>[data-slide].lat {
    padding-bottom: 22px;
}

.webGL-slider .pagination>[data-slide].lat>span {
    display: none;
}

.webGL-slider .pagination>[data-slide].lat>span:nth-of-type(1) {
    display: inline-block;
    width: 25px;
    top: 11px;
    left: 20px;
}

.webGL-slider .pagination>[data-slide].lat2>span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
}

.webGL-slider .pagination>[data-slide]:nth-of-type(2).go {
    color: #ffffff;
}

.webGL-slider .pagination>[data-slide]:nth-of-type(2).go>span {
    background-color: #ffffff;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

.webGL-slider .pagination>[data-slide]:nth-of-type(2).go>span:nth-of-type(1) {
    transition-delay: 0s;
}

.webGL-slider .pagination>[data-slide]:nth-of-type(2).go>span:nth-of-type(2) {
    transition-delay: 0.4s;
}

.webGL-slider .pagination>[data-slide]:nth-of-type(2).go>span:nth-of-type(3) {
    transition-delay: 0.8s;
}

.webGL-slider .pagination>[data-slide]:nth-of-type(2).go>span:nth-of-type(4) {
    transition-delay: 1.2s;
}

.webGL-slider .pagination>[data-slide]:nth-of-type(2).go>span:nth-of-type(5) {
    transition-delay: 1.6s;
}

.webGL-slider .pagination>[data-slide]:nth-of-type(2).go>span:nth-of-type(6) {
    transition-delay: 2.0s;
}

.webGL-slider .pagination>[data-slide]:nth-of-type(2).go>span:nth-of-type(7) {
    transition-delay: 2.4s;
}

.webGL-slider .pagination>[data-slide]:nth-of-type(2).go>span:nth-of-type(8) {
    transition-delay: 2.8s;
}

.webGL-slider .pagination>[data-slide]:nth-of-type(2).go>span:nth-of-type(9) {
    transition-delay: 3.2s;
}

.webGL-slider .pagination>[data-slide]:nth-of-type(2).go>span:nth-of-type(10) {
    transition-delay: 3.6s;
}

.webGL-slider .pagination>[data-slide].on {
    color: #ffffff;
}

.webGL-slider .pagination>[data-slide].on>span {
    background-color: #ffffff;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

.webGL-slider .pagination>[data-slide].on>span:nth-of-type(1) {
    transition-delay: 0s;
}

.webGL-slider .pagination>[data-slide].on>span:nth-of-type(2) {
    transition-delay: 0.4s;
}

.webGL-slider .pagination>[data-slide].on>span:nth-of-type(3) {
    transition-delay: 0.8s;
}

.webGL-slider .pagination>[data-slide].on>span:nth-of-type(4) {
    transition-delay: 1.2s;
}

.webGL-slider .pagination>[data-slide].on>span:nth-of-type(5) {
    transition-delay: 1.6s;
}

.webGL-slider .pagination>[data-slide].on>span:nth-of-type(6) {
    transition-delay: 2.0s;
}

.webGL-slider .pagination>[data-slide].on>span:nth-of-type(7) {
    transition-delay: 2.4s;
}

.webGL-slider .pagination>[data-slide].on>span:nth-of-type(8) {
    transition-delay: 2.8s;
}

.webGL-slider .pagination>[data-slide].on>span:nth-of-type(9) {
    transition-delay: 3.2s;
}

.webGL-slider .pagination>[data-slide].on>span:nth-of-type(10) {
    transition-delay: 3.6s;
}

.webGL-slider .anniu {
    position: absolute;
    right: 7.5%;
    bottom: 60px;
    z-index: 7;
    width: 124px;
}

.webGL-slider .anniu a {
    display: block;
    position: relative;
    width: 62px;
    height: 36px;
    background-image: url(../images/anniu-bg.png);
    transition: all .3s;
    float: left;
}

.webGL-slider .anniu a.move-prev i {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background-image: url(../images/prev-ico.png);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -3.5px;
    margin-top: -4.5px;
    z-index: 3;
    transition: all .3s;
}

.webGL-slider .anniu a.move-next i {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background-image: url(../images/next-ico.png);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -3.5px;
    margin-top: -4.5px;
    z-index: 3;
    transition: all .3s;
}

.webGL-slider .anniu a:hover {
    background-image: url(../images/anniu-bg1.png);
}

.webGL-slider .anniu a.move-prev:hover i {
    background-image: url(../images/prev-ico1.png);
}

.webGL-slider .anniu a.move-next:hover i {
    background-image: url(../images/next-ico1.png);
}

.webGL-slider .gd-ico {
    position: absolute;
    left: 7.5%;
    bottom: 60px;
    z-index: 7;
    text-align: center;
    color: #999999;
    font-size: 16px;
    cursor: pointer;
    animation: Tmouse 0.8s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}

.webGL-slider .gd-ico p {
    margin-top: 15px;
    color: #fff;
}











.index-about{width:100%;height: 100vh;position: relative;}
.index-about .bg{
    height: 100%;position: absolute;top: 0;left: 0;right: 0;
    background-repeat: no-repeat;background-position: right bottom;
    background-size: cover;
}
.index-about .bg img{width: 100%;height: 100%;display: block;
    object-fit: cover;
}
.index-about .wp{height: 100%;position: relative;z-index: 2;}
.m-txt1{position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.m-txt1 h3{font-size: 50px;color: #111;font-weight: normal;margin-bottom: 21px;}
.m-txt1 .desc{font-size: 18px;line-height: 1.9;max-width: 650px;margin-bottom: 45px;}
.m-txt1 .btn{width: 258px;height: 52px;display: block;text-align: center;line-height: 50px;
    font-size: 18px;color: #333;border: 2px solid #484848;
    border-radius: 6px;
    transition: .3s;
}
.m-txt1 .btn:hover{
    border-color: #000;color: #000;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.14);
}










.puzzle.cur img {
    opacity: .4;
}
.puzzle .text {
    position: absolute;
    width: 40%;
    text-align: center;
    z-index: 11;
    color: #fff;
    opacity: 0;
    transition: all .4s ease;
}
.puzzle.puzzle-1 .text {
    left: -8%;
    top: 40%;
}
.puzzle.puzzle-2 .text {
    left: 10%;
    top: 25%;
}
.puzzle.puzzle-3 .text {
    left: 35%;
    top: 15%;
}
.puzzle.puzzle-4 .text {
    left: 30%;
    top: 85%;
}
.puzzle.puzzle-5 .text {
    left: 60%;
    top: 30%;
}
.puzzle.show .text {
    opacity: 1;
}
.puzzle .text .title-2 {
    font-size: 24px;
}
.puzzle .text .text-2 i {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    background: url(../images/r3.png) center no-repeat red;
    background-size: 20%;
    border-radius: 100%;
}
.index-scene-center .puzzle .text .text-2 {
    margin-top: 2%;
}
.index-scene-center .puzzle .text .text-2 span {
    font-size: 16px;
    opacity: .5;
    display: inline-block;
    vertical-align: middle;
}

.index-scene-windows {position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: -1;opacity: 0;transition:all .8s ease;}
.scene-content-main {position: absolute;width: 100%;height: 100%;left: 0;top: 0;z-index: 100;transition:all .8s ease;transition-delay:1s;opacity: 0;}
.scene-content-video {position: absolute;width: 100%;height: 100%;left: 0;top: 0;right: 0;bottom: 0;margin: auto;z-index: 60;}
.scene-content-video video {display: block;width: 100%;height: 100%;object-fit: cover;}
.scene-content-text {color: #fff;position: absolute;text-align: center;bottom: 0;left: 5%;width: 90%;z-index: 170;overflow: hidden;opacity: 0;transition:all .8s ease;transition-delay:1s;}
.scene-content-text .title-1{overflow: hidden;}
.scene-content-text .text-1{opacity: .6;width: 50%;margin: auto;margin-top: 1%;}
.scene-content-bg {background: #1e1e1e;width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 1;}
.index-scene-windows .return {position: absolute;left:3%;top: 5%;z-index: 201;}
.index-scene-windows .return a{display: block;}
.index-scene-windows .return i{display: inline-block;vertical-align: middle;width: 50px;height: 50px;border-radius: 100%;border: 1px solid #fff;background: url('../images/l.png') center no-repeat;}
.index-scene-windows .return span{display: inline-block;vertical-align: middle;margin-left: 10px;color: #fff;}
.index-scene-windows .return a:hover i {background: url('../images/l.png') center no-repeat red;border: 1px solid red;}
.index-scene-windows.cur {opacity: 1;z-index: 9991;}
.index-scene-windows.cur .scene-content-main {opacity: 1;}
.index-scene-windows.cur .scene-content-text {opacity: 1;bottom: 5%;}

.index-scene-center .pic {overflow: hidden;text-align: center;}
.index-scene-center .pic img {max-width: 100%;width: auto;}






.i-product-tab {
    background: #f4f4f4;
}
.i-product-tab .m1600{
    position:relative;
    border-radius:8px;
    overflow: hidden;
}
.i-product-tab .tab-ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:2;
}
.i-product-tab .tab-li {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 16.6%;
    position: relative;
    height: 6rem;
    background: #fff;
    cursor: pointer;
    border-bottom: 1px solid transparent;
}
.i-product-tab .tab-li:last-child{
    width: 17%;
}
.i-product-tab .tab-li .sp1 {
    width: 40px;
    margin-right: 1.2rem;
    position: relative;
}
.i-product-tab .tab-li .sp1 .icon1, .i-product-tab .tab-li .sp1 .icon2 {
    max-height: 40px;
    max-width: 40px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: all .3s ease;
}

.i-product-tab .tab-li .name {
    font-size:18px;
}
.i-product-tab .tab-li:before {
    content: "";
    position: absolute;
    height: 34px;
    width: 1px;
    right: 0;
    top: calc(50% - 17px);
    background: #dcdcdc;
}
.i-product-tab .tab-li:last-child:before {
    display: none;
}
.i-product-tab .tab-li:hover, .i-product-tab .tab-li.cur {
    background:transparent;
    border-bottom: 1px solid #d8d2cf;
}

.i-product-tab .tab-li:hover .name, .i-product-tab .tab-li.cur .name {
    color: #0170ed;
}
.i-product-tab .tab-li:hover:before, .i-product-tab .tab-li.cur:before {
    display: none;
}
.i-product-tab .tab-warp {
    position: relative;
    height: 650px;
    overflow: hidden;
}
.i-product-tab .tab-warp .tab-box {
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
}
.i-product-tab .tab-warp .bg1 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.i-product-tab .tab-warp .bg2 img {
    width: 100%;
}
.i-product-tab .tab-warp .text {
    padding-top:calc(2.25rem + 2rem);
    width: 450px;
    padding-left: 2.25rem;
    position: relative;
    z-index: 2;
}
.i-product-tab .tab-warp .li-box sup {
    font-size: 20px;
    top: -.75em;
}

.i-product-tab .tab-warp .text {
    padding-top: 1.5rem;
    width: 295px;
    padding-left: 1.5rem;
}
.i-product-tab {
    padding-top: 1.2rem;
}

.i-product-tab .tab-ul {
    margin-bottom: .5rem;
}

.i-product-tab .tab-li {
    height: 60px;
    font-size: 20px;
}

.i-product-tab .tab-li:before {
    display: none;
}

.i-product-tab .tab-li .sp1 {
    margin-right: 10px;
}

.i-product-tab .tab-warp .text {
    width: auto;
    background: #fff;
    padding: .4rem;
}
.i-product-tab .tab-warp .li-box sup {
    font-size: .22rem;
}
.i-product {
    background: #f4f4f4;
    padding: 3rem 0 0;
}
.i-product .productbox {
    overflow: hidden;
    position: relative;
    padding-bottom: 4.5rem;
    z-index: 1;
}
.i-product .productbox .swiper-pagination {
    bottom: 0;
}
.i-product .productbox .swiper-pagination span {
    width: 12px;
    height: 12px;
    background: #aaa;
    border-radius: 50%;
    margin: 0 7px;
}
.i-product .productbox .swiper-pagination span.swiper-pagination-bullet-active {
    background: #00a040;
}
.i-product .img {
    width: 100%;
    /*height: 320px;*/
    /*max-width: 100%;*/
    /*margin: 0 auto 1.3rem;*/
    /*overflow: hidden;*/
    /*border-radius: 8px;*/
    z-index: 1;
    position: relative;
}
.i-product .img .img1 {
    max-width: 100%;
    /*max-height: 100%;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*margin: auto;*/
    /*-webkit-transition: opacity .5s ease;*/
    /*transition: opacity .5s ease;*/
}
.i-product .img .img1 {
    z-index: 1;
}
.i-product .item {
    background: #fff;
    position: relative;
    padding-bottom: 1.5rem;
    cursor: pointer;
    padding-top: 3rem;
}
.i-product .text {
    width: 100%;
    padding: 0 3%;
    position: relative;
}
.i-product .text .tit2 {
    text-align: center;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size:17px;
    line-height: 1.8;
}

.i-product .item:hover .text .tit2 {
    color: #06a245;
}

.i-product .productbox {
    padding-bottom: .6rem;
}

.i-product .img {
    margin-bottom: 0;
}

.i-product .item {
    padding: .4rem 0 .2rem;
}

.i-product .img {
    /*height: 4rem;*/
    text-align: center;
}

.i-product .productbox .swiper-pagination span {
    width: .12rem;
    height: .12rem;
    margin: 0 .1rem;
}



.news-item {position: relative;overflow: hidden;border: 1px solid #e6edfa;}
.news-item a {display: block;position: relative;}
.news-item .text {position: absolute;left: 10%;top: 5%;width: 80%;z-index: 11;}
.news-item .date-1 {color: #adadad;padding: 3rem 0;overflow: hidden;border-bottom: 1px solid #e5e5e5;}
.news-item .title-1 {padding: 3rem 0;overflow: hidden;color: #2d2d2d;font-weight: 900;}
.news-item .text-1 {color: #666;height: 120px;
    margin-bottom: 20px;
    display: -webkit-box;
    line-height: 30px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;}
.news-item .type-1 {position: absolute;z-index: 11;left: 10%;bottom: 14%;font-weight: bold;color: #72777c;}
.news-item .news-next {position: absolute;z-index: 11;right: 10%;bottom: 10%;}
.news-item .news-next::before {background: #72777c;border: 2px solid #72777c;}
.news-item .img {background: #fff;}
.news-item .img img {opacity: 0;}
.news-item a:hover .news-next::before {background: #ec0000;border: 2px solid #ec0000;}
.news-item a:hover .img img {opacity: 1;}
.news-item a:hover .date-1 {color: #fff;border-bottom: 1px solid #ccc;opacity: .5;}
.news-item a:hover .title-1 ,.news-item a:hover .text-1 {color: #fff;}
.news-item a:hover .news-next.news-item .news-next::before {background: #ec0000;border: 2px solid #ec0000;}

.jiantou-next{width: 2.5rem;height: 2.5rem;display: inline-block;vertical-align: middle;margin: 0 1rem;cursor: pointer;position: relative;outline: none;}
.jiantou-next::after {content: '';width: 1.6rem;height: 1.3rem;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: url(../images/r1.svg) center no-repeat;background-size: 100%;z-index: 11;}
.jiantou-next::before {content: '';width: 100%;height: 100%;position: absolute;left:0;top: 0;border: 2px solid #fff;box-sizing: border-box;transform: skew(-8deg);}
.jiantou-next:hover::before{background: #ec0000;border: 2px solid #ec0000;}