﻿/*fonts*/
@font-face
{
    font-family: "Bahnschrift";
    src: url("") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face
{
    font-family: "chuang-light";
    src: url("") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face
{
    font-family: "chuang-medium";
    src: url("") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face
{
    font-family: "chuang-bold";
    src: url("") format("truetype");
    font-weight: normal;
    font-style: normal;
}
.xs-display
{
    display: none!important;
}
.right-navigate
{
    position: fixed;
    bottom: 15%;
    z-index: 20;
    right: -100px;
    opacity: 0;
    transition: .68s cubic-bezier(.075,.82,.165,1);
}
.right-navigate .navigate-li li
{
    position: relative;
    margin-bottom: 16px;
    cursor: pointer;
}
.right-navigate .navigate-li li i
{
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
}
.right-navigate .navigate-li li i:before
{
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -4px;
    margin-top: -4px;
    content: "";
    width: 8px;
    height: 8px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 50%;
    transition: .45s;
}
.right-navigate .navigate-li li span
{
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    padding-right: 5px;
    line-height: 16px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-20px);
    transition: .4s;
}
.right-navigate .navigate-li li:hover i:before, .right-navigate .navigate-li li.active i:before
{
    left: 0;
    margin-left: 0;
    top: 0;
    margin-top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    background: transparent;
}
.right-navigate .navigate-li li:hover span, .right-navigate .navigate-li li.active span
{
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.right-navigate.show
{
    opacity: 1;
    right: 20px;
}
.right-navigate.colors .navigate-li li i:before
{
    background: #333;
}
.right-navigate.colors .navigate-li li span
{
    color: #333;
}
.right-navigate.colors .navigate-li li:hover i:before, .right-navigate.colors .navigate-li li.active i:before
{
    border-color: #333;
    background: transparent;
}
.Technology .container
{
    height: 100%;
}
.Technology .home-swiper
{
    position: relative;
    height: 100vh;
    font-family: "chuang-medium"!important;
}
.Technology .home-swiper .home-slide
{
    overflow: hidden;
}
.Technology .home-swiper .home-slide>div
{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.Technology .home-swiper .home-slide .ys_cont1400
{
    padding-top: 8%;
}
.Technology .home-swiper .home-slide .title-box
{
    text-align: center;
}
.Technology .home-swiper .home-slide .title-box h2
{
    font-size: .48rem;
    color: #fff;
    font-family: "chuang-bold";
    margin-bottom: .3rem;
}
.Technology .home-swiper .home-slide .title-box p
{
    font-size: .16rem;
    color: #fff;
    margin-top: .15rem;
}
.Technology .home-swiper .home-slide .tabs
{
    margin-top: .25rem;
}
.Technology .home-swiper .home-slide .tabs .item
{
    width: 3.9rem;
    margin-bottom: .6rem;
    opacity: .5;
}
.Technology .home-swiper .home-slide .tabs .item .t
{
    display: flex;
    align-items: center;
    font-size: .24rem;
    color: #fff;
    cursor: pointer;
    font-family: "chuang-bold";
}
.Technology .home-swiper .home-slide .tabs .item .t img
{
    width: .29rem;
    margin-right: .15rem;
}
.Technology .home-swiper .home-slide .tabs .item .bb
{
    display: none;
}
.Technology .home-swiper .home-slide .tabs .item .bb h3
{
    font-size: .18rem;
    color: #fff;
    margin-top: .25rem;
}
.Technology .home-swiper .home-slide .tabs .item .bb h4
{
    font-size: .16rem;
    color: #b7bbc1;
    margin-top: .25rem;
}
.Technology .home-swiper .home-slide .tabs .item .bb ul
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Technology .home-swiper .home-slide .tabs .item .bb ul li
{
    font-size: .16rem;
    color: #fff;
    position: relative;
    padding-left: .13rem;
}
.Technology .home-swiper .home-slide .tabs .item .bb ul li:before
{
    content: "";
    width: .04rem;
    height: .04rem;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: .05rem;
}
.Technology .home-swiper .home-slide .tabs .item .bb dl dt
{
    margin-top: .35rem;
    padding-bottom: .25rem;
    border-bottom: 1px solid rgba(114,138,193,.4);
}
.Technology .home-swiper .home-slide .tabs .item .bb dl dd ul li
{
    flex: 0 0 50%;
    margin-top: .25rem;
}
.Technology .home-swiper .home-slide .tabs .item:last-child .bb dl dd ul li
{
    flex: 0 0 100%;
}
.Technology .home-swiper .home-slide .tabs .item.active
{
    opacity: 1;
}
.Technology .home-swiper .home-slide .textimg
{
    display: flex;
    justify-content: space-between;
    margin-top: .7rem;
}
.Technology .home-swiper .home-slide .textimg li
{
    flex: 1;
    margin-left: .33rem;
}
.Technology .home-swiper .home-slide .textimg li .img
{
    overflow: hidden;
    border-radius: .05rem;
}
.Technology .home-swiper .home-slide .textimg li .img img
{
    width: 100%;
    aspect-ratio: 219/137;
}
.Technology .home-swiper .home-slide .textimg li .text
{
    margin-top: .15rem;
    text-align: center;
}
.Technology .home-swiper .home-slide .textimg li .text img
{
    width: .34rem;
    margin: 0 auto .1rem;
}
.Technology .home-swiper .home-slide .textimg li .text h3
{
    font-size: .18rem;
    font-family: "chuang-bold";
    color: #fff;
}
.Technology .home-swiper .home-slide .textimg li:first-child
{
    margin-left: 0;
}
.Technology .home-swiper .home-slide .box-tw
{
    margin-top: .9rem;
    display: flex;
    justify-content: space-between;
}
.Technology .home-swiper .home-slide .box-tw .img
{
    width: 6.9rem;
}
.Technology .home-swiper .home-slide .box-tw .text
{
    padding: .3rem 0 0 1rem;
}
.Technology .home-swiper .home-slide .box-tw .text p
{
    font-size: .16rem;
    color: #fff;
    line-height: .3rem;
}
.Technology .home-swiper .home-slide .box-tw .text ul
{
    display: flex;
    justify-content: space-between;
    margin: .4rem 0;
}
.Technology .home-swiper .home-slide .box-tw .text ul li h4
{
    font-size: .2rem;
    color: #2581f8;
}
.Technology .home-swiper .home-slide .box-tw .text ul li h4 b
{
    font-size: .3rem;
    font-family: "chuang-bold";
}
.Technology .home-swiper .home-slide .box-tw .text ul li p
{
    color: #bdbebf;
    margin-top: .05rem;
}
.Technology .home-swiper .home-slide .box-tw .text h4
{
    font-size: .2rem;
    color: #fff;
}
.Technology .home-swiper .home-slide .box-tw .text h4 b
{
    font-size: .36rem;
    font-family: "chuang-bold";
    color: #2581f8;
}
.Technology .home-swiper .home-slide .banner:before
{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
}
.Technology .home-swiper .home-slide .banner img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Technology .home-swiper .home-slide .banner .text
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding-top: 0;
}
.Technology .home-swiper .home-slide .banner .text img
{
    margin: 0 auto;
    max-width: 980px;
}
.Technology .home-swiper .home-slide .banner .text h1
{
    font-size: .56rem;
    color: #fff;
    font-family: "chuang-bold";
    line-height: 1.5;
}
.Technology .home-swiper .home-slide .banner .text p
{
    font-size: .18rem;
    color: #fff;
    line-height: 1.5;
    margin-top: .18rem;
}
.Technology .home-swiper .home-slide .section1
{
    background: url(/jpg/vzjpwybq.jpg) no-repeat top/cover;
}
.Technology .home-swiper .home-slide .section1 .title
{
    text-align: center;
}
.Technology .home-swiper .home-slide .section1 .title .t
{
    width: 3.36rem;
    margin: 0 auto;
    display: block;
}
.Technology .home-swiper .home-slide .section1 .title h3
{
    font-size: .16rem;
    color: #fff;
    margin: .25rem 0 .4rem;
}
.Technology .home-swiper .home-slide .section1 .title h2
{
    font-size: .28rem;
    color: #fff;
    letter-spacing: .04rem;
    color: #81b1ef;
}
.Technology .home-swiper .home-slide .section1 .img
{
    width: 15.44rem;
    margin: 0 auto;
    display: block;
}
.Technology .home-swiper .home-slide .section2
{
    background: url(/jpg/gq8s71ie.jpg) no-repeat top/cover;
}
.Technology .home-swiper .home-slide .section3
{
    background: url(/jpg/05l8pnnz.jpg) no-repeat top/cover;
}
.Technology .home-swiper .home-slide .section3 .title-box h2
{
    font-size: .38rem;
    margin-bottom: .7rem;
}
.Technology .home-swiper .home-slide .section3 .box
{
    width: 68%;
    margin: 0 auto;
    position: relative;
}
.Technology .home-swiper .home-slide .section3 .box img
{
    width: 4.83rem;
    margin: 0 auto;
    display: block;
}
.Technology .home-swiper .home-slide .section3 .box .ll
{
    position: absolute;
    left: 0;
    top: 1rem;
}
.Technology .home-swiper .home-slide .section3 .box .ll h3
{
    font-size: .32rem;
    color: #fff;
    margin-bottom: .6rem;
    font-family: 'chuang-medium';
}
.Technology .home-swiper .home-slide .section3 .box .ll ul li
{
    margin-top: .75rem;
}
.Technology .home-swiper .home-slide .section3 .box .ll ul li h4
{
    font-size: .24rem;
    color: #2581f8;
    font-family: 'chuang-bold';
    position: relative;
}
.Technology .home-swiper .home-slide .section3 .box .ll ul li h4:after
{
    content: "";
    width: 3.3rem;
    height: .04rem;
    background: linear-gradient(270deg,rgba(7,172,195,0) 0%,#07abc3 100%);
    position: absolute;
    right: -2.5rem;
    top: .13rem;
}
.Technology .home-swiper .home-slide .section3 .box .ll ul li p
{
    font-size: .16rem;
    color: #fff;
    margin-top: .1rem;
}
.Technology .home-swiper .home-slide .section3 .box .ll ul li:first-child
{
    margin-top: 0;
}
.Technology .home-swiper .home-slide .section3 .box .ll.ll2
{
    left: auto;
    right: 0;
    text-align: right;
}
.Technology .home-swiper .home-slide .section3 .box .ll.ll2 h3
{
    margin-bottom: 1.2rem;
}
.Technology .home-swiper .home-slide .section3 .box .ll.ll2 ul li
{
    margin-top: 1rem;
}
.Technology .home-swiper .home-slide .section3 .box .ll.ll2 ul li h4:after
{
    right: auto;
    left: -2.5rem;
}
.Technology .home-swiper .home-slide .section3 .box .ll.ll2 ul li:last-child h4:after
{
    width: 2rem;
    left: -2rem;
}
.Technology .home-swiper .home-slide .section4
{
    background: url(/jpg/8w7a0j98.jpg) no-repeat top/cover;
}
.Technology .home-swiper .home-slide .section4 .box
{
    margin-top: .6rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.Technology .home-swiper .home-slide .section4 .box .img
{
    width: 6.9rem;
    overflow: hidden;
}
.Technology .home-swiper .home-slide .section4 .box .img img
{
    width: 100%;
}
.Technology .home-swiper .home-slide .section5
{
    background: url(/jpg/e66e3jkj.jpg) no-repeat top/cover;
}
.Technology .home-swiper .home-slide .section5 ul
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: .4rem;
}
.Technology .home-swiper .home-slide .section5 ul li
{
    width: 25%;
    text-align: center;
}
.Technology .home-swiper .home-slide .section5 ul li img
{
    width: 2.2rem;
    margin: 0 auto;
}
.Technology .home-swiper .home-slide .section5 ul li p
{
    font-size: .16rem;
    color: #fff;
    line-height: .24rem;
}
.Technology .home-swiper .home-slide .section5 ul li:nth-child(n+5)
{
    margin-top: -.2rem;
}
.Technology .home-swiper .home-slide .section6
{
    background: url(/jpg/abhnl5t9.jpg) no-repeat top/cover;
}
.Technology .home-swiper .home-slide .section6 .box
{
    margin-top: .6rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.Technology .home-swiper .home-slide .section6 .box .img
{
    width: 6.9rem;
    overflow: hidden;
    border-radius: .15rem;
}
.Technology .home-swiper .home-slide .section6 .box .img img
{
    width: 100%;
}
.Technology .home-swiper .home-slide .section6 .box .img ul
{
    display: flex;
    justify-content: space-between;
}
.Technology .home-swiper .home-slide .section6 .box .img ul li
{
    width: 49.2%;
    border-radius: .1rem;
    overflow: hidden;
    position: relative;
}
.Technology .home-swiper .home-slide .section6 .box .img ul li .txt
{
    position: absolute;
    left: .3rem;
    bottom: .3rem;
    color: #fff;
    z-index: 1;
}
.Technology .home-swiper .home-slide .section6 .box .img ul li .txt h3
{
    font-size: .24rem;
    font-family: 'chuang-bold';
}
.Technology .home-swiper .home-slide .section6 .box .img ul li .txt p
{
    font-size: .16rem;
    margin-top: .1rem;
}
.Technology .home-swiper .home-slide .section7
{
    background: url(/jpg/edr6k8oh.jpg) no-repeat top/cover;
}
.Technology .home-swiper .home-slide .section7 .box
{
    margin-top: .5rem;
}
.Technology .home-swiper .home-slide .section7 .box img
{
    margin: 0 auto;
    display: block;
}
.Technology .home-swiper .home-slide .section8
{
    background: url(/jpg/mura0a07.jpg) no-repeat top/cover;
}
.Technology .home-swiper .home-slide .section8 .box
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .7rem;
}
.Technology .home-swiper .home-slide .section8 .box ul
{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.Technology .home-swiper .home-slide .section8 .box ul li
{
    position: relative;
    padding-bottom: .4rem;
    text-align: center;
}
.Technology .home-swiper .home-slide .section8 .box ul li .img
{
    padding-bottom: .3rem;
    position: relative;
    margin-bottom: .2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.Technology .home-swiper .home-slide .section8 .box ul li .img img
{
    margin: 0 auto;
}
.Technology .home-swiper .home-slide .section8 .box ul li .img:after
{
    content: "";
    width: 1.66rem;
    height: .23rem;
    background: url(/png/x4rfpo5h.png) no-repeat center/100%;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.Technology .home-swiper .home-slide .section8 .box ul li .icon
{
    width: .7rem;
    margin: 0 auto .1rem;
}
.Technology .home-swiper .home-slide .section8 .box ul li .icon img
{
    width: 100%;
}
.Technology .home-swiper .home-slide .section8 .box ul li h3
{
    font-size: .2rem;
    color: #2581f8;
    font-family: 'chuang-medium';
}
.Technology .home-swiper .home-slide .section8 .box ul li h4
{
    font-size: .16rem;
    color: #fff;
    margin: .15rem 0 .1rem;
    line-height: .24rem;
}
.Technology .home-swiper .home-slide .section8 .box ul li:first-child
{
    margin-left: 0;
}
.Technology .home-swiper .home-slide .section8 .box ul li:last-child
{
    margin-right: 0;
}
.Technology .home-swiper .home-slide .section8 .box .left
{
    width: 3rem;
}
.Technology .home-swiper .home-slide .section8 .box .arrow
{
    width: .21rem;
    margin: 0 .5rem;
}
.Technology .home-swiper .home-slide .section8 .box .right
{
    flex: 1;
    overflow: hidden;
}
.Technology .home-swiper .home-slide .section8 .box .right ul li
{
    width: 33.333%;
    padding: 0 .4rem;
    margin-bottom: .5rem;
}
.Technology .home-swiper .home-slide .section9
{
    background: url(/jpg/r9ob5ekq.jpg) no-repeat top/cover;
}
.Technology .home-swiper .home-slide .section9 .txt
{
    font-size: .18rem;
    color: #fff;
    text-align: center;
    margin-top: .3rem;
}
.Technology .home-swiper .home-slide .section9 .txt b
{
    font-size: .28rem;
    color: #2581f8;
}
.Technology .home-swiper .home-slide .section9 .box
{
    width: 90%;
    margin: .8rem auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Technology .home-swiper .home-slide .section9 .box .left
{
    width: 4rem;
    height: 3.1rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Technology .home-swiper .home-slide .section9 .box .left h4
{
    font-size: .24rem;
    color: #fff;
    position: absolute;
}
.Technology .home-swiper .home-slide .section9 .box .left h4.t1
{
    left: 0;
    top: 0;
}
.Technology .home-swiper .home-slide .section9 .box .left h4.t2
{
    right: 0;
    top: 0;
}
.Technology .home-swiper .home-slide .section9 .box .left h4.t3
{
    left: 0;
    bottom: 0;
}
.Technology .home-swiper .home-slide .section9 .box .left h4.t4
{
    right: 0;
    bottom: 0;
}
.Technology .home-swiper .home-slide .section9 .box .left img
{
    width: 3.14rem;
    margin: 0 auto;
}
.Technology .home-swiper .home-slide .section9 .box .right
{
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.Technology .home-swiper .home-slide .section9 .box .right h3
{
    font-size: .28rem;
    color: #2581f8;
    font-family: 'chuang-bold';
}
.Technology .home-swiper .home-slide .section9 .box .right .jt
{
    display: flex;
    margin: .4rem 0 .3rem;
}
.Technology .home-swiper .home-slide .section9 .box .right .jt img
{
    width: .73rem;
    margin: 0 .4rem;
}
.Technology .home-swiper .home-slide .section9 .box .right ul
{
    display: flex;
}
.Technology .home-swiper .home-slide .section9 .box .right ul li
{
    margin: 0 .6rem;
}
.Technology .home-swiper .home-slide .section9 .box .right ul li h4
{
    font-size: .2rem;
    color: #2581f8;
    margin-bottom: .15rem;
    font-family: 'chuang-medium';
}
.Technology .home-swiper .home-slide .section9 .box .right ul li h5
{
    font-size: .16rem;
    color: #fff;
}
.Technology .home-swiper .home-slide .section10
{
    background: url(/jpg/ub8ng9od.jpg) no-repeat top/cover;
}
.Technology .home-swiper .home-slide .section10 .tabs1
{
    display: flex;
    justify-content: center;
    margin: .6rem 0 .2rem;
}
.Technology .home-swiper .home-slide .section10 .tabs1 .item
{
    font-size: .24rem;
    color: #fff;
    font-family: 'chuang-medium';
    text-align: center;
    cursor: pointer;
    transition: all .5s ease;
    margin: 0 .9rem;
}
.Technology .home-swiper .home-slide .section10 .slide
{
    position: relative;
    overflow: hidden;
}
.Technology .home-swiper .home-slide .section10 .slide .swiper-slide
{
    height: 5.04rem;
}
.Technology .home-swiper .home-slide .section10 .slide .swiper-slide .st
{
    font-size: .24rem;
    color: #fff;
    font-family: 'chuang-medium';
    text-align: center;
    margin-bottom: .4rem;
}
.Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide1
{
    padding: .4rem .4rem 0;
    display: flex;
    align-items: center;
    background: url(/png/k777t4iq.png) no-repeat center/100%;
}
.Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide1 .img
{
    width: 7rem;
    margin-right: .3rem;
}
.Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide1 .img img
{
    width: 100%;
}
.Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide1 .text
{
    flex: 1;
}
.Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide1 .text ul
{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide1 .text ul li
{
    text-align: center;
}
.Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide1 .text ul li h3
{
    font-size: .2rem;
    color: #fff;
    position: relative;
    padding-bottom: .22rem;
}
.Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide1 .text ul li h3:after
{
    content: "";
    width: 100%;
    height: 2px;
    background: linear-gradient(63deg,rgba(2,114,180,0) 0%,#0272b4 50%,rgba(2,114,180,0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
}
.Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide1 .text ul li h3 b
{
    font-size: .28rem;
    color: #2581f8;
    font-family: 'chuang-bold';
}
.Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide1 .text ul li .bb
{
    width: 2.8rem;
    height: 2.3rem;
    margin-top: .4rem;
    padding: 0 .2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url(/png/9coou520.png) no-repeat bottom/100%;
}
.Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide1 .text ul li .bb h4
{
    font-size: .16rem;
    color: #fff;
    margin-bottom: .2rem;
}
.Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide1 .text ul li .bb h4 b
{
    font-size: .2rem;
    color: #2581f8;
    font-family: 'chuang-bold';
}
.Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide1 .text ul li .bb p
{
    font-size: .16rem;
    color: rgba(255,255,255,.6);
    margin-bottom: .2rem;
}
.Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide1 .text ul li .bb .line
{
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,.1);
    margin-bottom: .2rem;
}
.Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide2
{
    background: url(/png/2g0usl8l.png) no-repeat center/100%;
}
.Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3
{
    padding: .8rem .3rem;
    background: url(/png/igt0n6lz.png) no-repeat center/100%;
}
.Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 ul
{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 ul li
{
    text-align: center;
}
.Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 ul li h3
{
    font-size: .2rem;
    color: #fff;
    position: relative;
    padding-bottom: .22rem;
}
.Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 ul li h3:after
{
    content: "";
    width: 100%;
    height: 2px;
    background: linear-gradient(63deg,rgba(2,114,180,0) 0%,#0272b4 50%,rgba(2,114,180,0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
}
.Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 ul li h3 b
{
    font-size: .28rem;
    color: #2581f8;
    font-family: 'chuang-bold';
}
.Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 ul li .bb
{
    width: 2.8rem;
    height: 2.2rem;
    margin-top: .3rem;
    padding: 0 .2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url(/png/9coou520.png) no-repeat center/100%;
}
.Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 ul li .bb dl
{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 ul li .bb dl dd
{
    text-align: center;
}
.Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 ul li .bb dl dd h4
{
    font-size: .16rem;
    color: #fff;
    margin-bottom: .25rem;
}
.Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 ul li .bb dl dd h5
{
    font-size: .16rem;
    color: #fff;
}
.Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 ul li .bb dl dd h5 b
{
    font-size: .2rem;
    color: #2581f8;
    font-family: 'chuang-bold';
}
.Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 ul li.li1 dl dd .bbb
{
    width: .8rem;
    height: .8rem;
    background: url(/png/vp8nqwkr.png) no-repeat center/100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 ul li.li1 dl dd .bbb h5
{
    font-size: .3rem;
    font-family: 'chuang-bold';
    color: #2581f8;
}
.Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 ul li.li1 dl dd .bbb h6
{
    font-size: .14rem;
    color: #fff;
    margin-top: .05rem;
}
.Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 ul li.li1 dl dd.vs
{
    margin-top: .4rem;
}
.Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 ul li.li2
{
    margin-left: .35rem;
}
.Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 ul li.li2 dl
{
    flex-wrap: wrap;
}
.Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 ul li.li2 dl dd
{
    width: 100%;
    margin-bottom: .2rem;
    padding-bottom: .22rem;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 ul li.li2 dl dd:last-child
{
    border: 0;
    margin: 0;
}
.Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 ul li.li3
{
    display: flex;
    align-items: center;
    margin-left: .3rem;
}
.Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 ul li.li3 .arrow
{
    width: .21rem;
    height: .4rem;
}
.Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 ul li.li3 .bb
{
    width: 3.45rem;
    padding: .4rem;
    height: auto;
    background: transparent;
}
.Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 ul li.li4
{
    margin-left: .3rem;
}
.Technology .home-swiper .home-slide .section11
{
    background: url(/jpg/c85w1cyf.jpg) no-repeat top/cover;
}
.Technology .home-swiper .home-slide .section11 .box
{
    margin-top: .6rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.Technology .home-swiper .home-slide .section11 .box .img
{
    width: 6.9rem;
    overflow: hidden;
    border-radius: .15rem;
}
.Technology .home-swiper .home-slide .section11 .box .img img
{
    width: 100%;
}
.Technology .home-swiper .home-slide .section12 .bg img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Technology .home-swiper .home-slide .section12 .tabs1
{
    display: flex;
    justify-content: center;
    margin-top: .6rem;
}
.Technology .home-swiper .home-slide .section12 .tabs1 .item
{
    font-size: .24rem;
    color: #939190;
    margin: 0 .7rem;
    cursor: pointer;
    padding-bottom: .2rem;
    position: relative;
}
.Technology .home-swiper .home-slide .section12 .tabs1 .item:before
{
    content: "";
    width: 0;
    height: .02rem;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: all .5s ease;
}
.Technology .home-swiper .home-slide .section12 .tabs1 .item.active
{
    color: #fff;
}
.Technology .home-swiper .home-slide .section12 .tabs1 .item.active:before
{
    width: 100%;
}
.Technology .home-swiper .home-slide .section12 .slide
{
    overflow: hidden;
    margin-top: .5rem;
}
.Technology .home-swiper .home-slide .section12 .slide ul
{
    display: flex;
    justify-content: space-between;
}
.Technology .home-swiper .home-slide .section12 .slide ul li
{
    flex: 1;
    padding: .6rem;
    background: #fff;
    display: flex;
    margin-left: .4rem;
}
.Technology .home-swiper .home-slide .section12 .slide ul li .icon
{
    width: .86rem;
    height: .86rem;
    margin-right: .2rem;
}
.Technology .home-swiper .home-slide .section12 .slide ul li .text
{
    width: auto;
    flex: 1;
}
.Technology .home-swiper .home-slide .section12 .slide ul li .text h3
{
    font-size: .24rem;
    font-family: "chuang-bold";
    margin-bottom: .15rem;
}
.Technology .home-swiper .home-slide .section12 .slide ul li .text p
{
    font-size: .16rem;
    line-height: .3rem;
}
.Technology .home-swiper .home-slide .section12 .slide ul li:first-child
{
    margin: 0;
}
.Technology .home-swiper .home-slide .section13
{
    background: url(/jpg/sz1j2ks9.jpg) no-repeat top/cover;
}
.Technology .home-swiper .home-slide .section13 .box
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
    overflow: hidden;
}
.Technology .home-swiper .home-slide .section13 .tabs2
{
    display: inline-flex;
    flex-direction: column;
    padding: 0;
    margin-right: 1.5rem;
}
.Technology .home-swiper .home-slide .section13 .tabs2 .item
{
    margin-top: .8rem;
    position: relative;
    padding-bottom: .17rem;
    cursor: pointer;
}
.Technology .home-swiper .home-slide .section13 .tabs2 .item:after
{
    content: "";
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .5s ease;
}
.Technology .home-swiper .home-slide .section13 .tabs2 .item h3
{
    font-size: .24rem;
    color: #939190;
    font-family: "chuang-medium";
}
.Technology .home-swiper .home-slide .section13 .tabs2 .item h4
{
    font-size: .18rem;
    color: #939190;
    margin-top: .15rem;
    font-family: "chuang-medium";
}
.Technology .home-swiper .home-slide .section13 .tabs2 .item.active:after
{
    width: 100%;
}
.Technology .home-swiper .home-slide .section13 .tabs2 .item.active h3, .Technology .home-swiper .home-slide .section13 .tabs2 .item.active h4
{
    color: #fff;
}
.Technology .home-swiper .home-slide .section13 .tabs2 .item:first-child
{
    margin-top: 0;
}
.Technology .home-swiper .home-slide .section13 .slide
{
    flex: 1;
    overflow: hidden;
}
.Technology .home-swiper .home-slide .section13 .slide .swiper-slide
{
    overflow: hidden;
}
.Technology .home-swiper .home-slide .section13 .slide .swiper-slide.swiper-slide1 ul
{
    display: flex;
}
.Technology .home-swiper .home-slide .section13 .slide .swiper-slide.swiper-slide1 ul li
{
    margin-left: -.6rem;
    position: relative;
}
.Technology .home-swiper .home-slide .section13 .slide .swiper-slide.swiper-slide1 ul li:nth-child(1)
{
    margin-left: 0;
    z-index: 2;
}
.Technology .home-swiper .home-slide .section13 .slide .swiper-slide.swiper-slide1 ul li:nth-child(2)
{
    z-index: 2;
}
.Technology .home-swiper .home-slide .section13 .slide .swiper-slide.swiper-slide1 ul li:nth-child(3)
{
    z-index: 2;
}
.Technology .home-swiper .home-slide .section13 .slide .swiper-slide.swiper-slide1 ul li:nth-child(4)
{
    z-index: 2;
}
.Technology .home-swiper .home-slide .section13 .slide .swiper-slide.swiper-slide2 ul, .Technology .home-swiper .home-slide .section13 .slide .swiper-slide.swiper-slide3 ul
{
    display: flex;
}
.Technology .home-swiper .home-slide .section14
{
    background: #f5f6fb;
}
.Technology .home-swiper .home-slide .section14 .title-box
{
    text-align: left;
}
.Technology .home-swiper .home-slide .section14 .title-box h2
{
    color: #000;
}
.Technology .home-swiper .home-slide .section14 .slide
{
    overflow: hidden;
    margin-top: .9rem;
    position: relative;
}
.Technology .home-swiper .home-slide .section14 .slide .swiper-slide .img
{
    overflow: hidden;
    border-radius: .1rem;
}
.Technology .home-swiper .home-slide .section14 .slide .swiper-slide .img img
{
    width: 100%;
    transition: all .5s ease;
    aspect-ratio: 16/9;
    object-fit: cover;
}
.Technology .home-swiper .home-slide .section14 .slide .swiper-slide .text
{
    margin-top: .35rem;
}
.Technology .home-swiper .home-slide .section14 .slide .swiper-slide .text h3
{
    font-size: .18rem;
    color: #000;
    font-family: "chuang-bold";
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .5s ease;
}
.Technology .home-swiper .home-slide .section14 .slide .swiper-slide:hover .img img
{
    transform: scale(1.05);
}
.Technology .home-swiper .home-slide .section14 .slide .swiper-slide:hover .text h3
{
    color: #004aba;
}
.Technology .home-swiper .home-slide .section14 .slide .tool
{
    height: .2rem;
    position: relative;
    margin-top: .8rem;
}
.Technology .home-swiper .home-slide .section14 .slide .tool .swiper-button-next, .Technology .home-swiper .home-slide .section14 .slide .tool .swiper-button-prev
{
    width: .2rem;
    height: .2rem;
    top: 0;
    margin: 0;
}
.Technology .home-swiper .home-slide .section14 .slide .tool .swiper-button-next.swiper-button-prev, .Technology .home-swiper .home-slide .section14 .slide .tool .swiper-button-prev.swiper-button-prev
{
    left: 0;
}
.Technology .home-swiper .home-slide .section14 .slide .tool .swiper-button-next.swiper-button-next, .Technology .home-swiper .home-slide .section14 .slide .tool .swiper-button-prev.swiper-button-next
{
    left: .35rem;
}
.Technology .home-swiper .home-slide .section14 .slide .tool .swiper-button-next:after, .Technology .home-swiper .home-slide .section14 .slide .tool .swiper-button-prev:after
{
    font-size: .2rem;
    color: #004aba;
}
.Technology .home-swiper .home-slide .section14 .slide .tool .line
{
    width: 1px;
    height: 70%;
    position: absolute;
    left: .27rem;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    background: #004aba;
}
.Technology .home-swiper .home-slide .section14 .slide .tool .swiper-scrollbar
{
    width: calc(100% - .7rem);
    height: .02rem;
    position: absolute;
    top: .09rem;
    z-index: 50;
    right: 0;
}
.Technology .home-swiper .home-slide .section14 .slide .tool .swiper-scrollbar .swiper-scrollbar-drag
{
    background: #004aba!important;
}
.Technology .home-swiper .home-slide .section15 .title-box
{
    text-align: left;
}
.Technology .home-swiper .home-slide .section15 .title-box h2
{
    color: #000;
}
.Technology .home-swiper .home-slide .section15 .tabs2
{
    position: relative;
    margin: .6rem 0 .25rem;
}
.Technology .home-swiper .home-slide .section15 .tabs2:before
{
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background: #d8d8d8;
}
.Technology .home-swiper .home-slide .section15 .tabs2 .swiper-slide
{
    width: auto;
    font-size: .18rem;
    color: #161616;
    line-height: 2;
    padding-bottom: .1rem;
    cursor: pointer;
    position: relative;
    transition: all .36s ease;
}
.Technology .home-swiper .home-slide .section15 .tabs2 .swiper-slide a
{
    color: #161616;
}
.Technology .home-swiper .home-slide .section15 .tabs2 .swiper-slide:before
{
    position: absolute;
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #004aba;
    transition: all .36s ease;
}
.Technology .home-swiper .home-slide .section15 .tabs2 .swiper-slide.active
{
    color: #004aba;
}
.Technology .home-swiper .home-slide .section15 .tabs2 .swiper-slide.active a
{
    color: #004aba;
}
.Technology .home-swiper .home-slide .section15 .tabs2 .swiper-slide.active:before
{
    width: 100%;
}
.Technology .home-swiper .home-slide .section15 .slide
{
    overflow: hidden;
    background: #fff;
}
.Technology .home-swiper .home-slide .section15 .slide .swiper-slide
{
    overflow: hidden;
    background: #fff;
}
.Technology .home-swiper .home-slide .section15 .slide .slide1
{
    overflow: hidden;
}
.Technology .home-swiper .home-slide .section15 .slide .slide1 .swiper-slide .img
{
    overflow: hidden;
    border-radius: .16rem;
}
.Technology .home-swiper .home-slide .section15 .slide .slide1 .swiper-slide .img img
{
    width: 100%;
    aspect-ratio: 490/311;
    transition: all .5s ease;
}
.Technology .home-swiper .home-slide .section15 .slide .slide1 .swiper-slide .text
{
    text-align: center;
    margin-top: .3rem;
}
.Technology .home-swiper .home-slide .section15 .slide .slide1 .swiper-slide .text h2
{
    font-size: .22rem;
    color: #333;
    font-family: "chuang-bold";
    line-height: 1.75;
}
.Technology .home-swiper .home-slide .section15 .slide .slide1 .swiper-slide .text p
{
    font-size: .16rem;
    line-height: 2;
    color: #161616;
    word-break: break-all;
}
.Technology .home-swiper .home-slide .section15 .slide .slide1 .swiper-slide:hover img
{
    transform: scale(1.05);
}
.Technology .home-swiper .home-slide .section15 .slide .slide1 .tool
{
    height: .2rem;
    position: relative;
    margin-top: .8rem;
}
.Technology .home-swiper .home-slide .section15 .slide .slide1 .tool .swiper-button-next, .Technology .home-swiper .home-slide .section15 .slide .slide1 .tool .swiper-button-prev
{
    width: .2rem;
    height: .2rem;
    top: 0;
    margin: 0;
}
.Technology .home-swiper .home-slide .section15 .slide .slide1 .tool .swiper-button-next.swiper-button-prev, .Technology .home-swiper .home-slide .section15 .slide .slide1 .tool .swiper-button-prev.swiper-button-prev
{
    left: 0;
}
.Technology .home-swiper .home-slide .section15 .slide .slide1 .tool .swiper-button-next.swiper-button-next, .Technology .home-swiper .home-slide .section15 .slide .slide1 .tool .swiper-button-prev.swiper-button-next
{
    left: .35rem;
}
.Technology .home-swiper .home-slide .section15 .slide .slide1 .tool .swiper-button-next:after, .Technology .home-swiper .home-slide .section15 .slide .slide1 .tool .swiper-button-prev:after
{
    font-size: .2rem;
    color: #004aba;
}
.Technology .home-swiper .home-slide .section15 .slide .slide1 .tool .line
{
    width: 1px;
    height: 70%;
    position: absolute;
    left: .27rem;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    background: #004aba;
}
.Technology .home-swiper .home-slide .section15 .slide .slide1 .tool .swiper-scrollbar
{
    width: calc(100% - .7rem);
    height: .02rem;
    position: absolute;
    top: .09rem;
    z-index: 50;
    right: 0;
}
.Technology .home-swiper .home-slide .section15 .slide .slide1 .tool .swiper-scrollbar .swiper-scrollbar-drag
{
    background: #004aba!important;
}
.Technology .home-swiper .home-slide .sectionjs
{
    background: url(/jpg/lk6lqsda.jpg) no-repeat center/cover;
}
.Technology .home-swiper .home-slide .sectionjs .slide
{
    margin-top: .7rem;
}
.Technology .home-swiper .home-slide .sectionjs .slide .swiper-slide .img
{
    padding-bottom: .3rem;
    position: relative;
    margin-bottom: .2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.Technology .home-swiper .home-slide .sectionjs .slide .swiper-slide .img img
{
    margin: 0 auto .05rem;
}
.Technology .home-swiper .home-slide .sectionjs .slide .swiper-slide .img:after
{
    content: "";
    width: 1.66rem;
    height: .23rem;
    background: url(/png/x4rfpo5h.png) no-repeat center/100%;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.Technology .home-swiper .home-slide .sectionjs .slide .swiper-slide .icon
{
    width: .7rem;
    margin: 0 auto .1rem;
}
.Technology .home-swiper .home-slide .sectionjs .slide .swiper-slide .icon img
{
    width: 100%;
}
.Technology .home-swiper .home-slide .sectionjs .slide .swiper-slide h3
{
    font-size: .2rem;
    color: #2581f8;
    font-family: 'chuang-medium';
    text-align: center;
}
.Technology .home-swiper .home-slide .sectionjs dl
{
    display: flex;
    justify-content: space-between;
    margin-top: .6rem;
}
.Technology .home-swiper .home-slide .sectionjs dl dd p
{
    font-size: .18rem;
    color: #fff;
    margin-top: .15rem;
}
.Technology .home-swiper .home-slide:last-child
{
    height: auto;
    overflow: visible;
    position: relative;
    z-index: 1;
}
.Technology .home-swiper .home-slide:last-child>div
{
    height: auto;
}
/*! <=991 手机端 */
@media all and (max-width: 991px)
{
    .xs-display
    {
        display: block!important;
    }
    .lg-display
    {
        display: none!important;
    }
    .right-navigate
    {
        display: none!important;
    }
    .Technology .home-swiper .home-slide .ys_cont1400
    {
        padding: 15vh .3rem 0;
    }
    .Technology .home-swiper .home-slide .title-box h2
    {
        line-height: 1.5;
        margin-bottom: .1rem;
    }
    .Technology .home-swiper .home-slide .title-box p
    {
        font-size: .28rem;
        line-height: 1.8;
        margin-top: 0;
    }
    .Technology .home-swiper .home-slide .tabs-xs
    {
        width: 100%;
        margin-top: .25rem;
    }
    .Technology .home-swiper .home-slide .tabs-xs .swiper-slide .t
    {
        font-size: .3rem;
        color: #fff;
    }
    .Technology .home-swiper .home-slide .tabs-xs .swiper-slide .t img
    {
        width: .43rem;
        margin-right: .15rem;
    }
    .Technology .home-swiper .home-slide .tabs-xs .swiper-slide .bb h3
    {
        font-size: .28rem;
        color: #fff;
        margin-top: .3rem;
    }
    .Technology .home-swiper .home-slide .tabs-xs .swiper-slide .bb h4
    {
        font-size: .26rem;
        color: #fff;
        margin-top: .3rem;
    }
    .Technology .home-swiper .home-slide .tabs-xs .swiper-slide .bb ul
    {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .Technology .home-swiper .home-slide .tabs-xs .swiper-slide .bb ul li
    {
        font-size: .28rem;
        color: #fff;
        position: relative;
        padding-left: .2rem;
    }
    .Technology .home-swiper .home-slide .tabs-xs .swiper-slide .bb ul li:before
    {
        content: "";
        width: .06rem;
        height: .06rem;
        background: #fff;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: .09rem;
    }
    .Technology .home-swiper .home-slide .tabs-xs .swiper-slide .bb dl dt
    {
        margin-top: .45rem;
        padding-bottom: .4rem;
        border-bottom: 1px solid rgba(114,138,193,.4);
    }
    .Technology .home-swiper .home-slide .tabs-xs .swiper-slide .bb dl dd ul li
    {
        flex: 0 0 48%;
        line-height: .4rem;
        margin-top: .35rem;
    }
    .Technology .home-swiper .home-slide .tabs-xs .swiper-slide .bb dl dd ul li:before
    {
        top: .2rem;
    }
    .Technology .home-swiper .home-slide .tabs-xs .swiper-button-next, .Technology .home-swiper .home-slide .tabs-xs .swiper-button-prev
    {
        width: .5rem;
        height: .5rem;
        top: auto;
        bottom: -.9rem;
        margin: 0;
    }
    .Technology .home-swiper .home-slide .tabs-xs .swiper-button-next.swiper-button-prev, .Technology .home-swiper .home-slide .tabs-xs .swiper-button-prev.swiper-button-prev
    {
        left: 41%;
    }
    .Technology .home-swiper .home-slide .tabs-xs .swiper-button-next.swiper-button-next, .Technology .home-swiper .home-slide .tabs-xs .swiper-button-prev.swiper-button-next
    {
        left: 51%;
    }
    .Technology .home-swiper .home-slide .tabs-xs .swiper-button-next:after, .Technology .home-swiper .home-slide .tabs-xs .swiper-button-prev:after
    {
        font-size: .5rem;
        color: #fff;
    }
    .Technology .home-swiper .home-slide .swiper-button-next, .Technology .home-swiper .home-slide .swiper-button-prev
    {
        display: flex!important;
    }
    .Technology .home-swiper .home-slide .textimg
    {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: .6rem;
    }
    .Technology .home-swiper .home-slide .textimg li
    {
        flex: 0 0 48%;
        margin: 6% 0 0 4%;
    }
    .Technology .home-swiper .home-slide .textimg li .img
    {
        border-radius: .1rem;
    }
    .Technology .home-swiper .home-slide .textimg li .text
    {
        margin-top: .15rem;
    }
    .Technology .home-swiper .home-slide .textimg li .text h3
    {
        font-size: .26rem;
    }
    .Technology .home-swiper .home-slide .box-tw
    {
        margin-top: .7rem;
        flex-wrap: wrap;
    }
    .Technology .home-swiper .home-slide .box-tw .img
    {
        width: 100%;
    }
    .Technology .home-swiper .home-slide .box-tw .text
    {
        padding: .5rem 0 0 0;
    }
    .Technology .home-swiper .home-slide .box-tw .text p
    {
        font-size: .26rem;
        line-height: .42rem;
    }
    .Technology .home-swiper .home-slide .box-tw .text ul
    {
        margin: .4rem 0;
    }
    .Technology .home-swiper .home-slide .box-tw .text ul li h4
    {
        font-size: .26rem;
    }
    .Technology .home-swiper .home-slide .box-tw .text ul li h4 b
    {
        font-size: .34rem;
    }
    .Technology .home-swiper .home-slide .box-tw .text h4
    {
        font-size: .26rem;
    }
    .Technology .home-swiper .home-slide .banner img
    {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .Technology .home-swiper .home-slide .banner .text
    {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        padding-top: 0;
    }
    .Technology .home-swiper .home-slide .banner .text img
    {
        margin: 0 auto;
        max-width: 980px;
    }
    .Technology .home-swiper .home-slide .banner .text h1
    {
        font-size: .48rem;
    }
    .Technology .home-swiper .home-slide .banner .text p
    {
        font-size: .28rem;
        margin-top: .16rem;
    }
    .Technology .home-swiper .home-slide .section1
    {
        background: url(/jpg/3amjaabn.jpg) no-repeat center/cover;
    }
    .Technology .home-swiper .home-slide .section1 .title .t
    {
        width: 3.6rem;
    }
    .Technology .home-swiper .home-slide .section1 .title h3
    {
        font-size: .26rem;
        margin: .25rem 0 .3rem;
    }
    .Technology .home-swiper .home-slide .section1 .title h2
    {
        font-size: .36rem;
        color: #81b1ef;
    }
    .Technology .home-swiper .home-slide .section1 .img
    {
        width: 100%;
        margin-top: 2rem;
    }
    .Technology .home-swiper .home-slide .section2
    {
        background: url(/jpg/fo72edfo.jpg) no-repeat center/cover;
    }
    .Technology .home-swiper .home-slide .section3
    {
        background: url(/jpg/litfmayk.jpg) no-repeat top/cover;
    }
    .Technology .home-swiper .home-slide .section3 .title-box h2
    {
        font-size: .42rem;
        margin-bottom: 1.4rem;
    }
    .Technology .home-swiper .home-slide .section3 .box
    {
        width: 100%;
    }
    .Technology .home-swiper .home-slide .section3 .box img
    {
        width: 3.8rem;
    }
    .Technology .home-swiper .home-slide .section3 .box .ll
    {
        top: 1rem;
    }
    .Technology .home-swiper .home-slide .section3 .box .ll h3
    {
        font-size: .34rem;
    }
    .Technology .home-swiper .home-slide .section3 .box .ll ul li
    {
        margin-top: .4rem;
    }
    .Technology .home-swiper .home-slide .section3 .box .ll ul li h4
    {
        font-size: .3rem;
        padding-top: .3rem;
    }
    .Technology .home-swiper .home-slide .section3 .box .ll ul li h4:after
    {
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }
    .Technology .home-swiper .home-slide .section3 .box .ll ul li p
    {
        font-size: .26rem;
        margin-top: .15rem;
    }
    .Technology .home-swiper .home-slide .section3 .box .ll ul li:first-child
    {
        margin-top: .9rem;
    }
    .Technology .home-swiper .home-slide .section3 .box .ll.ll2
    {
        text-align: right;
    }
    .Technology .home-swiper .home-slide .section3 .box .ll.ll2 h3
    {
        margin-bottom: 1.5rem;
    }
    .Technology .home-swiper .home-slide .section3 .box .ll.ll2 ul li
    {
        margin-top: .7rem;
    }
    .Technology .home-swiper .home-slide .section3 .box .ll.ll2 ul li h4:after
    {
        right: auto;
        left: 0;
    }
    .Technology .home-swiper .home-slide .section3 .box .ll.ll2 ul li:last-child h4:after
    {
        width: 100%;
        left: 0;
    }
    .Technology .home-swiper .home-slide .section4
    {
        background: url(/jpg/s8c6ccwu.jpg) no-repeat center/cover;
    }
    .Technology .home-swiper .home-slide .section4 .box
    {
        margin-top: .3rem;
    }
    .Technology .home-swiper .home-slide .section5
    {
        background: url(/jpg/45300pfr.jpg) no-repeat center/cover;
    }
    .Technology .home-swiper .home-slide .section5 ul li
    {
        width: 33.333%;
    }
    .Technology .home-swiper .home-slide .section5 ul li p
    {
        font-size: .26rem;
        line-height: .4rem;
    }
    .Technology .home-swiper .home-slide .section5 ul li:nth-child(n+5)
    {
        margin-top: 0;
    }
    .Technology .home-swiper .home-slide .section5 ul li:nth-child(n+4)
    {
        width: 50%;
    }
    .Technology .home-swiper .home-slide .section6
    {
        background: url(/jpg/xodom05i.jpg) no-repeat center/cover;
    }
    .Technology .home-swiper .home-slide .section6 .box .img
    {
        width: 100%;
        margin-top: .5rem;
    }
    .Technology .home-swiper .home-slide .section6 .box .img ul li .txt h3
    {
        font-size: .32rem;
    }
    .Technology .home-swiper .home-slide .section6 .box .img ul li .txt p
    {
        font-size: .26rem;
        margin-top: .15rem;
    }
    .Technology .home-swiper .home-slide .section7
    {
        background: url(/jpg/erai88y2.jpg) no-repeat center/cover;
    }
    .Technology .home-swiper .home-slide .section7 .box img
    {
        height: auto;
    }
    .Technology .home-swiper .home-slide .section8
    {
        background: url(/jpg/mb0b8fkc.jpg) no-repeat center/cover;
    }
    .Technology .home-swiper .home-slide .section8 .box
    {
        margin-top: .3rem;
        display: block;
    }
    .Technology .home-swiper .home-slide .section8 .box .text
    {
        text-align: center;
    }
    .Technology .home-swiper .home-slide .section8 .box .text h3
    {
        font-size: .3rem;
        color: #2581f8;
        font-family: "chuang-medium";
    }
    .Technology .home-swiper .home-slide .section8 .box .text h4
    {
        font-size: .26rem;
        color: #fff;
        margin: .25rem 0;
        line-height: .4rem;
    }
    .Technology .home-swiper .home-slide .section8 .box .slide
    {
        margin-top: .6rem;
        position: relative;
        padding-bottom: .4rem;
    }
    .Technology .home-swiper .home-slide .section8 .box .slide .swiper-slide .img
    {
        width: 3rem;
        padding-bottom: .3rem;
        position: relative;
        margin: .2rem auto .4rem;
    }
    .Technology .home-swiper .home-slide .section8 .box .slide .swiper-slide .img img
    {
        margin: 0 auto;
    }
    .Technology .home-swiper .home-slide .section8 .box .slide .swiper-slide .img:after
    {
        content: "";
        width: 1.66rem;
        height: .23rem;
        background: url(/png/x4rfpo5h.png) no-repeat center/100%;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }
    .Technology .home-swiper .home-slide .section8 .box .slide .swiper-slide .slide1
    {
        position: relative;
        overflow: hidden;
    }
    .Technology .home-swiper .home-slide .section8 .box .slide .swiper-slide .slide1 .swiper-slide .img
    {
        width: auto;
        padding-bottom: .3rem;
        position: relative;
        margin-bottom: .2rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    .Technology .home-swiper .home-slide .section8 .box .slide .swiper-slide .slide1 .swiper-slide .img img
    {
        margin: 0 auto;
    }
    .Technology .home-swiper .home-slide .section8 .box .slide .swiper-slide .slide1 .swiper-slide .img:after
    {
        content: "";
        width: 1.66rem;
        height: .23rem;
        background: url(/png/x4rfpo5h.png) no-repeat center/100%;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }
    .Technology .home-swiper .home-slide .section8 .box .slide .swiper-slide ul
    {
        flex-wrap: wrap;
        padding: 0 .3rem;
    }
    .Technology .home-swiper .home-slide .section8 .box .slide .swiper-slide ul li
    {
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: .5rem;
        padding-bottom: 0;
        margin-left: 0;
    }
    .Technology .home-swiper .home-slide .section8 .box .slide .swiper-slide ul li .icon
    {
        width: .7rem;
        margin: 0 .3rem 0 0;
    }
    .Technology .home-swiper .home-slide .section8 .box .slide .swiper-slide ul li .icon img
    {
        width: 100%;
    }
    .Technology .home-swiper .home-slide .section8 .box .slide .swiper-slide ul li .text
    {
        text-align: left;
    }
    .Technology .home-swiper .home-slide .section8 .box .slide .swiper-slide ul li .text h4
    {
        margin: .1rem auto 0;
    }
    .Technology .home-swiper .home-slide .section8 .box .slide .swiper-button-next, .Technology .home-swiper .home-slide .section8 .box .slide .swiper-button-prev
    {
        width: .5rem;
        height: .5rem;
        top: 1.3rem;
        margin: 0;
    }
    .Technology .home-swiper .home-slide .section8 .box .slide .swiper-button-next.swiper-button-prev, .Technology .home-swiper .home-slide .section8 .box .slide .swiper-button-prev.swiper-button-prev
    {
        left: 0;
    }
    .Technology .home-swiper .home-slide .section8 .box .slide .swiper-button-next.swiper-button-next, .Technology .home-swiper .home-slide .section8 .box .slide .swiper-button-prev.swiper-button-next
    {
        right: 0;
        display: flex!important;
        justify-content: flex-end;
    }
    .Technology .home-swiper .home-slide .section8 .box .slide .swiper-button-next:after, .Technology .home-swiper .home-slide .section8 .box .slide .swiper-button-prev:after
    {
        font-size: .5rem;
        color: #fff;
    }
    .Technology .home-swiper .home-slide .section8 .box .slide .swiper-pagination
    {
        bottom: 0;
    }
    .Technology .home-swiper .home-slide .section8 .box .slide .swiper-pagination .swiper-pagination-bullet
    {
        width: .2rem;
        height: .03rem;
        background: rgba(255,255,255,.2);
        border-radius: 0;
        opacity: 1;
    }
    .Technology .home-swiper .home-slide .section8 .box .slide .swiper-pagination .swiper-pagination-bullet-active
    {
        background: #fff;
    }
    .Technology .home-swiper .home-slide .section9
    {
        background: url(/jpg/1m8jjoy5.jpg) no-repeat center/cover;
    }
    .Technology .home-swiper .home-slide .section9 .txt
    {
        font-size: .26rem;
        margin-top: .5rem;
    }
    .Technology .home-swiper .home-slide .section9 .txt b
    {
        font-size: .32rem;
    }
    .Technology .home-swiper .home-slide .section9 .box
    {
        width: 100%;
        margin: .8rem auto 0;
        flex-direction: column;
    }
    .Technology .home-swiper .home-slide .section9 .box .left
    {
        width: 4.4rem;
        padding: .4rem;
    }
    .Technology .home-swiper .home-slide .section9 .box .left h4
    {
        font-size: .28rem;
    }
    .Technology .home-swiper .home-slide .section9 .box .left img
    {
        width: 3.94rem;
    }
    .Technology .home-swiper .home-slide .section9 .box .right
    {
        margin: .5rem 0;
    }
    .Technology .home-swiper .home-slide .section9 .box .right h3
    {
        font-size: .34rem;
    }
    .Technology .home-swiper .home-slide .section9 .box .right ul
    {
        display: flex;
    }
    .Technology .home-swiper .home-slide .section9 .box .right ul li
    {
        margin: 0 .6rem;
    }
    .Technology .home-swiper .home-slide .section9 .box .right ul li h4
    {
        font-size: .3rem;
    }
    .Technology .home-swiper .home-slide .section9 .box .right ul li h5
    {
        font-size: .26rem;
        line-height: .4rem;
    }
    .Technology .home-swiper .home-slide .section10
    {
        background: url(/jpg/dcs77j72.jpg) no-repeat center/cover;
    }
    .Technology .home-swiper .home-slide .section10 .tabs1 .item
    {
        font-size: .3rem;
        color: #939190;
        position: relative;
        margin: 0 .7rem;
        padding-bottom: .2rem;
    }
    .Technology .home-swiper .home-slide .section10 .tabs1 .item:before
    {
        content: "";
        width: 0;
        height: .02rem;
        background: #fff;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        transition: all .5s ease;
    }
    .Technology .home-swiper .home-slide .section10 .tabs1 .item.active
    {
        color: #fff;
    }
    .Technology .home-swiper .home-slide .section10 .tabs1 .item.active:before
    {
        width: 100%;
    }
    .Technology .home-swiper .home-slide .section10 .slide
    {
        overflow: visible;
        margin-top: .4rem;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide
    {
        height: auto;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide h2
    {
        font-size: .32rem;
        color: #fff;
        text-align: center;
        margin-bottom: .4rem;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide .st
    {
        font-size: .3rem;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide1
    {
        padding: 0 .2rem;
        display: block;
        background: transparent;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide1 .img
    {
        width: 100%;
        margin-right: 0;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide1 .text ul li
    {
        width: 48%;
        margin-top: .4rem;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide1 .text ul li h3
    {
        font-size: .3rem;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide1 .text ul li h3 b
    {
        font-size: .38rem;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide1 .text ul li .bb
    {
        width: 100%;
        height: 3rem;
        margin: .3rem auto 0;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide1 .text ul li .bb h4
    {
        font-size: .26rem;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide1 .text ul li .bb h4 b
    {
        font-size: .3rem;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide1 .text ul li .bb p
    {
        font-size: .24rem;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide2
    {
        background: transparent;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3
    {
        padding: 0 .3rem;
        background: transparent;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 ul
    {
        flex-wrap: wrap;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 ul li
    {
        text-align: center;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 ul li.li1 dl dd .bbb
    {
        width: .8rem;
        height: .8rem;
        background: url(/png/vp8nqwkr.png) no-repeat center/100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 ul li.li1 dl dd .bbb h5
    {
        font-size: .3rem;
        font-family: 'chuang-bold';
        color: #2581f8;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 ul li.li1 dl dd .bbb h6
    {
        font-size: .14rem;
        color: #fff;
        margin-top: .05rem;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 ul li.li1 dl dd.vs
    {
        margin-top: .4rem;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 ul li.li2
    {
        margin-left: .35rem;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 ul li.li2 dl
    {
        flex-wrap: wrap;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 ul li.li2 dl dd
    {
        width: 100%;
        margin-bottom: .2rem;
        padding-bottom: .22rem;
        border-bottom: 1px solid rgba(255,255,255,.1);
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 ul li.li2 dl dd:last-child
    {
        border: 0;
        margin: 0;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 ul li.li3
    {
        display: flex;
        align-items: center;
        margin-left: .3rem;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 ul li.li3 .arrow
    {
        width: .21rem;
        height: .4rem;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 ul li.li3 .bb
    {
        width: 3.45rem;
        padding: .4rem;
        height: auto;
        background: transparent;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 ul li.li4
    {
        margin-left: .3rem;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 .slide1
    {
        overflow: hidden;
        position: relative;
        padding-bottom: .5rem;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 .slide1 .swiper-slide
    {
        overflow: hidden;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 .slide1 .swiper-slide h3
    {
        font-size: .3rem;
        color: #fff;
        padding-bottom: .22rem;
        position: relative;
        text-align: center;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 .slide1 .swiper-slide h3:after
    {
        content: "";
        width: 100%;
        height: 2px;
        background: linear-gradient(63deg,rgba(2,114,180,0) 0%,#0272b4 50%,rgba(2,114,180,0) 100%);
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 .slide1 .swiper-slide h3 b
    {
        font-size: .4rem;
        color: #2581f8;
        font-family: 'chuang-bold';
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 .slide1 .swiper-slide h4
    {
        font-size: .26rem;
        color: #fff;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 .slide1 .swiper-slide h4 b
    {
        font-size: .4rem;
        color: #2581f8;
        font-family: 'chuang-bold';
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 .slide1 .swiper-slide h5
    {
        font-size: .26rem;
        color: #fff;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 .slide1 .swiper-slide h5 b
    {
        color: #2581f8;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 .slide1 .swiper-slide .line
    {
        width: 100%;
        height: 1px;
        background: rgba(255,255,255,.1);
        margin: .2rem 0;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 .slide1 .swiper-slide .bb
    {
        margin-top: .2rem;
        padding: .4rem .3rem;
        position: relative;
        text-align: center;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 .slide1 .swiper-slide .bb:before
    {
        content: "";
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg,rgba(30,59,122,0) 0%,rgba(82,136,255,.1) 100%);
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 .slide1 .swiper-slide.swiper-slide1
    {
        padding: 0 .5rem;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 .slide1 .swiper-slide.swiper-slide1 h4
    {
        margin-bottom: .15rem;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 .slide1 .swiper-slide.swiper-slide1 dl
    {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 .slide1 .swiper-slide.swiper-slide1 dl dd
    {
        text-align: center;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 .slide1 .swiper-slide.swiper-slide1 dl dd .bbb
    {
        margin-top: .3rem;
        width: 1.26rem;
        height: 1.26rem;
        background: url(/png/vp8nqwkr.png) no-repeat center/100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 .slide1 .swiper-slide.swiper-slide2 .top h4:first-child
    {
        margin-bottom: .15rem;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 .slide1 .swiper-slide.swiper-slide2 .center
    {
        text-align: center;
        margin: .4rem 0;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 .slide1 .swiper-slide.swiper-slide2 .center h4
    {
        margin: .2rem 0;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 .slide1 .swiper-slide.swiper-slide2 .center img
    {
        width: .4rem;
        margin: 0 auto;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 .slide1 .swiper-pagination
    {
        bottom: 0;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 .slide1 .swiper-pagination .swiper-pagination-bullet
    {
        width: .2rem;
        height: .03rem;
        background: rgba(255,255,255,.2);
        border-radius: 0;
        opacity: 1;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-slide.swiper-slide3 .slide1 .swiper-pagination .swiper-pagination-bullet-active
    {
        background: #fff;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-button-next, .Technology .home-swiper .home-slide .section10 .slide .swiper-button-prev
    {
        width: .5rem;
        height: .5rem;
        top: auto;
        bottom: -.9rem;
        margin: 0;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-button-next.swiper-button-prev, .Technology .home-swiper .home-slide .section10 .slide .swiper-button-prev.swiper-button-prev
    {
        left: 41%;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-button-next.swiper-button-next, .Technology .home-swiper .home-slide .section10 .slide .swiper-button-prev.swiper-button-next
    {
        left: 51%;
    }
    .Technology .home-swiper .home-slide .section10 .slide .swiper-button-next:after, .Technology .home-swiper .home-slide .section10 .slide .swiper-button-prev:after
    {
        font-size: .5rem;
        color: #fff;
    }
    .Technology .home-swiper .home-slide .section11
    {
        background: url(/jpg/d41ucow6.jpg) no-repeat center/cover;
    }
    .Technology .home-swiper .home-slide .section11 .img
    {
        width: 100%;
        margin-top: .5rem;
    }
    .Technology .home-swiper .home-slide .section12 .tabs1 .item
    {
        font-size: .3rem;
    }
    .Technology .home-swiper .home-slide .section12 .slide ul li
    {
        padding: .5rem;
        flex-direction: column;
        margin-left: .1rem;
        text-align: center;
    }
    .Technology .home-swiper .home-slide .section12 .slide ul li .icon
    {
        margin: 0 auto .15rem;
    }
    .Technology .home-swiper .home-slide .section12 .slide ul li .text h3
    {
        font-size: .28rem;
        margin-bottom: .15rem;
    }
    .Technology .home-swiper .home-slide .section12 .slide ul li .text p
    {
        font-size: .26rem;
        line-height: .4rem;
    }
    .Technology .home-swiper .home-slide .section12 .slide .swiper-slide:nth-child(2) ul
    {
        flex-wrap: wrap;
    }
    .Technology .home-swiper .home-slide .section12 .slide .swiper-slide:nth-child(2) ul li
    {
        flex: 0 0 100%;
        padding: .4rem;
        flex-direction: row;
        text-align: left;
        margin: .1rem 0 0 0;
    }
    .Technology .home-swiper .home-slide .section12 .slide .swiper-slide:nth-child(2) ul li .icon
    {
        margin: 0 .2rem 0 0;
    }
    .Technology .home-swiper .home-slide .section12 .slide .swiper-slide:nth-child(2) ul li:first-child
    {
        margin-top: 0;
    }
    .Technology .home-swiper .home-slide .section13
    {
        background: url(/jpg/hboyydts.jpg) no-repeat center/cover;
    }
    .Technology .home-swiper .home-slide .section13 .title-box p:last-child
    {
        margin-top: 0;
    }
    .Technology .home-swiper .home-slide .section13 .box
    {
        flex-wrap: wrap;
        margin-top: .6rem;
    }
    .Technology .home-swiper .home-slide .section13 .tabs2
    {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 0;
        margin-right: 0;
    }
    .Technology .home-swiper .home-slide .section13 .tabs2 .item
    {
        margin-top: 0;
        text-align: center;
        padding-bottom: .25rem;
    }
    .Technology .home-swiper .home-slide .section13 .tabs2 .item:after
    {
        background: #fff;
    }
    .Technology .home-swiper .home-slide .section13 .tabs2 .item h3
    {
        font-size: .32rem;
        color: #939190;
    }
    .Technology .home-swiper .home-slide .section13 .tabs2 .item h4
    {
        font-size: .26rem;
        margin-top: .2rem;
        color: #939190;
    }
    .Technology .home-swiper .home-slide .section13 .tabs2 .item.active h3, .Technology .home-swiper .home-slide .section13 .tabs2 .item.active h4
    {
        color: #fff;
    }
    .Technology .home-swiper .home-slide .section13 .slide
    {
        flex: 0 0 100%;
        margin-top: .5rem;
    }
    .Technology .home-swiper .home-slide .section13 .slide .swiper-slide
    {
        overflow: hidden;
        padding: 0 .2rem;
    }
    .Technology .home-swiper .home-slide .section13 .slide .swiper-slide .slide1
    {
        padding-bottom: .4rem;
    }
    .Technology .home-swiper .home-slide .section13 .slide .swiper-pagination
    {
        bottom: 0;
    }
    .Technology .home-swiper .home-slide .section13 .slide .swiper-pagination .swiper-pagination-bullet
    {
        width: .2rem;
        height: .03rem;
        background: rgba(255,255,255,.2);
        border-radius: 0;
        opacity: 1;
    }
    .Technology .home-swiper .home-slide .section13 .slide .swiper-pagination .swiper-pagination-bullet-active
    {
        background: #fff;
    }
    .Technology .home-swiper .home-slide .section14 .slide .swiper-slide .text
    {
        margin-top: .35rem;
    }
    .Technology .home-swiper .home-slide .section14 .slide .swiper-slide .text h3
    {
        font-size: .28rem;
    }
    .Technology .home-swiper .home-slide .section14 .slide .tool
    {
        height: .4rem;
    }
    .Technology .home-swiper .home-slide .section14 .slide .tool .swiper-button-next, .Technology .home-swiper .home-slide .section14 .slide .tool .swiper-button-prev
    {
        width: .4rem;
        height: .4rem;
    }
    .Technology .home-swiper .home-slide .section14 .slide .tool .swiper-button-next.swiper-button-next, .Technology .home-swiper .home-slide .section14 .slide .tool .swiper-button-prev.swiper-button-next
    {
        left: .7rem;
    }
    .Technology .home-swiper .home-slide .section14 .slide .tool .swiper-button-next:after, .Technology .home-swiper .home-slide .section14 .slide .tool .swiper-button-prev:after
    {
        font-size: .4rem;
    }
    .Technology .home-swiper .home-slide .section14 .slide .tool .line
    {
        left: .54rem;
    }
    .Technology .home-swiper .home-slide .section14 .slide .tool .swiper-scrollbar
    {
        width: calc(100% - 1.4rem);
        top: .16rem;
    }
    .Technology .home-swiper .home-slide .section15 .tabs2
    {
        overflow: hidden;
    }
    .Technology .home-swiper .home-slide .section15 .tabs2 .swiper-slide
    {
        font-size: .3rem;
        text-align: center;
    }
    .Technology .home-swiper .home-slide .section15 .slide .slide1 .swiper-slide .text
    {
        margin-top: .3rem;
    }
    .Technology .home-swiper .home-slide .section15 .slide .slide1 .swiper-slide .text h2
    {
        font-size: .3rem;
    }
    .Technology .home-swiper .home-slide .section15 .slide .slide1 .swiper-slide .text p
    {
        font-size: .26rem;
    }
    .Technology .home-swiper .home-slide .section15 .slide .slide1 .tool
    {
        height: .4rem;
    }
    .Technology .home-swiper .home-slide .section15 .slide .slide1 .tool .swiper-button-next, .Technology .home-swiper .home-slide .section15 .slide .slide1 .tool .swiper-button-prev
    {
        width: .4rem;
        height: .4rem;
    }
    .Technology .home-swiper .home-slide .section15 .slide .slide1 .tool .swiper-button-next.swiper-button-next, .Technology .home-swiper .home-slide .section15 .slide .slide1 .tool .swiper-button-prev.swiper-button-next
    {
        left: .7rem;
    }
    .Technology .home-swiper .home-slide .section15 .slide .slide1 .tool .swiper-button-next:after, .Technology .home-swiper .home-slide .section15 .slide .slide1 .tool .swiper-button-prev:after
    {
        font-size: .4rem;
    }
    .Technology .home-swiper .home-slide .section15 .slide .slide1 .tool .line
    {
        left: .54rem;
    }
    .Technology .home-swiper .home-slide .section15 .slide .slide1 .tool .swiper-scrollbar
    {
        width: calc(100% - 1.4rem);
        top: .16rem;
    }
    .Technology .home-swiper .home-slide .sectionjs
    {
        background: url(/jpg/eawa1v8z.jpg) no-repeat center/cover;
    }
    .Technology .home-swiper .home-slide .sectionjs .slide
    {
        width: 100%;
        position: relative;
    }
    .Technology .home-swiper .home-slide .sectionjs .slide .swiper-slide .img
    {
        padding-bottom: 0;
    }
    .Technology .home-swiper .home-slide .sectionjs .slide .swiper-slide .img:after
    {
        display: none;
    }
    .Technology .home-swiper .home-slide .sectionjs .slide .swiper-slide .text h3
    {
        font-size: .28rem;
    }
    .Technology .home-swiper .home-slide .sectionjs .slide .swiper-button-next, .Technology .home-swiper .home-slide .sectionjs .slide .swiper-button-prev
    {
        width: .5rem;
        height: .5rem;
        top: 1.3rem;
        margin: 0;
    }
    .Technology .home-swiper .home-slide .sectionjs .slide .swiper-button-next.swiper-button-prev, .Technology .home-swiper .home-slide .sectionjs .slide .swiper-button-prev.swiper-button-prev
    {
        left: 0;
    }
    .Technology .home-swiper .home-slide .sectionjs .slide .swiper-button-next.swiper-button-next, .Technology .home-swiper .home-slide .sectionjs .slide .swiper-button-prev.swiper-button-next
    {
        right: 0;
        display: flex!important;
        justify-content: flex-end;
    }
    .Technology .home-swiper .home-slide .sectionjs .slide .swiper-button-next:after, .Technology .home-swiper .home-slide .sectionjs .slide .swiper-button-prev:after
    {
        font-size: .5rem;
        color: #fff;
    }
    .Technology .home-swiper .home-slide .sectionjs dl
    {
        flex-wrap: wrap;
    }
    .Technology .home-swiper .home-slide .sectionjs dl dd
    {
        width: 32%;
    }
    .Technology .home-swiper .home-slide .sectionjs dl dd p
    {
        font-size: .25rem;
    }
}
