


.banner {
    width: 100%;
    position: relative;
}

.banner .swiper-slide {
    width: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner .swiper-slide a {
    width: 100%;
    display: block;
}

.banner .swiper-slide .img {
    width: 100%;
    padding-top: 36.45%;
}

.banner .swiper-slide .voc {
    background-color: #000;
    object-fit: cover;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner .swiper-slide .box {
    position: absolute;
    left: calc((260 / 1920 * 100%));
    top: 50%;
    transform: translateY(-50%);
    width: 8.2rem;
    max-width: 80%;
    z-index: 5;
}

.banner .swiper-slide .box .bp {
    width: 100%;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
}

.banner .swiper-slide .box .bp p {
    color: #fff;
    line-height: 1.5;
}

.banner .swiper-slide .box .xt {
    width: 100%;
    color: #fff;
    line-height: 1.5;
    margin: 0.1rem 0 0.2rem;
}

.banner .swiper-slide .box .xt p {
    color: #fff;
    line-height: 1.5;
}

.banner .swiper-slide .box .btns {
    width: 100%;
    font-size: 0;
    margin-top: 0.4rem;
}

.banner .swiper-slide .box .btns a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 3.2;
    background-color: #58c747;
    top: 0;
    position: relative;
    transition: all ease 0.5s;
    width: auto;
    padding: 0 0.3rem;
}

.banner .swiper-slide .box .btns a span {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    margin-left: 0.1rem;
}

.banner .swiper-slide .box .btns a span img {
    width: 100%;
    display: block;
}

.banner .swiper-slide .box .btns a:hover {
    background-color: #58c747;
    top: -0.06rem;
}

.banner .swiper-pagination {
    bottom: 1.3rem;
}

.banner .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    background-color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    vertical-align: middle;
    opacity: 1;
    border-radius: 50%;
}

.banner .swiper-pagination-bullet-active {
    width: 0.3rem;
    height: 0.3rem;
    background-image: url("../images/i4.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: transparent;
}

@media (max-width: 1540px) {
    .banner .swiper-slide .box {
        left: 3%;
    }
}

@media (max-width: 800px) {
    .banner .swiper-slide .img {
        padding-top: 55%;
    }

    .banner .swiper-slide .box .bp {
        font-size: 18px;
    }

    .banner .swiper-pagination {
        bottom: 0.5rem;
    }
}

/*! 首页-关于 start */
.abouts {
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 2;
}

.abouts .classify {
    width: 100%;
    font-size: 0;
    position: relative;
    top: -1rem;
}

.abouts .classify .clatm {
    display: inline-block;
    vertical-align: top;
    width: 20%;
}

.abouts .classify .clatm a {
    width: 100%;
    display: block;
    font-size: 0;
    background-color: #002040;
    padding: 0.3rem 0.4rem;
}

.abouts .classify .clatm .cic {
    display: inline-block;
    vertical-align: top;
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.25rem;
}

.abouts .classify .clatm .cic img {
    width: 100%;
    display: block;
}

.abouts .classify .clatm .cic img:first-child {
    display: block;
}

.abouts .classify .clatm .cic img:last-child {
    display: none;
}

.abouts .classify .clatm .cim {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 0.75rem);
}

.abouts .classify .clatm .cim .ct {
    width: 100%;
    color: #fff;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 0.06rem;
}

.abouts .classify .clatm .cim .cp {
    width: 100%;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    height: 6em;
}

.abouts .classify .clatm+.clatm {
    border-left: solid 1px #1a3753;
}

.abouts .classify .clatm:hover a {
    background-color: #58c747;
}

.abouts .classify .clatm:hover .cic img:first-child {
    display: none;
}

.abouts .classify .clatm:hover .cic img:last-child {
    display: block;
}

