.header {
    
    width: 100%;
    height: 2.5rem;
    position: fixed;
    z-index: 99;
    padding: 0 3.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .5s;
}
.header.active {
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(1rem);
}
.header .logo {
    width: 3.5rem;
    height: 100%;
    padding: .6rem 0;
}
.header .logo img {
    width: 100%;
    height: 100%;
}
.header .nav {
    display: flex;
    justify-content: end;
    align-items: center;
    flex: 1;
    height: 100%;
}

.header .mb-list {
    display: none;
}
.header .nav>ul {
    display: flex;
    gap: 2rem;
    align-items: center;
    list-style: none;
    height: 100%;
}
.header .nav ul>li {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}
.header .nav ul>li.active a {
    color: #26ABD6;
}
.header .nav ul>li .drop {
    position: absolute;
    top: 3rem;
    background: #333;
    padding: .6rem 0rem;
    width: 4rem;
    display: none;
    flex-direction: column;
    align-items: center;
    gap: .6rem;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all .5s;
}
.header .nav ul>li .drop.on {
    display: flex;
}
.header .nav ul>li .drop li a {
    opacity: .6;
}
.header .nav ul>li .drop li a:hover {
    opacity: 1;
}
.header .hr {
    width: 3.85rem;
    height: 1rem;
    background-color: #26ABD6;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .25rem;
    margin-left: 1.25rem;
}
.header .hr:hover {
    background: #0055F2;
}
.header .hr svg {
    width: .5rem;
    height: .5rem;
}
.header .side-btn {
    display: none;
}
.footer {
    width: 100%;
    background-color: #111;
    padding: 1.575rem 3.25rem .85rem;
    position: relative;
    z-index: 3;
}
.footer .logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .4rem;
}
.footer .logo img:nth-child(3) {
    display: none;
}
.footer .line {
    width: 100%;
    height: .025rem;
    background-color: #363636;
    margin-top: 1rem;
}
.footer .ft1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1.75rem;
}
.footer .ft1 .mb-list {
    display: none;
}
.footer .ft1 .list {
    display: flex;
    flex-direction: row;
    gap: 3.1rem;
}
.footer .ft1 .list .items {
    display: flex;
    flex-direction: column;
}
.footer .ft1 .list .items .line {
    width: 3.5rem;
    margin-top: .8rem;
    margin-bottom: .6rem;
    position: relative;
}
.footer .ft1 .list .items .line::after {
    content: '';
    display: block;
    width: .65rem;
    height: .05rem;
    background-color: #fff;
    position: absolute;
    top: -.05rem;
    left: 0;
}
.footer .ft1 .list .items span {
    font-weight: 500;
}
.footer .ft1 .list .items ul {
    display: flex;
    flex-direction: column;
    gap: .8rem;
}
.footer .ft1 .list .items ul li a {
    color: rgba(255, 255, 255, .6);
    font-weight: 400;
}
.footer .ft1 .list .items ul li a:hover {
    color: #fff;
}
.footer .ft1 .tel .text {
    text-align: right;
}
.footer .ft1 .tel .list3 {
    display: none;
}
.footer .ft2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1.5rem;
}
.footer .ft2 .list2 {
    display: flex;
    flex-direction: row;
    gap: 4rem;
}
.footer .ft2 .list2 .items {
    display: flex;
    flex-direction: column;
    gap: .375rem;
}
.footer .ft2 .list2 .items .top {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .25rem;
}
.footer .ft2 .list2 .items .top span {
    color: rgba(255, 255, 255, .6);
}
.footer .ft2 .list3 {
    display: flex;
    flex-direction: row;
    gap: .625rem;
    align-items: flex-end;
}
.footer .ft2 .list3 .items:nth-child(1) {
    width: .5rem;
    height: .5rem;
}
.footer .ft2 .list3 .items:nth-child(2) {
    width: .95rem;
    height: .5rem;
}
.footer .tips {
    margin-top: .75rem;
    display: flex;
    justify-content: space-between;
}
.footer .tips span {
    color: rgba(255, 255, 255, .6);
    font-weight: 400;
}
.footer .tips .lf {
    color: rgba(255, 255, 255, .6);
    font-weight: 400;
    display: flex;
    gap: .1rem;
}
.footer .tips .lf a {
    color: rgba(255, 255, 255, .6);
    font-weight: 400;
}
.footer .tips .lf a:hover {
    color: #fff;
}


/* 视频播放进度条 */
.video-progress-container {
    position: relative;
    display: inline-block;
}

.video-progress-circle {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
    font-weight: bold;
}


/* 页面内容 */

.banner1 .swiper-container {
    height: 100vh;
}
.banner1 .swiper-container .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    padding-top: 6.6rem;
}
.banner1 .swiper-container .swiper-wrapper .swiper-slide img,
.banner1 .swiper-container .swiper-wrapper .swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute ;
    top: 0;
    left: 0;
    z-index: 1;
}
.banner1 .swiper-container .swiper-wrapper .swiper-slide .mb {
    display: none;
}
.banner1 .swiper-container .swiper-wrapper .swiper-slide .pc {
    display: block;
}
.banner1 .swiper-container .swiper-wrapper .swiper-slide .text {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.125rem;
}
.banner1 .swiper-container .swiper-wrapper .swiper-slide .text .btn-box {
    display: flex;
    gap: .75rem;
}
.banner1 .swiper-container .swiper-wrapper .swiper-slide .text .btn-box button a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1.25rem;
}
.banner1 .swiper-container .swiper-wrapper .swiper-slide .text .btn-box button {
    width: 5rem;
    height: 1.25rem;
    /* background: rgba(255, 255, 255, 0); */
    border: .025rem solid rgba(255, 255, 255, 0.5);
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.900000095367432px);
}
.banner1 .swiper-container .swiper-wrapper .swiper-slide .text .btn-box button:hover {
    background: #26ABD6;
}
.banner1 .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 1.2rem;
    height: .075rem;
    opacity: 0.3;
    background: #FFF;
    border-radius: 0;
}
.banner1 .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}
.index1 .swiper-container {
    height: 27rem;
}
.index1 .swiper-container .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    padding-top: 6.6rem;
}
.index1 .swiper-container .swiper-wrapper .swiper-slide img,
.index1 .swiper-container .swiper-wrapper .swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.index1 .swiper-container .swiper-wrapper .swiper-slide .text {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.125rem;
    height: 100%;
    top: 0;
    padding: 6rem 0;
    justify-content: space-between;
}
.index1 .swiper-container .swiper-wrapper .swiper-slide .text span {
    min-height: 2rem;
}
.index1 .swiper-container .swiper-wrapper .swiper-slide .text .btn-box {
    display: flex;
    gap: .75rem;
}
.index1 .swiper-container .swiper-wrapper .swiper-slide .text .btn-box button {
    width: 5rem;
    height: 1.25rem;
    background: rgba(255, 255, 255, 0);
    border: .025rem solid rgba(255, 255, 255, 0.3);
}
.index1 .swiper-container .swiper-wrapper .swiper-slide .text .btn-box button:hover {
    background:  #26ABD6;
}
.index1 .swiper-container .swiper-wrapper .swiper-slide .text .btn-box button a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1.25rem;
}

