.wp{margin:0 auto;width:100%;max-width:1500px}
@media only screen and (min-width:950px) and (max-width:1920px) {
    .wp{margin: 0 auto;width: 100%;max-width: 78.12vw}
    .wp{max-width:78.125vw}
}
@media only screen and (max-width:1199px){
    .wp{width:90%}
}
@media only screen and (max-width:750px) {
    .wp {width: 100%;padding: 0 15px
    }
}
.m-container{position:relative;height:100vh;overflow:hidden}
.m-container .swiper-container{height:100%}
.m-container .swiper-slide{position:relative;z-index:3;height:100vh!important;overflow:hidden}
.banner .swiper-button-next:after,.banner .swiper-button-prev:after{display:none}
.banner .item{height:100vh;}
.banner .video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
.banner .bg{height:100%;background-repeat:no-repeat;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}
.banner .txt{position:absolute;left: 0;top:35%;padding: 0 200px;width: 100%;}
.banner .txt h4{width: 100%;font-weight: 550;color:#fff;}
.banner .txt p{width:100%;color:#fff;}
.indexBanner a.more{display:inline-block;border:1px solid rgba(255,255,255,.3);font-size:0;line-height:55px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;padding:0 35px;-webkit-transition:.3s;-o-transition:.3s;-moz-transition:.3s;transition:.3s}
.indexBanner .more:hover{border-color:var(--color-2);background-color:var(--color-2)}
.indexBanner .more i,.indexBanner .more span{display:inline-block;vertical-align:middle}
.indexBanner .more span{font-size:0.9vw;color:#fff}
.indexBanner .more i{font-size:20px;color:#fff;margin-left:40px;}
.banner .swiper-button-next,.banner .swiper-button-prev{width:50px;height:50px;top:50%;margin-top: -25px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-background-size:50% 50%;-moz-background-size:50%;-o-background-size:50%;background-size:50%;border:1px solid rgba(255,255,255,.3);-webkit-transition:.4s;-o-transition:.4s;-moz-transition:.4s;transition:.4s;background-repeat:no-repeat;background-position:center}
.banner .swiper-button-next:hover,.banner .swiper-button-prev:hover{background-color:var(--color-2);border-color:var(--color-2)}
.banner .swiper-button-prev{left:10px;background-image:url(../images/arr-w.svg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}
.banner .swiper-button-next{right:10px;background-image:url(../images/arr-w.svg)}
.banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom:50px;left:200px;width:auto}
.banner .swiper-pagination-bullet{position:relative;width:16px;height:16px;border:4px solid rgba(255,255,255,0.75);-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-transition:.3s;-o-transition:.3s;-moz-transition:.3s;transition:.3s;background-color:transparent}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}
.banner .swiper-pagination-bullet-active{border:4px solid var(--color-2)}
@media only screen and (min-width:1681px) and (max-width:2560px){
    .banner .txt{padding: 0 200px;}
    .banner .txt h4{font-size:60px;margin-bottom:30px;}
    .banner .txt p{font-size:22px;margin-bottom:70px}
    .banner .swiper-container-horizontal>.swiper-pagination-bullets{left:200px;}
}
@media only screen and (min-width:1441px) and (max-width:1680px){
    .banner .txt{padding: 0 150px;}
    .banner .txt h4{font-size:55px;margin-bottom:20px;}
    .banner .txt p{font-size:20px;margin-bottom:60px}
    .banner .swiper-container-horizontal>.swiper-pagination-bullets{left:150px;}
}
@media only screen and (min-width:1281px) and (max-width:1440px){
    .banner .txt{padding: 0 100px;}
    .banner .txt h4{font-size:45px;margin-bottom:20px;}
    .banner .txt p{font-size:18px;margin-bottom:50px}
    .banner .swiper-container-horizontal>.swiper-pagination-bullets{left:100px;}
}
@media screen and (max-width:1280px){
    .banner .txt{padding: 0 50px;}
    .banner .txt h4{font-size:35px;margin-bottom:20px;}
    .banner .txt p{font-size:16px;margin-bottom:40px}
    .banner .swiper-container-horizontal>.swiper-pagination-bullets{left:50px;}
}
@media only screen and (max-width:992px){
    .banner .txt{padding: 0 20px;}
    .banner .txt h4{font-size:30px;margin-bottom:10px;}
    .banner .txt p{font-size:16px;margin-bottom:20px}
}

.about{width: 100%;height: 100vh;position: relative;}
.about-info{width: 100%;height:400px;padding: 0 150px;position: absolute;top:50%;margin-top: -200px;left: 0;}
.about-info .info{width: 50%;}
.about-info .video{width: 43%;}
.about-info .video img{width: 100%;border-radius: 12px;}
.about-info .text{margin-bottom:80px;}
.about-info .text h6{font-size: 32px;font-weight: 500;color:#fff;margin-bottom:25px;}
.about-info .text p{font-size: 18px;line-height: 36px;color:#fff }
.tongji-ul{padding:10px 0 20px 0;border:1px solid #fff;background-color: rgb(255,255,255,0.75);backdrop-filter: blur(5px);-webkit-backdrop-filter: blur(5px);border-radius: 10px;}
.tongji-ul li{width: 25%;border-right: 1px solid rgb(0,0,0,0.08);}
.tongji-ul li:last-child{border-right: none;}
.tongji-ul li p{font-size: 16px;font-weight: 400;position: relative;display: block;text-align: center;margin: 5px auto;color: var(--color-10)}
.tongji-ul li p span{font-size:40px;letter-spacing:-2px;font-weight:700;color: var(--color-1);margin-right:5px;position: relative;top:2px;}
.tongji-ul li b{font-size:18px;text-align: center;display: block;font-weight: 400}
@media screen and (max-width: 1536px) and (min-width: 1281px) {
    .about-info{padding: 0 100px;}
    .about-info .info{width: 50%;}
    .about-info .video{width: 45%;}
    .about-info .text{margin-bottom:40px;}
    .about-info .text p{font-size: 16px;line-height: 32px;}
    .tongji-ul{padding:5px 0 10px 0;}
    .tongji-ul li p{font-size: 14px}
    .tongji-ul li p span{font-size:30px;letter-spacing:-2px;top:2px;}
    .tongji-ul li b{font-size:14px;}
}
@media screen and (max-width: 1280px) and (min-width: 1152px) {
    .about-info{padding: 0 50px;}
}

.pro{width: 100%;height: 100vh;position: relative;}
.pro-info{width: 100%;height:450px;padding: 0 150px;position: absolute;top:50%;margin-top: -225px;left: 0;}
.pro-ul{width: 100%;}
.pro-ul li{width: 49%;height:350px;background-color: #fff;border-radius: 12px;overflow: hidden}
.pro-ul li a{display: block;position: relative}
.pro-ul li .img{width: 100%;}
.pro-ul li .img img{width: 100%;}
.news-ul li a:hover .img img{transform: scale(1.1);-webkit-transform: scale(1.1);}
.pro-ul li .info{position: absolute;width: 100%;height: 100%;left: 0;top:0;padding: 50px;}
.pro-ul li .info h6{font-size: 30px;font-weight: 500;color: var(--color-1);}
.pro-ul li .info p{font-size:30px;color: var(--color-10);text-transform: uppercase;font-weight: 600}
.pro-ul li .info span{font-size: 14px;display: block;width: 150px;line-height: 40px;
    border: 1px solid #eee;
    border-radius: 30px;text-align: center;position: absolute;left:50px;bottom:100px;}
.pro-ul li .info span i{font-size: 0.1rem;}
.pro-ul li a:hover .info h6{color: var(--color-1)}
.pro-ul li a:hover .info span{background-color: var(--color-1);color: #fff;border: none;}
@media screen and (max-width: 1536px) and (min-width: 1281px) {
    .pro-info{padding: 0 100px;}
}
@media screen and (max-width: 1280px) and (min-width: 1152px) {
    .pro-info{padding: 0 50px;}
}

.news{width: 100%;height: 100vh;position: relative;}
.news-main{padding: 0 150px;width: 100%;height:450px;position: absolute;top:50%;margin-top: -225px;left: 0;}
.news-ul{width: 100%;}
.news-ul li{width: 31%;}
.news-ul li a{display: block;border-radius:12px;overflow: hidden;}
.news-ul li .img{width: 100%;height:200px;background-position: center;background-repeat: no-repeat;overflow: hidden}
.news-ul li .img img{width:100%;height: auto}
.news-ul li a:hover .img img{transform: scale(1.1);-webkit-transform: scale(1.1);}
.news-ul li .info{padding:30px;height: 250px;position: relative;background-color: rgba(255,255,255,0.95);backdrop-filter: blur(5px);-webkit-backdrop-filter: blur(5px);}
.news-ul li .info h6{font-size:18px;font-weight:500;margin-bottom: 10px;color: var(--color-10);}
.news-ul li .info p{font-size: 14px;line-height: 22px;color: var(--color-10);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 显示两行 */
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-ul li .info span{font-size: 14px;display: block;width: 150px;line-height: 40px;background-color: #fff;border-radius: 30px;text-align: center;position: absolute;right:30px;bottom:30px;}
.news-ul li .info span i{font-size: 0.1rem;}
.news-ul li a:hover .info h6{color: var(--color-1)}
.news-ul li a:hover .info span{background-color: var(--color-1);color: #fff;border: none;}
@media screen and (max-width: 1536px) and (min-width: 1281px) {
    .news-main{padding: 0 100px;height:400px;margin-top: -200px;}
    .news-ul li .info h6{font-size:16px;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
    .news-ul li .img{width: 100%;height:200px;}
    .news-ul li .info{padding:25px;height: 200px;}
}
@media screen and (max-width: 1280px) and (min-width: 1200px) {
    .news-main{padding: 0 50px;height:400px;margin-top: -200px;}
    .news-ul li .img{width: 100%;height:200px;}
    .news-ul li .info{padding:25px;height: 200px;}
    .news-ul li .info h6{font-size:16px;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
}
@media screen and (max-width:1199px){
}
@media screen and (max-width:950px){

}
.g-bg{height:100%;background-repeat:no-repeat;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;overflow:hidden;position:relative;z-index: 999}
.zmb{ width:100%; height:100%; position:fixed; left:0; top:0; background:black; background:rgba(0,0,0,0.8); display:none; z-index:99999;}
.tc_video{ width:1000px;height:460px; position:fixed; left:50%; top:50%; margin:-230px 0 0 -500px; background:transparent; display:none; z-index:100000;text-align: center}
.tc_video video, .tc_video p{width:100%; height:auto;}
.tc_video p iframe{width:100%; height:100%;}
@media (max-width: 1440px) {
}
@media  screen and (max-width:991px){
    .tc_video{ width:760px; height:300px; margin:-150px 0 0 -380px;}
}
@media  screen and (max-width:767px){
    .tc_video{ width:90%; height:250px; margin:-125px 0 0 0; left:5%;}
}