.abouts .abotem {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.abouts .abotem .abl {
    display: inline-block;
    vertical-align: middle;
    width: calc((740 / 1520 * 100%));
    position: relative;
    overflow: hidden;
}

.abouts .abotem .abl .img {
    width: 100%;
    padding-top: 62.16%;
}

.abouts .abotem .abr {
    display: inline-block;
    vertical-align: middle;
    width: calc((660 / 1520 * 100%));
}

.abouts .abotem .abr .ait {
    width: 100%;
    color: #333;
    line-height: 1.5;
}

.abouts .abotem .abr .ainp {
    width: 100%;
    color: #666;
    line-height: 1.8;
    margin: 0.25rem 0;
}

.abouts .abotem .abr .ainp p {
    color: #666;
    line-height: 1.8;
}

.abouts .abotem .abr .btns {
    width: 100%;
    font-size: 0;
    margin-top: 0.4rem;
}

.abouts .abotem .abr .btns a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 3.2;
    background-color: #58c747;
    top: 0;
    position: relative;
    transition: all ease 0.5s;
    width: auto;
    padding: 0 0.3rem;
}

.abouts .abotem .abr .btns a span {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    margin-left: 0.1rem;
}

.abouts .abotem .abr .btns a span img {
    width: 100%;
    display: block;
}

.abouts .abotem .abr .btns a:hover {
    background-color: #58c747;
    top: -0.06rem;
}

.abouts .havem {
    width: 100%;
    font-size: 0;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    bottom: -1rem;
}

.abouts .havem .hal {
    display: inline-block;
    vertical-align: middle;
    width: calc((400 / 1520 * 100%));
    position: relative;
}