.index1 .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 1.2rem;
    height: .075rem;
    opacity: 0.3;
    background: #FFF;
    border-radius: 0;
}
.index1 .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}
.index2 {
    background: #000;
    padding: 3rem 0 5rem;
}
.index2 .text {
    text-align: center;
    margin-bottom: .75rem;
}
.index2 .nav-swiper {
    display: none;
}
.index2 .swiper-container {
    overflow: initial;
    height: 14rem;
    position: relative;
}
.index2 .swiper-container .swiper-wrapper {
    gap: 1.5rem;
}
.index2 .swiper-container .swiper-wrapper .swiper-slide {
    width: 30rem;
    height: 14rem;
    position: relative;
}
.index2 .swiper-container .swiper-wrapper .swiper-slide img,
.index2 .swiper-container .swiper-wrapper .swiper-slide video {
    position: absolute;
    top: 0;
    left: 0;
    width: 30rem;
    height: 14rem;
}
.index2 .swiper-container .swiper-pagination {
    bottom: -1rem;
    display: flex;
    flex-direction: row;
    gap: 1.325rem;
    justify-content: center;
}
.index2 .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 6.5rem;
    height: .075rem;
    background: #FFF;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
.index2 .swiper-container .swiper-pagination .swiper-pagination-bullet span {
    color: rgba(255, 255, 255, .9);
    margin-top: .75rem;
    text-align: left;
}
.index2 .swiper-container .swiper-pagination .swiper-pagination-bullet p {
    color: rgba(255, 255, 255, .9);
    margin-top: .4rem;
    text-align: left;
}
.index2 .swiper-container .swiper-pagination .swiper-pagination-bullet.active {
    background: #26ABD6;
    opacity: 1;
}
.index2 .swiper-container .swiper-pagination .swiper-pagination-bullet.active span {
    color: #26ABD6;
}
.index2 .swiper-container .swiper-pagination .swiper-pagination-bullet.active p {
    color: #fff;
}
.index2 .swiper-container .btn svg {
    position: absolute;
    z-index: 2;
    cursor: pointer;
}
.index2 .swiper-container .btn svg:hover circle {
    fill: #26ABD6;
    fill-opacity: 1;
}
.index2 .swiper-container .btn svg.prev {
    top: 6.5rem;
    left: 9.4rem;
}
.index2 .swiper-container .btn svg.next {
    top: 6.5rem;
    right: 6.4rem;
}
.index3 {
    background: #000;
    padding: 3rem 3.25rem;
}
.index3 .text {
    text-align: center;
    margin-bottom: 1.5rem;
}
.index3 .text p {
    margin-top: .5rem;
}
.index3 .card {
    display: flex;
    flex-direction: row;
    gap: .55rem;
    flex-wrap: wrap;
}
.index3 .card .item {
    width: 20.4rem;
    height: 15rem;
    background: #111;
    position: relative;
    overflow: hidden;
}
.index3 .card .item .title {
    text-align: center;
    position: absolute;
    top: 1.5rem;
    width: 100%;
    z-index: 3;
}
.index3 .card .item .title span {
    font-weight: 500;
}
.index3 .card .item .title p {
    font-weight: 400;
    color: #fff;
}
.index3 .card .item .img-box {
    width: 100%;
    height: 100%;
}
.index3 .card .item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}
.index3 .card .item .img-box img.active {
    transform: scale(1.05);
}
.index3 .card .item:nth-child(1) {
    width: 100%;
    height: 15rem;
    display: flex;
    flex-direction: row-reverse;
}
.index3 .card .item:nth-child(1) .title {
    width: 16.5rem;
    height: 100%;
    padding: 4.05rem 2.25rem 0;
    display: flex;
    flex-direction: column;
    gap: .6rem;
    text-align: left;
    position: initial;
}
.index3 .card .item:nth-child(1) .title p {
    color: #999;
}
.index3 .card .item:nth-child(1) .img-box {
    width: 25rem;
    height: 15rem;
    overflow: hidden;
}

