﻿/*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;
}
.Strength .container
{
    height: 100%;
}
.Strength .home-swiper
{
    position: relative;
    height: 100vh;
    font-family: "chuang-medium"!important;
}
.Strength .home-swiper .home-slide
{
    overflow: hidden;
}
.Strength .home-swiper .home-slide>div
{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.Strength .home-swiper .home-slide .ys_cont1400
{
    padding-top: 8%;
}
.Strength .home-swiper .home-slide .title-box
{
    text-align: center;
}
.Strength .home-swiper .home-slide .title-box h2
{
    font-size: .48rem;
    color: #fff;
    font-family: "chuang-bold";
    margin-bottom: .3rem;
}
.Strength .home-swiper .home-slide .title-box p
{
    font-size: .16rem;
    color: #fff;
    margin-top: .15rem;
}
.Strength .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);
}
.Strength .home-swiper .home-slide .banner img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Strength .home-swiper .home-slide .banner .text
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding-top: 0;
}
.Strength .home-swiper .home-slide .banner .text img
{
    margin: 0 auto;
    max-width: 980px;
}
.Strength .home-swiper .home-slide .banner .text h1
{
    font-size: .56rem;
    color: #fff;
    font-family: "chuang-bold";
    line-height: 1.5;
}
.Strength .home-swiper .home-slide .banner .text p
{
    font-size: .18rem;
    color: #fff;
    line-height: 1.5;
    margin-top: .18rem;
}
.Strength .home-swiper .home-slide .section1
{
    background: url(/jpg/w3v5u49q.jpg) no-repeat top/cover;
}
.Strength .home-swiper .home-slide .section1 .slide
{
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    position: relative;
}
.Strength .home-swiper .home-slide .section1 .slide .swiper-slide
{
    width: 33.33%;
    padding: 0 .6rem;
    color: #fff;
    position: relative;
}
.Strength .home-swiper .home-slide .section1 .slide .swiper-slide:before
{
    opacity: .4;
    content: "";
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg,rgba(255,255,255,0) 0%,#fff 47%,rgba(255,255,255,0) 100%);
    position: absolute;
    left: 0;
    top: 0;
}
.Strength .home-swiper .home-slide .section1 .slide .swiper-slide h3
{
    font-size: .24rem;
    font-family: "chuang-bold";
}
.Strength .home-swiper .home-slide .section1 .slide .swiper-slide h4
{
    font-size: .16rem;
    color: rgba(255,255,255,.3);
    text-transform: capitalize;
    margin-top: .15rem;
}
.Strength .home-swiper .home-slide .section1 .slide .swiper-slide dl dd
{
    margin-top: .45rem;
}
.Strength .home-swiper .home-slide .section1 .slide .swiper-slide dl dd p
{
    font-size: .16rem;
    line-height: 1.5;
}
.Strength .home-swiper .home-slide .section1 .slide .swiper-slide dl dd p b
{
    font-size: .36rem;
    font-family: "chuang-bold";
    margin-right: .08rem;
}
.Strength .home-swiper .home-slide .section1 .slide .swiper-slide .slide1
{
    margin-top: .45rem;
    overflow: hidden;
    position: relative;
    padding-bottom: .3rem;
}
.Strength .home-swiper .home-slide .section1 .slide .swiper-slide .slide1 .swiper-slide
{
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.Strength .home-swiper .home-slide .section1 .slide .swiper-slide .slide1 .swiper-slide:before
{
    display: none;
}
.Strength .home-swiper .home-slide .section1 .slide .swiper-slide .slide1 .swiper-slide img
{
    width: 100%;
}
.Strength .home-swiper .home-slide .section1 .slide .swiper-slide .slide1 .swiper-slide .text
{
    width: 100%;
    height: 40%;
    padding: .1rem .2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg,transparent 0%,rgba(0,0,0,.9) 100%);
}
.Strength .home-swiper .home-slide .section1 .slide .swiper-slide .slide1 .swiper-slide .text p
{
    font-size: .14rem;
    color: #fff;
}
.Strength .home-swiper .home-slide .section1 .slide .swiper-slide .slide1 .btn-next, .Strength .home-swiper .home-slide .section1 .slide .swiper-slide .slide1 .btn-prev
{
    width: .32rem;
    height: .32rem;
    background: rgba(0,0,0,.5);
    border-radius: 50%;
    position: absolute;
    top: 30%;
    z-index: 1;
    opacity: 1;
    font-family: swiper-icons;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.Strength .home-swiper .home-slide .section1 .slide .swiper-slide .slide1 .btn-next.btn-next, .Strength .home-swiper .home-slide .section1 .slide .swiper-slide .slide1 .btn-prev.btn-next
{
    right: 3%;
}
.Strength .home-swiper .home-slide .section1 .slide .swiper-slide .slide1 .btn-next.btn-next:before, .Strength .home-swiper .home-slide .section1 .slide .swiper-slide .slide1 .btn-prev.btn-next:before
{
    content: 'next';
}
.Strength .home-swiper .home-slide .section1 .slide .swiper-slide .slide1 .btn-next.btn-prev, .Strength .home-swiper .home-slide .section1 .slide .swiper-slide .slide1 .btn-prev.btn-prev
{
    left: 3%;
}
.Strength .home-swiper .home-slide .section1 .slide .swiper-slide .slide1 .btn-next.btn-prev:before, .Strength .home-swiper .home-slide .section1 .slide .swiper-slide .slide1 .btn-prev.btn-prev:before
{
    content: 'prev';
}
.Strength .home-swiper .home-slide .section1 .slide .swiper-slide .slide1 .swiper-pagination
{
    bottom: 0;
    text-align: left;
}
.Strength .home-swiper .home-slide .section1 .slide .swiper-slide .slide1 .swiper-pagination-bullet
{
    width: .08rem;
    height: .08rem;
    background: #fff;
}
.Strength .home-swiper .home-slide .section1 .slide .swiper-slide:first-child
{
    padding-left: 0;
}
.Strength .home-swiper .home-slide .section1 .slide .swiper-slide:first-child:before
{
    display: none;
}
.Strength .home-swiper .home-slide .section1 .slide .swiper-slide:first-child dl
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.Strength .home-swiper .home-slide .section1 .slide .swiper-slide:first-child dl dd
{
    width: 45%;
}
.Strength .home-swiper .home-slide .section1 .slide .swiper-slide:first-child dl dd:last-child
{
    width: 100%;
    margin-top: .2rem;
}
.Strength .home-swiper .home-slide .section1 .slide .swiper-slide:last-child
{
    padding-right: 0;
}
.Strength .home-swiper .home-slide .section1 .slide .swiper-button-next, .Strength .home-swiper .home-slide .section1 .slide .swiper-button-prev
{
    width: .5rem;
    height: .5rem;
    top: auto;
    bottom: 0;
    margin: 0;
    display: none;
}
.Strength .home-swiper .home-slide .section1 .slide .swiper-button-next.swiper-button-prev, .Strength .home-swiper .home-slide .section1 .slide .swiper-button-prev.swiper-button-prev
{
    left: 41%;
}
.Strength .home-swiper .home-slide .section1 .slide .swiper-button-next.swiper-button-next, .Strength .home-swiper .home-slide .section1 .slide .swiper-button-prev.swiper-button-next
{
    left: 51%;
}
.Strength .home-swiper .home-slide .section1 .slide .swiper-button-next:after, .Strength .home-swiper .home-slide .section1 .slide .swiper-button-prev:after
{
    font-size: .5rem;
    color: #fff;
}
.Strength .home-swiper .home-slide .section1 .slide .swiper-button-next.swiper-button-disabled, .Strength .home-swiper .home-slide .section1 .slide .swiper-button-prev.swiper-button-disabled
{
    opacity: .35!important;
}
.Strength .home-swiper .home-slide .section2
{
    background: url(/jpg/1j5qea5p.jpg) no-repeat top/cover;
}
.Strength .home-swiper .home-slide .section2 ul
{
    display: flex;
    justify-content: space-between;
    margin-top: .8rem;
}
.Strength .home-swiper .home-slide .section2 ul li
{
    width: 3.2rem;
    height: 3.69rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: url(/png/umijycog.png) no-repeat center/100%;
}
.Strength .home-swiper .home-slide .section2 ul li img
{
    width: .8rem;
}
.Strength .home-swiper .home-slide .section2 ul li h4
{
    font-size: .24rem;
    font-family: "chuang-bold";
    margin-top: .08rem;
}
.Strength .home-swiper .home-slide .section2 ul li h5
{
    font-size: .16rem;
    opacity: .3;
    text-transform: capitalize;
    margin-top: .08rem;
}
.Strength .home-swiper .home-slide .section3
{
    background: url(/jpg/vwmy23u3.jpg) no-repeat top/cover;
}
.Strength .home-swiper .home-slide .section3 .slide
{
    margin-top: 1rem;
}
.Strength .home-swiper .home-slide .section3 .slide .swiper-slide
{
    width: 33.333%;
    padding: 0 .6rem;
    color: #fff;
    position: relative;
}
.Strength .home-swiper .home-slide .section3 .slide .swiper-slide:before
{
    opacity: .4;
    content: "";
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg,rgba(255,255,255,0) 0%,#fff 47%,rgba(255,255,255,0) 100%);
    position: absolute;
    left: 0;
    top: 0;
}
.Strength .home-swiper .home-slide .section3 .slide .swiper-slide .t
{
    height: .68rem;
    display: flex;
    align-items: center;
    line-height: .34rem;
}
.Strength .home-swiper .home-slide .section3 .slide .swiper-slide .t img
{
    width: .3rem;
    margin-right: .12rem;
}
.Strength .home-swiper .home-slide .section3 .slide .swiper-slide h3
{
    font-size: .24rem;
    font-family: "chuang-bold";
}
.Strength .home-swiper .home-slide .section3 .slide .swiper-slide dl
{
    margin-top: .4rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.Strength .home-swiper .home-slide .section3 .slide .swiper-slide dl dd
{
    width: 40%;
    margin-bottom: .56rem;
}
.Strength .home-swiper .home-slide .section3 .slide .swiper-slide dl dd h5
{
    font-size: .16rem;
    font-family: "chuang-bold";
    margin-bottom: .2rem;
}
.Strength .home-swiper .home-slide .section3 .slide .swiper-slide dl dd p
{
    font-size: .16rem;
    line-height: .24rem;
    position: relative;
}
.Strength .home-swiper .home-slide .section3 .slide .swiper-slide dl dd p b
{
    font-size: .36rem;
    font-family: "chuang-bold";
    margin-right: .08rem;
}
.Strength .home-swiper .home-slide .section3 .slide .swiper-slide dl dd p .dy_span
{
    position: absolute;
    left: .33rem;
    top: .04rem;
    width: .8rem;
}
.Strength .home-swiper .home-slide .section3 .slide .swiper-slide dl dd .items
{
    display: flex;
    justify-content: space-between;
}
.Strength .home-swiper .home-slide .section3 .slide .swiper-slide dl dd:nth-child(odd)
{
    width: 60%;
}
.Strength .home-swiper .home-slide .section3 .slide .swiper-slide:first-child
{
    padding-left: 0;
}
.Strength .home-swiper .home-slide .section3 .slide .swiper-slide:first-child:before
{
    display: none;
}
.Strength .home-swiper .home-slide .section3 .slide .swiper-slide:first-child dl dd
{
    margin-bottom: .35rem;
}
.Strength .home-swiper .home-slide .section3 .slide .swiper-slide:first-child dl dd:first-child
{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.Strength .home-swiper .home-slide .section3 .slide .swiper-slide:nth-child(2) dl dd:nth-child(even)
{
    width: 60%;
}
.Strength .home-swiper .home-slide .section3 .slide .swiper-slide:nth-child(2) dl dd:nth-child(odd)
{
    width: 40%;
}
.Strength .home-swiper .home-slide .section3 .slide .swiper-slide:last-child
{
    padding-right: 0;
}
.Strength .home-swiper .home-slide .section3 .slide .swiper-button-next, .Strength .home-swiper .home-slide .section3 .slide .swiper-button-prev
{
    width: .5rem;
    height: .5rem;
    top: auto;
    bottom: 0;
    margin: 0;
    display: none;
}
.Strength .home-swiper .home-slide .section3 .slide .swiper-button-next.swiper-button-prev, .Strength .home-swiper .home-slide .section3 .slide .swiper-button-prev.swiper-button-prev
{
    left: 41%;
}
.Strength .home-swiper .home-slide .section3 .slide .swiper-button-next.swiper-button-next, .Strength .home-swiper .home-slide .section3 .slide .swiper-button-prev.swiper-button-next
{
    left: 51%;
}
.Strength .home-swiper .home-slide .section3 .slide .swiper-button-next:after, .Strength .home-swiper .home-slide .section3 .slide .swiper-button-prev:after
{
    font-size: .5rem;
    color: #fff;
}
.Strength .home-swiper .home-slide .section3 .slide .swiper-button-next.swiper-button-disabled, .Strength .home-swiper .home-slide .section3 .slide .swiper-button-prev.swiper-button-disabled
{
    opacity: .35!important;
}
.Strength .home-swiper .home-slide .section4
{
    background: url(/jpg/ulfhbw8p.jpg) no-repeat top/cover;
}
.Strength .home-swiper .home-slide .section4 .box
{
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
}
.Strength .home-swiper .home-slide .section4 .box .tabs
{
    width: 3.6rem;
}
.Strength .home-swiper .home-slide .section4 .box .tabs .item
{
    color: #fff;
    margin-bottom: .8rem;
    opacity: .5;
    cursor: pointer;
}
.Strength .home-swiper .home-slide .section4 .box .tabs .item h3
{
    display: flex;
    font-size: .24rem;
    font-family: "chuang-bold";
}
.Strength .home-swiper .home-slide .section4 .box .tabs .item h3 img
{
    width: .3rem;
    margin-right: .12rem;
}
.Strength .home-swiper .home-slide .section4 .box .tabs .item p
{
    font-size: .16rem;
    margin-top: .15rem;
    display: none;
}
.Strength .home-swiper .home-slide .section4 .box .tabs .item.active
{
    opacity: 1;
}
.Strength .home-swiper .home-slide .section4 .box .slide
{
    width: 7.65rem;
    overflow: hidden;
    position: relative;
}
.Strength .home-swiper .home-slide .section4 .box .slide img
{
    margin: 0 auto;
    display: block;
}
.Strength .home-swiper .home-slide .section4 .box .slide .swiper-button-next, .Strength .home-swiper .home-slide .section4 .box .slide .swiper-button-prev
{
    width: .5rem;
    height: .5rem;
    top: auto;
    bottom: 0;
    margin: 0;
    display: none;
}
.Strength .home-swiper .home-slide .section4 .box .slide .swiper-button-next.swiper-button-prev, .Strength .home-swiper .home-slide .section4 .box .slide .swiper-button-prev.swiper-button-prev
{
    left: 41%;
}
.Strength .home-swiper .home-slide .section4 .box .slide .swiper-button-next.swiper-button-next, .Strength .home-swiper .home-slide .section4 .box .slide .swiper-button-prev.swiper-button-next
{
    left: 51%;
}
.Strength .home-swiper .home-slide .section4 .box .slide .swiper-button-next:after, .Strength .home-swiper .home-slide .section4 .box .slide .swiper-button-prev:after
{
    font-size: .5rem;
    color: #fff;
}
.Strength .home-swiper .home-slide .section4 .box .slide .swiper-button-next.swiper-button-disabled, .Strength .home-swiper .home-slide .section4 .box .slide .swiper-button-prev.swiper-button-disabled
{
    opacity: .35!important;
}
.Strength .home-swiper .home-slide .section5
{
    background: url(/jpg/qwffcd9b.jpg) no-repeat top/cover;
}
.Strength .home-swiper .home-slide .section5 .ys_cont1400
{
    padding-top: 8%;
}
.Strength .home-swiper .home-slide .section5 .slide
{
    position: relative;
    margin-top: .5rem;
    padding-bottom: .6rem;
}
.Strength .home-swiper .home-slide .section5 .slide .swiper-slide
{
    transform: scale(.83);
    transition: all .5s ease;
    opacity: .2;
}
.Strength .home-swiper .home-slide .section5 .slide .swiper-slide img
{
    width: 100%;
}
.Strength .home-swiper .home-slide .section5 .slide .swiper-slide .text
{
    color: #fff;
    text-align: center;
    padding-top: .2rem;
    opacity: 0;
}
.Strength .home-swiper .home-slide .section5 .slide .swiper-slide .text h3
{
    font-size: .24rem;
    font-family: "chuang-bold";
}
.Strength .home-swiper .home-slide .section5 .slide .swiper-slide .text p
{
    font-size: .16rem;
    margin-top: .15rem;
}
.Strength .home-swiper .home-slide .section5 .slide .swiper-slide.swiper-slide-active
{
    transform: scale(1);
    opacity: 1;
}
.Strength .home-swiper .home-slide .section5 .slide .swiper-slide.swiper-slide-active .text
{
    opacity: 1;
}
.Strength .home-swiper .home-slide .section5 .slide .swiper-button-next, .Strength .home-swiper .home-slide .section5 .slide .swiper-button-prev
{
    width: .5rem;
    height: .5rem;
    background: rgba(0,0,0,.5);
    border-radius: 50%;
    top: 40%;
}
.Strength .home-swiper .home-slide .section5 .slide .swiper-button-next:after, .Strength .home-swiper .home-slide .section5 .slide .swiper-button-prev:after
{
    font-size: .18rem;
    color: #fff;
    font-weight: bold;
}
.Strength .home-swiper .home-slide .section5 .slide .swiper-pagination
{
    bottom: 0;
}
.Strength .home-swiper .home-slide .section5 .slide .swiper-pagination-bullet
{
    width: .08rem;
    height: .08rem;
    background: #fff;
}
.Strength .home-swiper .home-slide .section5 .slide .swiper-pagination-bullet-active
{
    width: .4rem;
    border-radius: .1rem;
}
.Strength .home-swiper .home-slide .section6
{
    background: url(/jpg/h42s9vfe.jpg) no-repeat top/cover;
}
.Strength .home-swiper .home-slide .section6 .box
{
    margin-top: .6rem;
    position: relative;
}
.Strength .home-swiper .home-slide .section6 .box .tabs
{
    width: 100%;
    position: absolute;
    display: flex;
}
.Strength .home-swiper .home-slide .section6 .box .tabs .item
{
    flex: 1;
    text-align: center;
    cursor: pointer;
}
.Strength .home-swiper .home-slide .section6 .box .tabs .item .t
{
    color: #fff;
}
.Strength .home-swiper .home-slide .section6 .box .tabs .item .t h3
{
    font-size: .24rem;
    font-family: "chuang-bold";
}
.Strength .home-swiper .home-slide .section6 .box .tabs .item .t h4
{
    font-size: .16rem;
    opacity: .3;
    text-transform: capitalize;
    margin-top: .1rem;
}
.Strength .home-swiper .home-slide .section6 .box .tabs .item .dot
{
    width: .24rem;
    height: .24rem;
    background: #0076ff;
    border-radius: 50%;
    margin: .2rem auto .3rem;
    position: relative;
}
.Strength .home-swiper .home-slide .section6 .box .tabs .item .dot:before
{
    font-family: 'iconfont';
    content: '';
    font-size: .14rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
}
.Strength .home-swiper .home-slide .section6 .box .tabs .item .text
{
    transition: all .5s ease;
    opacity: 0;
    width: 3.2rem;
    padding: .3rem;
    background: rgba(0,0,0,.6);
    border-radius: 0 .3rem 0 .3rem;
    text-align: left;
    position: relative;
    margin: 0 auto;
}
.Strength .home-swiper .home-slide .section6 .box .tabs .item .text:before
{
    content: "";
    width: 0;
    height: 0;
    border-bottom: .15rem solid rgba(0,0,0,.6);
    border-left: .1rem solid transparent;
    border-right: .1rem solid transparent;
    position: absolute;
    left: 50%;
    top: -.15rem;
    transform: translateX(-50%);
}
.Strength .home-swiper .home-slide .section6 .box .tabs .item .text p
{
    font-size: .16rem;
    color: #fff;
    margin-top: .2rem;
    position: relative;
    padding-left: .2rem;
}
.Strength .home-swiper .home-slide .section6 .box .tabs .item .text p a
{
    color: #fff;
}
.Strength .home-swiper .home-slide .section6 .box .tabs .item .text p:before
{
    content: "";
    width: .06rem;
    height: .06rem;
    background: #3274f6;
    position: absolute;
    left: 0;
    top: .05rem;
}
.Strength .home-swiper .home-slide .section6 .box .tabs .item .text p:first-child
{
    margin: 0;
}
.Strength .home-swiper .home-slide .section6 .box .tabs .item.active .dot:before
{
    content: "";
}
.Strength .home-swiper .home-slide .section6 .box .tabs .item.active .text
{
    opacity: 1;
}
.Strength .home-swiper .home-slide:last-child
{
    height: auto;
    overflow: visible;
    position: relative;
    z-index: 1;
}
.Strength .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;
    }
    .Strength .home-swiper .home-slide .ys_cont1400
    {
        padding: 15vh .3rem 0;
    }
    .Strength .home-swiper .home-slide .title-box h2
    {
        line-height: 1.5;
        margin-bottom: 0;
    }
    .Strength .home-swiper .home-slide .title-box p
    {
        width: 88%;
        font-size: .28rem;
        margin: .15rem auto 0;
        line-height: 1.8;
    }
    .Strength .home-swiper .home-slide .banner img
    {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .Strength .home-swiper .home-slide .banner .text
    {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        padding-top: 0;
    }
    .Strength .home-swiper .home-slide .banner .text img
    {
        margin: 0 auto;
        max-width: 980px;
    }
    .Strength .home-swiper .home-slide .banner .text h1
    {
        font-size: .48rem;
    }
    .Strength .home-swiper .home-slide .banner .text p
    {
        font-size: .28rem;
        margin-top: .16rem;
    }
    .Strength .home-swiper .home-slide .section1
    {
        background: url(/jpg/2v8otr52.jpg) no-repeat center/cover;
    }
    .Strength .home-swiper .home-slide .section1 .title-box p
    {
        width: 95%;
    }
    .Strength .home-swiper .home-slide .section1 .slide
    {
        overflow: hidden;
        padding-bottom: 1.5rem;
    }
    .Strength .home-swiper .home-slide .section1 .slide .swiper-slide
    {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .Strength .home-swiper .home-slide .section1 .slide .swiper-slide:before
    {
        display: none;
    }
    .Strength .home-swiper .home-slide .section1 .slide .swiper-slide h3
    {
        font-size: .32rem;
    }
    .Strength .home-swiper .home-slide .section1 .slide .swiper-slide h4
    {
        font-size: .26rem;
    }
    .Strength .home-swiper .home-slide .section1 .slide .swiper-slide dl dd
    {
        margin-top: .6rem!important;
    }
    .Strength .home-swiper .home-slide .section1 .slide .swiper-slide dl dd p
    {
        font-size: .28rem;
    }
    .Strength .home-swiper .home-slide .section1 .slide .swiper-slide dl dd p b
    {
        font-size: .48rem;
    }
    .Strength .home-swiper .home-slide .section1 .slide .swiper-slide .slide1
    {
        margin-top: .45rem;
        overflow: hidden;
        position: relative;
        padding-bottom: .5rem;
    }
    .Strength .home-swiper .home-slide .section1 .slide .swiper-slide .slide1 .swiper-slide
    {
        width: 100%;
        padding: 0;
    }
    .Strength .home-swiper .home-slide .section1 .slide .swiper-slide .slide1 .swiper-slide:before
    {
        display: none;
    }
    .Strength .home-swiper .home-slide .section1 .slide .swiper-slide .slide1 .swiper-slide img
    {
        width: 100%;
    }
    .Strength .home-swiper .home-slide .section1 .slide .swiper-slide .slide1 .swiper-slide .text
    {
        padding: .3rem;
    }
    .Strength .home-swiper .home-slide .section1 .slide .swiper-slide .slide1 .swiper-slide .text p
    {
        font-size: .28rem;
    }
    .Strength .home-swiper .home-slide .section1 .slide .swiper-slide .slide1 .btn-next, .Strength .home-swiper .home-slide .section1 .slide .swiper-slide .slide1 .btn-prev
    {
        width: .7rem;
        height: .7rem;
        top: 40%;
    }
    .Strength .home-swiper .home-slide .section1 .slide .swiper-slide .slide1 .btn-next:before, .Strength .home-swiper .home-slide .section1 .slide .swiper-slide .slide1 .btn-prev:before
    {
        font-size: .34rem;
    }
    .Strength .home-swiper .home-slide .section1 .slide .swiper-slide .slide1 .swiper-pagination
    {
        text-align: center;
    }
    .Strength .home-swiper .home-slide .section1 .slide .swiper-slide .slide1 .swiper-pagination-bullet
    {
        width: .14rem;
        height: .14rem;
    }
    .Strength .home-swiper .home-slide .section1 .slide .swiper-slide:first-child dl dd
    {
        width: 100%;
    }
    .Strength .home-swiper .home-slide .section1 .slide .swiper-slide:first-child dl dd:last-child
    {
        width: 100%;
    }
    .Strength .home-swiper .home-slide .section1 .slide .swiper-button-next, .Strength .home-swiper .home-slide .section1 .slide .swiper-button-prev
    {
        display: block;
    }
    .Strength .home-swiper .home-slide .section1 .slide .swiper-button-next.swiper-button-prev, .Strength .home-swiper .home-slide .section1 .slide .swiper-button-prev.swiper-button-prev
    {
        left: 42%;
    }
    .Strength .home-swiper .home-slide .section1 .slide .swiper-button-next.swiper-button-next, .Strength .home-swiper .home-slide .section1 .slide .swiper-button-prev.swiper-button-next
    {
        left: 53%;
    }
    .Strength .home-swiper .home-slide .section1 .slide .swiper-button-next:after, .Strength .home-swiper .home-slide .section1 .slide .swiper-button-prev:after
    {
        font-size: .5rem;
        color: #fff;
    }
    .Strength .home-swiper .home-slide .section2 ul
    {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .Strength .home-swiper .home-slide .section2 ul li
    {
        width: 2.6rem;
        height: 3rem;
        margin: 0 .2rem;
        position: relative;
    }
    .Strength .home-swiper .home-slide .section2 ul li h4
    {
        font-size: .3rem;
    }
    .Strength .home-swiper .home-slide .section2 ul li h5
    {
        font-size: .24rem;
    }
    .Strength .home-swiper .home-slide .section2 ul li:last-child
    {
        margin-top: -.3rem;
    }
    .Strength .home-swiper .home-slide .section3 .tabs
    {
        padding: 0 .6rem;
        display: flex!important;
        justify-content: space-between;
    }
    .Strength .home-swiper .home-slide .section3 .tabs .item
    {
        font-size: .3rem;
        font-family: "chuang-bold";
        color: #fff;
        margin-top: .8rem;
        opacity: .5;
        cursor: pointer;
        transition: all .5s ease;
    }
    .Strength .home-swiper .home-slide .section3 .tabs .item img
    {
        width: .6rem;
        display: block;
        margin: 0 auto .1rem;
    }
    .Strength .home-swiper .home-slide .section3 .tabs .item.active
    {
        opacity: 1;
    }
    .Strength .home-swiper .home-slide .section3 .slide
    {
        overflow: hidden;
        position: relative;
        padding-bottom: .5rem;
        margin-top: .4rem;
    }
    .Strength .home-swiper .home-slide .section3 .slide .swiper-slide
    {
        width: 100%;
    }
    .Strength .home-swiper .home-slide .section3 .slide .swiper-slide:before
    {
        display: none;
    }
    .Strength .home-swiper .home-slide .section3 .slide .swiper-slide .t
    {
        height: .9rem;
        justify-content: center;
        line-height: .45rem;
        display: none;
    }
    .Strength .home-swiper .home-slide .section3 .slide .swiper-slide .t img
    {
        width: .6rem;
    }
    .Strength .home-swiper .home-slide .section3 .slide .swiper-slide h3
    {
        font-size: .3rem;
    }
    .Strength .home-swiper .home-slide .section3 .slide .swiper-slide dl
    {
        margin-top: .4rem;
    }
    .Strength .home-swiper .home-slide .section3 .slide .swiper-slide dl dd
    {
        margin-bottom: .6rem!important;
    }
    .Strength .home-swiper .home-slide .section3 .slide .swiper-slide dl dd h5
    {
        font-size: .26rem;
    }
    .Strength .home-swiper .home-slide .section3 .slide .swiper-slide dl dd p
    {
        font-size: .26rem;
        line-height: .38rem;
        margin-top: .05rem;
    }
    .Strength .home-swiper .home-slide .section3 .slide .swiper-slide dl dd p b
    {
        font-size: .48rem;
    }
    .Strength .home-swiper .home-slide .section3 .slide .swiper-slide dl dd p .dy_span
    {
        position: relative;
        left: 0;
        top: 0;
        width: auto;
    }
    .Strength .home-swiper .home-slide .section3 .slide .swiper-slide:first-child
    {
        padding-left: .6rem;
    }
    .Strength .home-swiper .home-slide .section3 .slide .swiper-slide:first-child dl dd:nth-child(3)
    {
        display: none;
    }
    .Strength .home-swiper .home-slide .section3 .slide .swiper-slide:first-child dl dd:nth-child(4)
    {
        width: 100%;
    }
    .Strength .home-swiper .home-slide .section3 .slide .swiper-slide:first-child dl dd:nth-child(4) .items .item:first-child
    {
        width: 60%;
    }
    .Strength .home-swiper .home-slide .section3 .slide .swiper-slide:first-child dl dd:nth-child(4) .items .item:last-child
    {
        width: 40%;
    }
    .Strength .home-swiper .home-slide .section3 .slide .swiper-slide:last-child
    {
        padding-right: .6rem;
    }
    .Strength .home-swiper .home-slide .section3 .slide .swiper-button-next, .Strength .home-swiper .home-slide .section3 .slide .swiper-button-prev
    {
        display: block;
    }
    .Strength .home-swiper .home-slide .section3 .slide .swiper-button-next.swiper-button-prev, .Strength .home-swiper .home-slide .section3 .slide .swiper-button-prev.swiper-button-prev
    {
        left: 42%;
    }
    .Strength .home-swiper .home-slide .section3 .slide .swiper-button-next.swiper-button-next, .Strength .home-swiper .home-slide .section3 .slide .swiper-button-prev.swiper-button-next
    {
        left: 53%;
    }
    .Strength .home-swiper .home-slide .section3 .slide .swiper-button-next:after, .Strength .home-swiper .home-slide .section3 .slide .swiper-button-prev:after
    {
        font-size: .5rem;
        color: #fff;
    }
    .Strength .home-swiper .home-slide .section4
    {
        background: url(keywords.png) no-repeat center/cover;
    }
    .Strength .home-swiper .home-slide .section4 .box
    {
        flex-wrap: wrap;
        margin-top: .5rem;
    }
    .Strength .home-swiper .home-slide .section4 .box .tabs
    {
        width: 100%;
        display: flex;
    }
    .Strength .home-swiper .home-slide .section4 .box .tabs .item
    {
        width: 50%;
        text-align: center;
    }
    .Strength .home-swiper .home-slide .section4 .box .tabs .item h3
    {
        font-size: .3rem;
        justify-content: center;
        align-items: center;
    }
    .Strength .home-swiper .home-slide .section4 .box .tabs .item h3 img
    {
        width: .5rem;
    }
    .Strength .home-swiper .home-slide .section4 .box .tabs .item p
    {
        display: none!important;
    }
    .Strength .home-swiper .home-slide .section4 .box .slide
    {
        width: 100%;
        margin-top: 1.7rem;
        padding-bottom: .7rem;
    }
    .Strength .home-swiper .home-slide .section4 .box .slide p
    {
        font-size: .28rem;
        color: #fff;
        text-align: center;
        margin-bottom: .4rem;
    }
    .Strength .home-swiper .home-slide .section4 .box .slide .slide1
    {
        margin-top: .4rem;
    }
    .Strength .home-swiper .home-slide .section4 .box .slide .slide1 .swiper-slide
    {
        text-align: center;
    }
    .Strength .home-swiper .home-slide .section4 .box .slide .slide1 .swiper-slide p
    {
        font-size: .26rem;
        margin-top: .1rem;
    }
    .Strength .home-swiper .home-slide .section4 .box .slide .swiper-button-next, .Strength .home-swiper .home-slide .section4 .box .slide .swiper-button-prev
    {
        display: block;
    }
    .Strength .home-swiper .home-slide .section4 .box .slide .swiper-button-next.swiper-button-prev, .Strength .home-swiper .home-slide .section4 .box .slide .swiper-button-prev.swiper-button-prev
    {
        left: 42%;
    }
    .Strength .home-swiper .home-slide .section4 .box .slide .swiper-button-next.swiper-button-next, .Strength .home-swiper .home-slide .section4 .box .slide .swiper-button-prev.swiper-button-next
    {
        left: 53%;
    }
    .Strength .home-swiper .home-slide .section4 .box .slide .swiper-button-next:after, .Strength .home-swiper .home-slide .section4 .box .slide .swiper-button-prev:after
    {
        font-size: .5rem;
        color: #fff;
    }
    .Strength .home-swiper .home-slide .section5
    {
        background: url(/jpg/j2ljz2pf.jpg) no-repeat center/cover;
    }
    .Strength .home-swiper .home-slide .section5 .ys_cont1400
    {
        padding-top: 15vh;
    }
    .Strength .home-swiper .home-slide .section5 .slide
    {
        padding-bottom: 1rem;
    }
    .Strength .home-swiper .home-slide .section5 .slide .swiper-slide
    {
        transform: scale(1);
    }
    .Strength .home-swiper .home-slide .section5 .slide .swiper-slide .text
    {
        padding-top: .4rem;
    }
    .Strength .home-swiper .home-slide .section5 .slide .swiper-slide .text h3
    {
        font-size: .3rem;
    }
    .Strength .home-swiper .home-slide .section5 .slide .swiper-slide .text p
    {
        font-size: .26rem;
        margin-top: .2rem;
    }
    .Strength .home-swiper .home-slide .section5 .slide .swiper-button-next, .Strength .home-swiper .home-slide .section5 .slide .swiper-button-prev
    {
        width: .7rem;
        height: .7rem;
        top: 35%;
    }
    .Strength .home-swiper .home-slide .section5 .slide .swiper-button-next:after, .Strength .home-swiper .home-slide .section5 .slide .swiper-button-prev:after
    {
        font-size: .26rem;
    }
    .Strength .home-swiper .home-slide .section5 .slide .swiper-pagination-bullet
    {
        width: .16rem;
        height: .16rem;
    }
    .Strength .home-swiper .home-slide .section5 .slide .swiper-pagination-bullet-active
    {
        width: .6rem;
    }
    .Strength .home-swiper .home-slide .section6
    {
        background: url(/jpg/kqar40nr.jpg) no-repeat center/cover;
    }
    .Strength .home-swiper .home-slide .section6 .box
    {
        padding-bottom: 1rem;
    }
    .Strength .home-swiper .home-slide .section6 .box .tabs
    {
        justify-content: space-between;
        position: relative;
    }
    .Strength .home-swiper .home-slide .section6 .box .tabs .item
    {
        width: 33.333%;
    }
    .Strength .home-swiper .home-slide .section6 .box .tabs .item .t
    {
        color: #fff;
    }
    .Strength .home-swiper .home-slide .section6 .box .tabs .item .t h3
    {
        font-size: .3rem;
    }
    .Strength .home-swiper .home-slide .section6 .box .tabs .item .t h4
    {
        font-size: .24rem;
        margin-top: .2rem;
    }
    .Strength .home-swiper .home-slide .section6 .box .tabs .item .dot
    {
        width: .46rem;
        height: .46rem;
        margin: .3rem auto .4rem;
    }
    .Strength .home-swiper .home-slide .section6 .box .tabs .item .dot:before
    {
        font-size: .26rem;
    }
    .Strength .home-swiper .home-slide .section6 .box .tabs .item .text
    {
        display: none;
    }
    .Strength .home-swiper .home-slide .section6 .box .slide
    {
        overflow: hidden;
    }
    .Strength .home-swiper .home-slide .section6 .box .slide .swiper-slide
    {
        padding: .5rem .4rem;
        background: rgba(0,0,0,.3);
        border-radius: 0 .3rem 0 .3rem;
        position: relative;
    }
    .Strength .home-swiper .home-slide .section6 .box .slide .swiper-slide p
    {
        font-size: .26rem;
        color: #fff;
        margin-top: .3rem;
    }
    .Strength .home-swiper .home-slide .section6 .box .slide .swiper-slide p:first-child
    {
        margin: 0;
    }
}
