@charset "UTF-8";
img { max-width: 100%; border: 0; object-fit: cover; display: block; -webkit-user-drag: none; }

a img { -webkit-transition: all .5s ease; transition: all .5s ease; }

.xs-display { display: none !important; }

.text-c { text-align: center; }

@keyframes clickHint { 0%, 100% { opacity: 0.3;
    width: px2rem(20); }
  50% { opacity: 1;
    width: px2rem(40); } }

:root { --headerHeight: 0.8rem; }

.cont1400 { width: 14rem; margin: 0 auto; max-width: 100%; }

.cont1440 { width: 14.4rem; margin: 0 auto; max-width: 100%; }

.align-center { text-align: center; }

/* IE低版本提�?*/
.pageTips { width: 100%; height: 100%; background: #f8f8f8; position: fixed; left: 0; top: 0; z-index: 1000; }

.pageTips .con { width: 640px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }

.pageTips .con svg { width: 100px; height: 100px; margin: 0 auto; fill: orangered; display: block; }

.pageTips .con .msg { font-size: 18px; line-height: 36px; padding-top: 10px; color: #000; }

.container { width: 87.5%; margin: 0 auto; position: relative; transition: all .4s ease; }

.text-more { font-size: 0.16rem; cursor: pointer; display: inline-block; position: relative; padding-bottom: 0.12rem; transition: all .4s ease; }

.text-more:before { content: ""; width: 0; height: 2px; background: #004abb; position: absolute; left: 0; bottom: 0; transition: all .4s ease; }

.text-more i { font-size: 0.2rem; margin-left: 0.05rem; position: relative; top: 0.02rem; transition: all .4s ease; display: inline-block; }

.text-more:hover { color: #004abb; }

.text-more:hover:before { width: 100%; }

.text-more:hover i { margin-left: 0.1rem; transform: rotate(45deg); }

.text-more.white { color: #fff; }

.text-more.white:before { background: #fff; }

.title-box { margin-bottom: 0.4rem; position: relative; }

.title-box h2 { font-size: 0.56rem; font-weight: bold; line-height: 1.5; }

.title-box h3 { font-size: 0.24rem; font-weight: bold; line-height: 1.5; margin-top: 0.15rem; }

.title-box p { font-size: 0.18rem; line-height: 2; color: #333; margin-top: 0.2rem; }

.title-box.white h2, .title-box.white h3, .title-box.white h4, .title-box.white p { color: #fff !important; }

.title-box.align-center { text-align: center; }

.title-box.has-btn .common-btn { width: 1.8rem; background: #fff; border: 1px solid #000; color: #000; position: absolute; right: 0; bottom: 0; }

.title-box.has-btn .common-btn i { color: #000; }

.title-box.has-btn .common-btn:hover { box-shadow: none; background: #004abb; color: #fff; border-color: #004abb; }

.title-box.has-btn .common-btn:hover i { color: #fff; }

@keyframes move-svg { 0% { -webkit-mask-position-x: 0; }
  to { -webkit-mask-position-x: 13rem; } }

/* Nei-page */
.Nei-page .container { width: 83%; }

.Nei-page .banner { width: 100%; overflow: hidden; position: relative; }

.Nei-page .banner img { width: 100%; height: 100%; max-height: 100vh; }

.Nei-page .banner .text { width: 100%; position: absolute; left: 0; top: 50%; transform: translateY(-50%); }

.Nei-page .banner .text h2 { font-size: 0.56rem; color: #fff; position: relative; z-index: 1; font-weight: bold; }

.Nei-page .banner .text p { font-size: 0.36rem; line-height: 0.3rem; color: rgba(255, 255, 255, 0.4); margin-top: 0.2rem; text-transform: capitalize; }

.Nei-page .crumbs-tabs { width: 100%; overflow: hidden; position: absolute; left: 0; bottom: 0; background: rgba(0, 0, 0, 0.3); backdrop-filter: blur(35px); }

.Nei-page .crumbs-tabs .container { display: flex; justify-content: space-between; align-items: center; position: relative; }

.Nei-page .crumbs-tabs .crumbs { font-size: 0.16rem; color: #fff; height: 0.8rem; display: flex; align-items: center; }

.Nei-page .crumbs-tabs .crumbs .iconfont { font-size: 0.16rem; color: #fff; margin-right: 0.1rem; transition: all .4s ease; }

.Nei-page .crumbs-tabs .crumbs .iconfont.icon-home { font-size: 0.18rem; }

.Nei-page .crumbs-tabs .crumbs .iconfont.icon-position-right { margin: 0 0.05rem 0 0.08rem; }

.Nei-page .crumbs-tabs .crumbs a { color: #fff; }

.Nei-page .crumbs-tabs .tabs { height: auto; overflow: hidden; position: relative; z-index: 1; }

.Nei-page .crumbs-tabs .tabs .swiper-slide { width: auto; line-height: 0.8rem; font-size: 0.16rem; color: #fff; padding: 0 0.3rem; transition: all .4s ease; position: relative; }

.Nei-page .crumbs-tabs .tabs .swiper-slide:before { content: ""; width: 100%; height: 100%; background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%); position: absolute; left: 0; top: 0; opacity: 0; transition: all .4s ease; z-index: -1; }

.Nei-page .crumbs-tabs .tabs .swiper-slide.active:before, .Nei-page .crumbs-tabs .tabs .swiper-slide:hover:before { opacity: 0.2; }

.Nei-page .content { background: #fff; position: relative; z-index: 0; }

.Nei-page .content .section { overflow: hidden; position: relative; z-index: 0; }

.Nei-page .content .tabs-search { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 0.5rem; position: relative; z-index: 5; }

.Nei-page .content .tabs-search:before { content: ""; width: 100%; height: 0.02rem; background: #E2E6EF; position: absolute; left: 0; bottom: 0; }

.Nei-page .content .tabs-search .tabs { display: flex; align-items: flex-end; }

.Nei-page .content .tabs-search .tabs .tit { font-size: 0.3rem; font-weight: bold; padding-bottom: 0.45rem; margin-right: 0.15rem; }

.Nei-page .content .tabs-search .tabs ul { display: flex; }

.Nei-page .content .tabs-search .tabs ul li { font-size: 0.16rem; position: relative; padding: 0 0.1rem 0.45rem 0.1rem; margin-left: 0.3rem; }

.Nei-page .content .tabs-search .tabs ul li:before { content: ""; width: 0; height: 0.02rem; background: #004abb; position: absolute; left: 0; bottom: 0; right: 0; margin: auto; transition: all .4s ease; }

.Nei-page .content .tabs-search .tabs ul li a { color: #000; }

.Nei-page .content .tabs-search .tabs ul li:hover:before, .Nei-page .content .tabs-search .tabs ul li.active:before { width: 100%; }

.Nei-page .content .tabs-search .search { display: flex; align-items: center; }

.Nei-page .content .tabs-search .search .input { flex: 1; border: 1px solid #E3E3E3; border-radius: 0.25rem; padding: 0 0.2rem; display: flex; align-items: center; }

.Nei-page .content .tabs-search .search .input input { height: 0.5rem; flex: 1; font-size: 0.16rem; }

.Nei-page .content .tabs-search .search .input .icon-sousuo { font-size: 0.2rem; color: #999; transition: all .4s ease; cursor: pointer; }

.Nei-page .content .tabs-search .search .filter { font-size: 0.16rem; height: 0.5rem; color: #fff; padding: 0 0.2rem; margin-left: 0.3rem; font-weight: bold; display: flex; align-items: center; background: #004abb; border-radius: 0.25rem; cursor: pointer; }

.Nei-page .content .tabs-search .search .filter i { font-size: 0.16rem; margin-left: 0.05rem; margin-top: 0.02rem; }

.Nei-page .content .tabs-search .filter-pop { width: 4rem; padding: 0.3rem 0.2rem; position: absolute; right: 0; top: 1rem; background: #fff; box-shadow: 0 0 0.1rem 0.03rem rgba(0, 0, 0, 0.05); opacity: 0; transform: translateX(100%); transition: all .4s ease; }

.Nei-page .content .tabs-search .filter-pop .tit { font-size: 0.24rem; font-weight: bold; margin-bottom: 0.4rem; }

.Nei-page .content .tabs-search .filter-pop .tit i { font-size: 0.24rem; float: right; cursor: pointer; transition: all .4s ease; }

.Nei-page .content .tabs-search .filter-pop .tit i:hover { transform: rotate(180deg); color: #004abb; }

.Nei-page .content .tabs-search .filter-pop dl { margin-top: 0.3rem; }

.Nei-page .content .tabs-search .filter-pop dl dt { font-size: 0.2rem; font-weight: bold; margin-bottom: 0.1rem; }

.Nei-page .content .tabs-search .filter-pop dl dd { display: flex; flex-wrap: wrap; }

.Nei-page .content .tabs-search .filter-pop dl dd a { font-size: 0.16rem; height: 0.44rem; border: 1px solid #eee; padding: 0 0.15rem; border-radius: 0.25rem; display: flex; align-items: center; margin: 0.1rem 0.1rem 0 0; }

.Nei-page .content .tabs-search .filter-pop dl dd a.active, .Nei-page .content .tabs-search .filter-pop dl dd a:hover { background: #004abb; color: #fff; }

.Nei-page .content .tabs-search .filter-pop .btn { width: 100%; height: 0.5rem; font-size: 0.16rem; border: 1px solid #E3E3E3; border-radius: 0.25rem; display: flex; align-items: center; justify-content: center; margin-top: 0.3rem; cursor: pointer; }

.Nei-page .content .tabs-search .filter-pop.on { transform: translate(0); opacity: 1; }

.Nei-page.Nei-page-text .content { padding: 1rem 0; }

.Nei-page.Nei-page-text .content h1 { font-size: 0.36rem; font-weight: bold; margin-bottom: 0.4rem; text-align: center; }

.Nei-page.Nei-page-text .content h5 { font-size: 0.18rem; font-weight: bold; margin-bottom: 0.2rem; }

.Nei-page.Nei-page-text .content p { font-size: 0.16rem; line-height: 1.75; margin-bottom: 0.3rem; }

.Nei-page.Nei-page-nobanner :root { --header-height: 0.8rem; }

.Nei-page.Nei-page-nobanner .header .container { height: 0.8rem; }

.Nei-page.Nei-page-nobanner .header .container:before { display: none; }

.Nei-page.Nei-page-nobanner .header:before { background: #333; opacity: 1; }

.Nei-page.Nei-page-nobanner .header .logo { background: url(../images/logo.png) no-repeat center/100%; }

.Nei-page.Nei-page-nobanner .header .nav .item { line-height: 0.8rem; color: #fff; }

.Nei-page.Nei-page-nobanner .header .nav .item:before { background: #fff; }

.Nei-page.Nei-page-nobanner .header .nav .item:hover { color: #fff; }

.Nei-page.Nei-page-nobanner .header .other .search input { color: #000; }

.Nei-page.Nei-page-nobanner .header .other .search input::placeholder { color: rgba(0, 0, 0, 0.7); }

.Nei-page.Nei-page-nobanner .header .other .search .icon-sousuo { color: #fff; }

.Nei-page.Nei-page-nobanner .header .other .search:hover .icon-sousuo { color: #000; }

.Nei-page.Nei-page-nobanner .header .other .lang a { color: #fff !important; }

.Nei-page.Nei-page-nobanner .header .menu { height: 0.8rem; border-left: 1px solid rgba(255, 255, 255, 0.1); }

.Nei-page.Nei-page-nobanner .header .menu i { color: #fff; }

.Nei-page.Nei-page-nobanner .header .submenu-item { top: 0.8rem; }

.Nei-page.Nei-page-nobanner .crumbs-tabs { margin-top: 0.8rem; position: relative; left: 0; bottom: auto; background: rgba(0, 0, 0, 0.35); }

.Nei-page.Nei-page-nobanner .crumbs-tabs .crumbs { color: #fff; height: 0.6rem; }

.Nei-page.Nei-page-nobanner .crumbs-tabs .crumbs .iconfont { color: #fff; }

.Nei-page.Nei-page-nobanner .crumbs-tabs .crumbs a { color: #fff; }

.Nei-page.Nei-page-nobanner .crumbs-tabs .tabs .swiper-slide { color: #fff; line-height: 0.6rem; }

.Nei-page.Nei-page-nobanner .content { padding-top: 1.6rem; }

.Nei-page.Nei-page-nobanner-white .header { box-shadow: 0 0 0.1rem 0.03rem rgba(0, 0, 0, 0.05); }

.Nei-page.Nei-page-nobanner-white .header:before { opacity: 1; }

.Nei-page.Nei-page-nobanner-white .header .logo { background: url(../images/logo1.png) no-repeat center/100%; }

.Nei-page.Nei-page-nobanner-white .header .nav .item { color: #151515; }

.Nei-page.Nei-page-nobanner-white .header .nav .item:before { background: #004abb; }

.Nei-page.Nei-page-nobanner-white .header .nav .item:hover { color: #004abb; }

.Nei-page.Nei-page-nobanner-white .header .other .search input { color: #151515; }

.Nei-page.Nei-page-nobanner-white .header .other .search input::placeholder { color: rgba(0, 0, 0, 0.7); }

.Nei-page.Nei-page-nobanner-white .header .other .search .icon-sousuo { color: #151515; }

.Nei-page.Nei-page-nobanner-white .header .other .lang { color: #151515; }

.Nei-page.Nei-page-nobanner-white .header .menu { border-left: 1px solid rgba(0, 0, 0, 0.1); }

.Nei-page.Nei-page-nobanner-white .header .menu i { color: #151515; }

.Nei-page.Nei-page-nobanner-white .crumbs-tabs { margin-top: var(--headerHeight); position: relative; left: 0; bottom: auto; background: #F4F4F4; backdrop-filter: blur(0px); }

.Nei-page.Nei-page-nobanner-white .crumbs-tabs .crumbs { color: #333; height: 0.6rem; }

.Nei-page.Nei-page-nobanner-white .crumbs-tabs .crumbs .iconfont { color: #333; }

.Nei-page.Nei-page-nobanner-white .crumbs-tabs .crumbs a { color: #333; }

.Nei-page.Nei-page-nobanner-white .crumbs-tabs .tabs .swiper-slide { color: #333; line-height: 0.6rem; }

.Nei-page.Nei-page-nobanner-white .crumbs-tabs .tabs .swiper-slide:before { display: none; }

.Nei-page.Nei-page-nobanner-white .crumbs-tabs .tabs .swiper-slide.active { color: #004abb; }

.Nei-page.Nei-page-nobanner-white .content { padding-top: 1.6rem; }

.Nei-page.Nei-page-fm .footer { margin-top: -1rem; }

/* Yuplus1 */
.Yuplus1 .bigBanner:after { display: none; }

.Yuplus1.content { background: url(../images/nei-tq.webp) no-repeat top/100%; }

.Yuplus1.content .section { padding: 1rem 0; position: relative; }

.Yuplus1.content .section .title-box { margin-bottom: 0.3rem; }

.Yuplus1.content .section .st { font-size: 0.34rem; color: #0C0B0B; position: relative; padding: 0 1.2rem; font-weight: bold; display: inline-block; margin: 0 auto 0.6rem; }

.Yuplus1.content .section .st:before { content: ""; width: 1rem; height: 0.03rem; background: linear-gradient(90deg, #fff 0%, #004abb 100%); position: absolute; left: 0; top: 50%; transform: translateY(-50%); }

.Yuplus1.content .section .st:after { content: ""; width: 1rem; height: 0.03rem; background: linear-gradient(301.18deg, #fff 0%, #004abb 100%); position: absolute; right: 0; top: 50%; transform: translateY(-50%); }

.Yuplus1.content .section1 { padding-top: 0; }

.Yuplus1.content .section1 .video { border-radius: 0.2rem; overflow: hidden; position: relative; cursor: pointer; display: block; }

.Yuplus1.content .section1 .video img { width: 100%; height: 100%; transition: all .4s ease; }

.Yuplus1.content .section1 .video .iconfont { font-size: 0.6rem; width: 0.6rem; height: 0.6rem; line-height: 0.6rem; text-align: center; border-radius: 50%; fill: #fff; color: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }

.Yuplus1.content .section1 .video:hover img { transform: scale(1.1); }

.Yuplus1.content .section2 { background: #F0F5FB; height: 100vh; z-index: 2; text-align: center; padding-top: 0.4rem; }

.Yuplus1.content .section2 .box { display: flex; flex-wrap: wrap; align-items: flex-start; }

.Yuplus1.content .section2 .box .img { width: 50%; overflow: hidden; border-radius: 0.2rem; }

.Yuplus1.content .section2 .box .img img { width: 100%; }

.Yuplus1.content .section2 .box .text { width: 50%; padding: 0.5rem 0 0 0.8rem; text-align: left; }

.Yuplus1.content .section2 .box .text ul li { position: relative; margin-top: 0.3rem; opacity: .5; transition: all .4s ease; }

.Yuplus1.content .section2 .box .text ul li h4 { font-size: 0.24rem; padding-bottom: 0.3rem; font-weight: bold; position: relative; display: flex; align-items: center; cursor: pointer; }

.Yuplus1.content .section2 .box .text ul li h4 img { width: 0.34rem; margin-right: 0.2rem; }

.Yuplus1.content .section2 .box .text ul li h4:before { content: ""; width: 100%; height: 1px; background: #EBEBEB; opacity: .8; position: absolute; left: 0; bottom: 0; }

.Yuplus1.content .section2 .box .text ul li .bb { display: none; position: relative; padding-bottom: 0.3rem; }

.Yuplus1.content .section2 .box .text ul li .bb:before { content: ""; width: 100%; height: 1px; background: #EBEBEB; opacity: .8; position: absolute; left: 0; bottom: 0; }

.Yuplus1.content .section2 .box .text ul li .bb dl { display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 0.3rem; padding-left: 0.6rem; }

.Yuplus1.content .section2 .box .text ul li .bb dl dd { width: 48%; }

.Yuplus1.content .section2 .box .text ul li .bb dl dd h5 { font-size: 0.24rem; font-weight: bold; }

.Yuplus1.content .section2 .box .text ul li .bb dl dd h5 b { font-size: 0.6rem; font-weight: bold; }

.Yuplus1.content .section2 .box .text ul li .bb dl dd p { font-size: 0.18rem; margin-top: 0.1rem; line-height: 1.5; }

.Yuplus1.content .section2 .box .text ul li.active { opacity: 1; }

.Yuplus1.content .section2 .box .text ul li:first-child { margin-top: 0; }

.Yuplus1.content .section2 .box .text ul li:last-child .bb dl dd { width: 33.3333%; }

.Yuplus1.content .section3 { text-align: center; z-index: 4; }

.Yuplus1.content .section3 .box { overflow: hidden; position: relative; }

.Yuplus1.content .section3 .box .slide { position: relative; border-radius: 0.2rem; overflow: hidden; }

.Yuplus1.content .section3 .box .slide .swiper-slide img { width: 100%; height: 100%; }

.Yuplus1.content .section3 .box .slide .swiper-slide p { width: 100%; font-size: 0.18rem; color: #fff; position: absolute; left: 0; top: 0.6rem; text-align: center; }

.Yuplus1.content .section3 .box .slide .swiper-slide p b { font-weight: bold; font-size: 0.24rem; }

.Yuplus1.content .section3 .box .tabs { width: 100%; position: absolute; left: 0; bottom: 0; z-index: 1; display: flex; justify-content: center; gap: 1.4rem; }

.Yuplus1.content .section3 .box .tabs:before { content: ""; width: 100%; height: 1px; background: rgba(255, 255, 255, 0.5); position: absolute; left: 0; top: 0; }

.Yuplus1.content .section3 .box .tabs .item { font-size: 0.24rem; color: #fff; padding: 0.35rem 0.3rem 0.4rem; cursor: pointer; position: relative; }

.Yuplus1.content .section3 .box .tabs .item:before { content: ""; width: 100%; height: 2px; background: #fff; position: absolute; left: 0; top: 0; opacity: 0; }

.Yuplus1.content .section3 .box .tabs .item.active { font-weight: bold; }

.Yuplus1.content .section3 .box .tabs .item.active:before { opacity: 1; }

.Yuplus1.content .section3 .video { border-radius: 0.2rem; overflow: hidden; position: relative; cursor: pointer; display: block; }

.Yuplus1.content .section3 .video img { width: 100%; height: 100%; transition: all .4s ease; }

.Yuplus1.content .section3 .video .iconfont { font-size: 0.6rem; width: 0.6rem; height: 0.6rem; line-height: 0.6rem; text-align: center; border-radius: 50%; fill: #fff; color: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }

.Yuplus1.content .section3 .video:hover img { transform: scale(1.1); }

.Yuplus1.content .section3 ul { width: 100%; display: flex; justify-content: center; gap: 0.4rem; position: absolute; left: 0; bottom: 0.4rem; z-index: 1; padding: 0 0.3rem 0 0.5rem; }

.Yuplus1.content .section3 ul li { flex: 1; text-align: left; }

.Yuplus1.content .section3 ul li h3 { font-size: 0.24rem; color: #fff; margin-bottom: 0.2rem; font-weight: bold; }

.Yuplus1.content .section3 ul li p { width: 100%; font-size: 0.18rem; color: #fff; line-height: 1.5; }

.Yuplus1.content .section3 ul li p b { font-weight: bold; }

.Yuplus1.content .section4 { padding: 4rem 0 1rem; background: url(../images/yuplus1/section4-bg.webp) no-repeat top/100%; margin-top: -4rem; }

.Yuplus1.content .section4 .box { display: flex; align-items: flex-start; justify-content: space-between; padding-right: 0.7rem; position: relative; margin-top: -0.7rem; gap: 0.3rem; }

.Yuplus1.content .section4 .box .left { width: 4.8rem; height: 6.58rem; padding: 0.9rem 0.3rem 0.9rem 1.25rem; background: url(../images/yuplus1/section4-left-bg.webp) no-repeat center/cover; border-radius: 0 0.2rem 0.2rem 0; }

.Yuplus1.content .section4 .box .left ul li { font-size: 0.2rem; color: #fff; padding: 0.15rem 0 0.15rem 0.25rem; display: flex; align-items: center; opacity: .5; transition: all .4s ease; cursor: pointer; position: relative; }

.Yuplus1.content .section4 .box .left ul li:before { content: ""; width: 0.05rem; height: 0.05rem; background: #fff; position: absolute; left: 0.06rem; top: 50%; transform: translateY(-50%); }

.Yuplus1.content .section4 .box .left ul li span { width: 0; display: flex; align-items: center; opacity: 0; transition: all .4s ease; }

.Yuplus1.content .section4 .box .left ul li span i { width: 0.5rem; height: 1px; background: rgba(255, 255, 255, 0.5); margin-left: 0.12rem; }

.Yuplus1.content .section4 .box .left ul li.active { opacity: 1; padding-left: 0; font-weight: bold; }

.Yuplus1.content .section4 .box .left ul li.active:before { opacity: 0; }

.Yuplus1.content .section4 .box .left ul li.active span { width: 1rem; opacity: 1; }

.Yuplus1.content .section4 .box .left ul li:hover { opacity: 1; }

.Yuplus1.content .section4 .box .right { flex: 1; padding: 0.8rem 0 0.2rem; overflow: hidden; position: relative; }

.Yuplus1.content .section4 .box .right .btns { position: absolute; right: 0; top: 0.9rem; display: flex; justify-content: space-between; gap: 0.25rem; }

.Yuplus1.content .section4 .box .right .btns .btn-prev, .Yuplus1.content .section4 .box .right .btns .btn-next { width: 0.5rem; height: 0.5rem; border: 1px solid #004abb; border-radius: 50%; transition: all .4s ease; display: flex; align-items: center; justify-content: center; z-index: 1; cursor: pointer; opacity: .6; }

.Yuplus1.content .section4 .box .right .btns .btn-prev i, .Yuplus1.content .section4 .box .right .btns .btn-next i { font-size: 0.24rem; color: #004abb; }

.Yuplus1.content .section4 .box .right .btns .btn-prev:hover, .Yuplus1.content .section4 .box .right .btns .btn-next:hover { background: #004abb; opacity: 1; }

.Yuplus1.content .section4 .box .right .btns .btn-prev:hover i, .Yuplus1.content .section4 .box .right .btns .btn-next:hover i { color: #fff; }

.Yuplus1.content .section4 .box .right .btns .btn-prev.btn-prev i, .Yuplus1.content .section4 .box .right .btns .btn-next.btn-prev i { transform: rotate(-180deg); }

.Yuplus1.content .section4 .box .right .swiper-slide { padding: 0 0.15rem; }

.Yuplus1.content .section4 .box .right .swiper-slide .st { margin: 0 0 0.35rem; display: block; padding: 0; }

.Yuplus1.content .section4 .box .right .swiper-slide .st:before, .Yuplus1.content .section4 .box .right .swiper-slide .st:after { display: none; }

.Yuplus1.content .section4 .box .right .swiper-slide .st h4 { font-size: 0.3rem; font-weight: bold; }

.Yuplus1.content .section4 .box .right .swiper-slide .st p { font-size: 0.18rem; margin-top: 0.2rem; }

.Yuplus1.content .section4 .box .right .swiper-slide .slidesm { position: relative; }

.Yuplus1.content .section4 .box .right .swiper-slide .slidesm .swiper-slide { padding: 0; }

.Yuplus1.content .section4 .box .right .slide1 ul { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.1rem; }

.Yuplus1.content .section4 .box .right .slide1 ul li { flex: 1; height: 4.7rem; border-radius: 0.2rem; overflow: hidden; position: relative; transition: all .4s ease; }

.Yuplus1.content .section4 .box .right .slide1 ul li:before { content: ""; width: 100%; height: 2rem; background: linear-gradient(181.16deg, rgba(0, 127, 255, 0) 0%, rgba(0, 34, 93, 0.77) 100%); position: absolute; left: 0; bottom: 0; transition: all .4s ease; }

.Yuplus1.content .section4 .box .right .slide1 ul li:after { content: ""; width: 100%; height: 2rem; background: linear-gradient(181.16deg, rgba(0, 127, 255, 0) 0%, rgba(3, 10, 23, 0.77) 100%); position: absolute; left: 0; bottom: 0; opacity: 0; transition: all .4s ease; }

.Yuplus1.content .section4 .box .right .slide1 ul li img { width: 100%; height: 100%; }

.Yuplus1.content .section4 .box .right .slide1 ul li .text { width: 100%; color: #fff; padding: 0.3rem; position: absolute; left: 0; bottom: 0; z-index: 1; }

.Yuplus1.content .section4 .box .right .slide1 ul li .text h5 { font-size: 0.24rem; font-weight: bold; }

.Yuplus1.content .section4 .box .right .slide1 ul li .text p { font-size: 0.16rem; margin-top: 0.1rem; }

.Yuplus1.content .section4 .box .right .slide1 ul li.active { flex: 0 5.5rem; }

.Yuplus1.content .section4 .box .right .slide1 ul li.active:before { opacity: 0; }

.Yuplus1.content .section4 .box .right .slide1 ul li.active:after { opacity: 1; }

.Yuplus1.content .section4 .box .right .slide2 .slidesm .l, .Yuplus1.content .section4 .box .right .slide2 .slidesm .r { height: 4.75rem; padding: 0.35rem 0.3rem; background: #fff; box-shadow: 0 0.03rem 0.15rem rgba(181, 198, 236, 0.48); border-radius: 0.3rem; }

.Yuplus1.content .section4 .box .right .slide2 .slidesm .l .st1, .Yuplus1.content .section4 .box .right .slide2 .slidesm .r .st1 { font-size: 0.24rem; font-weight: bold; position: relative; padding-left: 0.2rem; margin-bottom: 0.2rem; }

.Yuplus1.content .section4 .box .right .slide2 .slidesm .l .st1:before, .Yuplus1.content .section4 .box .right .slide2 .slidesm .r .st1:before { content: ""; width: 0.05rem; height: 0.2rem; background: #004abb; position: absolute; left: 0; top: 50%; transform: translateY(-50%); }

.Yuplus1.content .section4 .box .right .slide2 .slidesm .l { width: 33.5% !important; }

.Yuplus1.content .section4 .box .right .slide2 .slidesm .l ul { display: flex; flex-wrap: wrap; justify-content: space-between; }

.Yuplus1.content .section4 .box .right .slide2 .slidesm .l ul li { width: 48.5%; height: 1.74rem; padding: 0.8rem 0.2rem 0.3rem; background: #F2F6FF; border-radius: 0.08rem; margin-top: 0.1rem; position: relative; }

.Yuplus1.content .section4 .box .right .slide2 .slidesm .l ul li .icon { width: 0.32rem; position: absolute; right: 0.2rem; top: 0.2rem; }

.Yuplus1.content .section4 .box .right .slide2 .slidesm .l ul li h5 { font-size: 0.16rem; }

.Yuplus1.content .section4 .box .right .slide2 .slidesm .l ul li h5 b { font-size: 0.32rem; font-weight: bold; margin-right: 0.05rem; }

.Yuplus1.content .section4 .box .right .slide2 .slidesm .l ul li p { font-size: 0.16rem; margin-top: 0.1rem; }

.Yuplus1.content .section4 .box .right .slide2 .slidesm .l ul li:nth-child(-n+2) { margin-top: 0; }

.Yuplus1.content .section4 .box .right .slide2 .slidesm .r { flex: 1; }

.Yuplus1.content .section4 .box .right .slide2 .slidesm .r ul { display: flex; flex-wrap: wrap; justify-content: space-between; }

.Yuplus1.content .section4 .box .right .slide2 .slidesm .r ul li { flex: 1; position: relative; overflow: hidden; }

.Yuplus1.content .section4 .box .right .slide2 .slidesm .r ul li img { width: 100%; height: 100%; transition: all .4s ease; }

.Yuplus1.content .section4 .box .right .slide2 .slidesm .r ul li h3 { font-size: 0.18rem; font-weight: bold; position: absolute; left: 0.25rem; top: 0.25rem; color: #fff; }

.Yuplus1.content .section4 .box .right .slide2 .slidesm .r ul li h3 i { font-size: 0.14rem; display: block; margin-top: 0.1rem; }

.Yuplus1.content .section4 .box .right .slide2 .slidesm .r ul li h5 { font-size: 0.18rem; position: absolute; left: 0.25rem; bottom: 0.25rem; color: #fff; }

.Yuplus1.content .section4 .box .right .slide2 .slidesm .r ul li:hover img { transform: scale(1.1); }

.Yuplus1.content .section4 .box .right .slide2 .slidesm .r p { font-size: 0.16rem; color: #656565; margin-top: 0.2rem; }

.Yuplus1.content .section4 .box .right .slide2 .slidesm .r p i { color: #DB2727; }

.Yuplus1.content .section4 .box .right .slide3 .bb { padding: 0.5rem; height: 4.7rem; overflow: hidden; border-radius: 0.2rem; background: url(../images/yuplus1/section4-slide3-bg.webp) no-repeat center/cover; }

.Yuplus1.content .section4 .box .right .slide3 .bb .st1 { font-size: 0.24rem; font-weight: bold; color: #fff; position: relative; padding-left: 0.2rem; margin-bottom: 0.2rem; }

.Yuplus1.content .section4 .box .right .slide3 .bb .st1:before { content: ""; width: 0.05rem; height: 0.2rem; background: #fff; position: absolute; left: 0; top: 50%; transform: translateY(-50%); }

.Yuplus1.content .section4 .box .right .slide3 .bb ul { display: flex; justify-content: space-between; margin-top: 2rem; }

.Yuplus1.content .section4 .box .right .slide3 .bb ul li { flex: 1; text-align: center; position: relative; }

.Yuplus1.content .section4 .box .right .slide3 .bb ul li:before { content: ""; width: 0.11rem; height: 0.29rem; background: url(../images/yuplus1/section4-slide3-icon-arrow.webp) no-repeat center/100%; position: absolute; right: -0.05rem; top: 0.25rem; }

.Yuplus1.content .section4 .box .right .slide3 .bb ul li .icon { width: 0.71rem; height: 0.71rem; border-radius: 0.16rem; border: 1px solid #fff; display: flex; align-items: center; justify-content: center; margin: 0 auto 0.3rem; }

.Yuplus1.content .section4 .box .right .slide3 .bb ul li .icon img { width: 0.4rem; }

.Yuplus1.content .section4 .box .right .slide3 .bb ul li h4 { font-size: 0.18rem; color: #fff; }

.Yuplus1.content .section4 .box .right .slide3 .bb ul li:last-child:before { display: none; }

.Yuplus1.content .section4 .box .right .slide4 .slidesm .swiper-slide, .Yuplus1.content .section4 .box .right .slide6 .slidesm .swiper-slide { flex: 1; border-radius: 0.2rem; overflow: hidden; }

.Yuplus1.content .section4 .box .right .slide4 .slidesm .swiper-slide:before, .Yuplus1.content .section4 .box .right .slide6 .slidesm .swiper-slide:before { content: ""; width: 100%; height: 70%; background: linear-gradient(181.16deg, rgba(0, 127, 255, 0) 0%, rgba(3, 10, 23, 0.77) 100%); position: absolute; left: 0; bottom: 0; z-index: 1; }

.Yuplus1.content .section4 .box .right .slide4 .slidesm .swiper-slide img, .Yuplus1.content .section4 .box .right .slide6 .slidesm .swiper-slide img { width: 100%; height: 100%; transition: all .4s ease; }

.Yuplus1.content .section4 .box .right .slide4 .slidesm .swiper-slide .text, .Yuplus1.content .section4 .box .right .slide6 .slidesm .swiper-slide .text { width: 100%; padding: 0.3rem 0.25rem; position: absolute; left: 0; bottom: 0; z-index: 2; }

.Yuplus1.content .section4 .box .right .slide4 .slidesm .swiper-slide .text h4, .Yuplus1.content .section4 .box .right .slide6 .slidesm .swiper-slide .text h4 { font-size: 0.24rem; font-weight: bold; color: #fff; }

.Yuplus1.content .section4 .box .right .slide4 .slidesm .swiper-slide .text p, .Yuplus1.content .section4 .box .right .slide6 .slidesm .swiper-slide .text p { font-size: 0.16rem; color: #fff; margin-top: 0.1rem; line-height: 1.6; }

.Yuplus1.content .section4 .box .right .slide4 .slidesm .swiper-slide:hover img, .Yuplus1.content .section4 .box .right .slide6 .slidesm .swiper-slide:hover img { transform: scale(1.1); }

.Yuplus1.content .section4 .box .right .slide5 img { width: 100%; }

.Yuplus1.content .section4 .box .right .slide7 .slidesm .l, .Yuplus1.content .section4 .box .right .slide7 .slidesm .c, .Yuplus1.content .section4 .box .right .slide7 .slidesm .r { flex: 1; height: 4.75rem; padding: 0.35rem 0.3rem; background: #fff; box-shadow: 0 0.03rem 0.15rem rgba(181, 198, 236, 0.48); border-radius: 0.3rem; position: relative; }

.Yuplus1.content .section4 .box .right .slide7 .slidesm .l .st1, .Yuplus1.content .section4 .box .right .slide7 .slidesm .c .st1, .Yuplus1.content .section4 .box .right .slide7 .slidesm .r .st1 { font-size: 0.24rem; margin-bottom: 0.2rem; line-height: 1.58; font-weight: bold; }

.Yuplus1.content .section4 .box .right .slide7 .slidesm .l .line, .Yuplus1.content .section4 .box .right .slide7 .slidesm .c .line, .Yuplus1.content .section4 .box .right .slide7 .slidesm .r .line { width: 100%; height: 1px; background: linear-gradient(270deg, #fff 0%, #004abb 100%); margin-bottom: 0.3rem; }

.Yuplus1.content .section4 .box .right .slide7 .slidesm .l img, .Yuplus1.content .section4 .box .right .slide7 .slidesm .c img, .Yuplus1.content .section4 .box .right .slide7 .slidesm .r img { width: 100%; }

.Yuplus1.content .section4 .box .right .slide7 .slidesm .l, .Yuplus1.content .section4 .box .right .slide7 .slidesm .r { flex: 0 0 3.4rem; }

.Yuplus1.content .section4 .box .right .slide7 .slidesm .l:before, .Yuplus1.content .section4 .box .right .slide7 .slidesm .r:before { content: ""; width: 0.14rem; height: 0.29rem; background: url(../images/yuplus1/section4-slide7-arrow.webp) no-repeat center/100%; position: absolute; right: 0.2rem; top: 50%; transform: translateY(-50%); }

.Yuplus1.content .section4 .box .right .slide7 .slidesm .l p { font-size: 0.18rem; margin-bottom: 0.3rem; }

.Yuplus1.content .section4 .box .right .slide7 .slidesm .r { padding: 1.2rem 0.75rem; }

.Yuplus1.content .section4 .box .right .slide7 .slidesm .r:before { right: auto; left: 0.2rem; }

.Yuplus1.content .section4 .box .right .slide8 .bb { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.1rem; }

.Yuplus1.content .section4 .box .right .slide8 .bb .l { flex: 1; }

.Yuplus1.content .section4 .box .right .slide8 .bb .l ul { display: flex; justify-content: space-between; gap: 0.1rem; }

.Yuplus1.content .section4 .box .right .slide8 .bb .l ul li { flex: 1; height: 4.7rem; padding: 0.8rem 0.3rem; border-radius: 0.2rem; overflow: hidden; background: #fff; position: relative; }

.Yuplus1.content .section4 .box .right .slide8 .bb .l ul li:before { content: ""; width: 1.62rem; height: 2.73rem; background: url(../images/yuplus1/section4-slide8-zs1.webp) no-repeat center/100%; position: absolute; right: 0; top: 0; }

.Yuplus1.content .section4 .box .right .slide8 .bb .l ul li .icon { width: 0.54rem; }

.Yuplus1.content .section4 .box .right .slide8 .bb .l ul li h4 { font-size: 0.24rem; margin: 0.4rem 0 0.2rem; }

.Yuplus1.content .section4 .box .right .slide8 .bb .l ul li p { font-size: 0.18rem; margin-bottom: 0.15rem; }

.Yuplus1.content .section4 .box .right .slide8 .bb .l ul li:nth-child(2) { background: linear-gradient(136.16deg, #477df2 0%, #0045d9 100%); color: #fff; }

.Yuplus1.content .section4 .box .right .slide8 .bb .l ul li:nth-child(2):before { height: 2.73rem; background: url(../images/yuplus1/section4-slide8-zs2.webp) no-repeat center/100%; }

.Yuplus1.content .section4 .box .right .slide8 .bb .l ul li:first-child { box-shadow: 0 0.03rem 0.15rem rgba(181, 198, 236, 0.48); }

.Yuplus1.content .section4 .box .right .slide8 .bb .r { flex: 0 0 6.6rem; border-radius: 0.2rem; overflow: hidden; }

.Yuplus1.content .section4 .box .right .slide8 .bb .r img { width: 100%; }

.Yuplus1.content .section5 .box { display: flex; justify-content: space-between; }

.Yuplus1.content .section5 .box .text { width: 43.7%; }

.Yuplus1.content .section5 .box .text .title-box { display: flex; align-items: flex-end; border-bottom: 1px solid #EBEBEB; padding-bottom: 0.5rem; }

.Yuplus1.content .section5 .box .text .title-box h2 { line-height: 1; }

.Yuplus1.content .section5 .box .text .title-box h3 { margin-top: 0; margin-left: 2vw; font-size: 0.36rem; line-height: 1; font-family: 'SourceHanSansCN-Normal'; }

.Yuplus1.content .section5 .box .text ul li { display: flex; align-items: flex-start; gap: 0.3rem; padding-bottom: 0.3rem; margin-bottom: 0.3rem; border-bottom: 1px solid #EBEBEB; }

.Yuplus1.content .section5 .box .text ul li .icon { width: 0.44rem; }

.Yuplus1.content .section5 .box .text ul li .txt { flex: 1; }

.Yuplus1.content .section5 .box .text ul li .txt h3 { font-size: 0.3rem; font-weight: bold; }

.Yuplus1.content .section5 .box .text ul li .txt p { font-size: 0.18rem; margin-top: 0.2rem; line-height: 1.6; }

.Yuplus1.content .section5 .box .img { width: 50.6%; }

.Yuplus1.content .section5 .box .img img { width: 100%; }

.Yuplus1.content .section5 .nums { margin-top: 0.8rem; display: flex; justify-content: space-between; }

.Yuplus1.content .section5 .nums .item h3 { font-size: 0.24rem; font-weight: bold; position: relative; padding-right: 0.35rem; color: #004abb; }

.Yuplus1.content .section5 .nums .item h3 b { font-size: 0.7rem; font-weight: bold; }

.Yuplus1.content .section5 .nums .item h3 span { font-size: 0.3rem; }

.Yuplus1.content .section5 .nums .item h3 img { width: 0.22rem; display: inline-block; }

.Yuplus1.content .section5 .nums .item p { font-size: 0.18rem; margin-top: 0.1rem; }

/*! <=991 手机�? */
@media all and (max-width: 991px) { :root { --headerHeight: 1.1rem; }
  .lg-display { display: none !important; }
  .xs-display { display: block !important; }
  .container { width: 100%; padding: 0 0.3rem; }
  .cont1400 { width: 100%; padding: 0 0.3rem; }
  .common-btn { width: 2.6rem; height: 0.8rem; font-size: 0.26rem; }
  .common-btn i { font-size: 0.24rem; }
  .text-more { font-size: 0.26rem; padding-bottom: 0.2rem; }
  .text-more:before { height: 1px; }
  .text-more i { font-size: 0.26rem; top: 0; }
  .title-box h2 { font-size: 0.46rem; line-height: 1.5; }
  .title-box h3 { font-size: 0.3rem; }
  .title-box p { font-size: 0.26rem; line-height: 1.76; margin-top: 0.2rem; }
  /* Nei-page */
  .Nei-page .container { width: 100%; }
  .Nei-page .banner .text h2 { font-size: 0.5rem; }
  .Nei-page .banner .text p { font-size: 0.28rem; line-height: 0.4rem; }
  .Nei-page .crumbs-tabs { transition: all .4s ease; }
  .Nei-page .crumbs-tabs .container { padding: 0; }
  .Nei-page .crumbs-tabs .crumbs { display: none; }
  .Nei-page .crumbs-tabs .tabs { padding: 0 0.3rem; }
  .Nei-page .crumbs-tabs .tabs .swiper-slide { line-height: 0.88rem; font-size: 0.28rem; padding: 0 0.55rem; }
  .Nei-page .crumbs-tabs.fixed { position: fixed; top: 0; bottom: auto; z-index: 10; transform: translateY(var(--headerHeight)); }
  .Nei-page .content { padding-top: 0.8rem; min-height: 55vh; }
  .Nei-page .content .tabs-search { flex-wrap: wrap; margin-bottom: 0.5rem; padding-bottom: 0.5rem; }
  .Nei-page .content .tabs-search .tabs { width: 100%; }
  .Nei-page .content .tabs-search .tabs .tit { font-size: 0.36rem; padding-bottom: 0.3rem; }
  .Nei-page .content .tabs-search .tabs ul li { font-size: 0.28rem; padding: 0 0.1rem 0.3rem 0.1rem; }
  .Nei-page .content .tabs-search .search { width: 100%; margin-top: 0.4rem; }
  .Nei-page .content .tabs-search .search .input { width: 0; padding: 0 0.2rem; border-radius: 0.5rem; }
  .Nei-page .content .tabs-search .search .input input { height: 0.8rem; font-size: 0.26rem; }
  .Nei-page .content .tabs-search .search .input .icon-sousuo { font-size: 0.4rem; }
  .Nei-page .content .tabs-search .search .filter { font-size: 0.26rem; height: 0.8rem; padding: 0 0.4rem; border-radius: 0.5rem; }
  .Nei-page .content .tabs-search .search .filter i { font-size: 0.3rem; margin-left: 0.05rem; margin-top: 0.02rem; }
  .Nei-page.Nei-page-text .content h1 { font-size: 0.4rem; }
  .Nei-page.Nei-page-text .content h5 { font-size: 0.32rem; line-height: 1.6; }
  .Nei-page.Nei-page-text .content p { font-size: 0.28rem; }
  .Nei-page.Nei-page-nobanner .header .other .lang a { color: #fff !important; }
  .Nei-page.Nei-page-nobanner .header .other .search .icon-sousuo { color: #fff !important; }
  .Nei-page.Nei-page-nobanner .crumbs-tabs { margin-top: var(--headerHeight); }
  .Nei-page.Nei-page-nobanner .crumbs-tabs .tabs .swiper-slide { line-height: 0.88rem; }
  .Nei-page.Nei-page-nobanner .crumbs-tabs.fixed { margin-top: 0; }
  .Nei-page.Nei-page-nobanner .content { padding-top: 2rem; }
  /* Yuplus1 */
  .Yuplus1 .banner .text { transform: translateY(-150%); }
  .Yuplus1 .banner .text .t { width: 1.7rem; }
  .Yuplus1 .banner .text p { font-size: 0.26rem; }
  .Yuplus1.content { padding-top: 0; }
  .Yuplus1.content .section1 .video { height: 3.9rem; }
  .Yuplus1.content .section2 .box .img { width: 100%; height: 3.9rem; }
  .Yuplus1.content .section2 .box .text { width: 100%; padding-left: 0; margin-top: 0.4rem; }
  .Yuplus1.content .section2 .box .text ul li { margin-top: 0.4rem; }
  .Yuplus1.content .section2 .box .text ul li h4 { font-size: 0.3rem; }
  .Yuplus1.content .section2 .box .text ul li h4 img { width: 0.42rem; }
  .Yuplus1.content .section2 .box .text ul li .bb dl { margin-top: 0.3rem; padding-left: 0.6rem; }
  .Yuplus1.content .section2 .box .text ul li .bb dl dd { width: 48%; margin-top: 0.5rem; }
  .Yuplus1.content .section2 .box .text ul li .bb dl dd h5 { font-size: 0.28rem; }
  .Yuplus1.content .section2 .box .text ul li .bb dl dd p { font-size: 0.26rem; margin-top: 0.1rem; }
  .Yuplus1.content .section3 .box .slide { height: 7rem; }
  .Yuplus1.content .section3 .box .slide .swiper-slide p { font-size: 0.26rem; padding: 0 0.6rem; line-height: 1.8; }
  .Yuplus1.content .section3 .box .slide .swiper-slide p b { font-size: 0.28rem; }
  .Yuplus1.content .section3 .box .tabs { gap: 0.5rem; }
  .Yuplus1.content .section3 .box .tabs .item { font-size: 0.28rem; padding: 0.35rem 0 0.4rem; }
  .Yuplus1.content .section3 .video { height: 3.9rem; }
  .Yuplus1.content .section3 ul { position: relative; bottom: 0; display: block; padding: 0.4rem 0 0; }
  .Yuplus1.content .section3 ul li { margin-top: 0.4rem; }
  .Yuplus1.content .section3 ul li h3 { font-size: 0.28rem; color: #000; }
  .Yuplus1.content .section3 ul li p { font-size: 0.26rem; color: #333; line-height: 1.6; }
  .Yuplus1.content .section3 ul li:first-child { margin-top: 0; }
  .Yuplus1.content .section4 { padding: 0.9rem 0.3rem; margin-top: 0; background: url(../images/yuplus1/section4-bg-xs.webp) no-repeat center/100%; }
  .Yuplus1.content .section4 .box { padding-right: 0; margin-top: 0; gap: 0; flex-wrap: wrap; }
  .Yuplus1.content .section4 .box .left { width: 100%; height: auto; padding: 0; background: transparent; border-radius: 0; }
  .Yuplus1.content .section4 .box .left .tabs-xs { position: relative; }
  .Yuplus1.content .section4 .box .left .tabs-xs:before { content: ""; width: 100%; height: 1px; background: #707070; position: absolute; left: 0; bottom: 0; opacity: .3; }
  .Yuplus1.content .section4 .box .left .tabs-xs .swiper-slide { width: auto; font-size: 0.28rem; padding: 0.3rem 0; }
  .Yuplus1.content .section4 .box .left .tabs-xs .swiper-slide:before { content: ""; width: 0.46rem; height: 0.03rem; background: #004abb; position: absolute; left: 0; right: 0; bottom: 0; margin: auto; opacity: 0; }
  .Yuplus1.content .section4 .box .left .tabs-xs .swiper-slide.active { font-weight: bold; color: #004abb; }
  .Yuplus1.content .section4 .box .left .tabs-xs .swiper-slide.active:before { opacity: 1; }
  .Yuplus1.content .section4 .box .right { flex: 0 0 100%; padding: 0.15rem 0; margin-top: 0.3rem; }
  .Yuplus1.content .section4 .box .right .btns { display: none; }
  .Yuplus1.content .section4 .box .right .swiper-slide { width: 100%; overflow: hidden; padding: 0; }
  .Yuplus1.content .section4 .box .right .swiper-slide .st h4 { font-size: 0.32rem; }
  .Yuplus1.content .section4 .box .right .swiper-slide .st p { font-size: 0.26rem; line-height: 1.6; }
  .Yuplus1.content .section4 .box .right .swiper-slide .slidesm { padding-bottom: 0.5rem; }
  .Yuplus1.content .section4 .box .right .swiper-slide .slidesm .swiper-pagination { bottom: 0; }
  .Yuplus1.content .section4 .box .right .swiper-slide .slidesm .swiper-pagination-bullet { width: 0.4rem; height: 0.04rem; background: #000; border-radius: 0; transition: all .4s ease; }
  .Yuplus1.content .section4 .box .right .swiper-slide .slidesm .swiper-pagination-bullet-active { width: 0.6rem; background: #004abb; }
  .Yuplus1.content .section4 .box .right .slide1 ul { gap: 0; }
  .Yuplus1.content .section4 .box .right .slide1 ul li { flex: 0 0 48.5%; height: 3.85rem; margin-bottom: 0.2rem; }
  .Yuplus1.content .section4 .box .right .slide1 ul li .text h5 { font-size: 0.28rem; }
  .Yuplus1.content .section4 .box .right .slide1 ul li .text p { font-size: 0.26rem; margin-top: 0.15rem; }
  .Yuplus1.content .section4 .box .right .slide1 ul li.active { flex: 0 0 48.5%; }
  .Yuplus1.content .section4 .box .right .slide2 .slidesm .l, .Yuplus1.content .section4 .box .right .slide2 .slidesm .r { width: 100% !important; height: auto; padding: 0; box-shadow: none; background: transparent; border-radius: 0; }
  .Yuplus1.content .section4 .box .right .slide2 .slidesm .l .st1, .Yuplus1.content .section4 .box .right .slide2 .slidesm .r .st1 { font-size: 0.3rem; padding-left: 0.3rem; margin-bottom: 0.3rem; }
  .Yuplus1.content .section4 .box .right .slide2 .slidesm .l .st1:before, .Yuplus1.content .section4 .box .right .slide2 .slidesm .r .st1:before { width: 0.07rem; height: 0.28rem; }
  .Yuplus1.content .section4 .box .right .slide2 .slidesm .l ul li { width: 48.5%; height: 3rem; padding: 0.7rem 0.3rem 0.3rem; margin-top: 0.18rem; border-radius: 0.2rem; }
  .Yuplus1.content .section4 .box .right .slide2 .slidesm .l ul li .icon { width: 0.58rem; }
  .Yuplus1.content .section4 .box .right .slide2 .slidesm .l ul li h5 { font-size: 0.26rem; }
  .Yuplus1.content .section4 .box .right .slide2 .slidesm .l ul li h5 b { font-size: 0.36rem; }
  .Yuplus1.content .section4 .box .right .slide2 .slidesm .l ul li p { font-size: 0.26rem; margin-top: 0.2rem; }
  .Yuplus1.content .section4 .box .right .slide2 .slidesm .r { flex: none; }
  .Yuplus1.content .section4 .box .right .slide2 .slidesm .r ul { flex-wrap: wrap; border-radius: 0.2rem; overflow: hidden; }
  .Yuplus1.content .section4 .box .right .slide2 .slidesm .r ul li { flex: 0 0 100%; }
  .Yuplus1.content .section4 .box .right .slide2 .slidesm .r ul li h3 { font-size: 0.26rem; }
  .Yuplus1.content .section4 .box .right .slide2 .slidesm .r ul li h3 i { font-size: 0.24rem; margin-top: 0.2rem; }
  .Yuplus1.content .section4 .box .right .slide2 .slidesm .r ul li h5 { font-size: 0.26rem; }
  .Yuplus1.content .section4 .box .right .slide2 .slidesm .r p { font-size: 0.24rem; line-height: 1.5; }
  .Yuplus1.content .section4 .box .right .slide3 .bb { padding: 0; height: 7.9rem; background: url(../images/yuplus1/section4-slide3-bg-xs.webp) no-repeat center/cover; }
  .Yuplus1.content .section4 .box .right .slide3 .bb .st1 { font-size: 0.3rem; margin: 0.5rem 0 0.3rem; padding: 0 0.4rem 0 0.7rem; }
  .Yuplus1.content .section4 .box .right .slide3 .bb .st1:before { width: 0.07rem; height: 0.28rem; left: 0.4rem; }
  .Yuplus1.content .section4 .box .right .slide3 .bb ul { flex-wrap: wrap; margin-top: 0.6rem; }
  .Yuplus1.content .section4 .box .right .slide3 .bb ul li { flex: 0 0 33.333%; margin-top: 0.4rem; }
  .Yuplus1.content .section4 .box .right .slide3 .bb ul li:before { width: 0.15rem; height: 0.4rem; top: 0.3rem; }
  .Yuplus1.content .section4 .box .right .slide3 .bb ul li .icon { width: 1rem; height: 1rem; }
  .Yuplus1.content .section4 .box .right .slide3 .bb ul li .icon img { width: 0.6rem; }
  .Yuplus1.content .section4 .box .right .slide3 .bb ul li h4 { font-size: 0.26rem; }
  .Yuplus1.content .section4 .box .right .slide3 .bb ul li:nth-child(3n):before { display: none; }
  .Yuplus1.content .section4 .box .right .slide4 .slidesm .swiper-slide, .Yuplus1.content .section4 .box .right .slide6 .slidesm .swiper-slide { flex: none; }
  .Yuplus1.content .section4 .box .right .slide4 .slidesm .swiper-slide .text, .Yuplus1.content .section4 .box .right .slide6 .slidesm .swiper-slide .text { padding: 0.4rem; }
  .Yuplus1.content .section4 .box .right .slide4 .slidesm .swiper-slide .text h4, .Yuplus1.content .section4 .box .right .slide6 .slidesm .swiper-slide .text h4 { font-size: 0.3rem; }
  .Yuplus1.content .section4 .box .right .slide4 .slidesm .swiper-slide .text p, .Yuplus1.content .section4 .box .right .slide6 .slidesm .swiper-slide .text p { font-size: 0.26rem; margin-top: 0.1rem; line-height: 1.6; }
  .Yuplus1.content .section4 .box .right .slide7 .slidesm .l, .Yuplus1.content .section4 .box .right .slide7 .slidesm .c, .Yuplus1.content .section4 .box .right .slide7 .slidesm .r { flex: 0 0 100% !important; height: auto; padding: 0.35rem 0.3rem !important; }
  .Yuplus1.content .section4 .box .right .slide7 .slidesm .l .st1, .Yuplus1.content .section4 .box .right .slide7 .slidesm .c .st1, .Yuplus1.content .section4 .box .right .slide7 .slidesm .r .st1 { font-size: 0.3rem; margin-bottom: 0.3rem; }
  .Yuplus1.content .section4 .box .right .slide7 .slidesm .l:before, .Yuplus1.content .section4 .box .right .slide7 .slidesm .r:before { display: none; }
  .Yuplus1.content .section4 .box .right .slide7 .slidesm .l p { font-size: 0.26rem; margin-bottom: 0.3rem; }
  .Yuplus1.content .section4 .box .right .slide7 .slidesm .r { padding: 0.3rem 1.7rem !important; }
  .Yuplus1.content .section4 .box .right .slide8 .bb { gap: 0.1rem; }
  .Yuplus1.content .section4 .box .right .slide8 .bb .l { flex: 0 0 100%; }
  .Yuplus1.content .section4 .box .right .slide8 .bb .l ul { gap: 0.2rem; }
  .Yuplus1.content .section4 .box .right .slide8 .bb .l ul li { height: 4.1rem; padding: 0.3rem; }
  .Yuplus1.content .section4 .box .right .slide8 .bb .l ul li h4 { font-size: 0.3rem; margin: 0.3rem 0; }
  .Yuplus1.content .section4 .box .right .slide8 .bb .l ul li p { font-size: 0.26rem; margin-bottom: 0.15rem; line-height: 1.6; }
  .Yuplus1.content .section4 .box .right .slide8 .bb .r { flex: 0 0 100%; margin-top: 0.2rem; }
  .Yuplus1.content .section5 .box { flex-wrap: wrap; }
  .Yuplus1.content .section5 .box .text { width: 100%; }
  .Yuplus1.content .section5 .box .text .title-box { text-align: center; }
  .Yuplus1.content .section5 .box .text .title-box h3 { font-size: 0.36rem; }
  .Yuplus1.content .section5 .box .text ul li .icon { width: 0.5rem; }
  .Yuplus1.content .section5 .box .text ul li .txt p { font-size: 0.26rem; }
  .Yuplus1.content .section5 .box .img { width: 100%; }
  .Yuplus1.content .section5 .nums { margin-top: 0.4rem; flex-wrap: wrap; }
  .Yuplus1.content .section5 .nums .item { flex: 0 0 50%; margin-top: 0.5rem; }
  .Yuplus1.content .section5 .nums .item h3 { font-size: 0.26rem; }
  .Yuplus1.content .section5 .nums .item h3 span { font-size: 0.3rem; }
  .Yuplus1.content .section5 .nums .item h3 img { width: 0.22rem; }
  .Yuplus1.content .section5 .nums .item p { font-size: 0.26rem; margin-top: 0.2rem; }
  .Yuplus1.content .section5 .nums .item:nth-child(-n+2) { margin-top: 0; } }