.index4 {
    background: linear-gradient( #000 0% , #fff 60%);
    position: relative;
    height: 100vh;
    padding-top: 1rem;
}
.index4 .text {
    text-align: center;
    margin-bottom: .6rem;
    position: relative;
    z-index: 2;
}
.index4 .nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    position: absolute;
    z-index: 2;
    width: 100%;
}
.index4 .nav li {
    color: rgba(255, 255, 255, .6);
    cursor: pointer;
    font-weight: 500;
}
.index4 .nav li.active {
    color: #26ABD6;
}
.index4 .nav li:last-child {
    cursor: auto;
}
.index4 .swiper-box {
    /*transform: translateY(-15rem);*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.index4 .swiper-box .swiper-container{
    width: 100%;
    height: 100%;
}
.index4 .swiper-box .swiper-container .btn {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 7.35rem;
}
.index4 .swiper-box .swiper-container .btn svg {
    cursor: pointer;
}
.index4 .swiper-box .swiper-container .swiper-wrapper {
    width: 100%;
    height: 100%;
}
.index4 .swiper-box .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
}
.index4 .swiper-box .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index4 .swiper-box .swiper-container .swiper-wrapper .swiper-slide a {
    width: 4rem;
    height: .95rem;
    background-color: #26ABD6;
    transition: all .5s;
    position: absolute;
    bottom: 2.375rem;
    z-index: 2;
    left: 22rem;
    text-align: center;
    line-height: .95rem;
}
.index4 .swiper-box .swiper-container .swiper-wrapper .swiper-slide a:hover {
    background-color: #0055F2;
}
.index5 {
    background: #041115 url(../images/index5-bg.png) no-repeat center;
    background-position: 8.6rem 4rem;
    height: 21rem;
    position: relative;
    padding: 5.575rem 0 0 4.05rem;
    overflow: hidden;
}
.index5 .img-item {
    transition: all .5s;
    position: absolute;
}
.index5 .img-item:hover {
    transform: scale(1.05);
}
.index5 .img1 {
    left: 18.2rem;
    top: -32%;
    width: 15.35rem;
    height: 17.75rem;
}
.index5 .img2 {
    left: 23.05rem;
    top: 6.55rem;
    width: 15.325rem;
    height: 17.725rem;
}
.index5 .img3 {
    right: 0;
    top: 0;
    width: 14.625rem;
    height: 21rem;
}
.index5 .text {
    display: flex;
    flex-direction: column;
}
.index5 .text .qr-box {
    display: flex;
    flex-direction: row;
    margin-top: 1.95rem;
    gap: 2.05rem;
    align-items: center;
}
.index5 .text .qr-box .qr-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.index5 .text .qr-box .qr-item img {
    width: 4.75rem;
    height: 4.75rem;
}
.index5 .text .qr-box .qr-item div {
    margin-top: .65rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .2rem;
}
.index5 .text .qr-box .qr-item div img {
    width: .9rem;
    height: .425rem;
    object-fit: contain;
}
.index5 .text .qr-box .qr-item:nth-child(1) div img {
    width: .5rem;
}
.index5 .text .qr-box .qr-item p{
    margin-top: .25rem;
}

.d-content {
    background: #000;
}
.d1 {
    padding: 3.5rem 4.5rem;
}
.d1 ul {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
.d1 ul li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.d1 ul li:nth-child(even) {
    flex-direction: row-reverse;
}
.d1 ul li .text {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}
.d1 ul li .text span {
    font-weight: 500;
}
.d1 ul li .text p {
    width: 16.15rem;
    font-size: 400;
    line-height: 1rem;
}
.d1 ul li .img-box {
    width: 17.025rem;
    height: 11.5rem;
    overflow: hidden;
    position: relative;
}
.d1 ul li .img-box img {
    z-index: 1;
}
.d1 ul li .img-box img,
.d1 ul li .img-box video {
    object-fit: contain;
    position: absolute;
    width: 17.025rem;
    height: 11.5rem;
    transition: transform .5s;
}
.d1 ul li .img-box img:hover {
    transform: scale(1.05);
}
.d2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.d2 .main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 0 3.25rem;
    margin-top: 1.95rem;
}
.d2 .main .lf-box{
    display: flex;
    flex-direction: column;
    gap: .65rem;
}
.d2 .main .lf {
    width: 15rem;
    border-radius: .25rem;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(45.349998474121094px);
    display: flex;
    flex-direction: column;
    padding: 1.5rem 1.5rem 0;
}
.d2 .main .lf .title {
    text-align: left;
    width: 100%;
    z-index: 3;
}
.d2 .main .lf ul {
    display: flex;
     flex-direction: column;
}
.d2 .main .lf ul svg:last-child {
    display: none;
}
.d2 .main .lf ul li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1.125rem 0;
}
.d2 .main .lf ul li:nth-of-type(6) {
    padding-bottom: .825rem;
}
.d2 .main .lf ul li span {
    color: #26ABD6;
}
.d2 .main .rg {
    /*width: 25.3rem;*/
    /* height: 24.625rem; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.d2 .main .rg .img-box {
    /*width: 10.25rem;*/
    height: 22.7rem;
}
.d2 .main .rg .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.d2 .main .rg .point .item {
    width: 1.05rem;
    height: 1.05rem;
    position: absolute;
}
.d2 .main .rg .point .item:nth-child(1) {
    top: 1.85rem;
    left: 10rem;
}
.d2 .main .rg .point .item:nth-child(2) {
    top: 1.875rem;
    left: 12.175rem;
}
.d2 .main .rg .point .item:nth-child(3) {
    top: 5rem;
    left: 10.05rem;
}
.d2 .main .rg .point .item:nth-child(4) {
    top: 6.15rem;
    left: 9.475rem;
}
.d2 .main .rg .point .item:nth-child(5) {
    top: 12.75rem;
    left: 10.875rem;
}
.d2 .main .rg .point .item:nth-child(6) {
    top: 13.95rem;
    left: 13.6rem;
}
.d2 .main .rg .point .item:nth-child(7) {
    top: 16.6rem;
    left: 14.275rem;
}
.d2 .main .rg .point .item:nth-child(8) {
    top: 21.425rem;
    left: 10.7rem;
}
.d2 .main .rg .pt-line .line-box {
    position: absolute;
    top: 2.2rem;
    left: 6.575rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 3.475rem;
}
.d2 .main .rg .pt-line .line-box img {
    object-fit: contain;
    width: 3.475rem;
    height: .05rem;
}
.d2 .main .rg .pt-line .line-box .cir {
    width: .35rem;
    height: .35rem;
    background: #26ABD6;
    border-radius: 50%;
    flex-shrink: 0;
}
.d2 .main .rg .pt-line .line-box:nth-child(2) {
    top: .925rem;
    left: 12.825rem;
    flex-direction: row-reverse;
    align-items: flex-start;
    width: 5.1rem;
}
.d2 .main .rg .pt-line .line-box:nth-child(2) img {
    width: 5.1rem;
    height: 1.35rem;
}
.d2 .main .rg .pt-line .line-box:nth-child(2) .cir {
    transform: translateY(-50%);
}
.d2 .main .rg .text {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: .3rem;
    top: 1.95rem;
    left: 0;
}
.d2 .main .rg .pt-line .line-box:nth-child(3) {
    width: 7.7625rem;
    top: 5.6rem;
    left: 10.9rem;
    flex-direction: row-reverse;
    align-items: flex-end;
}
.d2 .main .rg .pt-line .line-box:nth-child(3) img {
    width: 7.7625rem;
    height: 1.5125rem;
    flex-shrink: 0;
}
.d2 .main .rg .pt-line .line-box:nth-child(3) .cir {
    transform: translateY(50%);
}
.d2 .main .rg .pt-line .line-box:nth-child(4) {
    width: 2.1625rem;
    top: 6.7625rem;
    left: 7.5rem;
    align-items: flex-end;
}
.d2 .main .rg .pt-line .line-box:nth-child(4) img {
    width: 2.1625rem;
    height: .8625rem;
    flex-shrink: 0;
}
.d2 .main .rg .pt-line .line-box:nth-child(4) .cir {
    transform: translateY(50%);
}
.d2 .main .rg .pt-line .line-box:nth-child(5) {
    width: 2.0375rem;
    top: 13.3875rem;
    left: 8.9rem;
    align-items: flex-end;
}
.d2 .main .rg .pt-line .line-box:nth-child(5) img {
    width: 2.0375rem;
    height: 2.5rem;
    flex-shrink: 0;
}
.d2 .main .rg .pt-line .line-box:nth-child(5) .cir {
    transform: translateY(80%) translateX(10%);
}
.d2 .main .rg .pt-line .line-box:nth-child(6) {
    width: 3.8125rem;
    top: 13.12rem;
    left: 14.55rem;
    align-items: flex-start;
    flex-direction: row-reverse;
}
.d2 .main .rg .pt-line .line-box:nth-child(6) img {
    width: 3.8125rem;
    height: 1.35rem;
    flex-shrink: 0;
}
.d2 .main .rg .pt-line .line-box:nth-child(6) .cir {
    transform: translateY(-50%);
}
.d2 .main .rg .pt-line .line-box:nth-child(7) {
    width: 3.4875rem;
    top: 17.2rem;
    left: 15.2rem;
    align-items: flex-end;
    flex-direction: row-reverse;
}
.d2 .main .rg .pt-line .line-box:nth-child(7) img {
    width: 3.4875rem;
    height: 1.525rem;
    flex-shrink: 0;
}
.d2 .main .rg .pt-line .line-box:nth-child(7) .cir {
    transform: translateY(50%);
}
.d2 .main .rg .pt-line .line-box:nth-child(8) {
    width: 3.025rem;
    top: 20.7rem;
    left: 7.8rem;
    align-items: flex-start;
}
.d2 .main .rg .pt-line .line-box:nth-child(8) img {
    width: 3.025rem;
    height: 1.1875rem;
    flex-shrink: 0;
}
.d2 .main .rg .pt-line .line-box:nth-child(8) .cir {
    transform: translateY(-50%);
}
.d2 .main .rg .text span {
    color: #fff;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}
.d2 .main .rg .text span:hover {
    color: #26ABD6;
}
.d2 .main .rg .text span:hover + p {
    opacity: 1;
    transform: translateY(0);
}
.d2 .main .rg .text p {
    font-weight: 400;
    line-height: .65rem;
    opacity: 0;
    transform: translateY(5px);
    transition: all .5s;
}
.d2 .main .rg .text:nth-child(5) {
    top: .5rem;
    left: 18.6rem;
    align-items: flex-start;
}
.d2 .main .rg .text:nth-child(6) {
    top: 6.65rem;
    left: 19.1rem;
    align-items: flex-start;
}
.d2 .main .rg .text:nth-child(7) {
    top: 7.2rem;
    left: 0;
    align-items: flex-end;
}
.d2 .main .rg .text:nth-child(8) {
    top: 15.575rem;
    right: 16.7rem;
    left: 0;
    align-items: flex-end;
}
.d2 .main .rg .text:nth-child(9) {
    top: 12.575rem;
    left: 18.75rem;
    align-items: flex-start;
}
.d2 .main .rg .text:nth-child(10) {
    top: 18.3rem;
    left: 19.025rem;
    align-items: flex-start;
}
.d2 .main .rg .text:nth-child(11) {
    top: 20.275rem;
    left: 0;
    right: 17.95rem;
    align-items: flex-end;
}

.d3 {
    margin-top: 5rem;
    padding: 0 0 0 3.25rem;
}
.d3 .title {
    text-align: center;
    margin-bottom: 1.25rem;
}
.d3 .list .btn svg {
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
}
.d3 .list .btn svg:hover circle{
    fill: #26ABD6;
    fill-opacity: 1;
}
.d3 .list {
    display: flex;
    flex-direction: column;
    gap: .55rem;
    margin-bottom: 3rem;
    position: relative;
}
.d3 .list span {
    color: #26ABD6;
    font-weight: 500;
    line-height: .9rem;
}
.d3 .list .swiper-container {
    width: 100%;
}
.d3 .list .swiper-container .swiper-wrapper {
    width: 100%;
    height: 100%;
    /*gap: .375rem;*/
}
.d3 .list .swiper-container .swiper-wrapper .swiper-slide {
    width: 11.75rem;
    height: 9rem;
    display: flex;
    flex-direction: column;
    gap: .4rem;
}
.d3 .list .swiper-container .swiper-wrapper .swiper-slide .img-box {
    overflow: hidden;
}
.d3 .list .swiper-container .swiper-wrapper .swiper-slide .img-box img {
    transition: transform .5s;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.d3 .list .swiper-container .swiper-wrapper .swiper-slide .img-box img:hover {
    transform: scale(1.05);
}
.d4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 7.5rem;
}
.d4 .title {
    text-align: center;
    margin-bottom: .75rem;
}
.d4 .swiper-container {
    overflow: initial;
    width: 100%;
    height: 14rem;
}
.d4 .swiper-container .swiper-wrapper {
    width: 100%;
    height: 100%;
}
.d4 .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
}
.d4 .swiper-container .swiper-pagination {
    bottom: -3rem;
    display: flex;
    flex-direction: column;
    padding: 0 3rem;
}