.abouts .havem .hal .imgs {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.abouts .havem .hal .img {
    width: 100%;
    padding-top: 60%;
}

.abouts .havem .hal .ic {
    position: absolute;
    right: 0;
    transform: translate(50%, -50%);
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background-color: #fff;
    padding: 0.2rem;
    top: 50%;
}

.abouts .havem .hal .ic .cm {
    display: block;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background-color: #002040;
}

.abouts .havem .hal .ic .cm img {
    width: 100%;
    display: block;
}

.abouts .havem .har {
    display: inline-block;
    vertical-align: middle;
    width: calc((1120 / 1520 * 100%));
    padding: 0.2rem 1.2rem;
}

.abouts .havem .har .ht {
    width: 100%;
    font-weight: bold;
    color: #001f40;
    line-height: 1.1;
}

.abouts .havem .har .hm {
    width: 100%;
    margin-top: 0.15rem;
    color: #666;
    line-height: 1.5;
}

@media (max-width: 800px) {
    .abouts {
        padding: 0.3rem 0;
    }

    .abouts .classify {
        top: 0;
        margin-bottom: 20px;
    }

    .abouts .classify .clatm {
        width: 100%;
        margin-bottom: 0.1rem;
    }

    .abouts .classify .clatm+.clatm {
        border-left: none;
    }

    .abouts .havem {
        bottom: 0;
        margin-top: 20px;
    }

    .abouts .havem .hal .ic {
        right: 10%;
        top: 100%;
    }
}
/*! 首页-关于 end */

/*! w3011 首页-产品 start  */
.products .c-bg {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}


.products {
    width: 100%;
    padding: 1.5rem 0 0.25rem;
}

.products .propers {
    width: 100%;
    font-size: 0;
    position: relative;
}

.products .propers .cetrm {
    display: inline-block;
    vertical-align: top;
    width: calc((480 / 1520 * 100%));
    margin-right: calc((39 / 1520 * 100%));
    margin-bottom: 0.4rem;
    position: relative;
}

.products .propers .cetrm a {
    width: 100%;
    display: block;
}

.products .propers .cetrm .imgs {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.products .propers .cetrm .imgs .img {
    width: 100%;
    padding-top: 75%;
    transition: all ease 0.5s;
}

.products .propers .cetrm .vom {
    position: absolute;
    bottom: 0;
    width: calc(100% - 0.6rem);
    background-color: #fff;
    right: 0;
    padding: 0.25rem 0.65rem 0.25rem 0.3rem;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.products .propers .cetrm .vom .xim {
    width: 100%;
    color: #333;
    font-weight: bold;
    line-height: 1.5;
    height: 3em;
}

.products .propers .cetrm .vom .add {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #002040;
    line-height: 0.5rem;
    width: 0.5rem;
    height: 0.5rem;
    z-index: 2;
    font-weight: lighter;
    color: #fff;
    text-align: center;
}

.products .propers .cetrm:hover .imgs .img {
    transform: scale(1.1);
}

.products .propers .cetrm:hover .vom {
    background-color: #58c747;
}

.products .propers .cetrm:hover .vom .xim {
    color: #fff;
}

.products .propers .cetrm:hover .vom .add {
    background-color: #fff;
    color: #58c747;
}

.products .propers .cetrm:nth-child(3n) {
    margin-right: 0;
}

.products .propers .btn {
    display: inline-block;
    vertical-align: middle;
    width: 0.6rem;
    height: 0.6rem;
    cursor: pointer;
    top: calc(50% - 0.2rem);
    transform: translateY(-50%);
    position: absolute;
    z-index: 5;
    background-color: #f3f5f8;
    border-radius: 50%;
}

.products .propers .btn img {
    width: 100%;
    display: block;
}

.products .propers .btn img:first-child {
    display: block;
}

.products .propers .btn img:last-child {
    display: none;
}

.products .propers .btn:hover {
    background-color: #58c747;
}

.products .propers .btn:hover img:first-child {
    display: none;
}

.products .propers .btn:hover img:last-child {
    display: block;
}

.products .propers .bl {
    left: -0.8rem;
}

.products .propers .br {
    right: -0.8rem;
}

@media (max-width: 1540px) {
    .products .propers .bl {
        left: -0.3rem;
    }

    .products .propers .br {
        right: -0.3rem;
    }
}

@media (max-width: 800px) {
    .products {
        padding: 0.25rem 0;
    }

    .products .propers .bl {
        left: 0rem;
    }

    .products .propers .br {
        right: 0rem;
    }

    .products .propers .cetrm {
        width: 100%;
        transform: scale(0.9);
    }
}
/*! w3011 首页-产品 end  */

.Solutions .c-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.Solutions {
    width: 100%;
    padding: 0.25rem 0 0;
}

.Solutions .solutper {
    width: 100%;
    position: relative;
}

.Solutions .solutper .swiper-slide {
    width: 100%;
    position: relative;
}

.Solutions .solutper .swiper-slide a {
    width: 100%;
    display: block;
}

.Solutions .solutper .swiper-slide .imgs {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.Solutions .solutper .swiper-slide .imgs .img {
    width: 100%;
    padding-top: 56.25%;
    transition: all ease 0.5s;
}

.Solutions .solutper .swiper-slide .vom {
    position: absolute;
    bottom: 0.4rem;
    left: 1rem;
    z-index: 2;
    width: calc(100% - 2rem);
}

.Solutions .solutper .swiper-slide .vom .vmm {
    position: relative;
    z-index: 3;
    padding: 0.3rem;
    background-color: #002040;
    width: 400px;
    max-width: calc(100% - 2rem);
}

.Solutions .solutper .swiper-slide .vom .num {
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
    -webkit-text-fill-color: transparent;
    font-weight: 550;
    position: absolute;
    z-index: -2;
    top: 0%;
    transform: translateY(-50%);
    width: calc(100% - 0rem);
    left: 0;
}

.Solutions .solutper .swiper-slide .vom .vt {
    width: 100%;
    color: #fff;
    line-height: 1.3;
    border-left: solid 2px #fff;
    padding-left: 0.15rem;
    position: relative;
    z-index: 2;
    margin-bottom: 0.3rem;
}

.Solutions .solutper .swiper-slide .vom .vmk {
    width: 100%;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
    height: 3em;
    position: relative;
    z-index: 2;
    padding-right: 0.3rem;
}

.Solutions .solutper .swiper-slide .vom .vmk p {
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
}

.Solutions .solutper .swiper-slide .vom .ic {
    position: absolute;
    width: 1.37rem;
    height: 1.37rem;
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.Solutions .solutper .swiper-slide .vom .ic img {
    width: 100%;
    display: block;
}

.Solutions .solutper .swiper-slide:hover .imgs .img {
    transform: scale(1.1);
}

.Solutions .solutper .swiper-slide:hover .vom .vmm {
    background-color: #58c747;
}

.Solutions .solutper .btn {
    display: inline-block;
    vertical-align: middle;
    width: 0.5rem;
    height: 0.5rem;
    cursor: pointer;
    top: calc(50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
}

.Solutions .solutper .btn img {
    width: 100%;
    display: block;
}

.Solutions .solutper .btn:hover {
    background-color: #58c747;
}

.Solutions .solutper .bl {
    left: 0rem;
}

.Solutions .solutper .br {
    right: 0rem;
}


