﻿.hid
{
    overflow: hidden;
}
.xs-display
{
    display: none!important;
}
.fancybox-caption__body
{
    line-height: 1.4;
}
@keyframes mouse
{
    0%
    {
        transform: translateY(0);
    }
    50%
    {
        transform: translateY(10px);
    }
    100%
    {
        transform: translateY(0);
    }
}
@font-face
{
    font-family: "Roboto-Bold";
    src: url("") 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: .24rem;
    font-weight: normal;
    color: #000;
    opacity: 0;
    transition: all .5s ease;
}
.about-honor .box .left .years .swiper-slide.swiper-slide-active
{
    font-size: .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: .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: .05rem;
}
.about-honor .box .right .list .swiper-slide::-webkit-scrollbar-track
{
    background: rgba(0,0,0,.1);
    cursor: pointer;
    border-radius: .05rem;
}
.about-honor .box .right .list .swiper-slide::-webkit-scrollbar-thumb
{
    background: #004aba;
    cursor: pointer;
    border-radius: .05rem;
}
.about-honor .box .right .list .swiper-slide ul
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: .2rem;
    position: relative;
}
.about-honor .box .right .list .swiper-slide ul li
{
    width: 48.75%;
    height: 2.8rem;
    align-self: baseline;
    margin-top: .2rem;
    position: relative;
    border-radius: .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: .3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,74,186,.9);
}
.about-honor .box .right .list .swiper-slide ul li .text p
{
    font-size: .22rem;
    color: #fff;
    line-height: .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: .36rem;
    color: #ccc;
}
.about-honor.about-honor1 .box .left .years .swiper-slide.swiper-slide-active
{
    font-size: .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: .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 .9s cubic-bezier(.165,.84,.44,1);
    z-index: 10;
}
.header:before
{
    content: "";
    width: 100%;
    height: 125%;
    background: linear-gradient(180deg,rgba(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,.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: .33rem;
    background: url(/keywords.png) no-repeat center/100%;
    display: block;
}
.header .nav
{
    display: flex!important;
    align-items: center;
}
.header .nav .item
{
    line-height: .8rem;
    font-size: .16rem;
    color: #fff;
    margin-left: .8rem;
    position: relative;
    cursor: pointer;
}
.header .nav .item:before
{
    content: "";
    background: #fff;
    bottom: 0;
    height: .02rem;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .5s cubic-bezier(.77,0,.175,1),background-color .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: .6rem;
}
.header .other
{
    display: flex;
    justify-content: space-between;
}
.header .other .item
{
    font-size: .16rem;
    color: #fff;
    display: flex!important;
    align-items: center;
    cursor: pointer;
    margin-left: .2rem;
}
.header .other .item .icon-earth
{
    width: .24rem;
    height: .24rem;
    fill: #fff;
    margin-right: .12rem;
}
.header .other .item .icon-xiala
{
    width: .3rem;
    height: .24rem;
    fill: #fff;
    margin-left: .05rem;
}
.header .other .item:first-child
{
    margin-left: 0;
}
.header .other .item.dbg
{
    width: .5rem;
    height: .5rem;
    border-radius: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .6s ease;
}
.header .other .item.dbg i
{
    font-size: .2rem;
}
.header .other .item.search
{
    background: rgba(255,255,255,.2);
    margin-left: .25rem;
}
.header .other .item.search .box
{
    display: flex;
    justify-content: center;
}
.header .other .item.search .box .icon
{
    width: .5rem;
    height: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .other .item.search .box .icon svg
{
    width: .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: .16rem;
    line-height: .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: .22rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.header .other .item.menu .box .line
{
    width: 100%;
    height: .02rem;
    background: #000;
    margin-bottom: .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: 0 4px 10px 0 rgba(0,0,0,.08);
}
.header.white:before
{
    display: none;
}
.header.white .logo
{
    background-image: url(keywords.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: #004abb;
}
.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;
    justify-content: center;
}
.header .submenu .submenuItem .snav a
{
    font-size: .16rem;
    line-height: .7rem;
    color: #000;
    display: block;
    padding: 0 .6rem;
    text-align: center;
}
.header .submenu .submenuItem .snav a:hover
{
    color: #004abb;
}
.header .submenu .submenuItem .snav.snav1
{
    padding: .5rem 6.25% .3rem;
}
.header .submenu .submenuItem .snav.snav1 a
{
    position: relative;
    padding: 0;
}
.header .submenu .submenuItem .snav.snav1 a .img
{
    width: 3.2rem;
    position: relative;
    padding: 0 .6rem .4rem;
}
.header .submenu .submenuItem .snav.snav1 a .img:before
{
    content: "";
    width: 1px;
    height: 40%;
    background: #d8d8d8;
    position: absolute;
    left: 0;
    top: .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: .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: 0 4px 10px 0 rgba(0,0,0,.08);
}
.wh .header:before
{
    display: none;
}
.wh .header .logo
{
    background-image: url(keywords.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: #004abb;
}
.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,.5);
    opacity: 0;
    visibility: hidden;
    transition: .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: .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: .16rem;
    margin-left: .08rem;
    display: inline-block;
    transition: transform .5s ease;
}
.header-menu .con .top .btn-close:hover
{
    color: #004abb;
}
.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: .2rem;
    font-size: .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: .2rem;
}
.header-menu .con .mnav dl dd a
{
    font-size: .16rem;
    color: #666;
    position: relative;
}
.header-menu .con .mnav dl dd a:hover
{
    color: #004abb;
}
.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: .55rem;
    font-size: .16rem;
    color: #333;
    padding: 0 .2rem;
    background: #f6f6f6;
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem;
}
.header-menu .con .search .search-btn
{
    width: 1.4rem;
    height: .55rem;
    font-size: .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: .3rem;
    border-bottom-right-radius: .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: .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: .16rem;
    color: #ccc;
    margin-top: .15rem;
}
.footer .top .left ul li a
{
    color: #ccc;
}
.footer .top .left ul li:first-child a
{
    font-size: .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: .18rem;
    color: #fff;
    font-weight: bold;
    position: relative;
    padding-bottom: .3rem;
    margin-bottom: .3rem;
}
.footer .top .right dl dt:after
{
    content: "";
    width: .24rem;
    height: .04rem;
    background: #004abb;
    position: absolute;
    right: 0;
    bottom: 0;
}
.footer .top .right dl dt a
{
    color: #fff;
}
.footer .top .right dl dd
{
    font-size: .16rem;
    color: #ccc;
    margin-top: .15rem;
}
.footer .top .right dl dd a
{
    color: #ccc;
}
.footer .top .right dl dd a:hover
{
    color: #fff;
}
.footer .bottom
{
    padding: .3rem 0;
    border-top: 1px solid rgba(255,255,255,.14);
    font-size: .16rem;
    color: #999;
}
.footer .bottom .ys_cont
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .bottom a
{
    color: #999;
    margin-left: .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,.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,.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: .66rem;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
}
.Index .banner .swiper-slide .text.textTop
{
    padding-top: 17vh;
}
.Index .banner .swiper-slide .text.textTop h3
{
    font-size: .4rem;
    color: #fff;
    margin-top: .2rem;
    font-weight: bold;
}
.Index .banner .swiper-slide.vv:before
{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,12,52,.3);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.Index .banner .tool
{
    height: .2rem;
    position: absolute;
    left: 6.25%;
    bottom: .5rem;
    display: flex;
    z-index: 2;
    align-items: center;
}
.Index .banner .tool .iconfont
{
    font-size: .16rem;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}
.Index .banner .tool .swiper-pagination
{
    width: auto;
    height: .2rem;
    left: auto;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 11;
    position: relative;
    justify-content: center;
    margin: 0 .4rem;
}
.Index .banner .tool .swiper-pagination .swiper-pagination-bullet
{
    width: 2px;
    height: 50%;
    opacity: 1;
    margin: 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: .3rem;
    height: .3rem;
    position: absolute;
    bottom: .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: .5rem;
}
.Index .title-box h2
{
    font-size: .18rem;
    font-weight: bold;
}
.Index .title-box h3
{
    font-size: .4rem;
    margin-top: .15rem;
    font-weight: bold;
    line-height: .6rem;
}
.Index .title-box h3 span
{
    color: #004aba;
}
.Index .business-list
{
    display: flex;
    justify-content: space-between;
}
.Index .business-list .item
{
    width: 24%;
    background: #f9f9f9;
    padding: .6rem .4rem;
    border-radius: .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: .2rem;
    margin-top: .15rem;
    color: #000;
    transition: all .5s ease;
}
.Index .business-list .item:hover
{
    background: #fff;
    transform: translateY(-.1rem);
    box-shadow: 0 .1rem .2rem rgba(55,79,144,.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: .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: .5rem .3rem;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    transform: translateY(.5rem);
    transition: all .5s ease;
}
.Index .product-list .swiper-slide .text h3
{
    font-size: .24rem;
    color: #fff;
    font-weight: bold;
}
.Index .product-list .swiper-slide .text p
{
    font-size: .16rem;
    color: #fff!important;
    margin-top: .15rem;
}
.Index .product-list .swiper-slide .text .g_button1
{
    margin-top: .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: .6rem;
    display: flex;
    align-items: center;
}
.Index .product-list .tool .btns
{
    width: .7rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-left: .2rem;
}
.Index .product-list .tool .btns:before
{
    content: "";
    width: 1px;
    height: .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: .2rem;
    height: .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: .2rem;
}
.Index .product-list .tool .swiper-scrollbar
{
    flex: 1;
    height: .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_syptyu .g_sypt2_bj
{
    border-radius: .25rem;
}
.Index .g_syptyu .g_sypt2_title
{
    text-align: center;
}
.Index .g_syptyu .g_sypt2_nr
{
    padding-top: 10%;
}
.Index .g_sypt2_nr
{
    height: 100%;
    top: 0;
    padding-top: 1.2rem;
}
.Index .g_sypt2_nr .g_button1
{
    margin-top: .3rem;
    display: inline-flex;
}
.Index .g_sypt2_nr ul
{
    width: 100%;
    margin: 0;
    position: absolute;
    bottom: .9rem;
}
.Index .g_sypt2_nr ul li
{
    width: 25%;
    padding: 0;
}
.Index .g_sypt2_nr ul li .g_syjia
{
    font-size: .16rem;
    font-weight: normal;
}
.Index .g_sypt2_nr ul li .g_syjia b
{
    font-size: .46rem;
}
.Index .g_sypt3 .tool
{
    width: 100%;
    display: flex;
    align-items: center;
}
.Index .g_sypt3 .tool .btns
{
    width: .7rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-left: .2rem;
}
.Index .g_sypt3 .tool .btns:before
{
    content: "";
    width: 1px;
    height: .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: .2rem;
    height: .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: .2rem;
}
.Index .g_sypt3 .tool .swiper-scrollbar
{
    flex: 1;
    height: .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: .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 .4rem;
}
.Index .hands .text .nums li h3
{
    font-size: .24rem;
    margin-top: .15rem;
}
.Index .hands .text .nums li h3 span
{
    font-size: .6rem;
    color: #004aba;
    margin: 0 .1rem;
}
.Index .hands .text .nums li h3 span b
{
    font-family: 'Roboto-Bold';
}
.Index .hands .text .btn
{
    width: 1.8rem;
    height: .6rem;
    border-radius: .3rem;
    font-size: .16rem;
    color: #fff;
    background: #004aba;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .5rem auto 0;
}
.Index .hands .text .btn img
{
    width: .28rem;
    margin-left: .15rem;
    transition: all .5s ease;
}
.Index .hands .text .btn:hover img
{
    margin-left: .2rem;
}
.Index .news-slide
{
    padding: 0 .6rem;
    position: relative;
}
.Index .news-slide .t_b1k5ul_box
{
    padding-bottom: 0;
}
.Index .news-slide .tool .swiper-pagination
{
    width: 100%;
    display: none;
}
.Index .news-slide .tool .btns
{
    position: inherit;
}
.Index .news-slide .tool .btns:before
{
    display: none;
}
.Index .news-slide .tool .btns .swiper-button-next, .Index .news-slide .tool .btns .swiper-button-prev
{
    width: .32rem;
    height: .32rem;
    bottom: auto;
    top: 1.3rem!important;
    position: absolute;
}
.Index .news-slide .tool .btns .swiper-button-next:after, .Index .news-slide .tool .btns .swiper-button-prev:after
{
    font-size: .36rem;
}
.Index .news-slide .tool .btns .swiper-button-next.swiper-button-next, .Index .news-slide .tool .btns .swiper-button-prev.swiper-button-next
{
    left: auto;
    right: 0;
}
.Index .news-slide .tool .btns .swiper-button-next.swiper-button-prev, .Index .news-slide .tool .btns .swiper-button-prev.swiper-button-prev
{
    left: 0;
}
.d_d1head .g_word3
{
    margin: 0 5%!important;
}
.News-center .section
{
    padding: 1rem 0;
}
.News-center .section .g_sypt1_topfr .g_button1
{
    margin-top: 15px!important;
}
.News-center .section .t_b1k5ul
{
    position: relative;
}
.News-center .section .t_b1k5ul .t_b1k5ul_box
{
    padding-bottom: 0;
}
.News-center .section .t_b1k5ul .tool .swiper-pagination
{
    width: 100%;
    display: none;
}
.News-center .section .t_b1k5ul .tool .btns
{
    position: inherit;
}
.News-center .section .t_b1k5ul .tool .btns:before
{
    display: none;
}
.News-center .section .t_b1k5ul .tool .btns .swiper-button-next, .News-center .section .t_b1k5ul .tool .btns .swiper-button-prev
{
    display: none;
}
.News-center .section:first-child
{
    padding-top: 0;
}
.News-center .section:last-child
{
    padding-bottom: 0;
}
.News-center .section2
{
    background: #f7f9fc;
}
.News-center .section2 .slide
{
    position: relative;
    overflow: hidden;
}
.News-center .section2 .slide .swiper-slide
{
    border-radius: .2rem;
    overflow: hidden;
}
.News-center .section2 .slide .swiper-slide img
{
    width: 100%;
    opacity: 0;
    transition: all .5s ease;
}
.News-center .section2 .slide .swiper-slide h5
{
    display: none;
}
.News-center .section2 .slide .swiper-slide .text
{
    width: 40%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.News-center .section2 .slide .swiper-slide .text h4
{
    font-size: .15rem;
    color: #666;
    font-family: 'poppinsmedium'!important;
}
.News-center .section2 .slide .swiper-slide .text h3
{
    font-size: .24rem;
    color: #000;
    line-height: .4rem;
    margin-top: .2rem;
}
.News-center .section2 .slide .swiper-slide.swiper-slide-active img
{
    opacity: 1;
}
.News-center .section2 .slide .swiper-slide.swiper-slide-active .text
{
    width: 100%;
    padding: .2rem;
    background: linear-gradient(180deg,transparent 0%,#000 100%);
}
.News-center .section2 .slide .swiper-slide.swiper-slide-active .text h4
{
    color: #fff;
}
.News-center .section2 .slide .swiper-slide.swiper-slide-active .text h3
{
    font-size: .16rem;
    color: #fff;
    margin-top: 0;
}
.News-center .section2 .slide .swiper-slide.swiper-slide-prev .text
{
    left: auto;
    right: 0;
}
.News-center .section2 .slide .prev-box, .News-center .section2 .slide .next-box
{
    width: 2.8rem;
    position: absolute;
    left: 0;
    top: .3rem;
    z-index: 2;
    display: flex;
    flex-direction: column;
}
.News-center .section2 .slide .prev-box h5, .News-center .section2 .slide .next-box h5
{
    font-size: .3rem;
    color: #004aba;
    font-weight: bold;
}
.News-center .section2 .slide .prev-box .btns, .News-center .section2 .slide .next-box .btns
{
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    background: rgba(124,124,124,.2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: .6rem;
}
.News-center .section2 .slide .prev-box .btns i, .News-center .section2 .slide .next-box .btns i
{
    font-size: .2rem;
    color: #fff;
}
.News-center .section2 .slide .prev-box.next-box, .News-center .section2 .slide .next-box.next-box
{
    left: auto;
    right: 0;
    align-items: flex-end;
}
.News-center .section2 .slide .prev-box.next-box h5, .News-center .section2 .slide .next-box.next-box h5
{
    text-align: right;
}
.News-center .section2 .slide .swiper-pagination
{
    display: none;
}
/*! <=991 手机端 */
@media all and (max-width: 991px)
{
    .xs-display
    {
        display: block!important;
    }
    .lg-display
    {
        display: none!important;
    }
    .header .logo
    {
        width: 2.4rem;
        height: .39rem;
    }
    .header .nav
    {
        display: none!important;
    }
    .header .other
    {
        padding: .2rem 0;
    }
    .header .other .item
    {
        font-size: .28rem;
        margin-left: .3rem;
    }
    .header .other .item.dbg
    {
        width: .7rem;
        height: .7rem;
        border-radius: .7rem;
    }
    .header .other .item.dbg i
    {
        font-size: .24rem;
    }
    .header .other .item.search .box .icon
    {
        width: .7rem;
        height: .7rem;
    }
    .header .other .item.search .box .icon svg
    {
        width: .3rem;
    }
    .header .other .item.search .box .input input
    {
        font-size: .3rem;
        line-height: .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: .3rem;
    }
    .header .other .item.menu .box .line
    {
        height: .02rem;
        margin-bottom: .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,.1);
        position: absolute;
        left: 0;
        top: 0;
    }
    .header.on .ys_phnav_menu
    {
        display: block;
    }
    .footer .top
    {
        padding-bottom: .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: .28rem;
        margin-top: .2rem;
    }
    .footer .top .left ul li:first-child a
    {
        font-size: .36rem;
    }
    .footer .top .right
    {
        width: 100%;
        justify-content: space-between;
        margin-top: .8rem;
    }
    .footer .top .right dl
    {
        margin-left: 0;
        text-align: right;
    }
    .footer .top .right dl dt
    {
        font-size: .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: .4rem 0;
        font-size: .26rem;
    }
    .footer .bottom .ys_cont
    {
        flex-wrap: wrap;
    }
    .footer .bottom .left, .footer .bottom .right
    {
        width: 100%;
    }
    .footer .bottom a
    {
        margin-left: .15rem;
    }
    .footer .bottom img
    {
        width: 2.8rem;
    }
    .footer .bottom .right
    {
        margin-top: .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: .5rem;
    }
    .about-honor .box .left .years-xs .swiper-slide
    {
        font-size: .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: .24rem;
        color: #000;
        opacity: 0;
        transition: all .5s ease;
        margin-top: .1rem;
    }
    .about-honor .box .left .years-xs .swiper-slide.active
    {
        font-size: .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: .44rem;
    }
    .Index .banner .swiper-slide .text.textTop
    {
        width: 86%;
        padding-top: 17vh;
    }
    .Index .banner .swiper-slide .text.textTop h3
    {
        font-size: .32rem;
        line-height: 1.4;
    }
    .Index .banner .tool
    {
        width: 100%;
        height: .3rem;
        left: 0;
        justify-content: center;
    }
    .Index .banner .tool .iconfont
    {
        display: none;
    }
    .Index .banner .tool .swiper-pagination
    {
        height: .3rem;
    }
    .Index .banner .tool .swiper-pagination .swiper-pagination-bullet
    {
        width: .16rem;
        height: .16rem;
        border-radius: .16rem;
        margin: 0 .08rem;
    }
    .Index .banner .tool .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active
    {
        width: .5rem;
        height: .15rem;
    }
    .Index .banner .btn-xs
    {
        font-size: .6rem;
        color: #fff;
        position: absolute;
        left: .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: .1rem;
    }
    .Index .banner .btn-xs.icon-arrow-right:before
    {
        content: "next";
    }
    .Index .banner .mouse-scroll
    {
        display: none;
    }
    .Index .title-box
    {
        margin-bottom: .5rem;
    }
    .Index .title-box h2
    {
        font-size: .18rem;
        font-weight: bold;
    }
    .Index .title-box h3
    {
        font-size: .4rem;
        margin-top: .15rem;
        line-height: .6rem;
    }
    .Index .business-list
    {
        flex-wrap: wrap;
    }
    .Index .business-list .item
    {
        width: 49%;
        padding: .3rem;
        margin-bottom: .12rem;
    }
    .Index .business-list .item h3
    {
        font-size: .3rem;
        margin-top: .2rem;
    }
    .Index .business-list .item .g_button1 p
    {
        font-size: .3rem;
        font-weight: bold;
    }
    .Index .business-list .item .g_button1 img
    {
        width: .44rem;
    }
    .Index .business-list .item:last-child
    {
        display: flex!important;
        align-items: center;
        justify-content: center;
    }
    .Index .business-list .more
    {
        text-align: center;
        margin: .3rem auto 0;
    }
    .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: .4rem .3rem;
        transform: translateY(0);
    }
    .Index .product-list .swiper-slide .text h3
    {
        font-size: .36rem;
    }
    .Index .product-list .swiper-slide .text p
    {
        font-size: .26rem;
        margin-top: .25rem;
        line-height: .44rem;
    }
    .Index .product-list .swiper-slide .text .g_button1
    {
        margin-top: .2rem;
        opacity: 1;
    }
    .Index .product-list .swiper-slide .text .g_button1 p
    {
        margin-top: 0;
    }
    .Index .product-list .tool
    {
        margin-top: .6rem;
    }
    .Index .product-list .tool .btns
    {
        width: 1rem;
        margin-left: .3rem;
    }
    .Index .product-list .tool .btns:before
    {
        height: .2rem;
    }
    .Index .product-list .tool .btns .swiper-button-prev, .Index .product-list .tool .btns .swiper-button-next
    {
        width: .32rem;
    }
    .Index .product-list .tool .btns .swiper-button-prev:after, .Index .product-list .tool .btns .swiper-button-next:after
    {
        font-size: .32rem;
    }
    .Index .product-list:hover .swiper-button-prev, .Index .product-list:hover .swiper-button-next
    {
        opacity: 0;
    }
    .Index .g_syptyu .g_sypt2_bj
    {
        border-radius: .25rem;
        position: relative;
    }
    .Index .g_syptyu .g_sypt2_title
    {
        text-align: center;
    }
    .Index .g_syptyu .g_sypt2_nr
    {
        padding-top: 10%;
        position: absolute;
    }
    .Index .g_sypt2_nr
    {
        padding-top: .8rem;
    }
    .Index .g_sypt2_nr .g_button1
    {
        margin-top: .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: .5rem;
    }
    .Index .g_sypt2_nr ul li .ys_demo_num1
    {
        font-size: .6rem;
    }
    .Index .g_sypt2_nr ul li .g_syjia
    {
        font-size: .26rem;
    }
    .Index .g_sypt2_nr ul li .g_syjia b
    {
        font-size: .6rem;
    }
    .Index .g_sypt3 .tool
    {
        margin-top: .6rem;
    }
    .Index .g_sypt3 .tool .btns
    {
        width: 1rem;
        margin-left: .3rem;
    }
    .Index .g_sypt3 .tool .btns:before
    {
        height: .2rem;
    }
    .Index .g_sypt3 .tool .btns .swiper-button-prev, .Index .g_sypt3 .tool .btns .swiper-button-next
    {
        width: .32rem;
    }
    .Index .g_sypt3 .tool .btns .swiper-button-prev:after, .Index .g_sypt3 .tool .btns .swiper-button-next:after
    {
        font-size: .32rem;
    }
    .Index .g_sypt5
    {
        padding: 0;
    }
    .Index .hands
    {
        margin-top: 1.2rem;
        padding-top: 1rem;
    }
    .Index .hands .bg1
    {
        top: .5rem;
    }
    .Index .hands .yun1
    {
        top: 2.6rem;
    }
    .Index .hands .title-box
    {
        margin-bottom: .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: .4rem 0 0;
    }
    .Index .hands .text .nums li h3
    {
        font-size: .28rem;
    }
    .Index .hands .text .btn
    {
        width: 2.6rem;
        height: .8rem;
        border-radius: .4rem;
        font-size: .28rem;
        margin: .5rem auto 0;
    }
    .Index .hands .text .btn img
    {
        width: .48rem;
    }
    .Index .news-slide
    {
        padding: 0;
    }
    .Index .news-slide .t_b1k5ul_box
    {
        padding-bottom: 0;
    }
    .Index .news-slide .tool .swiper-pagination
    {
        display: block;
    }
    .Index .news-slide .tool .swiper-pagination .swiper-pagination-bullet
    {
        width: .16rem;
        height: .16rem;
        border-radius: .16rem;
        margin: 0 .08rem;
        background: #ccc;
        opacity: 1;
    }
    .Index .news-slide .tool .swiper-pagination .swiper-pagination-bullet-active
    {
        background: #004aba;
    }
    .Index .news-slide .tool .btns
    {
        display: none;
    }
    .News-center .section
    {
        padding-bottom: 0;
    }
    .News-center .section .g_sypt1_topfr .g_button1
    {
        margin-top: 0!important;
    }
    .News-center .section .t_b1k5ul
    {
        padding-bottom: 1.5rem;
    }
    .News-center .section .t_b1k5ul .tool .swiper-pagination
    {
        display: block;
        bottom: .7rem;
    }
    .News-center .section .t_b1k5ul .tool .swiper-pagination .swiper-pagination-bullet
    {
        width: .16rem;
        height: .16rem;
        border-radius: .16rem;
        margin: 0 .08rem;
        background: #ccc;
        opacity: 1;
    }
    .News-center .section .t_b1k5ul .tool .swiper-pagination .swiper-pagination-bullet-active
    {
        background: #004aba;
    }
    .News-center .section .t_b1k5ul .tool .btns
    {
        display: none;
    }
    .News-center .section2
    {
        padding-bottom: 1rem;
    }
    .News-center .section2 .slide
    {
        padding-bottom: .5rem;
    }
    .News-center .section2 .slide .swiper-slide img
    {
        border-radius: .2rem;
    }
    .News-center .section2 .slide .swiper-slide .text
    {
        width: 100%;
        position: relative;
        margin-top: .32rem;
    }
    .News-center .section2 .slide .swiper-slide .text h5
    {
        display: block;
        font-size: .3rem;
        color: #004aba;
        font-weight: bold;
        margin-bottom: .3rem;
    }
    .News-center .section2 .slide .swiper-slide .text h4
    {
        font-size: .28rem;
    }
    .News-center .section2 .slide .swiper-slide .text h3
    {
        font-size: .28rem;
        line-height: .44rem;
        margin-top: .15rem;
    }
    .News-center .section2 .slide .swiper-slide.swiper-slide-active .text
    {
        padding: 0;
        background: transparent;
    }
    .News-center .section2 .slide .swiper-slide.swiper-slide-active .text h4
    {
        color: #666;
    }
    .News-center .section2 .slide .swiper-slide.swiper-slide-active .text h3
    {
        font-size: .28rem;
        color: #000;
        margin-top: .15rem;
    }
    .News-center .section2 .slide .prev-box, .News-center .section2 .slide .next-box
    {
        display: none;
    }
    .News-center .section2 .slide .swiper-pagination
    {
        width: 100%;
        bottom: 0;
        display: block;
    }
    .News-center .section2 .slide .swiper-pagination .swiper-pagination-bullet
    {
        width: .16rem;
        height: .16rem;
        border-radius: .16rem;
        margin: 0 .08rem;
        background: #ccc;
        opacity: 1;
    }
    .News-center .section2 .slide .swiper-pagination .swiper-pagination-bullet-active
    {
        background: #004aba;
    }
    .News-center .section3
    {
        margin-top: 1rem;
    }
    .wh .ys_main
    {
        margin-top: 1rem;
    }
    .t_headmain
    {
        margin-top: 1.2rem;
    }
    .d_i1li
    {
        width: 33%;
        margin-bottom: .2rem;
    }
}