.d4 .swiper-container .swiper-pagination ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1.875rem;
}
.d4 .swiper-container .swiper-pagination ul .item {
    cursor: pointer;
    color: #666;
}
.d4 .swiper-container .swiper-pagination ul .item.active {
    color: #fff;
    position: relative;
}
.d4 .swiper-container .swiper-pagination ul .item.active::after {
    content: '';
    display: block;
    width: 100%;
    height: .075rem;
    background-color: #fff;
    position: absolute;
    top: 1.38rem;
}
.d4 .swiper-container .swiper-pagination .line {
    width: 100%;
    height: .025rem;
    background-color: #333;
    margin-top: .625rem;
}
.d4 .swiper-container .swiper-wrapper .swiper-slide {
    padding: 0 9rem;
}
.d4 .swiper-container .swiper-wrapper .swiper-slide img,
.d4 .swiper-container .swiper-wrapper .swiper-slide video {
    width: 30rem;
    height: 14rem;
    object-fit: cover;
    position: absolute;
}
.d4 .swiper-container .swiper-wrapper .swiper-slide video {
    left: 9rem;
}
.d4 .swiper-container .swiper-wrapper .swiper-slide .btn-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.d4 .swiper-container .swiper-wrapper .swiper-slide .btn-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .15rem;
    width: 5rem;
    height: 1.1rem;
    border: .025rem solid rgba(255, 255, 255, 0.50);
    background: rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(5.400000095367432px);
    text-align: center;
    line-height: 1.1rem;
    position: absolute;
    bottom: 1rem;
    z-index: 2;
}
.d4 .swiper-container .swiper-wrapper .swiper-slide .btn-box a::after {
    content: '';
    display: block;
    width: .325rem;
    height: .225rem;
    background: url(../images/arrow-l-w.png) no-repeat center;
    background-size: contain;
}

.four1 {
    position: relative;
    height: 24.35rem;
}
.four1 .title {
    width: 100%;
    text-align: center;
    font-weight: 500;
    line-height: 1.65rem;
    position: absolute;
    top: 3.6rem;
    z-index: 2;
}
.four1>img {
    width: 100%;
    height: 24.35rem;
    position: absolute;
    top: 0;
    left: 0;
}
.four1 .mb {
    display: none;
}
.four2 {
    margin-top: 3.75rem;
}
.four2 .title {
    text-align: center;
}
.four2 .main {
    display: flex;
    flex-direction: row;
    padding: 0 3.25rem;
    margin-top: 1rem;
}
.four2 .main .lf {
    display: flex;
    flex-direction: row;
    gap: .5rem;
}
.four2 .main .lf .list1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: .5rem;
}
.four2 .main .lf .list1 .item {
    width: 7rem;
    height: 7.5rem;
    border-radius: .25rem;
    background-color: #111;
    padding: .75rem .6rem .6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    transition: all .5s;
}
.four2 .main .lf .list1 .item .bg {
    position: absolute;
    right: .175rem;
    bottom: .175rem;
    opacity: 0;
    width: 4rem;
    height: 4.575rem;
}
.four2 .main .lf .list1 .item .bt {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.four2 .main .lf .list1 .item .bt .img-box {
    width: 1.225rem;
    height: 1rem;
    position: relative;
}
.four2 .main .lf .list1 .item .bt .img-box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
}
.four2 .main .lf .list1 .item .bt .img-box img:nth-child(1){
    opacity: 1;
}
.four2 .main .lf .list1 .item .bt .img-box img:nth-child(2){
    opacity: 0;
}
.four2 .main .lf .list1 .item:hover {
    background-color: #26ABD6   ;
}
.four2 .main .lf .list1 .item:hover .bg {
    opacity: 1;
}
.four2 .main .lf .list1 .item:hover .bt span {
    color: #fff;
}
.four2 .main .lf .list1 .item:hover .img-box img:nth-child(1) {
    opacity: 0;
}
.four2 .main .lf .list1 .item:hover .img-box img:nth-child(2) {
    opacity: 1;
}

