@charset "UTF-8";
.hid { overflow: hidden; }

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

.fancybox-caption__body { line-height: 1.4; }

@keyframes mouse { 0% { transform: translateY(0px); }
  50% { transform: translateY(10px); }
  100% { transform: translateY(0px); } }

@font-face { font-family: "Roboto-Bold"; src: url("../fonts/roboto-bold.ttf") format("truetype"); font-weight: normal; font-style: normal; }

/* 荣誉资质修改 2024-9-4  */
.about-honor .box { display: flex; justify-content: space-between; flex-wrap: wrap; }

.about-honor .box .left { width: 30%; }

.about-honor .box .left .years { height: 6.7rem; overflow: hidden; }

.about-honor .box .left .years .swiper-slide { font-weight: bold; display: flex; align-items: center; transition: all .5s ease; cursor: pointer; }

.about-honor .box .left .years .swiper-slide span { font-size: 0.24rem; font-weight: normal; color: #000; opacity: 0; transition: all .5s ease; }

.about-honor .box .left .years .swiper-slide.swiper-slide-active { font-size: 0.6rem !important; color: #004ABA; }

.about-honor .box .left .years .swiper-slide.swiper-slide-active span { opacity: 1; }

.about-honor .box .right { width: 61%; padding-top: 0.5rem; }

.about-honor .box .right .list { overflow: hidden; }

.about-honor .box .right .list .swiper-slide { max-height: 8rem; overflow: auto; }

.about-honor .box .right .list .swiper-slide::-webkit-scrollbar { width: 3px; height: 3px; cursor: pointer; border-radius: 0.05rem; }

.about-honor .box .right .list .swiper-slide::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.1); cursor: pointer; border-radius: 0.05rem; }