.four2 .main .lf .list2 {
    min-height: 15.5rem;
}
.four2 .main .lf .list2 .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}
.four2 .main .lf .list2 .swiper-wrapper .swiper-slide {
    width: 7rem;
    height: 4.825rem;
}
.four2 .main .lf .list2 .item {
    height: 4.825rem;
}
.four2 .main .lf .list1 .item.active {
    background-color: #26ABD6;
}
.four2 .main .lf .list1 .item.active .bg {
    opacity: 1;
}
.four2 .main .lf .list1 .item.active .bt span {
    color: #fff;
}
.four2 .main .lf .list1 .item.active .img-box img:nth-child(1) {
    opacity: 0;
} 
.four2 .main .lf .list1 .item.active .img-box img:nth-child(2) {
    opacity: 1;
}
.four2 .main .rg {
    width: 19rem;
    min-height: 15.5rem;
    flex-shrink: 0;
    background-color: #111;
    padding: 1.25rem 1.25rem 0 1.6rem;
    position: relative;
    border-radius: .25rem;
    overflow: hidden;
}
.four2 .main .rg .item {
    display: none;
}
.four2 .main .rg .item.on {
    display: block;
}
.four2 .main .rg .item .text {
    position: absolute;
    top: 1.25rem;
}
.four2 .main .rg .item .text p{
    color: #ccc;
    line-height: 1rem;
    width: 16.15rem;
}
.four2 .main .rg .item img {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.four3 {
    margin-top: 3.75rem;
}
.four3 .title {
    text-align: center;
}
.four3 .main {
    padding: 1rem 3.25rem 0;
}
.four3 .main>div {
    width: 100%;
    height: 15rem;
    border-radius: .25rem;
    background-color: #111;
    overflow: hidden;
    display: flex;
    flex-direction: row;
}
.four3 .main>div .lf {
    width: 23rem;
    height: 15rem;
    position: relative;
    flex-shrink: 0;
}
.four3 .main>div .lf>div {
    display: none;
}
.four3 .main>div .lf>div.on {
    display: block;
}
.four3 .main>div .lf>div img,
.four3 .main>div .lf>div video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.four3 .main>div .lf>div a {
    display: block;
    width: 4.5rem;
    height: 1.1rem;
    flex-shrink: 0;
    border: .025rem solid rgba(255, 255, 255, 0.27);
    background: rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(5.949999809265137px);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: .175rem;
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.four3 .main>div .lf>div a::after {
    content: '';
    display: block;
    width: .325rem;
    height: .225rem;
    background: url(../images/arrow-l-w.png) no-repeat center;
    background-size: contain;
}
.four3 .main>div .rg {
    padding: 3rem 2.5rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.four3 .main>div .rg .text {
    display: none;
}
.four3 .main>div .rg .text.on {
    display: block;
}
.four3 .main>div .rg .text span {
    color: #26ABD6;
}
.four3 .main>div .rg ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.9rem;
}
.four3 .main>div .rg ul li span {
    transition: all .5s;
}
.four3 .main>div .rg ul li {
    padding-bottom: .35rem;
    border-bottom: .025rem solid #333;
    width: 3.2rem;
    position: relative;
    cursor: pointer;
}
.four3 .main>div .rg ul li .line {
    width: .25rem;
    height: .025rem;
    background: #26ABD6;
    position: absolute;
    bottom: -0.025rem;
    transition: all .5s;
}
.four3 .main>div .rg ul li.active span {
    color: #26ABD6;
}
.four3 .main>div .rg ul li.active .line {
    width: 100%;
}
.four4 {
    margin-top: 3.75rem;
}
.four4 .title {
    text-align: center;
}
.four4 .main {
    margin-top: 1rem;
}
.four4 .main ul {
    display: flex;
    flex-direction: row;
    gap: .5rem;
    width: 100%;
    justify-content: center;
}
.four4 .main ul li {
    width: 6.25rem;
    height: 14.5rem;
    border-radius: .25rem;
    position: relative;
    overflow: hidden;
    transition: all .5s;
}
.four4 .main ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.four4 .main ul li span {
    position: absolute;
    bottom: .925rem;
    left: 1.925rem;
    z-index: 2;
}
.four4 .main ul li .mask {
    width: 100%;
    height: 8.925rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.35) 100%);
    position: absolute;
    bottom: 0;
}
.four4 .main ul li.on {
    width: 21.25rem;
}

.four5 {
   width: 100%;
   height: 23.075rem;
   position: relative;
}
.four5 img {
    width: 100%;
    height: 100%;
}
.four5 .desc {
    opacity: .39;
    position: absolute;
    top: 6.725rem;
    left: 19.65rem;
}
.four5 .tb-box {
    width: 19.25rem;
    height: 20rem;
    border-radius: .25rem;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.56);
    backdrop-filter: blur(24.850000381469727px);
    position: absolute;
    right: 3.25rem;
    top: 1.55rem;
    padding: 2.2rem 1.5rem 0;
}
.four5 .tb-box .title span {
    color: #26ABD6;
}
.four5 .tb-box ul {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
}
.four5 .tb-box ul li {
    width: 100%;
    height: 1.35rem;
    border-radius: .1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 .7rem;
    justify-content: space-between;
}
.four5 .tb-box ul li:nth-child(odd) {
    background: rgba(255, 255, 255, 0.06);
}
.four5 .tb-box ul li span:nth-child(1) {
    width: 40%;
}
.four5 .tb-box ul li span:nth-child(2) {
    flex: 1;
}

.pd1 {
    margin-top: 3.75rem;
}
.pd1 .title {
    text-align: center;
}
.pd1 .title p {
    width: 32.8rem;
    text-align: center;
    margin: 0 auto;
    color: #D9D9D9;
    margin-top: .5rem;
    line-height: .9rem;
}
.pd1 .main {
    width: 41.5rem;
    /*height: 16rem;*/
    margin: 0 auto;
    border-radius: .25rem;
    background-color: #111;
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: hidden;
}
.pd1 .main .img-box {
    width: 22rem;
    height: 16rem;
    flex-shrink: 0;
    display: flex;
}
.pd1 .main .img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: none;
}
.pd1 .main .img-box img.on {
    display: block;
}
.pd1 .main .lf {
    /*padding: 3rem 0 3rem 2.125rem;*/
    padding-left: 2.125rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.pd1 .main .lf .text .item {
    display: none;
    height: 10rem;
}
.pd1 .main .lf .text .item.on {
    display: block;
}
.pd1 .main .lf .text .item span {
    color: #26ABD6;
}
.pd1 .main .lf .text .item p {
    color: #D9D9D9;
    width: 9rem;
    margin-top: .5rem;
    line-height: .85rem;
}
.pd1 .main .lf .bt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .625rem;
    padding-left: .5rem;
    border-left: .025rem solid #666;
    height: 2.85rem;
    position: relative;
}
.pd1 .main .lf .bt .s-block {
    content: '';
    display: block;
    position: absolute;
    width: .075rem;
    height: .65rem;
    background-color: #fff;
    top: .5rem;
    left: -0.05rem;
    transition: all .5s;
}
.pd1 .main .lf .bt span {
    cursor: pointer;
}
.pd1 .main .lf .bt span.active {
    color: #26ABD6;
}
.pd2 {
    margin-top: 3.75rem;
}
.pd2 .title {
    text-align: center;
}
.pd2 .title span {
    line-height: 1.65rem;
}
.pd2 .main {
    margin-top: 1rem;
}
.pd2 .main .list {
    display: flex;
    flex-direction: row;
    gap: .5rem;
}
.pd2 .main .list .item {
    position: relative;
    width: 15.75rem;
    height: 7.5rem;
}
.pd2 .main .list .item img,
.pd2 .main .list .item video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
}
.pd2 .main .list .item span {
    position: absolute;
    bottom: .625rem;
    left: .9rem;
}
.pd2 .main .list2 {
    margin-top: .5rem;
}

.pd3{
    margin: 3.75rem auto;
}
.pd3 .title{
    text-align: center;
}
.pd3 .main {
    width: 29.45rem;
    height: 17.875rem;
    position: relative;
    margin: 0 auto;
}
.pd3 .main img:nth-child(1) {
    width: 100%;
    height: 100%;

}
.pd3 .main img:nth-child(2) {
    position: absolute;
    top: 1.1rem;
    left: .75rem;
    width: 27.925rem;
    height: 15.7rem;
}
.pd4 {
    background-color: #111;
    height: 20rem;
    display: flex;
    align-items: center;
}
.pd4 .main {
    display: flex;
    flex-direction: row;
    gap: 2.5rem;
    width: 100%;
    height: 14rem;
    justify-content: center;
}
.pd4 .main .rg.swiper-box {
    display: none;
}
.pd4 .main .lf {
    width: 21.5rem;
    height: 14rem;
    flex-shrink: 0;
}
.pd4 .main .lf img {
    width: 100%;
    height: 100%;
    border-radius: .25rem;
    display: none;
}
.pd4 .main .lf img.on {
    display: block;
}
.pd4 .main .rg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
}
.pd4 .main .rg .item {
    border-bottom: .025rem solid #333;
    width: 6rem;
    position: relative;
    padding-bottom: .375rem;
    cursor: pointer;
}
.pd4 .main .rg .item span {
    transition: all .5s;
}

.pd4 .main .rg .item .r-line {
    width: .5rem;
    height: .025rem;
    background-color: #26ABD6;
    position: absolute;
    bottom: -0.025rem;
    transition: width .5s;
}
.pd4 .main .rg .item.active span {
    color: #26ABD6;
    font-size: .75rem;
}
.pd4 .main .rg .item.active .r-line {
    width: 100%;
}
.pd5 {
    margin-top: 3.75rem;
}
.pd5 .title {
    text-align: center;
}
.pd5 .main {
    margin-top: .75rem;
}
.pd5 .main .swiper-container .swiper-wrapper {
    align-items: flex-start;
}

.pd5 .main .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active span {
    opacity: 1;
}
.pd5 .main .swiper-container .swiper-wrapper .swiper-slide .img-box {
    width: 25rem;
    height: 12.5rem;
    margin-bottom: .75rem;
}
.pd5 .main .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .img-box img{
    transform: scale(1);
}
.pd5 .main .swiper-container .swiper-wrapper .swiper-slide .img-box img {
    width: 100%;
    height: 100%;
    border-radius: .25rem;
    transform: scale(.8);
    transition: all .5s;
    object-fit: cover;
}
.pd5 .main .swiper-container .swiper-wrapper .swiper-slide span {
    opacity: 0;
    transition: opacity .5s;
}
.pd5 .main .swiper-container .btn svg {
    position: absolute;
    z-index: 2;
    cursor: pointer;
    width: 1.25rem;
    height: 1.25rem;
}
.pd5 .main .swiper-container .btn svg:hover circle {
    fill: #26ABD6;
    fill-opacity: 1;
}
.pd5 .main .swiper-container .btn svg.prev {
    top: 6.5rem;
    left: 9.4rem;
}
.pd5 .main .swiper-container .btn svg.next {
    top: 6.5rem;
    right: 6.4rem;
}
/* .pd5 .main .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev .img-box,
.pd5 .main .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next .img-box{
    position: relative;
}
.pd5 .main .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev .img-box img,
.pd5 .main .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next .img-box img {
    position: absolute;
    top: -1.1rem;
    left: 0;
} */

.pd6 {
    margin-top: 3.75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 5rem;
}
.pd6 .title {
    text-align: center;
}
.pd6 .main {
    width: 41.5rem;
    flex-shrink: 0;
    background: #0B0B0B;
    margin-top: 1.25rem;
}
.pd6 .main .my-table {
    width: 29.275rem;
    height: 100%;
}
.pd6 .main .my-table table {
    width: 100%;
}
.pd6 .main .my-table table tr {
    border-bottom: .025rem solid #333;
    display: flex;
    flex-direction: row;
}
.pd6 .main .my-table table tr td {
    border-right: .025rem solid #333;
    width: 13.5rem;
    text-align: center;
    min-height: 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.25rem;
    color: #E1E1E1;
}
.pd6 .main .my-table table tr td:nth-child(1) {
    width: 6.275rem;
    text-align: center;
}
.pd6 .main .my-table table tr:nth-child(1) td {
    width: 13.5rem;
    height: 8.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 .875rem;
}
.pd6 .main .my-table table tr:nth-child(1) td img {
    width: 7.725rem;
    height: 6.425rem;
    margin-bottom: .625rem;
    object-fit: cover;
}
.pd6 .main .my-table table tr:nth-child(1) td:nth-child(1) {
    width: 6.275rem;
}

.form1 {
    padding-top: 5rem;
}
.form1 .text {
    text-align: center;
}
.form1 .text p {
    margin-top: .425rem;
}
.form1 .main {
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 3.25rem;
    gap: 4.75rem;
}
.form1 .main .lf {
    flex: 1;
}
.form1 .main .lf form ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: .75rem;
}
.form1 .main .lf form ul li {
    display: flex;
    flex-direction: column;
    gap: .25rem;
}
.form1 .main .lf form ul li input {
    width: 10rem;
    height: 1.2rem;
    border: .025rem solid #222;
    background-color: #000;
    padding: 0 .425rem;
    color: #fff;
    font-size: 14px;
    position: relative;
}
.form1 .main .lf form ul li input::placeholder {
    color: #666;
}
/* .form1 .main .lf form ul li .select-box::after {
    content: '';
    display: block;
    width: .225rem;
    height: .375rem;
    background: url(../images/arrow-l-w.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(90deg);
} */
.form1 .main .lf form ul li textarea {
    width: 20.75rem;
    height: 2.45rem;
    border: .025rem solid #222;
    background: #000;
    padding: .375rem 0 0 .425rem;
    font-size: 14px;
    color: #fff;
    resize: none;
}
.form1 .main .lf form ul li textarea::placeholder {
    color: #666;
}
.form1 .main .lf form ul li .select-box {
    position: relative;
}
.form1 .main .lf form ul li .select-box svg {
    position: absolute;
    right: .5rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s;
}