.about-honor .box .right .list .swiper-slide::-webkit-scrollbar-thumb { background: #004aba; cursor: pointer; border-radius: 0.05rem; }

.about-honor .box .right .list .swiper-slide ul { display: flex; flex-wrap: wrap; justify-content: space-between; padding-right: 0.2rem; position: relative; }

.about-honor .box .right .list .swiper-slide ul li { width: 48.75%; height: 2.8rem; align-self: baseline; margin-top: 0.2rem; position: relative; border-radius: 0.12rem; overflow: hidden; }

.about-honor .box .right .list .swiper-slide ul li img { width: 100%; height: 100%; object-fit: cover; }

.about-honor .box .right .list .swiper-slide ul li .text { transition: all .5s ease; opacity: 0; width: 100%; height: 100%; padding: 0.3rem; display: flex; align-items: center; justify-content: center; position: absolute; left: 0; top: 0; background: rgba(0, 74, 186, 0.9); }

.about-honor .box .right .list .swiper-slide ul li .text p { font-size: 0.22rem; color: #fff; line-height: 0.36rem; }

.about-honor .box .right .list .swiper-slide ul li:hover .text { opacity: 1; }

.about-honor .box .right .list .swiper-slide ul li:nth-child(-n+2) { margin-top: 0; }

.about-honor.about-honor1 .box .left .years .swiper-slide { font-size: 0.36rem; color: #ccc; }

.about-honor.about-honor1 .box .left .years .swiper-slide.swiper-slide-active { font-size: 0.36rem !important; }

.about-honor.about-honor1 .box .left .years .swiper-slide.swiper-slide-active span { opacity: 0; }

.about-honor.about-honor1 .box .left .years .swiper-slide.active { font-size: 0.6rem !important; color: #004ABA; }

.about-honor.about-honor1 .box .left .years .swiper-slide.active span { opacity: 1; }

.header { width: 100%; position: fixed; top: 0; left: 0; transition: background 0.9s cubic-bezier(0.165, 0.84, 0.44, 1); z-index: 10; }

.header:before { content: ""; width: 100%; height: 125%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.52) 0%, transparent 100%); position: absolute; left: 0; top: 0; }

.header:after { content: ""; width: 100%; height: 1px; background: rgba(255, 255, 255, 0.16); position: absolute; left: 0; bottom: 0; }

.header .container { width: 93.75%; display: flex; justify-content: space-between; align-items: center; padding: 0; margin: 0 auto; position: relative; z-index: 1; }

.header .container:before, .header .container:after { display: none; }

.header .logo { width: 1.9rem; height: 80px; background: url(../images/logo.png) no-repeat center/100%; display: block; }

.header .nav { display: flex  !important; align-items: center; }

.header .nav .item { line-height: 0.8rem; font-size: 0.16rem; color: #fff; margin-left: 0.8rem; position: relative; cursor: pointer; }

.header .nav .item:before { content: ""; background: #fff; bottom: 0; height: 0.02rem; left: 0; position: absolute; transform: scaleX(0); transform-origin: right; transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.3s ease; width: 100%; }

.header .nav .item:hover:before, .header .nav .item.active:before { transform: scaleX(1); transform-origin: left; transition-delay: .1s; }

.header .nav .item:first-child { margin-left: 0; }

.header .nav .item.lang { margin-left: 0.6rem; }

.header .other { display: flex; justify-content: space-between; }

.header .other .item { font-size: 0.16rem; color: #fff; display: flex !important; align-items: center; cursor: pointer; margin-left: 0.2rem; }

.header .other .item .icon-earth { width: 0.24rem; height: 0.24rem; fill: #fff; margin-right: 0.12rem; }

.header .other .item .icon-xiala { width: 0.3rem; height: 0.24rem; fill: #fff; margin-left: 0.05rem; }

.header .other .item:first-child { margin-left: 0; }

.header .other .item.dbg { width: 0.5rem; height: 0.5rem; border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; transition: all .6s ease; }

.header .other .item.dbg i { font-size: 0.2rem; }

.header .other .item.search { background: rgba(255, 255, 255, 0.2); margin-left: 0.25rem; }

.header .other .item.search .box { display: flex; justify-content: center; }

.header .other .item.search .box .icon { width: 0.5rem; height: 0.5rem; display: flex; align-items: center; justify-content: center; }

.header .other .item.search .box .icon svg { width: 0.2rem; fill: #fff; }

.header .other .item.search .box .input { width: 0; overflow: hidden; transition: all .6s ease; }

.header .other .item.search .box .input input { width: 100%; font-size: 0.16rem; line-height: 0.5rem; }

.header .other .item.search.active { width: 2.05rem; background: #fff; }

.header .other .item.search.active .box svg { fill: #000; }

.header .other .item.search.active .box .input { width: 1.5rem; }

.header .other .item.menu { background: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; position: relative; z-index: 9999; }

.header .other .item.menu .box { width: 0.22rem; display: flex; flex-wrap: wrap; justify-content: center; }

.header .other .item.menu .box .line { width: 100%; height: 0.02rem; background: #000; margin-bottom: 0.06rem; transition: all .6s ease; }

.header .other .item.menu .box .line:nth-child(2) { width: 66%; }

.header .other .item.menu .box .line:last-child { margin-bottom: 0; }

.header .other .item.menu:hover .box .line:nth-child(1), .header .other .item.menu:hover .box .line:nth-child(3) { width: 66%; }

.header .other .item.menu:hover .box .line:nth-child(2) { width: 100%; }

.header.white { background: #fff; box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08); }

.header.white:before { display: none; }

.header.white .logo { background-image: url(../images/logo2.png); }

.header.white .nav .item { color: #000; }

.header.white .nav .item:before { background: #000; }

.header.white .other .item { color: #000; }

.header.white .other .item svg { fill: #666; }

.header.white .other .item.dbg { background: #f5f5f6; }

.header.white .other .item.search .box .icon svg { fill: #000; }

.header.white .other .item.menu { background:#e77918; }

.header.white .other .item.menu .box .line { background: #fff; }

.header .submenu { height: auto; overflow: hidden; position: relative; z-index: 1; transition: all .4s; }

.header .submenu .submenuItem { display: none; position: relative; }

.header .submenu .submenuItem .snav { height: auto; overflow: hidden; 
background: #F8F8F8; 
display: flex; 
flex-direction: column;
justify-content: center; 
    width: 200px;
}

.header .submenu .submenuItem .snav a { font-size: 0.16rem; line-height: 0.7rem; color: #000; display: block; padding: 0 0.4rem; text-align: center; }

.header .submenu .submenuItem .snav a:hover { color:#e77918; }

.header .submenu .submenuItem .snav.snav1 { padding: 0.5rem 6.25% 0.3rem; }

.header .submenu .submenuItem .snav.snav1 a { position: relative; padding: 0; }

.header .submenu .submenuItem .snav.snav1 a .img { position: relative; padding: 0 0.6rem 0.4rem; }

.header .submenu .submenuItem .snav.snav1 a .img:before { content: ""; width: 1px; height: 40%; background: #D8D8D8; position: absolute; left: 0; top: 0.15rem; }

.header .submenu .submenuItem .snav.snav1 a .img:after { content: ""; width: 100%; height: 1px; background: #D8D8D8; position: absolute; left: 0; bottom: 0; }

.header .submenu .submenuItem .snav.snav1 a .img img { width: 2rem; transition: all .5s ease; margin: 0 auto; }

.header .submenu .submenuItem .snav.snav1 a .img img:nth-child(2) { position: absolute; left: 0; top: 0; opacity: 0; right: 0; margin: auto; }

.header .submenu .submenuItem .snav.snav1 a p { margin-top: 0.3rem; }

.header .submenu .submenuItem .snav.snav1 a:first-child .img:before { display: none; }

.header .submenu .submenuItem .snav.snav1 a:hover .img img:nth-child(2) { opacity: 1; }

.wh .header { background: #fff; box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08); }

.wh .header:before { display: none; }

.wh .header .logo { background-image: url(../images/logo2.png); }

.wh .header .nav .item { color: #000; }

.wh .header .nav .item:before { background: #000; }

.wh .header .other .item { color: #000; }

.wh .header .other .item svg { fill: #666; }

.wh .header .other .item.dbg { background: #f5f5f6; }

.wh .header .other .item.search .box .icon svg { fill: #000; }

.wh .header .other .item.menu { background:#e77918; }

.wh .header .other .item.menu .box .line { background: #fff; }

/* header-menu */
.header-menu { width: 100%; height: 100%; position: fixed; left: 0; top: -150%; z-index: 88; }

.header-menu .container { width: 93.75%; padding: 0; margin: 0 auto; position: relative; z-index: 1; }

.header-menu .container:before, .header-menu .container:after { display: none; }

.header-menu:before { position: fixed; left: 0; top: 0; z-index: -1; content: ""; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); opacity: 0; visibility: hidden; transition: 0.8s; }

.header-menu .bg { width: 100%; height: 100%; background: #fff; pointer-events: none; will-change: transform; position: absolute; left: 0; top: 0; }

.header-menu .bg .wave { display: block; position: absolute; top: 100%; left: 0; width: 100%; height: auto; fill: #fff; transform: translateY(-10px) rotate(180deg); }

.header-menu .bg .wave .start, .header-menu .bg .wave .end { display: none; }

.header-menu .con { height: 100vh; position: relative; z-index: 1; opacity: 0; }

.header-menu .con .top { margin-top: 2%; display: flex; justify-content: space-between; align-items: center; }

.header-menu .con .top .logo { width: 2rem; }

.header-menu .con .top .btn-close { font-size: 0.16rem; font-weight: bold; color: #000; cursor: pointer; transition: all .5s ease; display: flex; align-items: center; }

.header-menu .con .top .btn-close i { font-size: 0.16rem; margin-left: 0.08rem; display: inline-block; transition: transform .5s ease; }

.header-menu .con .top .btn-close:hover { color:#e77918; }

.header-menu .con .top .btn-close:hover i { transform: rotate(180deg); }

.header-menu .con .mnav { width: 90%; height: auto; overflow: hidden; display: flex; margin: 15vh auto 10vh; }

.header-menu .con .mnav dl { height: auto; overflow: hidden; flex: 1; }

.header-menu .con .mnav dl dt { margin-bottom: 0.2rem; font-size: 0.16rem; color: #000; font-weight: bold; position: relative; }

.header-menu .con .mnav dl dt a { color: #000; }

.header-menu .con .mnav dl dd { margin-bottom: 0.2rem; }

.header-menu .con .mnav dl dd a { font-size: 0.16rem; color: #666; position: relative; }

.header-menu .con .mnav dl dd a:hover { color:#e77918; }

.header-menu .con .mnav dl:last-child { flex: inherit; }

.header-menu .con .search { height: auto; overflow: hidden; }

.header-menu .con .search form { display: flex; justify-content: center; }

.header-menu .con .search input { width: 4.2rem; height: 0.55rem; font-size: 0.16rem; color: #333; padding: 0 0.2rem; background: #f6f6f6; border-top-left-radius: 0.3rem; border-bottom-left-radius: 0.3rem; }

.header-menu .con .search .search-btn { width: 1.4rem; height: 0.55rem; font-size: 0.16rem; color: #fff; text-align: center; background: linear-gradient(273.5deg, #066 0%, #096 100%); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all .5s ease; border-top-right-radius: 0.3rem; border-bottom-right-radius: 0.3rem; }

.header-menu.show:before { opacity: 1; visibility: visible; }

.footer { background: #353639; position: relative; overflow: hidden; margin-top: -5px; z-index: 2; }

.footer .top { padding: 0.7rem 0; }

.footer .top .ys_cont { display: flex; justify-content: space-between; }

.footer .top .left .logo { width: 2.4rem; }

.footer .top .left ul { margin-top: 1rem; }

.footer .top .left ul li { font-size: 0.16rem; color: #ccc; margin-top: 0.15rem; }

.footer .top .left ul li a { color: #ccc; }

.footer .top .left ul li:first-child a { font-size: 0.18rem; font-weight: bold; color: #fff; }

.footer .top .right { display: flex; justify-content: flex-end; }

.footer .top .right dl { margin-left: 1rem; text-align: right; margin-bottom: 0; }

.footer .top .right dl dt { font-size: 0.18rem; color: #fff; font-weight: bold; position: relative; padding-bottom: 0.3rem; margin-bottom: 0.3rem; }

.footer .top .right dl dt:after { content: ""; width: 0.24rem; height: 0.04rem; background:#e77918; position: absolute; right: 0; bottom: 0; }

.footer .top .right dl dt a { color: #fff; }

.footer .top .right dl dd { font-size: 0.16rem; color: #ccc; margin-top: 0.15rem; }

.footer .top .right dl dd a { color: #ccc; }

.footer .top .right dl dd a:hover { color: #fff; }

.footer .bottom { padding: 0.3rem 0; border-top: 1px solid rgba(255, 255, 255, 0.14); font-size: 0.16rem; color: #999; }

.footer .bottom .ys_cont { display: flex; justify-content: space-between; align-items: center; }

.footer .bottom a { color: #999; margin-left: 0.1rem; }

.footer .bottom a:hover { color: #fff; }

/* 首页修改 */
.Index .banner { width: 100%; height: 9.5rem; max-height: 100vh; position: relative; overflow: hidden; z-index: 0; }

.Index .banner:before { content: ""; width: 100%; height: 1.2rem; background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, transparent 100%); }

.Index .banner .swiper-slide { position: relative; }

.Index .banner .swiper-slide:after { content: ""; width: 100%; height: 2.15rem; background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 0%, transparent 100%); position: absolute; left: 0; bottom: 0; z-index: 1; }

.Index .banner .swiper-slide img, .Index .banner .swiper-slide video { width: 100%; height: 100%; object-fit: cover; }

.Index .banner .swiper-slide .text { width: 87.5%; padding-top: 35vh; position: absolute; left: 0; top: 0; right: 0; margin: auto; z-index: 1; }

.Index .banner .swiper-slide .text h2 { font-size: 0.66rem; color: #fff; font-weight: bold; line-height: 1.5; }

.Index .banner .swiper-slide.vv:before { content: ""; width: 100%; height: 100%; background: rgba(0, 12, 52, 0.3); position: absolute; left: 0; top: 0; z-index: 1; }

.Index .banner .tool { height: 0.2rem; position: absolute; left: 6.25%; bottom: 0.5rem; display: flex; z-index: 2; align-items: center; }

.Index .banner .tool .iconfont { font-size: 0.16rem; color: #fff; cursor: pointer; font-weight: bold; }

.Index .banner .tool .swiper-pagination { width: auto; height: 0.2rem; left: auto; bottom: 0; display: flex; align-items: center; z-index: 11; position: relative; justify-content: center; margin: 0 0.4rem; }

.Index .banner .tool .swiper-pagination .swiper-pagination-bullet { width: 2px; height: 50%; opacity: 1; margin: 0 0.05rem; position: relative; background: #fff; border-radius: 0; transition: all .5s ease; }

.Index .banner .tool .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { height: 100%; }

.Index .banner .mouse-scroll { width: 0.3rem; height: 0.3rem; position: absolute; bottom: 0.5rem; left: calc(50% - .15rem); z-index: 15; opacity: 1; animation: mouse 1.2s infinite; }

.Index .banner .mouse-scroll path { fill: #fff; }

.Index .title-box { margin-bottom: 0.5rem; }

.Index .title-box h2 { font-size: 0.18rem; font-weight: bold; }

.Index .title-box h3 { font-size: 0.4rem; margin-top: 0.15rem; font-weight: bold; line-height: 0.6rem; }

.Index .title-box h3 span { color: #004aba; }

.Index .business-list { display: flex; justify-content: space-between; }

.Index .business-list .item { width: 19%; background: #F9F9F9; padding: 0.6rem 0.4rem; border-radius: 0.12rem; text-align: center; transition: all .5s ease; }

.Index .business-list .item .img { position: relative; }

.Index .business-list .item .img img { width: 100%; transition: all .5s ease; }

.Index .business-list .item .img img:nth-child(2) { position: absolute; left: 0; top: 0; opacity: 0; }

.Index .business-list .item h3 { font-size: 0.2rem; margin-top: 0.15rem; color: #000; transition: all .5s ease; }

.Index .business-list .item:hover { background: #fff; transform: translateY(-0.1rem); box-shadow: 0 0.1rem 0.2rem rgba(55, 79, 144, 0.16); }

.Index .business-list .item:hover img { transform: scale(1.05); opacity: 0; }

.Index .business-list .item:hover img:nth-child(2) { opacity: 1; }

.Index .business-list .item:hover h3 { color: #004ABA; }

.Index .product-list { overflow: hidden; --swiper-navigation-color: #fff; }

.Index .product-list .swiper-slide { position: relative; border-radius: 0.2rem; overflow: hidden; display: block; }

.Index .product-list .swiper-slide:before { content: ""; width: 100%; height: 3rem; background: linear-gradient(180deg, transparent 0%, #000 100%); position: absolute; left: 0; bottom: 0; z-index: 1; }

.Index .product-list .swiper-slide .img { width: 100%; height: 100%; transition: all .5s ease; }

.Index .product-list .swiper-slide .text { width: 100%; padding: 0.5rem 0.3rem; position: absolute; left: 0; bottom: 0; z-index: 2; transform: translateY(0.5rem); transition: all .5s ease; }

.Index .product-list .swiper-slide .text h3 { font-size: 0.24rem; color: #fff; font-weight: bold; }

.Index .product-list .swiper-slide .text p { font-size: 0.16rem; color: #fff !important; margin-top: 0.15rem; }

.Index .product-list .swiper-slide .text .g_button1 { margin-top: 0.3rem; opacity: 0; transition: all .5s ease; }

.Index .product-list .swiper-slide .text .g_button1 p { margin-top: 0; }

.Index .product-list .swiper-slide:hover .img { transform: scale(1.05); }

.Index .product-list .swiper-slide:hover .text { transform: translateY(0); }

.Index .product-list .swiper-slide:hover .text .g_button1 { opacity: 1; }

.Index .product-list .swiper-button-prev, .Index .product-list .swiper-button-next { opacity: 0; transition: all .5s ease; }

.Index .product-list .tool { width: 100%; margin-top: 0.6rem; display: flex; align-items: center; }

.Index .product-list .tool .btns { width: 0.7rem; display: flex; align-items: center; justify-content: space-between; position: relative; margin-left: 0.2rem; }

.Index .product-list .tool .btns:before { content: ""; width: 1px; height: 0.12rem; background: #004ABA; position: absolute; left: 50%; top: 0; bottom: 0; margin: auto; }

.Index .product-list .tool .btns .swiper-button-prev, .Index .product-list .tool .btns .swiper-button-next { width: 0.2rem; height: 0.35rem; position: relative; left: 0; right: 0; height: auto; top: 0; margin-top: 0; opacity: 1; }

.Index .product-list .tool .btns .swiper-button-prev.swiper-button-disabled, .Index .product-list .tool .btns .swiper-button-next.swiper-button-disabled { opacity: .5; }

.Index .product-list .tool .btns .swiper-button-prev:after, .Index .product-list .tool .btns .swiper-button-next:after { color: #004ABA; font-size: 0.2rem; }

.Index .product-list .tool .swiper-scrollbar { flex: 1; height: 0.02rem; position: relative; }

.Index .product-list .tool .swiper-scrollbar-drag { height: 100%; width: 100%; position: relative; background: #004ABA !important; border-radius: 10px; left: 0; top: 0; }

.Index .product-list:hover .swiper-button-prev, .Index .product-list:hover .swiper-button-next { opacity: 1; }

.Index .g_sypt2_nr { height: 100%; top: 0; padding-top: 1.2rem; }

.Index .g_sypt2_nr .g_button1 { margin-top: 0.3rem; display: inline-flex; }

.Index .g_sypt2_nr ul { width: 100%; margin: 0; position: absolute; bottom: 0.9rem; }

.Index .g_sypt2_nr ul li { width: 25%; padding: 0; }

.Index .g_sypt2_nr ul li .g_syjia { font-size: 0.16rem; font-weight: normal; }

.Index .g_sypt2_nr ul li .g_syjia b { font-size: 0.46rem; }

.Index .g_sypt3 .tool { width: 100%; display: flex; align-items: center; }

.Index .g_sypt3 .tool .btns { width: 0.7rem; display: flex; align-items: center; justify-content: space-between; position: relative; margin-left: 0.2rem; }

.Index .g_sypt3 .tool .btns:before { content: ""; width: 1px; height: 0.12rem; background: #004ABA; position: absolute; left: 50%; top: 0; bottom: 0; margin: auto; }

.Index .g_sypt3 .tool .btns .swiper-button-prev, .Index .g_sypt3 .tool .btns .swiper-button-next { width: 0.2rem; height: 0.35rem; position: relative; left: 0; right: 0; height: auto; top: 0; margin-top: 0; }

.Index .g_sypt3 .tool .btns .swiper-button-prev:after, .Index .g_sypt3 .tool .btns .swiper-button-next:after { color: #004ABA; font-size: 0.2rem; }

.Index .g_sypt3 .tool .swiper-scrollbar { flex: 1; height: 0.02rem; position: relative; }

.Index .g_sypt3 .tool .swiper-scrollbar-drag { height: 100%; width: 100%; position: relative; background: #004ABA !important; border-radius: 10px; left: 0; top: 0; }

.Index .g_sypt5 { padding: 0; }

.Index .hands { position: relative; margin-top: 0.5rem; overflow: hidden; }

.Index .hands .bg1 { width: 100%; position: absolute; left: 0; top: 0; }

.Index .hands .yun1 { width: 100%; position: absolute; left: 0; top: 0; z-index: 2; }

.Index .hands .yun2 { width: 4.28rem; position: absolute; left: 0; top: 1.6rem; z-index: 2; }

.Index .hands .yun3 { width: 6.83rem; position: absolute; right: 0; top: 1.6rem; z-index: 2; }

.Index .hands .bg2 { width: 100%; position: relative; z-index: 1; }

.Index .hands .text { width: 100%; position: absolute; left: 0; top: 1.1rem; z-index: 3; text-align: center; }

.Index .hands .text .nums { width: 70%; display: flex; justify-content: center; margin: 0 auto; }

.Index .hands .text .nums li { flex: 1; margin: 0 0.4rem; }

.Index .hands .text .nums li h3 { font-size: 0.24rem; margin-top: 0.15rem; }

.Index .hands .text .nums li h3 span { font-size: 0.6rem; color: #004ABA; margin: 0 0.1rem; }

.Index .hands .text .nums li h3 span b { font-family: 'Roboto-Bold'; }

.Index .hands .text .btn { width: 1.8rem; height: 0.6rem; border-radius: 0.3rem; font-size: 0.16rem; color: #fff; background: #004ABA; display: flex; align-items: center; justify-content: center; margin: 0.5rem auto 0; }

.Index .hands .text .btn img { width: 0.28rem; margin-left: 0.15rem; transition: all .5s ease; }

.Index .hands .text .btn:hover img { margin-left: 0.2rem; }

/*! <=991 手机端 */
@media all and (max-width: 991px) { .xs-display { display: block !important; }
  .lg-display { display: none !important; }
  .header .logo { width: 2.4rem; height: 0.85rem; }
  .header .nav { display: none !important; }
  .header .other { padding: 0.2rem 0; }
  .header .other .item { font-size: 0.28rem; margin-left: 0.3rem; }
  .header .other .item.dbg { width: 0.7rem; height: 0.7rem; border-radius: 0.7rem; }
  .header .other .item.dbg i { font-size: 0.24rem; }
  .header .other .item.search .box .icon { width: 0.7rem; height: 0.7rem; }
  .header .other .item.search .box .icon svg { width: 0.3rem; }
  .header .other .item.search .box .input input { font-size: 0.3rem; line-height: 0.7rem; }
  .header .other .item.search.active { width: 2.6rem; }
  .header .other .item.search.active .box .input { width: 2.05rem; }
  .header .other .item.menu .box { width: 0.3rem; }
  .header .other .item.menu .box .line { height: 0.02rem; margin-bottom: 0.08rem; }
  .header .other .item.menu:hover .box .line:nth-child(1), .header .other .item.menu:hover .box .line:nth-child(3) { width: 66%; }
  .header .other .item.menu:hover .box .line:nth-child(2) { width: 100%; }
  .header .other .item.lg-display { display: none !important; }
  .header .ys_phnav_menu { background: #fff; height: calc(100% - 1.1rem); top: 1.1rem; z-index: 100; }
  .header .ys_phnav_menu:after { content: ""; width: 100%; height: 1px; background: rgba(0, 0, 0, 0.1); position: absolute; left: 0; top: 0; }
  .header.on .ys_phnav_menu { display: block; }
  .footer .top { padding-bottom: 0.4rem; }
  .footer .top .ys_cont { flex-wrap: wrap; }
  .footer .top .left { width: 100%; }
  .footer .top .left .logo { display: none; }
  .footer .top .left ul { margin-top: 0; }
  .footer .top .left ul li { font-size: 0.28rem; margin-top: 0.2rem; }
  .footer .top .left ul li:first-child a { font-size: 0.36rem; }
  .footer .top .right { width: 100%; justify-content: space-between; margin-top: 0.8rem; }
  .footer .top .right dl { margin-left: 0; text-align: right; }
  .footer .top .right dl dt { font-size: 0.3rem; padding-bottom: 0; margin-bottom: 0; }
  .footer .top .right dl dt:after { display: none; }
  .footer .top .right dl dd { display: none; }
  .footer .bottom { padding: 0.4rem 0; font-size: 0.26rem; }
  .footer .bottom .ys_cont { flex-wrap: wrap; }
  .footer .bottom .left, .footer .bottom .right { width: 100%; }
  .footer .bottom a { margin-left: 0.15rem; }
  .footer .bottom img { width: 2.8rem; }
  .footer .bottom .right { margin-top: 0.2rem; }
  .footer .bottom .right a:first-child { margin-left: 0; }
  .about-honor .box { display: block; }
  .about-honor .box .left { width: 100%; }
  .about-honor .box .left .years-xs { width: 100%; margin-top: 0.5rem; }
  .about-honor .box .left .years-xs .swiper-slide { font-size: 0.36rem; color: #000; font-weight: bold; display: flex; flex-direction: column; justify-content: center; align-items: center; transition: all .5s ease; cursor: pointer; }
  .about-honor .box .left .years-xs .swiper-slide span { font-size: 0.24rem; color: #000; opacity: 0; transition: all .5s ease; margin-top: 0.1rem; }
  .about-honor .box .left .years-xs .swiper-slide.active { font-size: 0.48rem !important; color: #004ABA; }
  .about-honor .box .left .years-xs .swiper-slide.active span { opacity: 1; }
  .about-honor .box .right { width: 100%; }
  .about-honor .box .right .list { width: 100%; }
  .about-honor .box .right .list ul::-webkit-scrollbar { width: 2px; height: 2px; }
  /* 首页修改 */
  .Index .banner { height: 10.8rem; }
  .Index .banner .swiper-slide .text { width: 80%; padding-top: 20vh; }
  .Index .banner .swiper-slide .text h2 { font-size: 0.44rem; }
  .Index .banner .tool { width: 100%; height: 0.3rem; left: 0; justify-content: center; }
  .Index .banner .tool .iconfont { display: none; }
  .Index .banner .tool .swiper-pagination { height: 0.3rem; }
  .Index .banner .tool .swiper-pagination .swiper-pagination-bullet { width: 0.16rem; height: 0.16rem; border-radius: 0.16rem; margin: 0 0.08rem; }
  .Index .banner .tool .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { width: 0.5rem; height: 0.15rem; }
  .Index .banner .btn-xs { font-size: 0.6rem; color: #fff; position: absolute; left: 0.1rem; top: 50%; z-index: 10; transform: translateY(-50%); font-family: "swiper-icons"; }
  .Index .banner .btn-xs.icon-arrow-left:before { content: "prev"; }
  .Index .banner .btn-xs.icon-arrow-right { left: auto; right: 0.1rem; }
  .Index .banner .btn-xs.icon-arrow-right:before { content: "next"; }
  .Index .banner .mouse-scroll { display: none; }
  .Index .title-box { margin-bottom: 0.5rem; }
  .Index .title-box h2 { font-size: 0.18rem; font-weight: bold; }
  .Index .title-box h3 { font-size: 0.4rem; margin-top: 0.15rem; line-height: 0.6rem; }
  .Index .business-list { flex-wrap: wrap; }
  .Index .business-list .item { width: 49%; padding: 0.3rem; margin-bottom: 0.12rem; }
  .Index .business-list .item h3 { font-size: 0.3rem; margin-top: 0.2rem; }
  .Index .business-list .item .g_button1 p { font-size: 0.3rem; font-weight: bold; }
  .Index .business-list .item .g_button1 img { width: 0.44rem; }
  .Index .business-list .item:last-child { display: flex !important; align-items: center; justify-content: center; }
  .Index .g_sypt1 { padding: 0; margin-bottom: 45px; }
  .Index .g_sypt1 .g_sypt1_top { margin: 0 20px 20px; }
  .Index .product-list { padding: 0 20px; }
  .Index .product-list .swiper-slide img { object-fit: cover; }
  .Index .product-list .swiper-slide .text { width: 100%; padding: 0.4rem 0.3rem; transform: translateY(0); }
  .Index .product-list .swiper-slide .text h3 { font-size: 0.36rem; }
  .Index .product-list .swiper-slide .text p { font-size: 0.26rem; margin-top: 0.25rem; line-height: 0.44rem; }
  .Index .product-list .swiper-slide .text .g_button1 { margin-top: 0.2rem; opacity: 1; }
  .Index .product-list .swiper-slide .text .g_button1 p { margin-top: 0; }
  .Index .product-list .tool { margin-top: 0.6rem; }
  .Index .product-list .tool .btns { width: 1rem; margin-left: 0.3rem; }
  .Index .product-list .tool .btns:before { height: 0.2rem; }
  .Index .product-list .tool .btns .swiper-button-prev, .Index .product-list .tool .btns .swiper-button-next { width: 0.32rem; }
  .Index .product-list .tool .btns .swiper-button-prev:after, .Index .product-list .tool .btns .swiper-button-next:after { font-size: 0.32rem; }
  .Index .product-list:hover .swiper-button-prev, .Index .product-list:hover .swiper-button-next { opacity: 0; }
  .Index .g_sypt2_nr { padding-top: 0.8rem; }
  .Index .g_sypt2_nr .g_button1 { margin-top: 0.3rem; display: inline-flex; }
  .Index .g_sypt2_nr ul { position: relative; bottom: 0; margin-top: 2.4rem; flex-wrap: wrap; justify-content: space-between; }
  .Index .g_sypt2_nr ul li { width: 45%; padding: 0; margin-top: 0.5rem; }
  .Index .g_sypt2_nr ul li .ys_demo_num1 { font-size: 0.6rem; }
  .Index .g_sypt2_nr ul li .g_syjia { font-size: 0.26rem; }
  .Index .g_sypt2_nr ul li .g_syjia b { font-size: 0.6rem; }
  .Index .g_sypt3 .tool { margin-top: 0.6rem; }
  .Index .g_sypt3 .tool .btns { width: 1rem; margin-left: 0.3rem; }
  .Index .g_sypt3 .tool .btns:before { height: 0.2rem; }
  .Index .g_sypt3 .tool .btns .swiper-button-prev, .Index .g_sypt3 .tool .btns .swiper-button-next { width: 0.32rem; }
  .Index .g_sypt3 .tool .btns .swiper-button-prev:after, .Index .g_sypt3 .tool .btns .swiper-button-next:after { font-size: 0.32rem; }
  .Index .g_sypt5 { padding: 0; }
  .Index .hands { margin-top: 1.2rem; padding-top: 1rem; }
  .Index .hands .bg1 { top: 0.5rem; }
  .Index .hands .yun1 { top: 2.6rem; }
  .Index .hands .title-box { margin-bottom: 0.2rem; }
  .Index .hands .text { width: 90%; margin: 0 auto; right: 0; top: 0; }
  .Index .hands .text .nums { width: 70%; flex-direction: column; }
  .Index .hands .text .nums li { width: 100%; flex: 1; margin: 0.4rem 0 0; }
  .Index .hands .text .nums li h3 { font-size: 0.28rem; }
  .Index .hands .text .btn { width: 2.6rem; height: 0.8rem; border-radius: 0.4rem; font-size: 0.28rem; margin: 0.5rem auto 0; }
  .Index .hands .text .btn img { width: 0.48rem; }
  .wh .ys_main { margin-top: 1rem; }
  .t_headmain { margin-top: 1.2rem; }
  .d_i1li { width: 33%; margin-bottom: 0.2rem; } }