.form1 .main .lf form ul li .select-box input:focus + .drow-down {
    max-height: 6rem;
}
.form1 .main .lf form ul li .select-box input:focus + .drow-down + svg {
    transform: rotate(180deg);
}
.form1 .main .lf form ul li .select-box .drow-down {
    max-height: 0;
    overflow: hidden;
    transition: all .5s;
    position: absolute;
    z-index: 3;
    background: #fff;
    width: 100%;
    overflow-y: auto;
}
.form1 .main .lf form ul li .select-box .drow-down ul {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.form1 .main .lf form ul li .select-box .drow-down ul li {

    padding: .25rem .5rem;
}
.form1 .main .lf form ul li .select-box .drow-down ul li:hover {
    background-color: #26ABD6;
    color: #fff;
}
.form1 .main .lf form ul li input.capt {
    width: 4.35rem;
}
.form1 .main .lf form ul .capt-box {
    display: flex;
    flex-direction: row;
    gap: .5rem;
    align-items: center;
}
.form1 .main .lf form ul .capt-box img {
    width: 2.05rem;
    height: .8rem;
}
.form1 .main .lf form ul .capt-box .btn {
    display: flex;
    flex-direction: row;
    gap: .1rem;
    align-items: center;
    cursor: pointer;
}
.form1 .main .lf form ul .capt-box .btn svg {
    width: .3rem;
    height: .3rem;
}
.form1 .main .lf form .submit {
    width: 4.5rem;
    height: 1.1rem;
    background: #26ABD6;
    backdrop-filter: blur(5.400000095367432px);
    font-size: 14px;
    color: #fff;
    margin-top: .75rem;
}
.form1 .main .lf form .submit:hover {
    background: #0055F2;
}
.form1 .main .rg {
    flex-shrink: 0;
}
.form1 .main .rg .box {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: center;
}
.form1 .main .rg .box img {
    width: 12.55rem;
    height: 14.875rem;
    display: none;
}
.form1 .main .rg .box img.on {
    display: block;
}
.banner1.news1 .swiper-container .swiper-wrapper .swiper-slide {
    padding-top: 9rem;
}
.news2 {
    margin-top: 3rem;
    padding: 0 3.25rem 1rem;
}
.news2 .top {
    display: flex;
    flex-direction: row;
    gap: 2.2rem;
    align-items: center;
}
.news2 .top .lf {
    width: 21rem;
    height: 13rem;
    border-radius: .25rem;
    overflow: hidden;
}
.news2 .top .lf img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news2 .top .rg{
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
.news2 .top .rg span {
    width: 14rem;
    line-height: 1.1rem;
}
.news2 .top .rg p {
    color: #D8D8D8;
    line-height: .5rem;
    width: 18rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news2 .top .rg a {
    width: 5rem;
    height: 1.25rem;
    background: #26ABD6;
    margin-top: 3rem;
    transition: all .5s;
    text-align: center;
    line-height: 1.25rem;
}
.news2 .top .rg a:hover {
    background: #0055F2;
}
.news2 .list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1.75rem;
}
.news2 .list .item {
    width: 13.25rem;
    height: 15rem;
    flex-shrink: 0;
    background: #111;
    transition: background .5s;
}
.news2 .list .item:hover {
    background: #242424;
}
.news2 .list .item .img-box {
    width: 100%;
    height: 8.5rem;
    flex-shrink: 0;
    border-radius: .25rem;
    overflow: hidden;
}
.news2 .list .item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s;
}
.news2 .list .item .img-box img:hover {
    transform: scale(1.05);
}
.news2 .list .item .text {
    padding: .75rem;
    display: flex;
    flex-direction: column;
}
.news2 .list .item .text .line {
    width: 100%;
    height: .025rem;
    background: #666;
    margin-bottom: .625rem;
}
.news2 .list .item .text .bt {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.news2 .list .item .text .bt a span {
    transition: color .5s;
}
.news2 .list .item .text .bt a:hover span {
    color: #26ABD6;
}
.news2 .list .item .text span.title {
    height: 1.6rem;
    margin-bottom: .25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news2 .list .item .text p {
    margin-bottom: .875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news2 .pager {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: .35rem;
    margin-top: 2rem;
}
.news2 .pager ul {
    display: flex;
    flex-direction: row;
    gap: .35rem;
}
.news2 .pager .btn {
    width: 1.1rem;
    height: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: .025rem solid #333;
    cursor: pointer;
}
.news2 .pager .btn.active {
    background-color: #26ABD6;
}
.news2 .pager .prev:hover,
.news2 .pager .next:hover {
    border: .025rem solid #26ABD6;
}

.new-det {
    padding: 4.15rem 3.25rem 3.75rem;
    display: flex;
    flex-direction: row;
    gap: .7rem;
}
.new-det .lf {
    width: 31.25rem;
    border-radius: .3rem;
    flex-shrink: 0;
    background: #111;
    padding: 2rem 1.425rem 3rem;
}
.new-det .lf .top  {
    padding-bottom: .85rem;
    border-bottom: .025rem solid #4E4E4E;
}
.new-det .lf .top .share{
    display: flex;
    flex-direction: row;
    gap: 2rem;
    margin-top: 1rem;
}
.new-det .lf .top .share>div {
    display: flex;
    flex-direction: row;
    gap: .5rem;
}
.new-det .lf .top .share>div ul {
    display: flex;
    flex-direction: row;
    gap: .375rem;
}
.new-det .lf .top .share>div ul li {
    position: relative;
    width: .75rem;
    height: .75rem;
}
.new-det .lf .top .share>div ul li img{
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.new-det .lf .top .share>div ul li img:nth-child(1) {
    opacity: 1;
}
.new-det .lf .top .share>div ul li img:nth-child(2) {
    opacity: 0;
}
.new-det .lf .top .share>div ul li:hover img:nth-child(1) {
    opacity: 0;
}
.new-det .lf .top .share>div ul li:hover img:nth-child(2) {
    opacity: 1;
}
.new-det .lf .main {
    margin-top: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: .375rem;
    color: #C8C8C8;
    font-size: 16px;
    line-height: .75rem;
}
/*.new-det .lf .main p {*/
/*    color: #C8C8C8;*/
/*    line-height: .75rem;*/
/*}*/
.new-det .lf .main p img {
    margin: .95rem 0;
    object-fit: contain;
}
.new-det .rg {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}
.new-det .rg .list {
    width: 9.55rem;
    flex-shrink: 0;
    background: #111;
    border-radius: .3rem;
    padding: .95rem .75rem 0;
    display: flex;
    flex-direction: column;
}
.new-det .rg .list li a{
    padding: .5rem 0;
    display: flex;
    flex-direction: column;
    gap: .25rem;
}
.new-det .rg .list li a span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.new-det .rg .list li a p {
    color: #ACACAC;
}
.new-det .rg .list svg:nth-child(9) {
    display: none;
}
.new-det .rg .list2 {
    padding-bottom: 1.35rem;
    position: relative;
}
.new-det .rg .list2 a.back {
    width: 100%;
    height: 1.35rem;
    background: #26ABD6;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem;
    color: #fff;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: .5rem;
}
.new-det .rg .list2 a.back::after {
    content: '';
    display: block;
    background: url(../images/back.svg) no-repeat center;
    background-size: contain;
    width: .4rem;
    height: .375rem;
}
.banner1.ab1 .swiper-container {
    height: 18.5rem;
}
.banner1.ab1 .swiper-container .swiper-wrapper .swiper-slide {
    padding-top: 9rem;
    background-color: rgba(0, 0, 0, .2);
}
.banner1.ab1 .swiper-container .swiper-wrapper .swiper-slide .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
    z-index: 1;
}
.ab2 {
    margin-top: 3.75rem;
    padding: 0 3.25rem;
}
.ab2>.text {
    display: flex;
    justify-content: space-between;
}
.ab2>.text .lf {
    width: 11rem;
}
.ab2>.text .rg>.text {
    width: 26.175rem;
    display: flex;
    flex-direction: column;
    gap: .75rem;
}
.ab2 .title {
    text-align: center;
}
.ab2 .main {
    margin: 0 auto;
    width: 41.5rem;
    height: 19rem;
    margin-top: 4.5rem;
    overflow: hidden;
    position: relative;
}
.ab2 .main .img-box {
    width: 100%;
    height: 100%;
    border-radius: .25rem;
    overflow: hidden;
}
.ab2 .main .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ab2 .main .swiper-box {
    display: none;
}
.ab2 .main .swiper-box .swiper-wrapper .swiper-slide .item {
    height: 3.75rem;
    border-radius: .25rem;
    background: rgba(255, 255, 255, 0.40);
    backdrop-filter: blur(9.899999618530273px);
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: .85rem;
    gap: .75rem;
    cursor: pointer;
    transition: all .5s;
}
.ab2 .main .swiper-box .swiper-wrapper .swiper-slide .item .img-box {
    width: 1.15rem;
    height: 1.15rem;
}
.ab2 .main .swiper-box .swiper-wrapper .swiper-slide .item .img-box img {
    width: 100%;
    height: 100%;
}
.ab2 .main .swiper-box .swiper-wrapper .swiper-slide .item .text {
    display: flex;
    flex-direction: column;
    gap: .375rem;
}
.ab2 .main ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: .75rem;
    position: absolute;
    bottom: 1rem;
    justify-content: center;
}
.ab2 .main ul li {
    width: 12rem;
    height: 3.75rem;
    flex-shrink: 0;
    border-radius: .25rem;
    background: rgba(0, 0, 0, 0.40);
    backdrop-filter: blur(9.899999618530273px);
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: .85rem;
    gap: .75rem;
    cursor: pointer;
    transition: all .5s;
}
.ab2 .main ul li .img-box {
    width: 1.15rem;
    height: 1.15rem;
    position: relative;
}
.ab2 .main ul li .img-box img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ab2 .main ul li .img-box img:nth-child(1) {
    opacity: 1;
}
.ab2 .main ul li .img-box img:nth-child(2) {
    opacity: 0;
}
.ab2 .main ul li .text {
    display: flex;
    flex-direction: column;
    gap: .375rem;
}
.ab2 .main ul li:hover {
    background: #fff;
    transform: translateY(-.5rem);
}
.ab2 .main ul li:hover .img-box img:nth-child(1) {
    opacity: 0;
}
.ab2 .main ul li:hover .img-box img:nth-child(2) {
    opacity: 1;
}
.ab2 .main ul li:hover .text span {
    color: #26ABD6;
}
.ab2 .main ul li:hover .text p {
    color: #000;
}
.ab3 {
    margin-top: 2.25rem;
    padding: 0 3.25rem;
    display: flex;
    flex-direction: row;
    gap: 2.75rem;
}
.ab3 .lf {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
}
.ab3 .lf .title {
    width: 16rem;
}
.ab3 .lf .img-box {
    width: 16.25rem;
    height: 18rem;
    border-radius: .25rem;
    overflow: hidden;
}
.ab3 .lf .img-box img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.ab3 .rg {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ab3 .rg .text {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    color: #999;
    font-size: .45rem;
}
.ab3 .rg .img-box {
    width: 22.5rem;
    height: 12.5rem;
    flex-shrink: 0;
    border-radius: .25rem;
    background: rgba(255, 255, 255, 0.70);
    overflow: hidden;
}
.ab3 .rg .img-box video {
    width: 100%;
    height: 100%;
}
.ab4 {
    margin-top:3.75rem;
}
.ab4 .title {
    text-align: center;
}
.ab4 .title p {
    color: #D9D9D9;
}
.ab4 ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: .75rem;
    justify-content: center;
    margin-top: .875rem;
}
.ab4 ul li {
    width: 6.75rem;
    height: 2.25rem;
    flex-shrink: 0;
    border-radius: .25rem;
    background: #111;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: background .5s;
    cursor: pointer;
}
.ab4 .nav li.active {
    background: #26ABD6;
}
.ab4 .main {
    margin-top: 1rem;
    position: relative;
    overflow: hidden;
}
.ab4 .main .mask {
    width: 9.575rem;
    height: 14.325rem;
    flex-shrink: 0;
    background: #000;
    filter: blur(63px);
    position: absolute;
    z-index: 2;
}
.ab4 .main .mask.lf {
    top: -3.3rem;
    left: -5.625rem;
}
.ab4 .main .mask.rg {
    top: -3.3rem;
    right: -5.625rem;
}

.ab4 .main .btn svg {
    cursor: pointer;
    position: absolute;
    z-index: 2;
}
.ab4 .main .btn svg.prev {
    top: 4.325rem;
    left: 11.675rem;
}
.ab4 .main .btn svg.next {
    top: 4.325rem;
    right: 11.675rem;
}
.ab4 .main .btn svg:hover circle {
    fill:#26ABD6;
    fill-opacity:1;
}

.ab4 .main .swiper-container .swiper-wrapper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* width: 16.75rem !important; */
}
.ab4 .main .swiper-container .swiper-wrapper .swiper-slide .img-box{
    width: 16.75rem;
    height: 9.5rem;
    flex-shrink: 0;
    border-radius: .25rem;
    overflow: hidden;
}
.ab4 .main .swiper-container .swiper-wrapper .swiper-slide .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(.8);
    transition: transform .5s;
}
.ab4 .main .swiper-container .swiper-wrapper .swiper-slide span {
    margin-top: 1rem;
}
.ab4 .main .swiper-container .swiper-wrapper .swiper-slide p {
    text-align: center;
    width: 12.5rem;
    line-height: 200%;
    opacity: 0;
    transition: opacity .5s;
}
.ab4 .main .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active p {
    opacity: 1;
}
.ab4 .main .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .img-box img {
    transform: scale(1);
}

.ab5 {
    margin-top: 3.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: calc(40.05rem - 12.5rem);
}
.ab5 .top {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    z-index: 1;
}
.ab5 .title {
    text-align: center;
    gap: .25rem;
}
.ab5 .title p{
    width: 24.7rem;
    line-height:180%;
    color: #D9D9D9;
}
.ab5 .text {
    display: flex;
    flex-direction: row;
    gap: 3.6rem;
    margin-top: 1.125rem;
}
.ab5 .text .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .4rem;
    cursor: pointer;
}
.ab5 .text .item span {
    color: #26ABD6;
}
.ab5 .more {
    width: 4rem;
    height: .95rem;
    background: #26ABD6;
    margin-top: 1.5rem;
}
.ab5 .img-box {
    width: 100%;
}
.ab5 .img-box img {
    width: 100%;
    height: 100%;
    transform: translateY(-12.5rem);
}
.popup-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background-color: rgba(0, 0, 0, .87);
    display: none;
    justify-content: end;
}
.popup-mask.on {
    display: flex;
}
.popup-mask .popup-content {
    width: 27.6rem;
    display: flex;
    flex-direction: row;
    padding-top: 2.5rem;
    transform: translateX(27.6rem);
    transition: transform .5s;
}
.popup-mask .popup-content.on {
    transform: translateX(0);
}
.popup-mask .popup-content .close {
    width: 1.4rem;
    height: 1.4rem;
    background: #26ABD6;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.popup-mask .popup-content .main {
    width: 26.2rem;
    overflow-y: auto;
    background: #222;
    padding: 1.8rem 2.2rem;
}
.popup-content .main ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: .625rem 1.25rem;
}
.popup-content .main ul li {
    display: flex;
    flex-direction: column;
    gap: .625rem;
    justify-content: center;
    align-items: center;
}
.popup-content .main ul li .img-box {
    width: 6.25rem;
    height: 8.75rem;
    background: #fff;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup-content .main ul li .img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}